1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 10:54:03 +02:00
Commit Graph

4938 Commits

Author SHA1 Message Date
Andreas Shimokawa
c89a651573 Bangle.js: minor cleanups in coordinator 2019-12-14 12:16:23 +01:00
Andreas Shimokawa
a024055e69 Bangle.js: Code cleanup and minor bug fixes
- remove unused imports
- use java style array declaration
- use arraycopy instad of looping byte-by-byte
- fix wrong LOG output usage (positional argument instead of concat operator used)
- fix bad string comparision (must use equals() instead of ==)
2019-12-14 12:01:52 +01:00
dakhnod
fea4694cec fixed crc length bug 2019-12-14 09:49:15 +01:00
Andreas Shimokawa
b78239e7be Fossil Q: Remove tasker code and dependency 2019-12-11 22:14:20 +01:00
Andreas Shimokawa
854611e080 fix wiki links in README.md 2019-12-10 21:17:57 +01:00
Andreas Shimokawa
08b3c6508c really update links in README.md 2019-12-10 19:35:35 +01:00
Andreas Shimokawa
7fcd98221a update links to point to codeberg.org in README.md 2019-12-10 19:34:09 +01:00
Andreas Shimokawa
ba3d0cb69a bump version 2019-12-09 19:54:19 +01:00
Gordon Williams
9856536243 ask before bonding 2019-12-09 14:31:08 +00:00
Gordon Williams
77658c702f remove debug filtering 2019-12-09 10:26:30 +00:00
Gordon Williams
0952941d73 remove homeless Bangle.js doc file - will do proper docs on Espruino site 2019-12-09 10:18:09 +00:00
Gordon Williams
fb70da856a Merge branch 'master' of github.com:gfwilliams/Gadgetbridge 2019-12-09 10:13:02 +00:00
Andreas Shimokawa
8c20ae89a8 Replace CRC32C implementation of unknown source with Apache's implementation 2019-12-08 11:52:48 +01:00
Andreas Shimokawa
b9d3ec6df3 Make disabling new BLE scanning an option in preference
It was disabled in master, but not in the Fossil Q branch, now both is possible

This also reverts ca9761c336
which disabled classic BT scanning
2019-12-07 22:38:30 +01:00
Andreas Shimokawa
e9f84449ac update gradle android plugin 2019-12-07 21:41:28 +01:00
Andreas Shimokawa
386a2459b2 Announce Codeberg move 2019-12-07 09:41:21 +01:00
License Bot
1dc8c26e2a Update license headers 2019-12-06 22:51:43 +01:00
陈少举
e658dab86b
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (740 of 740 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-12-06 14:29:33 +01:00
Yaron Shahrabani
09cbf7363d
Translated using Weblate (Hebrew)
Currently translated at 99.5% (736 of 740 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-12-06 14:29:31 +01:00
nautilusx
aa784bc96a
Translated using Weblate (German)
Currently translated at 100.0% (740 of 740 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-12-06 14:29:28 +01:00
Rafael Fontenelle
b8f69c41f7
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (740 of 740 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2019-12-06 14:29:25 +01:00
Andreas Shimokawa
87ed00d2e8 remove unneded depencencies and update recyclerview 2019-12-05 23:13:52 +01:00
Andreas Shimokawa
e604e5088c add darkhnod to contributors 2019-12-05 22:34:48 +01:00
Andreas Shimokawa
7b36c528ee optimize qhybrid pngs (up to 86% smaller) 2019-12-05 22:28:16 +01:00
Andreas Shimokawa
fc69a25ac4 Merge branch 'dakhnod-fossil-q-hybrid' 2019-12-05 22:14:58 +01:00
Gordon Williams
b5a5f020a0 Add notification responses 2019-12-04 17:23:34 +00:00
Gordon Williams
3c16b246a7 Bangle.js: Tidy up data transmit and add data receive 2019-12-04 16:42:28 +00:00
dakhnod
b1b4100852 extracted some string resources 2019-12-04 00:59:43 +01:00
dakhnod
f4a0f0ce8f Merge branch 'master' of github.com:Freeyourgadget/Gadgetbridge into fossil-q-hybrid 2019-12-04 00:48:26 +01:00
dakhnod
d5cd59ae6b improved sorting performance 2019-12-04 00:46:02 +01:00
dakhnod
8e27556cd4 removed printStackTrace 2019-12-04 00:36:42 +01:00
dakhnod
75b886be10 added comment 2019-12-04 00:27:38 +01:00
dakhnod
21358fece4 removed Toast#makeText in favour of GB#toast 2019-12-04 00:25:08 +01:00
dakhnod
d355b509d4 added comment 2019-12-04 00:22:19 +01:00
dakhnod
3bbc7a9046 fixed string comparison 2019-12-04 00:19:48 +01:00
dakhnod
f3dc0225ec fixed string switch 2019-12-04 00:18:12 +01:00
dakhnod
4462c52ebb fixed null comparison 2019-12-04 00:09:38 +01:00
Andreas Shimokawa
6263da7dfa change app manager icon 2019-12-03 00:39:52 +01:00
Gordon Williams
43bce3ed80 safe init 2019-11-29 17:07:11 +00:00
Gordon Williams
103e3568c6 Adding notification handling 2019-11-29 17:01:57 +00:00
Gordon Williams
d978d3ff94 first compile with Bangle.js - very basic 2019-11-28 18:02:47 +00:00
Nathan
dac3ec7164
Translated using Weblate (French)
Currently translated at 99.0% (717 of 724 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2019-11-27 19:05:03 +01:00
Kintu
ea2a1d8010
Translated using Weblate (Catalan)
Currently translated at 100.0% (724 of 724 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ca/
2019-11-27 19:05:01 +01:00
Daniel Dakhno
f6b8988a62 build apk 2019-11-26 02:13:03 +01:00
Daniel Dakhno
02ee886934 Merge branch 'fossil-q-hybrid' of github.com:dakhnod/Gadgetbridge into q-hybrid-hr 2019-11-26 02:12:11 +01:00
Daniel Dakhno
e6ac9d91a5 added some fun and useless requests 2019-11-26 02:10:03 +01:00
Andreas Shimokawa
fdb7e013ec add Amazfit GTR/GTS to README 2019-11-24 22:35:36 +01:00
Andreas Shimokawa
1b3fbe571e add xml changelog and fastlane 2019-11-24 22:11:52 +01:00
Mattias Münster
931f9cec04 Translated using Weblate (Swedish)
Currently translated at 5.2% (38 of 724 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sv/
2019-11-24 18:41:07 +01:00
Full Name
875ec89c51 Translated using Weblate (Czech)
Currently translated at 100.0% (724 of 724 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-11-24 18:41:07 +01:00