1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 00:36:26 +02:00
Commit Graph

633 Commits

Author SHA1 Message Date
Andreas Shimokawa
70ae5a2a3a Pebble: Allow to select the preferred activity tracker via settings activity (Health, Misfit, Morpheuz) 2016-02-18 20:41:22 +01:00
Daniele Gobbetti
cc42583885 add missing newline 2016-02-17 15:19:05 +01:00
cpfeiffer
c86365ee2e Some more Mi Band pairing improvements #180
- listen to notifications early -- the band then actually tells us that
  authentication is required
- check for this after sending user info
- add authentication states to GBDevice
- workaround for event problems in pairing activity (delivered although
  already unregistered)
- BtLEQueue now deals with gatt events coming *before* connectGatt()
  actually returned (namely the connection event)
2016-02-13 00:15:16 +01:00
Daniele Gobbetti
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

This closes #188 \o/
2016-02-11 19:14:40 +01:00
danielegobbetti
2f8207abf9 Initial support for reading pebble health steps/activity data. 2016-02-07 09:27:51 +01:00
Andreas Shimokawa
299b850a67 its release time 2016-02-06 21:48:33 +01:00
danielegobbetti
03ad7f5a24 Do not enable insights on the watch. Add notice about health activation to changelog. 2016-02-06 21:38:55 +01:00
danielegobbetti
a451b37ceb Added refactoring of user details to changelog 2016-02-06 19:48:03 +01:00
Andreas Shimokawa
3db88574fa bump version, update CHANGELOG.md (not yet released) 2016-02-06 19:41:21 +01:00
Andreas Shimokawa
857e282bdc bump version 2016-01-24 22:48:51 +01:00
Andreas Shimokawa
9af976657b Pebble: Report correct connection state to PebbleKit companion apps (not always connected) 2016-01-24 00:06:44 +01:00
Andreas Shimokawa
cf1c245e58 update CHANGELOG.md, README.md and bump version 2016-01-21 21:40:23 +01:00
Andreas Shimokawa
818c31eb2b update CHANGELOG.md 2016-01-11 15:47:09 +01:00
Andreas Shimokawa
d7f74851e2 Pebble: allow reinstallation of apps in pbw-cache from App Manager (long press menu)
See #93
Also bump version, update CHANGELOG.md
2016-01-02 12:24:23 +01:00
Andreas Shimokawa
50cd5b2629 Pebble: Fix regression which freezes Gadgetbridge when disconnecting via long-press menu 2016-01-02 00:30:11 +01:00
Andreas Shimokawa
890016d652 Pebble: Fix crash when turning off bluetooth when connected on Android 6.0 2015-12-31 01:13:48 +01:00
Andreas Shimokawa
eb50040320 update CHANGELOG.md 2015-12-29 20:56:30 +01:00
danielegobbetti
89ef950c62 Add the feature to changelog.
Fix max index for alarms on miband.
2015-12-18 20:30:09 +01:00
Andreas Shimokawa
dfa85745e8 Send out SMS when replying with a canned response
Closes #121
2015-12-15 00:26:06 +01:00
Andreas Shimokawa
14f8929439 Pebble: fix decoding strings in appmessages from the pebble
This fixes sending SMS from "Dialer for Pebble"
2015-12-14 00:05:14 +01:00
Andreas Shimokawa
7cf1e0e004 Add system app icon and make use of it (thanks xphnx!) 2015-12-12 11:59:52 +01:00
Andreas Shimokawa
4528aaf22f Pebble: Allow installing apps compiled with SDK 2.x also on the balast platform (pebble time, pebble time steel) 2015-12-11 21:11:55 +01:00
cpfeiffer
a1fe16bbcb Updated changelog 2015-12-08 23:49:41 +01:00
Andreas Shimokawa
8b87e97f51 fix crash in FileUTils.copyURItoFile() if source and destination are the same file.
This allows to install pbw files from the pbw-cache manually though a file manager.
2015-12-08 18:59:37 +01:00
Andreas Shimokawa
804621aa14 bump version to 0.6.9 2015-12-08 18:35:45 +01:00
Andreas Shimokawa
f59382e3c8 Pebble: Show correct icon for activity tracker and watchfaces in app installer (language and fw icons still missing) 2015-12-08 18:32:17 +01:00
Andreas Shimokawa
18726eca33 Pebble: Correct setting the timezone on firmware 3.x (pebble expects the "ID" eg. Europe/Berlin) 2015-12-08 14:59:24 +01:00
Andreas Shimokawa
3ac00a004f Pebble: Support installing .pbl (language files) on firmware 3.x 2015-12-08 12:07:14 +01:00
Andreas Shimokawa
1c3e0b628b Pebble: store app details in pbw-cache and display them in app manager on firmware 3.x
Improves #93
2015-12-07 18:16:23 +01:00
Andreas Shimokawa
f20e11d517 Pebble: Increase maximum notification body length from 255 to 512 bytes on firmware 3.x 2015-12-07 12:25:34 +01:00
cpfeiffer
265dcd25eb Release 0.6.28, update translations from transifex (thanks!) 2015-12-07 01:32:39 +01:00
Andreas Shimokawa
b05cfc6aac Pebble: fix crash on firmware 3.x when pebble requests a pbw that is not in Gadgetbridge's cache 2015-12-06 17:56:46 +01:00
Andreas Shimokawa
79f92b8495 Fix installing pbw files from different URIs than local files on Firmware 3.x. Fixes #183 2015-12-06 17:22:07 +01:00
Andreas Shimokawa
05a8436f7c Treat notifications from Signal as chat messages 2015-12-06 16:10:46 +01:00
Andreas Shimokawa
112dfa184a Catch securtiy exception if contacts can't be read on Android 6.0. Closes #182 2015-12-06 15:32:48 +01:00
Andreas Shimokawa
0cf6e61ca6 update CHANGELOG.md and bump version 2015-12-05 16:25:15 +01:00
Andreas Shimokawa
f3a33cb620 update CHANGELOG.md 2015-12-01 11:58:36 +01:00
Andreas Shimokawa
17ba49374c Fix copy&paste error in K9Receiver.java, update CHANGELOG.md 2015-11-27 23:45:27 +01:00
Andreas Shimokawa
ea98e207d9 bump version, update CHANGELOG.md 2015-11-15 10:32:43 +01:00
cpfeiffer
5864189b91 Update changelog 2015-11-09 23:56:46 +01:00
cpfeiffer
da5acf748a Update changelog 2015-11-03 20:44:36 +01:00
Andreas Shimokawa
b99b9bbb75 bump version to 0.6.5, update CHANGELOG.md and README.md 2015-10-25 21:28:35 +09:00
cpfeiffer
dd0ba8a230 Updated 2015-10-25 00:10:47 +02:00
cpfeiffer
dcd776e09a Attempt to fix never finishing activity data fetching #142
(by disabling unrelated notifications)
2015-10-18 22:27:52 +02:00
cpfeiffer
99470c67ff Added ticket numbers 2015-10-18 21:41:46 +02:00
cpfeiffer
4cdfea25f9 Updated for 0.6.4 (Mi Band 1A) 2015-10-18 21:36:39 +02:00
Andreas Shimokawa
f0a1d5f8a0 update CHANGELOG.md, bump version, pull translation from transifex (thanks!) 2015-10-18 09:22:11 +09:00
cpfeiffer
e755e9f51f updated 2015-10-18 01:40:59 +02:00
cpfeiffer
2c29384ee8 Updated 2015-10-17 17:11:41 +02:00
Andreas Shimokawa
85777f99e4 bump version to 0.6.3, allow up to ten dots in .pbl file names 2015-10-11 20:51:24 +09:00
Andreas Shimokawa
600e7d59b5 update CHANGELOG.md and README.md 2015-10-07 22:39:58 +09:00
Andreas Shimokawa
a3e531155f bump version 2015-10-03 21:52:27 +09:00
cpfeiffer
0ff0c6d176 Mark live activity data as WIP -- again I got a spike 2015-10-03 10:10:22 +02:00
cpfeiffer
d6f9eac711 Revert to previous BLE connection method:
- first, connectGatt(true) to support automatic (re-) connection
- second, bluetoothGatt.connect() to connect immediately
2015-10-03 00:21:31 +02:00
Daniele Gobbetti
2f0d4815b8 Update CHANGELOG.md 2015-10-02 11:24:15 +02:00
Daniele Gobbetti
ff2e8d1ce7 Update CHANGELOG.md 2015-10-02 11:24:02 +02:00
Andreas Shimokawa
949c49f2c9 Bump version, update CHANGELOG 2015-09-26 21:28:58 +02:00
Andreas Shimokawa
e3533a2b18 Pebble: Allow muting (blacklisting) Apps from within generic notifications on the watch
Closes #113
2015-09-25 00:53:40 +02:00
Andreas Shimokawa
ab78d167d9 update CHANGELOG.md 2015-09-23 23:53:16 +02:00
Andreas Shimokawa
4b690ad641 bump version to 0.6.0 (not yet tagged) 2015-09-19 12:56:29 +02:00
Daniele Gobbetti
94abac05d1 Update CHANGELOG.md 2015-09-18 16:36:33 +02:00
Andreas Shimokawa
b02c286818 update CHANGELOG and README 2015-09-17 23:22:15 +02:00
Andreas Shimokawa
dfe86d681d update CHANGELOG 2015-09-13 14:59:07 +02:00
Andreas Shimokawa
c69ae753ac update CHANGELOG 2015-09-13 13:50:53 +02:00
Julien Pivotto
bfd7908f56 Fix typos in CHANGELOG 2015-09-12 23:31:59 +02:00
Andreas Shimokawa
b886ba4ac7 update CHANGELOG, bump version 2015-09-12 23:22:29 +02:00
Daniele Gobbetti
6c28b50f52 allow the transfer of activity data without clearing MiBand's memory 2015-09-07 12:06:56 +02:00
cpfeiffer
6f7a3f7d8d Added for 0.5.3 2015-09-06 00:11:51 +02:00
Andreas Shimokawa
a62647fa46 bump version, update README.md 2015-09-05 22:20:22 +02:00
Andreas Shimokawa
3fb92e2e79 update CHANGELOG.md 2015-09-05 21:38:35 +02:00
cpfeiffer
ad4d4fb0da Updated changelog 2015-08-29 23:01:14 +02:00
Andreas Shimokawa
128a1d7d7a add notes about the Pebble Time 2015-08-29 22:47:33 +02:00
Daniele Gobbetti
49c9b92020 Update CHANGELOG.md
Version 0.5.2
2015-08-29 20:19:17 +02:00
Andreas Shimokawa
2ca8e149ee Pebble: support "dismiss all" action also on Pebble Time/FW 3.x notifications
This is done through a workaround, now we just label it as a generic action and reply properly to the invocation from the Pebble.
Fixes #86
2015-08-27 18:01:19 +02:00
Andreas Shimokawa
8b9406996c bump version, update CHANGELOG.md 2015-08-22 22:36:32 +02:00
Andreas Shimokawa
12337836bc bump version, update CHANGELOG.md 2015-08-21 16:06:23 +02:00
Andreas Shimokawa
6869fc85ee update CHANGELOG.md 2015-08-20 22:51:55 +02:00
Andreas Shimokawa
913f37246f update CHANGELOG 2015-08-17 14:27:43 +02:00
Andreas Shimokawa
a5e009b371 update changelog 2015-08-15 22:46:04 +02:00
Andreas Shimokawa
a2e2600469 Bump version to 0.4.6 2015-08-15 22:41:29 +02:00
cpfeiffer
4ba5a7804a Updated for 0.4.6 2015-08-15 12:08:30 +02:00
cpfeiffer
1b1d60faa8 Updated 2015-08-03 01:36:54 +02:00
Daniele Gobbetti
216cdad591 update CHANGELOG.md 2015-07-31 16:19:32 +02:00
Daniele Gobbetti
e4ddbf4aaa Update CHANGELOG.md 2015-07-30 11:58:38 +02:00
Daniele Gobbetti
3ed4856bf6 Update CHANGELOG.md 2015-07-29 17:31:53 +02:00
Daniele Gobbetti
c4590d3989 Update Changelog.
Typo
2015-07-25 21:31:22 +02:00
Daniele Gobbetti
0dd29807b2 Update Changelog.
Prepare for release
2015-07-25 21:29:31 +02:00
Daniele Gobbetti
8f840df5f6 Set GB notification visibility to public.
This way on android 5 the status of the connection is shown also on the lockscreen even if the user chose to hide sensible content of the notifications.
2015-07-25 21:14:18 +02:00
Andreas Shimokawa
80e93aeaf7 update CHANGELOG, bump version to 0.4.4 (not yet release time) 2015-07-21 22:55:26 +02:00
cpfeiffer
7c61bbb2be Logging to find the cause for seldom device state/notification mismatch 2015-07-10 21:35:28 +02:00
Andreas Shimokawa
0ca375b87b update CHANGELOG, bump version 2015-07-05 00:27:48 +02:00
Daniele Gobbetti
78c0f2797d Update CHANGELOG.md 2015-07-02 14:02:26 +02:00
Andreas Shimokawa
bf29814294 Bump version to 0.4.2, update CHANGELOG.md 2015-06-27 20:02:46 +02:00
Andreas Shimokawa
a8e2646fd9 update CHANGELOG.md 2015-06-19 13:22:41 +02:00
Andreas Shimokawa
ea43d76705 Bump version, update CHANGELOG.md and LICENSE.artwork
not yet ready for release
2015-06-18 21:51:06 +02:00
Andreas Shimokawa
90302c83ef update CHANGELOG.md 2015-06-13 21:42:38 +02:00
Andreas Shimokawa
7e70341b26 minor corrections to CHANGELOG.md 2015-06-11 23:30:04 +02:00
Andreas Shimokawa
0fa87b9eed update CHANGELOG.md and bump version to 0.4.0
Planned release is Sunday 14. June
2015-06-11 21:12:25 +02:00
Andreas Shimokawa
824a88c55f Remove notice from CHANGELOG about installation from recovery being probably fixed. 2015-06-09 21:48:14 +02:00
Andreas Shimokawa
efac912929 Pebble: Fix error when reinstalling apps, useful for upgrading/downgrading
Fixes #65
2015-06-08 22:38:58 +02:00
Andreas Shimokawa
7d86396e30 Support CM 12.1 Music App 2015-06-02 21:48:21 +02:00
Andreas Shimokawa
06ee7efe79 update CHANGELOG.md 2015-05-25 01:32:16 +02:00
Andreas Shimokawa
cb2a95398b update CHANGELOG 2015-05-18 23:22:21 +02:00
Andreas Shimokawa
05d22b8dd1 update CHANGELOG 2015-05-11 08:52:49 +02:00
Andreas Shimokawa
b1cb5f3f21 update CHANGELOG, README and bump version to 0.3.5
We might delay the release a bit due to missing translations.
2015-05-10 17:09:57 +02:00
cpfeiffer
d036f0539d Added missing resource strings and clean up layouts 2015-05-08 00:42:46 +02:00
Andreas Shimokawa
9277874983 update CHANHELOG.md 2015-05-07 00:05:54 +02:00
Andreas Shimokawa
d09b5442cf Put FW/HW info inside its own TextView to cleanup the device list 2015-05-05 11:16:57 +02:00
Andreas Shimokawa
93cc35bda5 prepare for release 2015-04-29 00:23:00 +02:00
Andreas Shimokawa
e65c492792 Pebble: display progressbar during installation of apps/firmware 2015-04-29 00:21:02 +02:00
Andreas Shimokawa
b5cf81eedf update CHANGELOG.md 2015-04-28 23:38:13 +02:00
Andreas Shimokawa
31b01d860f Pebble: notification cleanups
- remove notification update code from PebbleIoThread (is in generic code now)
- use a separate notification for app/firmware installation
2015-04-28 21:59:53 +02:00
cpfeiffer
29d4f7d615 Updated for 0.3.3 2015-04-26 14:40:48 +02:00
Andreas Shimokawa
2fdaa383c4 update CHANGELOG.md 2015-04-26 10:18:47 +02:00
Andreas Shimokawa
c85c81a5a2 update CHANGELOG.md 2015-04-20 23:52:12 +02:00
cpfeiffer
1fd32ea020 updated changelog 2015-04-20 23:41:56 +02:00
Andreas Shimokawa
40c76fcabf bump version to 0.3.1 , update CHANGELOG.md 2015-04-19 15:37:37 +02:00
Andreas Shimokawa
ee0b92ac44 bump version to 0.3.0, update README.md and CHANGELOG.md 2015-04-19 11:34:26 +02:00
Andreas Shimokawa
7c60e4b595 Pebble: Firmware upgrade support 2015-04-17 12:23:19 +02:00
Andreas Shimokawa
235c603d92 update CHANGELOG.md 2015-04-17 01:04:13 +02:00
Andreas Shimokawa
47fd1a7dff move PebbleProtocol.java, update CHANGELOG.md 2015-04-15 00:06:42 +02:00
Andreas Shimokawa
fad59e218d update README.md 2015-04-13 22:31:00 +02:00
Andreas Shimokawa
4ff57dfdab Feedback for failed and successful installations. Closes #19. 2015-04-09 18:48:52 +02:00
Andreas Shimokawa
9eea17d5f5 update README.md and CHANGELOG.md, bump version (not yet release time) 2015-04-08 00:28:43 +02:00
Andreas Shimokawa
d9a2d85f6d Fix for DST (summer time), option to sync time on connect (enabled by default) 2015-03-29 17:12:06 +02:00
Andreas Shimokawa
b3251a33f2 show hint at the bottom of the Main Activity, update README.md, bump to 0.1.4 2015-03-27 12:33:51 +01:00
Andreas Shimokawa
0dacc1f9c7 make sure Intent broadcasts do not leave Gadgetbridge, add missing xml file 2015-03-27 12:13:19 +01:00
Andreas Shimokawa
2e7f45433a display connection status in the device list 2015-03-22 23:38:51 +01:00
Andreas Shimokawa
ecb7a9f3b5 Remove quit button from the service notification, put a quit item in the context menu instead. Closes #12 2015-03-22 13:10:45 +01:00
Andreas Shimokawa
4e465928e6 List all suported devices and connect on tap. Remove the connect button. 2015-03-21 18:18:07 +01:00
Andreas Shimokawa
f9166735ad bump version, update README.md and CHANGELOG.md 2015-03-18 12:31:33 +01:00
Andreas Shimokawa
c56194c0e5 * Add option to start Gadgetbridge and connect automatically when bluetooth is turned on.
This closes #9
2015-03-17 21:41:58 +01:00
Andreas Shimokawa
0f3cd9b7c7 add CHANGELOG.md 2015-03-16 19:34:58 +01:00