1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-02 12:03:29 +02:00
Commit Graph

4107 Commits

Author SHA1 Message Date
Andreas Shimokawa
3f062e5732 Amazfit Bip: Attempt fixing GPS tracks recorded with latest firmware 2018-11-08 17:13:00 +01:00
Andreas Shimokawa
10b982f0ea Pebble: Proper fix for crash when no replies are set
Also:
- Support for multiple reply actions with canned replies (there must have been a crash before)
- When no replies are set use the firmware internal defaults

Fixes #1323
2018-11-08 08:36:37 +01:00
Andreas Shimokawa
8b3ba38344 Mi Band 3: Whitelist FW 2.0.0.4 2018-11-08 07:12:49 +01:00
Andreas Shimokawa
8e2e9e2d9c bump version, add changelog 2018-11-08 07:06:30 +01:00
Sebastian Obrusiewicz
2843fa242f Translated using Weblate (Polish)
Currently translated at 83.0% (480 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-11-08 07:01:53 +01:00
Moarc
b9433744d3 Translated using Weblate (Polish)
Currently translated at 80.4% (465 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-11-08 07:01:53 +01:00
Sebastian Obrusiewicz
cdffb4f3b7 Translated using Weblate (Polish)
Currently translated at 80.4% (465 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-11-08 07:01:53 +01:00
Yaron Shahrabani
082bf81933 Translated using Weblate (Hebrew)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2018-11-08 07:01:53 +01:00
Andreas Shimokawa
78addcb75c Pebble: try to prevent crash when no canned replies have been set 2018-11-07 22:02:58 +01:00
cpfeiffer
5644ae5925 Display measured hr value in Debug activity + cleanup
Fixes #1320
2018-11-05 23:27:29 +01:00
Andreas Shimokawa
d65eb1eed2 add fastlane and xml changelog 2018-11-04 10:01:47 +01:00
cpfeiffer
7cfe7d900a Comment out excessive logging #1311 2018-11-03 23:26:58 +01:00
Andreas Shimokawa
17a82f09f2 Pebble: Temporarily disable broken autoremove notification feature 2018-11-03 20:49:49 +01:00
Andreas Shimokawa
61872b7bbd Mi Band 3/Amazfit Bip/Amazfit Cor: Send Fahrenheit if units are set to imperial
Closes #1315
2018-11-03 20:44:30 +01:00
Andreas Shimokawa
7108cd53b1 Add changelog for 0.31.0 (WIP) , bump version 2018-11-03 00:27:23 +01:00
Andreas Shimokawa
fcfcc5cb0b Pebble: unify code for 2.x and >= 3.x notification encoding
Not very clean but deduplicated a lot of code which was no longer maintainable twice
2018-11-02 21:10:31 +01:00
Daniele Gobbetti
206b718155 Revert "declare geposition variable"
the variable scope cannot be local, otherwise some watchfaces/watchapps
may break

This reverts commit 7ddd2a0
2018-11-02 11:24:59 +01:00
cpfeiffer
6cc29f041c fixed lgtm recommendation 2018-11-02 00:10:52 +01:00
cpfeiffer
effffddd8d fixed lgtm warnings 2018-11-02 00:09:30 +01:00
cpfeiffer
7ddd2a045a declare geposition variable 2018-11-02 00:09:30 +01:00
José Rebelo
ca32a2b5ac Start new activity with FLAG_ACTIVITY_NEW_TASK (fixes #1306) 2018-11-01 22:49:02 +01:00
cpfeiffer
7e9a9ca875 Added a TODO 2018-11-01 22:05:38 +01:00
cpfeiffer
435898ebc9 Move MiBand3-ism to MiBand3Support 2018-11-01 22:05:38 +01:00
Daniele Gobbetti
549dfce2e7 Pebble: generalize handling of incoming actions (from watch)
Also add missing casts back to int in NotificationListener
2018-11-01 19:40:26 +01:00
Andreas Shimokawa
7c0c50e960 Pebble: fix non-working SMS reply regression 2018-11-01 19:12:43 +01:00
Andreas Shimokawa
5fc2a704a3 Pebble: Always allow reply action even if untested features are turned off 2018-11-01 17:02:33 +01:00
Andreas Shimokawa
e54f1eaccc SMS: add reply action in generic code (no longer explicitly handled in PebbleProtocol) 2018-11-01 16:58:20 +01:00
Andreas Shimokawa
f05cc83848 Pebble: set MIN_ACTION_LENGTH = 6, which is correct 2018-11-01 16:02:29 +01:00
Andreas Shimokawa
22de76620d Debug: Add button to send a PebbleKit notification 2018-11-01 15:04:16 +01:00
Andreas Shimokawa
f3e16c5b1d Pebble: Fix regression causing "Open on Phone" and "Dismiss" to appear on Pebble notification with no corresponding Android notification (i.e. PebbleKit notifications) 2018-11-01 14:55:14 +01:00
Andreas Shimokawa
086fc75629 try to satisfy travis 2018-10-31 22:03:40 +01:00
Daniele Gobbetti
eede85a9c9 Various improvements and bugfixes to notification handling
Prevent duplicate notifications with a dedicated data structure (not reusing
the anti-burst one) #1062, #657
Pebble: Forward the actions attached to notifications (not only reply)
inspired by the work of dnastase #705
2018-10-31 21:47:12 +01:00
Daniele Gobbetti
b9999edf2a Ignore notifications that are older than the last forwarded one for the
same source.

This reuses the data structure populated to prevent overflow, but avoids
to forward notifications that are older than the reference.
2018-10-29 18:39:38 +01:00
Andreas Shimokawa
6b136210a1 bump android gradle plugin and build tools version 2018-10-28 21:31:09 +01:00
Daniele Gobbetti
29dc806fb1 Ignore notifications that are older than 1 second
In case of grouped notifications, we get multiple notifications
also if the android device shows only one.

This means that with this change the most recently updated chat
will get through, but others will not.

This should help with #1062 and #657
2018-10-28 18:03:01 +01:00
Andreas Shimokawa
dde8a5044f Mi Band 3: Whitelist FW 1.8.0.0 2018-10-28 15:32:57 +01:00
WaldiS
6e731885fd
Translated using Weblate (Polish)
Currently translated at 53.4% (309 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-10-21 15:34:24 +02:00
Bożydar
cc3271ad14
Translated using Weblate (Polish)
Currently translated at 51.3% (297 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-10-20 14:59:00 +02:00
WaldiS
24afaa8b44
Translated using Weblate (Polish)
Currently translated at 51.3% (297 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2018-10-20 14:59:00 +02:00
Full Name
cbf3d7c2b3
Translated using Weblate (Czech)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2018-10-17 11:25:57 +02:00
Hirnchirurg
06d3d45874
Translated using Weblate (German)
Currently translated at 92.5% (535 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2018-10-09 23:29:10 +02:00
postsorino
93b12c2f6e
Translated using Weblate (Greek)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-10-09 21:29:05 +02:00
hr-sales
099389a7f9
Translated using Weblate (Portuguese (Brazil))
Currently translated at 45.1% (261 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-10-04 18:34:13 +02:00
Allan Nordhøy
f513dad014 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2018-10-01 23:04:57 +02:00
Allan Nordhøy
f59f972f2b Translated using Weblate (English)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2018-10-01 23:04:57 +02:00
Dreamwalker
0b2009dbc3 Translated using Weblate (Korean)
Currently translated at 88.9% (514 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ko/
2018-10-01 23:04:57 +02:00
youzhiran
027a7a4476 Translated using Weblate (Chinese (Simplified))
Currently translated at 74.7% (432 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-10-01 23:04:57 +02:00
Full Name
81ed44a707 Translated using Weblate (Czech)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2018-10-01 23:04:57 +02:00
Gilles Émilien MOREL
2c0615e0dc Translated using Weblate (French)
Currently translated at 95.3% (551 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2018-10-01 23:04:57 +02:00
postsorino
a399b4be45 Translated using Weblate (Greek)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-10-01 23:04:57 +02:00