1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-07 05:38:13 +02:00

Commit Graph

  • 07d59322bd Pebble: Preparations for taking screenshots Andreas Shimokawa 2015-06-24 00:23:38 +0200
  • 4b241ca9eb Initial work on supporting multiple charts. - one fragment per chart screen - common chart code should move to fragment baseclass and the host Activity (ChartsActivity) cpfeiffer 2015-06-23 23:03:05 +0200
  • 5ae812c854 add GBDeviceProtocol again Andreas Shimokawa 2015-06-23 14:20:13 +0200
  • 73da7fff0a Refactoring: rename GBDeviceCommand to GBDeviceEvent Andreas Shimokawa 2015-06-23 11:54:33 +0200
  • c2582e1e1f Not not display useless menu items when device is not connected Andreas Shimokawa 2015-06-22 22:16:19 +0200
  • 1bd32b713a Pebble: implement encodeFindDevice() by simulating a call Andreas Shimokawa 2015-06-21 23:53:23 +0200
  • 39db968e34 Forgot to rename that method, too (#42) cpfeiffer 2015-06-21 20:59:36 +0200
  • 23d91ac79e Support for finding a lost device (closes #42) cpfeiffer 2015-06-21 00:34:05 +0200
  • c7b4f295a1 Support for vibration profiles, configurable for notifications cpfeiffer 2015-06-20 23:22:22 +0200
  • f105bbbde3 Avoid crash when getExternelDir() returns null (huh!) 0.4.1 cpfeiffer 2015-06-21 10:18:41 +0200
  • 1fb20926b3 Fix previous commit, disable LimitLines for this release cpfeiffer 2015-06-21 19:43:45 +0200
  • b1973994f0 Sleep Monitor: Disable anotations for now (produces unreadable output on some devices) Andreas Shimokawa 2015-06-21 16:39:03 +0200
  • da3bff0fd4 fix German translation, fucked up by tx pull Andreas Shimokawa 2015-06-20 21:11:33 +0200
  • e6086d6f79 updated translations from transifex cpfeiffer 2015-06-20 20:55:21 +0200
  • 2458e55865 Pebble: add encodeSimpleMessage() for encoding 1 byte messages to endpoints Andreas Shimokawa 2015-06-19 23:54:31 +0200
  • a8e2646fd9 update CHANGELOG.md Andreas Shimokawa 2015-06-19 13:22:41 +0200
  • 7e1700250f Pebble: add dev option to force latest notification protocol usage Andreas Shimokawa 2015-06-19 12:34:33 +0200
  • e562fa9870 Light sleep and deep sleep was mixed up. Corrected graphs again. #45 cpfeiffer 2015-06-19 01:14:58 +0200
  • f9e5ab5fc1 Some more refinements to sleep display (#45): cpfeiffer 2015-06-19 00:20:38 +0200
  • 03fa05756e As a test, draw limit lines for sleep/activity changes. cpfeiffer 2015-06-18 23:41:54 +0200
  • 83079b0456 Stub for device notification changes cpfeiffer 2015-06-18 23:07:22 +0200
  • cb3be26349 Do something when we receive a CharacteristicChanged message on the UUID_CHARACTERISTIC_BATTERY characteristic. Daniele Gobbetti 2015-06-16 17:03:35 +0200
  • ea43d76705 Bump version, update CHANGELOG.md and LICENSE.artwork Andreas Shimokawa 2015-06-18 21:51:06 +0200
  • 1801a679c5 Pebble: fix FW 3.x detection Andreas Shimokawa 2015-06-18 18:39:32 +0200
  • a0c83e9a0b Merge 197aead3b7 into c1769fb4b4 xphnx 2015-06-17 21:46:36 +0000
  • c1769fb4b4 revamp icons rober 2015-06-17 19:47:41 +0200
  • 8aa53fbb2c Explain logging functionality and move download link to top cpfeiffer 2015-06-17 23:28:50 +0200
  • 197aead3b7 fitbit and jawbone icons rober 2015-06-17 19:48:01 +0200
  • 1cdb9922b4 revamp icons rober 2015-06-17 19:47:41 +0200
  • bffd7f332f remove SleepChartActivityOld, as the new one is usable now ;) Andreas Shimokawa 2015-06-17 08:18:24 +0200
  • a5ae7acc63 Improved sleep chart #45 - use just one data set, because multiple data sets is not supported by MPAndroidChart (the way we need it) cpfeiffer 2015-06-17 00:05:55 +0200
  • 8709b95a95 Use a single data set instead of one per activity kind cpfeiffer 2015-06-16 21:04:44 +0200
  • a07aed62ad Pebble: Experiment with 3.x compatible notifications Andreas Shimokawa 2015-06-16 23:14:51 +0200
  • 4908fe7a53 Fix typo cpfeiffer 2015-06-15 20:33:32 +0200
  • 90302c83ef update CHANGELOG.md 0.4.0 Andreas Shimokawa 2015-06-13 21:42:38 +0200
  • 70c021e92c SleepChartActivity: Make light sleep color brighter Andreas Shimokawa 2015-06-13 20:47:36 +0200
  • 73187431b2 Use old Sleep Monitor Activity for Pebble/Morpheuz Andreas Shimokawa 2015-06-13 20:37:53 +0200
  • d2f7169de4 Really, I see no reason to look up a string for a preference key in an xml file Andreas Shimokawa 2015-06-13 01:12:08 +0200
  • cfedf4acde Put log file option in a development option category, change order in Mi Band preference screen. Andreas Shimokawa 2015-06-13 00:58:23 +0200
  • 3a6e8789c1 Update German translation Andreas Shimokawa 2015-06-13 00:54:43 +0200
  • 56d314d054 Reformat code and optimize imports Andreas Shimokawa 2015-06-13 00:32:48 +0200
  • ad4f708140 Send 2.x style notifications when on FW 3.x (on FW 2.x else use 1.x style notifications) Andreas Shimokawa 2015-06-13 00:26:55 +0200
  • 818399b157 Merge pull request #73 from danielegobbetti/remove_activity_logfile Andreas Shimokawa 2015-06-13 00:11:40 +0200
  • ac7e21be48 Remove the activity log debug file. Daniele Gobbetti 2015-06-12 22:30:14 +0200
  • 17c514a860 Merge pull request #72 from Freeyourgadget/danielegobbetti-db-fix Andreas Shimokawa 2015-06-12 21:29:01 +0200
  • 376f9c53a0 Fix crash on startup Daniele Gobbetti 2015-06-12 21:26:11 +0200
  • e37491ab56 Merge pull request #69 from Freeyourgadget/danielegobbetti-sleepactivity-colors Andreas Shimokawa 2015-06-12 13:10:40 +0200
  • dd7ec0abea Fixed small typo chrisvella 2015-06-12 20:26:16 +1000
  • 75de3b21e1 Use colors that are easier on the eyes Daniele Gobbetti 2015-06-12 11:17:44 +0200
  • 8aef92026c A new sleep chart based on MPAndroidChart 45 cpfeiffer 2015-06-11 23:34:16 +0200
  • 7e70341b26 minor corrections to CHANGELOG.md Andreas Shimokawa 2015-06-11 23:30:04 +0200
  • 9051e10aad switch constants for deep sleep and light sleep to match native miband data Andreas Shimokawa 2015-06-11 23:00:59 +0200
  • 0fa87b9eed update CHANGELOG.md and bump version to 0.4.0 Andreas Shimokawa 2015-06-11 21:12:25 +0200
  • dfcad94c2c Pebble: Make firmware installation possible from recovery (Closes #54) Andreas Shimokawa 2015-06-11 20:40:31 +0200
  • 824a88c55f Remove notice from CHANGELOG about installation from recovery being probably fixed. Andreas Shimokawa 2015-06-09 21:47:03 +0200
  • d0b9914770 Keep the db open while adding samples cpfeiffer 2015-06-09 21:05:44 +0200
  • 21c14dae47 Merge 5b402aaf2a into e78e79a9a9 chrisvella 2015-06-09 11:44:42 +0000
  • 5b402aaf2a Pebble settings should not be in the MiBand specific settings? chrisvella 2015-06-09 21:44:21 +1000
  • e78e79a9a9 Added missing returns.. cpfeiffer 2015-06-08 23:30:51 +0200
  • efac912929 Pebble: Fix error when reinstalling apps, useful for upgrading/downgrading Andreas Shimokawa 2015-06-08 22:38:16 +0200
  • 4f8a7ea64d Misuse device_candidate_item insead of device_item for AppManager Andreas Shimokawa 2015-06-07 22:02:40 +0200
  • c98716d469 Morpheuz support: Fix 3.1 compatibility Andreas Shimokawa 2015-06-07 21:49:05 +0200
  • 042963f2e2 Escape ' in Turkish translation to fix build Andreas Shimokawa 2015-06-07 21:31:47 +0200
  • 1c8173c218 Merge pull request #64 from mtsekm/master Carsten Pfeiffer 2015-06-07 20:59:00 +0200
  • 3d49426a4c updated translations from transifex cpfeiffer 2015-06-07 20:58:04 +0200
  • 56a0935d62 Add Turkish translation Tarik Sekmen 2015-06-07 17:32:47 +0300
  • ba76f64bf6 Disable context menu while busy and add "Disconnect" to context menu cpfeiffer 2015-06-07 15:31:42 +0200
  • dc8d1e961d Fix position of progress bar cpfeiffer 2015-06-07 00:05:36 +0200
  • ab97b544f0 Some cleanup + actually remember event time and kind for throttling cpfeiffer 2015-06-06 23:59:53 +0200
  • f5a569610f Wrap DeviceSupport instances. cpfeiffer 2015-06-06 23:54:34 +0200
  • f6d5767276 Remove reference to PebbleIOThread from BluetoothCommunicationService cpfeiffer 2015-06-06 23:24:00 +0200
  • 3fe9195d0d Avoid warning in unsetDynamicState() cpfeiffer 2015-06-06 23:13:26 +0200
  • 020d8d74d6 Added "Fetch Activity Data" to the context menu. cpfeiffer 2015-06-06 19:39:04 +0200
  • 9e4e50be47 Initial work on synchronizing activity data with feedback. cpfeiffer 2015-06-06 00:40:16 +0200
  • 2f0d00d645 avoid WITHOUT ROWID when not running at least lollipop #62 cpfeiffer 2015-06-06 00:10:38 +0200
  • 1e89b12b15 Avoid creating lots of SimpleDateFormat instances cpfeiffer 2015-06-05 23:09:28 +0200
  • dea4ee82a1 Merge branch 'db_refactoring_proposal' cpfeiffer 2015-06-05 21:57:55 +0200
  • c4096e6d3c Add daniele's db optimization the WITHOUT ROWID cpfeiffer 2015-06-05 21:46:56 +0200
  • b12a3e74cd MorpheuzSupport: remove limit of 54 samples. Morpheuz 3.1 supports 60 Andreas Shimokawa 2015-06-05 20:26:11 +0200
  • baecc20742 SleepMonitorActivity: Rotate annotation text for better readability Andreas Shimokawa 2015-06-05 19:59:58 +0200
  • 813a02d5c7 Unify SleepMonitor with code from PR #59. Thanks Daniele! Andreas Shimokawa 2015-06-05 19:32:09 +0200
  • d6ac497e7b Merge 30da9a2061 into 2f1908e480 Daniele Gobbetti 2015-06-04 22:20:53 +0000
  • 2f1908e480 Make sure to always close the database cpfeiffer 2015-06-04 23:45:46 +0200
  • fc374881c5 Get rid of the unused ID in the DB, this could help in: Daniele Gobbetti 2015-06-04 21:37:48 +0200
  • 7ad38c5e1a Merge pull request #61 from danielegobbetti/fix_data_in_the_future Carsten Pfeiffer 2015-06-04 21:15:52 +0200
  • a1ff9aab21 Do not iterate over the whole buffer, but only on the effectively used part. Daniele Gobbetti 2015-06-04 18:56:35 +0200
  • 7d86396e30 Support CM 12.1 Music App Andreas Shimokawa 2015-06-02 21:47:51 +0200
  • 32b2500d6b Merge pull request #60 from danielegobbetti/fix_data_in_the_future Carsten Pfeiffer 2015-06-02 21:43:32 +0200
  • 406f9ab90d Do not allocate the buffer if there's no data available. Daniele Gobbetti 2015-06-02 17:29:02 +0200
  • 30da9a2061 First WIP data display for the mi band Daniele Gobbetti 2015-06-02 18:25:30 +0200
  • 9e2d32c33f Fixed timestamp conversion for DB, added local variables to make the code clearer Daniele Gobbetti 2015-06-01 14:17:35 +0200
  • ea97a902d1 *unchecked* Storing activity values in the DB. Daniele Gobbetti 2015-06-01 10:15:19 +0200
  • 8b268a676c Refactoring of the data ingestion method. Daniele Gobbetti 2015-06-01 09:42:44 +0200
  • 5d950dc407 Fix reconnection after connection loss cpfeiffer 2015-05-28 23:26:17 +0200
  • 7f89f4bb57 Some fixes regarding device initialization, should avoid disconnects cpfeiffer 2015-05-28 00:26:41 +0200
  • f60903699e Delete MiBandSupport.java.orig Daniele Gobbetti 2015-05-27 11:05:53 +0200
  • 11884d8073 Improve logging cpfeiffer 2015-05-25 23:14:02 +0200
  • 75b9fe4c4d ignore connection state changes with status != GATT_SUCCESS cpfeiffer 2015-05-24 23:12:54 +0200
  • 228e922ce7 forgotten refactor of a variable Daniele Gobbetti 2015-05-24 20:25:34 +0200
  • e4076dc725 Ingesting the activity data the right way, but they are still being thrown away afterwards. Daniele Gobbetti 2015-05-24 19:09:14 +0200