1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-28 18:47:32 +01:00

Commit Graph

  • 7651c080c2 / Only execute setAlarmViaAlarmManager when we are running Lollipop+. 0nse 2016-03-02 00:05:58 +01:00
  • 6e7abecb17 / Use GB.toast instead of Android Toast. 0nse 2016-03-02 00:01:41 +01:00
  • 7756968a8f add a note about supported devices Andreas Shimokawa 2016-03-01 12:26:56 +01:00
  • 2cdeecb39c 0.8.1 0.8.1 cpfeiffer 2016-02-29 23:24:35 +01:00
  • fc464d112d change some more short and byte to int regarding Morpheuz Andreas Shimokawa 2016-02-29 23:13:07 +01:00
  • 9adae3b538 bump version, update CHANGELOG.md Andreas Shimokawa 2016-02-29 23:06:30 +01:00
  • 9dd0a8bf2b Small rewording cpfeiffer 2016-02-29 22:13:31 +01:00
  • cbe73f71a1 Fix some typos (thanks!) #178 cpfeiffer 2016-02-29 22:05:29 +01:00
  • 1b9f297ebe Updated for Mi1S cpfeiffer 2016-02-29 22:04:40 +01:00
  • 3babedf936 + Add Widget which allows quickly creating an alarm depending on the user's preferred sleep length (in hours). 0nse 2016-02-29 21:36:39 +01:00
  • ed85fd5011 convert byte and short values related to activity tracking to int Andreas Shimokawa 2016-02-29 20:54:39 +01:00
  • c4dc972804 Fix pmd rules after update gradle to 2.11 (and accordingly, pmd) cpfeiffer 2016-02-28 15:14:43 +01:00
  • badf384619 Update to latest gradle 2.11 cpfeiffer 2016-02-28 14:58:17 +01:00
  • 1c9be79c67 Add onHeartRateTest() method cpfeiffer 2016-02-28 14:52:17 +01:00
  • ddde25e5df Initial firmware update support for Mi1S #234 cpfeiffer 2016-02-28 02:45:35 +01:00
  • d7822d07a6 Show the measured heart rate as a Toast, for now #178 cpfeiffer 2016-02-27 23:27:15 +01:00
  • 540e008548 Rename to Heart Rate Test cpfeiffer 2016-02-27 23:24:45 +01:00
  • 4898dab652 Move "Reboot" button to the very bottom to prevent accidents cpfeiffer 2016-02-27 23:24:03 +01:00
  • 3ff31cd73b Disable heartrate in charts fow now, fix notification for manual hr cpfeiffer 2016-02-27 23:18:44 +01:00
  • d6dfc3b6ec Fix some ClassCastExceptions in charts since switching to CombinedChart cpfeiffer 2016-02-27 15:29:47 +01:00
  • c449181083 Pebble: store appKeys in .json also. Andreas Shimokawa 2016-02-27 11:39:50 +01:00
  • ac8d7bee5f Only do heart rate stuff when supported #178 cpfeiffer 2016-02-27 11:23:55 +01:00
  • de6f898fef Some more fixes regarding heart rate measurement #178 cpfeiffer 2016-02-27 11:18:16 +01:00
  • 9e636d66f6 Initial heart rate support by KashaMalaga #178 Kasha 2015-12-28 14:38:56 +01:00
  • 0ef738067d Some work in progress for heart rate graphs #178 cpfeiffer 2016-02-26 23:45:17 +01:00
  • df741e9571 Install app on watch directly instead of telling the user to do so. Daniele Gobbetti 2016-02-26 15:29:26 +01:00
  • a10c6f3b9f Some initial heartrate support #205 cpfeiffer 2016-02-26 00:30:57 +01:00
  • 0b568df8de Extra byte indeed appears to be heartrate value #205 cpfeiffer 2016-02-26 00:04:33 +01:00
  • 095ef56c14 Initial support for activity data sync with Mi 1S #205 cpfeiffer 2016-02-25 23:52:34 +01:00
  • defa97b882 Log the toast message immediately, not delayed in the main thread cpfeiffer 2016-02-24 23:53:30 +01:00
  • 8de836efb8 Version 0.8.0 0.8.0 Andreas Shimokawa 2016-02-21 22:09:02 +01:00
  • fee04a05ae Updated for Mi Band connection fixes cpfeiffer 2016-02-21 21:23:22 +01:00
  • b5a726b777 Change layout of the alarms activity, fixes #216. danielegobbetti 2016-02-21 17:21:04 +01:00
  • 6eb35b955e Prevent race condition on android 6 (?) at the cost of losing the gender data (we cannot display a toast at this point unfortunately). danielegobbetti 2016-02-21 16:46:48 +01:00
  • db6f26fcd5 bump version, update CHANGELOG.md and README.md Andreas Shimokawa 2016-02-21 15:46:53 +01:00
  • 1a96bd31e5 Request permissions at runtime on Android 6. Closes #219 Andreas Shimokawa 2016-02-21 15:26:24 +01:00
  • b858e50804 Use strings to store activity shared preferences. danielegobbetti 2016-02-21 13:04:32 +01:00
  • c436c4c055 Pebble: Fix wrong(previous) contact being displayed on the pebble. Fixes #228 Andreas Shimokawa 2016-02-20 22:20:02 +01:00
  • 7626667a0a try to blindly fix user preferences screen Andreas Shimokawa 2016-02-19 23:48:08 +01:00
  • 109146c8c1 Attempt at fixing a (re-) connection issue cpfeiffer 2016-02-18 23:35:55 +01:00
  • 70ae5a2a3a Pebble: Allow to select the preferred activity tracker via settings activity (Health, Misfit, Morpheuz) Andreas Shimokawa 2016-02-18 20:41:22 +01:00
  • cc42583885 add missing newline Daniele Gobbetti 2016-02-17 15:19:05 +01:00
  • c86365ee2e Some more Mi Band pairing improvements #180 cpfeiffer 2016-02-13 00:09:35 +01:00
  • 8294921de7 Do not ack the sleep data until we can actually store them Added helper method to fetch the latest timestamp stored in the DB, needed for the aforementioned feature. Update changelog Daniele Gobbetti 2016-02-11 19:14:40 +01:00
  • 7436778700 Pebble: fix for recent morpheuz versions (maybe breaks old versions) Andreas Shimokawa 2016-02-11 12:49:01 +01:00
  • 823cb12035 Merge pull request #225 from roidelapluie/travis-jdk7-jdk8 Andreas Shimokawa 2016-02-09 19:39:44 +01:00
  • 20c4e49fe1 Refactoring of the Pebble Health steps data receiver. Added logic to deal with pebble health sleep data. Added database helper to change the type of a range of samples (needed for sleep data). Fixes to the Pebble Health sample provider. Daniele Gobbetti 2016-02-09 17:52:21 +01:00
  • d62946df63 Pebble: some minor code cleanups regarding health Andreas Shimokawa 2016-02-09 01:24:22 +01:00
  • 93db073538 Pebble: try to fix health code, might be broken, cant test Andreas Shimokawa 2016-02-09 00:56:16 +01:00
  • 12a5b53f00 Pebble: Merge DatalogHandler and DataLog session Andreas Shimokawa 2016-02-09 00:49:42 +01:00
  • b01a517813 Pebble: fix hexdump for health datalog Andreas Shimokawa 2016-02-08 23:33:05 +01:00
  • 5b539d5252 [travis] Test against JDK 7 and JDK 8 Julien Pivotto 2016-02-08 22:32:16 +01:00
  • cdb25f3183 Merge pull request #222 from roidelapluie/fix221 Andreas Shimokawa 2016-02-08 21:32:05 +01:00
  • dd9864015d Fix #221 - Cast pair.first as integer Julien Pivotto 2016-02-08 06:32:36 +01:00
  • 0c4e606e74 Pebble: rename BLOBDB_HEALTH to BLOBDB_PREFERENCES and encodeSaneDistanceUnit to encodeSetSaneDistanceUnit Andreas Shimokawa 2016-02-07 21:59:14 +01:00
  • 10b5c571bb Use Kilometers as distance unit danielegobbetti 2016-02-07 16:44:16 +01:00
  • 2f8207abf9 Initial support for reading pebble health steps/activity data. danielegobbetti 2016-02-07 09:27:51 +01:00
  • 299b850a67 its release time 0.7.4 Andreas Shimokawa 2016-02-06 21:48:33 +01:00
  • 03ad7f5a24 Do not enable insights on the watch. Add notice about health activation to changelog. danielegobbetti 2016-02-06 21:38:55 +01:00
  • ba9e00d2e4 Add strings for activate and deactivate pebble Health danielegobbetti 2016-02-06 21:23:21 +01:00
  • a451b37ceb Added refactoring of user details to changelog danielegobbetti 2016-02-06 19:48:03 +01:00
  • 3db88574fa bump version, update CHANGELOG.md (not yet released) Andreas Shimokawa 2016-02-06 19:41:21 +01:00
  • 59d6553c54 Pebble: fix stupid bug that broke active reconnection Andreas Shimokawa 2016-02-06 19:35:49 +01:00
  • 85bad9abf5 Pebble: store information about datalog sessions (uuid, item type, length, tag) Andreas Shimokawa 2016-02-03 23:27:35 +01:00
  • 493fcfc853 Pebble: improve datalog output Andreas Shimokawa 2016-02-03 20:23:56 +01:00
  • baf5eee72f Refactored the User Activity-tracking related preferences. Daniele Gobbetti 2016-02-02 17:33:24 +01:00
  • 94c8633bad Move the generic user info outside the miband preferences activity. They still have to be renamed. Daniele Gobbetti 2016-02-02 14:32:19 +01:00
  • 703cbd1745 Merge pull request #220 from chrisperelstein/spelling-fix Andreas Shimokawa 2016-02-02 10:22:30 +01:00
  • 60c7e9f6f6 Fix misspelling in exception notification. Chris Perelstein 2016-02-01 22:05:49 -05:00
  • cc64bcf03c updated Korean and French from transifex (thanks!) Andreas Shimokawa 2016-01-31 00:56:12 +01:00
  • 5b016e2577 WIP, read the miband user information for the time being. Daniele Gobbetti 2016-01-29 17:45:35 +01:00
  • 8e7dc18fa8 Merge branch 'master' into feature-weather Daniele Gobbetti 2016-01-28 12:00:47 +01:00
  • 9f2a7f5448 actual deletetion of the Health app. Daniele Gobbetti 2016-01-28 11:59:23 +01:00
  • f9d2fddb7a Android studio 2 complains about this comparison otherwise Daniele Gobbetti 2016-01-28 11:12:28 +01:00
  • e7c93ca1c3 Merge remote-tracking branch 'origin/master' into feature-weather Daniele Gobbetti 2016-01-28 11:11:20 +01:00
  • 33cf76172b Pebble: add hack to enable and maybe disable Health from the App Manager activity Andreas Shimokawa 2016-01-27 23:00:44 +01:00
  • b9cb89ab8b Component diagram giving an overview cpfeiffer 2016-01-26 23:05:54 +01:00
  • 666c53a1e4 Pebble: make encodeBlobDB accept Strings and UUIDS as keys, use it for Heath activation Andreas Shimokawa 2016-01-26 10:48:50 +01:00
  • 7ba3a874a2 Message to activate Pebble Health, possibly. danielegobbetti 2016-01-25 23:15:19 +01:00
  • c08d49d28e Merge remote-tracking branch 'origin/master' into feature-weather Daniele Gobbetti 2016-01-25 13:12:30 +01:00
  • 1ac7e08289 Merge branch 'feature-weather' of https://github.com/Freeyourgadget/Gadgetbridge into feature-weather Daniele Gobbetti 2016-01-25 12:44:11 +01:00
  • 857e282bdc bump version 0.7.3 Andreas Shimokawa 2016-01-24 22:48:51 +01:00
  • 9af976657b Pebble: Report correct connection state to PebbleKit companion apps (not always connected) Andreas Shimokawa 2016-01-24 00:06:44 +01:00
  • e6f68f445a Ignore generic notification when from SMSSecure when SMS Notifications are on. Andreas Shimokawa 2016-01-22 21:30:50 +01:00
  • 3d3643ece3 Add weather to PebStyle as well. danielegobbetti 2016-01-22 21:04:01 +01:00
  • 11297cd855 Merge remote-tracking branch 'origin/master' into feature-weather danielegobbetti 2016-01-22 20:48:26 +01:00
  • a72373c17c move PebbleContentProvider.java Andreas Shimokawa 2016-01-22 20:38:44 +01:00
  • b9c1332442 Testing content provdider Andreas Shimokawa 2016-01-22 20:21:18 +01:00
  • ea1ce4f43f Merge remote-tracking branch 'origin' into feature-weather Daniele Gobbetti 2016-01-22 09:47:15 +01:00
  • a6ce10d306 translate some string to German, no idea about the rest. 0.7.2 Andreas Shimokawa 2016-01-21 21:46:14 +01:00
  • cf1c245e58 update CHANGELOG.md, README.md and bump version Andreas Shimokawa 2016-01-21 21:40:23 +01:00
  • 2b78b0a67f Merge pull request #213 from schlamar/patch-1 Andreas Shimokawa 2016-01-21 21:30:45 +01:00
  • 31724b3ef2 Update Spanish, French, Japanese and Russian from transifex (thanks!!!) Andreas Shimokawa 2016-01-21 21:27:31 +01:00
  • 887b478ec6 fix spelling Marc Schlaich 2016-01-21 19:09:10 +01:00
  • 818c31eb2b update CHANGELOG.md Andreas Shimokawa 2016-01-11 15:47:09 +01:00
  • de4ffe8fb0 allow to setup a common suffix for canned replies (defaults to " (canned reply)") Andreas Shimokawa 2016-01-11 15:29:12 +01:00
  • 7ba156da62 Try to support MarioTime. Does not work :/ Andreas Shimokawa 2016-01-10 20:12:52 +01:00
  • 4bb78722b5 Merge branch 'master' of https://github.com/Freeyourgadget/Gadgetbridge into feature-weather danielegobbetti 2016-01-09 18:48:39 +01:00
  • 0b53f60b0d Pebble: EXPERIMENTAL support for replying to wearable notifications Andreas Shimokawa 2016-01-09 17:54:17 +01:00
  • 46bbab7df0 rename IDSenderLookup to LimitedQueue and store Object instead of String Andreas Shimokawa 2016-01-09 16:07:22 +01:00