Commit Graph

  • 5f993c0049 Merge branch 'master' into live-activity-data cpfeiffer 2015-09-05 00:15:49 +0200
  • 69b64ed4b6 More logging for time/timezone changes cpfeiffer 2015-09-05 00:14:09 +0200
  • 8f4e933e30 More WIP on live activity: cpfeiffer 2015-09-04 21:55:29 +0200
  • 9a1f4875fc Temporary backup with live activity cpfeiffer 2015-09-03 23:20:47 +0200
  • 05ee6e46c6 Display battery label in RED when battery is LOW #40 cpfeiffer 2015-09-02 22:46:14 +0200
  • 42420e676b More WIP: displays live activity data cpfeiffer 2015-09-02 23:49:06 +0200
  • bc98805809 add strings from live-activity-data branch to fix build Andreas Shimokawa 2015-09-02 23:07:15 +0200
  • e4a72a83ee Ignore QKSMS generic noticfication to prevent duplicate SMS notifications Andreas Shimokawa 2015-09-02 22:54:20 +0200
  • ab29736a50 Pebble: Implement "Open on Phone" function for generic notifications Andreas Shimokawa 2015-09-02 22:43:22 +0200
  • b6cbb5d6be read initial value of live steps data when enabling notification Daniele Gobbetti 2015-09-02 16:36:20 +0200
  • ab8982e7f2 WIP: support for live display of activity data cpfeiffer 2015-09-02 08:00:26 +0200
  • 536b2bd8a0 Another translatable string cpfeiffer 2015-09-01 23:56:14 +0200
  • da5df5621e Use MEDIUMINT for steps per day (no effect, not used, and ignored by sqlite) cpfeiffer 2015-09-01 23:11:22 +0200
  • 4b4c6d1a6b Do not accept negative step/intensity values in the db cpfeiffer 2015-09-01 22:53:47 +0200
  • c5db816cd1 Pass shorts along to avoid implicit signed conversion. cpfeiffer 2015-09-01 22:53:20 +0200
  • c49c795b1d Actually remove that implicit "current date" handling cpfeiffer 2015-09-01 22:43:31 +0200
  • d791054e42 Fix getLast24Hours() -- take end time into account cpfeiffer 2015-09-01 22:37:20 +0200
  • a6d18e599b Tiny simplification and extract string cpfeiffer 2015-09-01 22:30:02 +0200
  • 917801f223 Use the correct date for displaying steps #91 cpfeiffer 2015-09-01 22:12:22 +0200
  • fd789c445e Allow dismissal of individual (generic) notification Andreas Shimokawa 2015-09-01 21:58:36 +0200
  • 5c2bd1e8df Avoid code duplication by reusing logMessageContent() cpfeiffer 2015-09-01 21:26:51 +0200
  • 46171e4ab8 Some preparations for interactive notifications Andreas Shimokawa 2015-08-31 22:27:25 +0200
  • 2da717ea4c set visibility of service notification to public again Andreas Shimokawa 2015-08-31 21:28:27 +0200
  • ee3ca5998e Fail early when opening a pebble file. Daniele Gobbetti 2015-08-31 17:40:46 +0200
  • 9360b81ef3 Don't add new limitlines, clean the existing one before (it could be optimized further by reusing the existing one, probably) Daniele Gobbetti 2015-08-31 17:25:23 +0200
  • 249ff5bf94 Let the user change date also on the Week steps chart Daniele Gobbetti 2015-08-31 17:08:47 +0200
  • face7cceea probable close #104 Andreas Shimokawa 2015-08-31 17:31:32 +0200
  • 95b65265b4 remove eventClass field from GBDeviceEvent, use instanceof instead Andreas Shimokawa 2015-08-31 17:25:58 +0200
  • 50960277dd Localized some firmware update texts and added some toasts on finish cpfeiffer 2015-08-30 21:56:45 +0200
  • 41d8bcf634 Make firmware and app installation a bit more user friendly #30 cpfeiffer 2015-08-30 00:21:51 +0200
  • 87a5b09e43 Updated translations from transifex (thanks!) 0.5.2 cpfeiffer 2015-08-29 23:01:50 +0200
  • ad4d4fb0da Updated changelog cpfeiffer 2015-08-29 22:58:01 +0200
  • 128a1d7d7a add notes about the Pebble Time Andreas Shimokawa 2015-08-29 22:47:33 +0200
  • 277e5821a5 Add type="color" to fix AS designer parse errors cpfeiffer 2015-08-29 21:59:01 +0200
  • 530116976c Only call super.onCharacteristicChanged() when not handling it here cpfeiffer 2015-08-29 20:48:33 +0200
  • 184f81fc7a Remove unused "Settings" entry in charts menu (#100) cpfeiffer 2015-08-29 20:43:53 +0200
  • 25ddc20f89 Fix testcases with sdk 23: don't call Notificaton API during local tests cpfeiffer 2015-08-29 20:38:53 +0200
  • 49c9b92020 Update CHANGELOG.md Daniele Gobbetti 2015-08-29 20:19:17 +0200
  • 13300fcb5d finally fix build with SDK 23 Andreas Shimokawa 2015-08-29 11:31:48 +0200
  • 15fc5a02ae another neccessary change for SDK 23 Andreas Shimokawa 2015-08-29 01:35:33 +0200
  • b4632f1292 try to fix dependencies for SDK 23 Andreas Shimokawa 2015-08-29 00:34:29 +0200
  • 6e448c14db try to make travis happy Andreas Shimokawa 2015-08-29 00:23:29 +0200
  • 38f4526817 tell travis that we target android-23 Andreas Shimokawa 2015-08-29 00:19:24 +0200
  • e30379e77d target SDK Version 23, fix new errors in AndroidManifest.xml Andreas Shimokawa 2015-08-29 00:12:51 +0200
  • 26792717d4 Add showing when the device wasn't worn by the user Daniele Gobbetti 2015-08-28 14:54:49 +0200
  • fb5ebeacb6 Light colors for the graphs. Daniele Gobbetti 2015-08-28 14:35:22 +0200
  • 086bb8aa4a Also parcel the battery level threshold cpfeiffer 2015-08-28 13:53:16 +0200
  • ff989390f9 Fix the remaining TODO #101 cpfeiffer 2015-08-28 13:49:36 +0200
  • d27bf567cf Merge pull request #101 from Freeyourgadget/low_battery_notification Daniele Gobbetti 2015-08-28 10:55:07 +0200
  • 2f1aa45445 Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-28 10:40:46 +0200
  • cbea0feb9e Centralize the calendar conversion to/from byte array take 2. Daniele Gobbetti 2015-08-28 10:40:25 +0200
  • 75a1068a69 Added new french translation, thanks a lot, gnupyx! cpfeiffer 2015-08-27 23:08:17 +0200
  • 2ca8e149ee Pebble: support "dismiss all" action also on Pebble Time/FW 3.x notifications Andreas Shimokawa 2015-08-27 18:01:19 +0200
  • 44c7f99c58 GBDeviceProtocol::decodeResponse() now returns an array GBDeviceEvents Andreas Shimokawa 2015-08-27 15:02:29 +0200
  • 3a6e433fb3 Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-27 13:12:29 +0200
  • 677e0808bf Centralize the calendar conversion to/from byte array. Daniele Gobbetti 2015-08-27 13:12:09 +0200
  • 7923e153e6 Moved the enum to standalone in the model package. Daniele Gobbetti 2015-08-27 11:50:31 +0200
  • 027e6fe8c3 Pebble: add more Datalogging endpoint debug output Andreas Shimokawa 2015-08-26 23:17:32 +0200
  • 3356a4b066 Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-26 15:46:33 +0200
  • d0fbc57cf1 Switched position of bar and pie chart cpfeiffer 2015-08-25 23:14:52 +0200
  • e8a12f92be In landscape mode, give the bar chart more space than the pie chart cpfeiffer 2015-08-25 23:10:11 +0200
  • 8128651bcc In landscape format, layout bar and pie chart horizontally cpfeiffer 2015-08-25 23:04:04 +0200
  • e1c02cc373 Prevent charts date in the future, documentation and cleanup cpfeiffer 2015-08-25 22:45:07 +0200
  • b4e34db1d2 Faster animation cpfeiffer 2015-08-25 01:03:58 +0200
  • 0bb3188bc8 Start and end dates now work properly across charts cpfeiffer 2015-08-25 00:54:16 +0200
  • e47ebb8f09 Improvements to charts cpfeiffer 2015-08-25 00:33:37 +0200
  • 6ebc727f97 Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-24 17:48:17 +0200
  • 070876db06 Allow disconnecting when device is connecting cpfeiffer 2015-08-24 13:19:17 +0200
  • 9a3769aeba Remove the "Test" widget cpfeiffer 2015-08-24 13:15:58 +0200
  • 93c2f40cd8 Add link to CHANGELOG.md Carsten Pfeiffer 2015-08-23 01:04:40 +0200
  • ba670bbb50 More testing work: with a new test for finding the device cpfeiffer 2015-08-23 00:54:28 +0200
  • ba6bdad057 try to make telephony optional 0.5.1 Andreas Shimokawa 2015-08-22 22:52:29 +0200
  • 8b9406996c bump version, update CHANGELOG.md Andreas Shimokawa 2015-08-22 22:36:32 +0200
  • 6f7de96461 Fix find device (wrong EXTRA_ constant used) cpfeiffer 2015-08-22 12:38:35 +0200
  • 77cad5c47f Initial support for testing the DeviceCommunicationService cpfeiffer 2015-08-22 01:08:46 +0200
  • cedd95186f Pebble: revert changes commited accidentially Andreas Shimokawa 2015-08-22 00:29:52 +0200
  • 1150ad2b8d Pebble: Support taking Pebble Time screenshots. Closes #97. Andreas Shimokawa 2015-08-22 00:14:14 +0200
  • dcc988139f Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-21 17:34:11 +0200
  • 12337836bc bump version, update CHANGELOG.md 0.5.0 Andreas Shimokawa 2015-08-21 16:06:23 +0200
  • df417e5c6c Fix bug regarding setting wear location. Daniele Gobbetti 2015-08-21 15:23:48 +0200
  • 6e80978998 Pebble: Add generic method for Blobdb endpoint for deduplicating code. Andreas Shimokawa 2015-08-21 14:29:12 +0200
  • 2b0acd649b Pebble: close TCP socket when disconnecting from emulator. Prevents hang. Andreas Shimokawa 2015-08-21 13:18:53 +0200
  • eb39ce9367 Further improvements: - append a string on the control center when the device is charging - battery status string is no more, welcome battery state enum - the notification will not be shown when the device is charging, even if the level is below threshold Daniele Gobbetti 2015-08-21 08:41:57 +0200
  • a1cb246e27 Add and use a "client interface" for the actions of the service cpfeiffer 2015-08-21 00:58:18 +0200
  • 6869fc85ee update CHANGELOG.md Andreas Shimokawa 2015-08-20 22:51:55 +0200
  • ff6d28cdc8 Remove INTERNET permission Andreas Shimokawa 2015-08-20 22:41:38 +0200
  • faaa04b670 App Installation: various improvements Andreas Shimokawa 2015-08-20 18:55:22 +0200
  • a6b28a804c Fix typo (sorry xphnx!) Daniele Gobbetti 2015-08-19 17:38:16 +0200
  • 0d8adeb7f9 Some refinements: - only show the bigtext notification if the device has set extended battery info - custom icon for the low battery notification (with license information) - show device name in the notification - set the notification to high priority - the battery threshold is now set in GBDevice Daniele Gobbetti 2015-08-19 17:36:53 +0200
  • 57a85e63b0 Merge remote-tracking branch 'origin/master' into low_battery_notification Daniele Gobbetti 2015-08-19 17:30:33 +0200
  • d2173d37ce forgot to commit this also Andreas Shimokawa 2015-08-19 01:46:18 +0200
  • e8e631fb49 Pebble: encode flags in metadata, this could not work on real devices Andreas Shimokawa 2015-08-19 01:40:39 +0200
  • 5a4f8fb56f Last commit accidentally called the wrong get*Samples method cpfeiffer 2015-08-19 00:52:03 +0200
  • a7796ecbc6 Pebble: Emulator support Andreas Shimokawa 2015-08-19 00:03:52 +0200
  • c3e395818f Adding support for battery events using GBDeviceEvent. - show notification on low battery (closes #40) - Miband specific: add date of last charge and number of charges Daniele Gobbetti 2015-08-18 17:37:51 +0200
  • 121baa19ec Move AbstractSerialDeviceSupport et al from bt package into serial package cpfeiffer 2015-08-18 01:26:15 +0200
  • 99293d4ee5 Also extracted firmware update to separate operation cpfeiffer 2015-08-18 00:52:02 +0200
  • dbb92b55bc Make the Operations classes BLE-generic cpfeiffer 2015-08-18 00:28:17 +0200
  • c0323339e8 Pebble: set UTC time and offset on FW 3.x Andreas Shimokawa 2015-08-18 00:12:40 +0200
  • 33b598ce5c First part of extracting parts out of MiBandSupport cpfeiffer 2015-08-18 00:08:22 +0200