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

Commit Graph

  • 92caed5af4 Some cleanup cpfeiffer 2015-05-24 15:04:48 +0200
  • a7792f6b72 improve some log statements cpfeiffer 2015-05-24 15:00:45 +0200
  • 637b43e892 Also wait for descriptor reads and writes cpfeiffer 2015-05-24 14:39:36 +0200
  • f004b7b11c WIP for fetching activity data cpfeiffer 2015-05-24 00:11:14 +0200
  • 6ea9537d38 Start sleep activity with context menu (long press on a device) Andreas Shimokawa 2015-06-01 16:57:45 +0200
  • a1d104d4e1 Refactoring of the data ingestion method. Daniele Gobbetti 2015-06-01 09:42:44 +0200
  • 81b1d1d28d Pebble: Put WeatherNeat test in separate file Andreas Shimokawa 2015-05-30 22:24:53 +0200
  • 603d31a59e add some constants to GBActivitySample Andreas Shimokawa 2015-05-30 21:52:29 +0200
  • 41207516b1 Move BluetoothChangeReceiver to externalevents Andreas Shimokawa 2015-05-30 21:40:42 +0200
  • 900b3f3833 use ORDER BY timestamp in SQL statement Andreas Shimokawa 2015-05-30 17:40:23 +0200
  • e79f4523c3 Add SQLite database support for activity data Andreas Shimokawa 2015-05-30 17:28:03 +0200
  • ba0b825c78 Fix reconnection after connection loss cpfeiffer 2015-05-28 23:26:17 +0200
  • ea7ecc1185 Some fixes regarding device initialization, should avoid disconnects cpfeiffer 2015-05-28 00:26:41 +0200
  • 724ec4265f Delete MiBandSupport.java.orig Daniele Gobbetti 2015-05-27 11:05:53 +0200
  • 08fbbb9152 SleepMonitor: draw colored bars instead of a graph Andreas Shimokawa 2015-05-27 00:59:05 +0200
  • c7be27b23e Improve logging cpfeiffer 2015-05-25 23:14:02 +0200
  • 06ee7efe79 update CHANGELOG.md Andreas Shimokawa 2015-05-25 01:32:16 +0200
  • 8366af736c Pebble: Fix firmware installation when all 8 app slots are in use Andreas Shimokawa 2015-05-25 01:26:27 +0200
  • 6fb6b5c164 Merge pull request #55 from danielegobbetti/master Carsten Pfeiffer 2015-05-24 23:16:52 +0200
  • 03bf244d0f ignore connection state changes with status != GATT_SUCCESS cpfeiffer 2015-05-24 23:12:54 +0200
  • fe4ab8bcf9 forgotten refactor of a variable Daniele Gobbetti 2015-05-24 20:25:34 +0200
  • 818dc72153 Ingesting the activity data the right way, but they are still being thrown away afterwards. Daniele Gobbetti 2015-05-24 19:09:14 +0200
  • e752b18b3f Some cleanup cpfeiffer 2015-05-24 15:04:48 +0200
  • f9ed6cbaea improve some log statements cpfeiffer 2015-05-24 15:00:45 +0200
  • 68b50b3ca2 Also wait for descriptor reads and writes cpfeiffer 2015-05-24 14:39:36 +0200
  • 85d77e3475 WIP for fetching activity data cpfeiffer 2015-05-24 00:11:14 +0200
  • 33e02fc580 Added Gitter badge The Gitter Badger 2015-05-23 20:21:01 +0000
  • 8a26ce9d67 Pull evaluateGBDeviceCommand() and handle* methods up cpfeiffer 2015-05-23 00:54:14 +0200
  • 4518e8819d Make file-logging configurable cpfeiffer 2015-05-23 00:45:12 +0200
  • c469248de1 Updated from transifex (thanks!) cpfeiffer 2015-05-22 23:21:37 +0200
  • 880dc7b3a4 Improve BLE gatt handling cpfeiffer 2015-05-22 23:15:45 +0200
  • f54927624b Move non Pebble specific code from PebbleIoThread to AbstractBTDeviceSupport Andreas Shimokawa 2015-05-22 20:20:33 +0200
  • 8309234784 Pebble: fix wrong calculation of timestamp. Andreas Shimokawa 2015-05-21 18:57:34 +0200
  • 7e2545f9b4 Use constants instead of hardcoded values Daniele Gobbetti 2015-05-21 18:19:07 +0200
  • 68b76aa5c5 Pebble: Get Morpheuz sleep data visualize through SleepMonitorActivity Andreas Shimokawa 2015-05-21 18:17:39 +0200
  • cb2a95398b update CHANGELOG Andreas Shimokawa 2015-05-18 23:22:21 +0200
  • 1c5d6de3ad Pebble: fix App installation Andreas Shimokawa 2015-05-18 23:14:32 +0200
  • 50c7206cf6 Pebble: implement reboot Andreas Shimokawa 2015-05-18 22:40:39 +0200
  • c4f7fc1531 Start App on Pebble when tapping it AppManager Andreas Shimokawa 2015-05-18 22:20:01 +0200
  • c37cacf43d Remove id and index from GBDeviceApp in favor of UUIDs Andreas Shimokawa 2015-05-18 20:56:19 +0200
  • 6fa2017dda Logging: Compress package names and rotate log files cpfeiffer 2015-05-17 23:37:28 +0200
  • e3c42ace2d Updated translations from transifex (thanks!) cpfeiffer 2015-05-17 23:01:47 +0200
  • d1d3e758d9 Support configurable notifications. Closes #53 cpfeiffer 2015-05-17 22:57:37 +0200
  • 4be50b3a82 Fix typo cpfeiffer 2015-05-17 22:57:26 +0200
  • 301c7622ef Is in assets/ now, was not supposed to be committed here cpfeiffer 2015-05-17 21:59:13 +0200
  • 14a05c3383 Initial support for rebooting the device cpfeiffer 2015-05-17 21:58:08 +0200
  • 9819819b92 Create the wait-latch before running the action, and only if neeeded cpfeiffer 2015-05-17 21:55:02 +0200
  • 55400817b4 Pebble: experiment with extensible notifications Andreas Shimokawa 2015-05-15 21:34:38 +0200
  • 2b98620ee0 Mi Band: Prepare preferences for vibration count, use number as input type for numeric field Andreas Shimokawa 2015-05-14 13:04:21 +0200
  • 562840a7c5 Actually call the new generic notification handler cpfeiffer 2015-05-14 00:04:54 +0200
  • 80eb386dd8 fix DebugActivity, was broken since we translated it :/ Andreas Shimokawa 2015-05-13 23:18:54 +0200
  • d2bcccaeef Use logback-android for logging to external storage cpfeiffer 2015-05-13 23:15:20 +0200
  • 27d725853f Add extra handler for generic notifications cpfeiffer 2015-05-13 21:55:22 +0200
  • c81e28c030 simplify code Andreas Shimokawa 2015-05-12 20:32:34 +0200
  • 1b2f20160a fix some lint warnings, mostly simplifications Andreas Shimokawa 2015-05-12 20:09:35 +0200
  • f8341918ee compile fix Andreas Shimokawa 2015-05-12 11:12:53 +0200
  • 7540a3955b Pebble: experiment with launching watchapps from Gadgetbridge Andreas Shimokawa 2015-05-12 11:06:22 +0200
  • 68383b6c05 Updated translations from transifex (thanks!) cpfeiffer 2015-05-12 06:34:44 +0200
  • 9a26769c3e Search & replace: use slf4j for logging instead of Logcat directly cpfeiffer 2015-05-12 06:28:11 +0200
  • 6fab01a3c2 Pebble: experimenting with more generic application message encoding Andreas Shimokawa 2015-05-11 23:30:38 +0200
  • 05d22b8dd1 update CHANGELOG 0.3.5 Andreas Shimokawa 2015-05-11 08:52:49 +0200
  • 87512149a5 This should fix pebble-pairing on bt+btle devices #33 cpfeiffer 2015-05-11 00:50:18 +0200
  • 9195652f11 Reformatted from transifex cpfeiffer 2015-05-10 23:59:00 +0200
  • 84d1e95767 Fix removal of async runnable to stop pairing after 60s (#3) cpfeiffer 2015-05-10 23:14:32 +0200
  • b25da80656 Stop discovery when attempting to pair #33 cpfeiffer 2015-05-10 21:35:31 +0200
  • 095ada8e5d Attempt to improve Pebble bonding when bonding fails #33 cpfeiffer 2015-05-10 21:32:41 +0200
  • be52724fdd Also commit leftover cpfeiffer 2015-05-10 21:19:24 +0200
  • c89bba0cba Remove explicit "Refresh" device list action cpfeiffer 2015-05-10 21:17:36 +0200
  • 61e8d88de4 Rename constant cpfeiffer 2015-05-10 21:13:05 +0200
  • bd2d5fd608 Ensure that device list is refreshed when changing MAC address cpfeiffer 2015-05-10 21:12:10 +0200
  • 2b84ffdc1a update Russian translation Andreas Shimokawa 2015-05-10 19:07:48 +0200
  • b1cb5f3f21 update CHANGELOG, README and bump version to 0.3.5 Andreas Shimokawa 2015-05-10 17:09:57 +0200
  • c8feea9f37 Refreshing device list when paired devices change now works. Andreas Shimokawa 2015-05-10 17:05:24 +0200
  • 0d77a5ac05 Try to refresh device list if BluetoothDevice.ACTION_BOND_STATE_CHANGED is received. Andreas Shimokawa 2015-05-10 16:56:09 +0200
  • f101926186 Pebble: No pairing activity, just call createBond() and finish discovery activity Andreas Shimokawa 2015-05-10 16:27:31 +0200
  • a70426d84d Display found Pebbles in DiscoveryActivity Andreas Shimokawa 2015-05-10 15:52:19 +0200
  • 1443c8088c Change default for Pebble Notification Intents back to "when screen off" Andreas Shimokawa 2015-05-10 15:07:28 +0200
  • 22daa507ce readd Italian string that was removed by accident (or by transifex) Andreas Shimokawa 2015-05-10 14:22:44 +0200
  • 7f5b495480 Move Mi Band MAC address setting to Mi Band Settings Andreas Shimokawa 2015-05-10 13:08:28 +0200
  • e78c912be3 Only sync time on time/timezone changes if appropriate option is set. Andreas Shimokawa 2015-05-10 11:21:16 +0200
  • f9efa36322 Add Russian translation (thanks astra1!) Andreas Shimokawa 2015-05-10 10:02:12 +0200
  • fa9bed81ce Updated translations cpfeiffer 2015-05-10 00:21:08 +0200
  • 86119a877a Slight refactoring, add some Logging cpfeiffer 2015-05-10 00:18:42 +0200
  • 39d84831ed Unset dynamic device state (like battery level, etc.) when disconnected cpfeiffer 2015-05-10 00:05:29 +0200
  • 1a7c3c42e4 Do both BT and BTLE discovery (one after another) #33 cpfeiffer 2015-05-09 23:54:47 +0200
  • 60210e069c Fix validity check with gender and type cpfeiffer 2015-05-09 23:13:47 +0200
  • 29cc364f8a Updated translations cpfeiffer 2015-05-09 21:47:03 +0200
  • ab5d5f6c6f Made Mi Band preferences localizable cpfeiffer 2015-05-09 21:43:04 +0200
  • 8112d4afd8 update stings Andreas Shimokawa 2015-05-08 12:56:17 +0200
  • 6f162c593b Pebble message intent notifications default to "never" now Andreas Shimokawa 2015-05-08 12:50:42 +0200
  • c999c52501 convert sequence of ifs to switch Andreas Shimokawa 2015-05-08 11:18:06 +0200
  • ddc2f116aa Updated German translation cpfeiffer 2015-05-08 00:48:51 +0200
  • d036f0539d Added missing resource strings and clean up layouts cpfeiffer 2015-05-08 00:42:46 +0200
  • 43ae05673b Updated MI features cpfeiffer 2015-05-08 00:10:54 +0200
  • 9801a94704 Revert "Updated translation from transifex" cpfeiffer 2015-05-07 23:56:04 +0200
  • 45fde87df6 Updated translation from transifex cpfeiffer 2015-05-07 23:54:59 +0200
  • b2518ff927 Discovery + pairing now works cpfeiffer 2015-05-07 23:51:03 +0200
  • 157deff237 Send current time to device if time/timezone changes. Closes #51. Andreas Shimokawa 2015-05-07 23:46:18 +0200
  • 70889e5326 fix italian string, which would cause FC Andreas Shimokawa 2015-05-07 22:32:30 +0200
  • 1604ae2c22 #33 only start discovery activity when bt is enabled cpfeiffer 2015-05-07 22:15:53 +0200