1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-23 23:32:23 +02:00
Commit Graph

3980 Commits

Author SHA1 Message Date
Andreas Shimokawa
e066e0fae3 Merge remote-tracking branch 'github/pr/1523/ignore_call' 2019-05-25 22:12:58 +02:00
Andreas Böhler
dc22aabb1c Add support for muting an incoming call 2019-05-25 15:56:21 +02:00
Andreas Shimokawa
93f288b936 Move "Do not disturb" settings from Mi Band / Amazfit settings to per-device settings (Mi Band 2 and Mi Band 3 only) 2019-05-24 23:47:57 +02:00
Andreas Shimokawa
5e254baaa1 ZeTime: Do not include all the normal preferences again
This behavious was confusing, you could endlessly access ZeTime preferences from ZeTime prefrences from ZeTime preferences
2019-05-24 22:15:39 +02:00
Andreas Shimokawa
d1ba702e75 add more settings migration for settings that are now per-device 2019-05-23 23:24:49 +02:00
Andreas Shimokawa
3440485a51 Mi Band 2: move settings to per-device settings 2019-05-23 21:33:35 +02:00
Andreas Shimokawa
34e0c4e8bc remove swipe unlock settings from cor (can only be set from the band itself) 2019-05-22 19:04:38 +02:00
Marvin D
530d0ddd7f
added FairEmail as a generic Email notification 2019-05-22 14:19:14 +02:00
Andreas Shimokawa
da456e63e9 Amazfit Cor: Restrict language settings to English, Spanish, Chinese, Russian 2019-05-22 11:00:06 +02:00
Andreas Shimokawa
038f101a12 Migrate more settings to per-device settings
Also add icons.
2019-05-22 10:49:59 +02:00
Andreas Shimokawa
9bfef4cf4f Make per-device settings more versatile, move more settings
This allows to construct per-device settings by device type very easily

device coordinators just do the following to declare which setting they support,
the settings activity is then composed at runtime.

@Override
public int[] getSupportedDeviceSpecificSettings(GBDevice device) {
     return new int[]{
            R.xml.devicesettings_miband3,
            R.xml.devicesettings_swipeunlock,
            R.xml.devicesettings_pairingkey
    };
}
2019-05-22 00:42:22 +02:00
Andreas Shimokawa
49667451d7 Mi Band 3: fix setting language (regression after todays refactoring) 2019-05-20 23:27:17 +02:00
Andreas Shimokawa
81b102654a Make travis green again 2019-05-20 21:53:53 +02:00
Andreas Shimokawa
61be82a499 add icons to device specific huami settings 2019-05-20 17:15:55 +02:00
Andreas Shimokawa
08e7d728c2 Huami: Migrate some settings to device specific settings
- Migrate language setting
- Migrate menu items setting
- Migrate lastsync timestamp from prefixed global shared prefercence

All settings should be automatically be converted (e.g. Amazfit Bip settings to all paired Amazfit Bip devices) and then deleted.

Cor Settings aleady completely vanished from the global settings menu.

When migration is done we will have a much cleaner settings menu. Will also remove confusion that some Cor settings have to be done in Bip settings.
2019-05-20 16:36:06 +02:00
Andreas Shimokawa
8f893d6f2b bump version, add changelog 2019-05-19 10:12:43 +02:00
postsorino
fa2fa02afa Translated using Weblate (Greek)
Currently translated at 100.0% (666 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-05-19 09:45:54 +02:00
Allan Nordhøy
9d3c72151c Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.6% (650 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-05-19 09:45:54 +02:00
Yaron Shahrabani
d98ed79f11 Translated using Weblate (Hebrew)
Currently translated at 100.0% (666 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-05-19 09:45:54 +02:00
ssantos
3ebd180051 Translated using Weblate (German)
Currently translated at 100.0% (666 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-05-19 09:45:54 +02:00
ssantos
10fdbf54a6 Translated using Weblate (German)
Currently translated at 99.4% (662 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-05-19 09:45:54 +02:00
Perflyst
33226523f4 Translated using Weblate (German)
Currently translated at 99.4% (662 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-05-19 09:45:54 +02:00
陈少举
3206e52137 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (666 of 666 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-05-19 09:45:54 +02:00
Andreas Shimokawa
6b72292812 Recoginze "Xiaomi Band 3" as Mi Band 3
When running newer Firmwares (since 2.2.0.12) it is possible that devics name themselves "Xiaomi Band 3".
After a factory reset? Related to target market?

Closes #1517
2019-05-18 21:03:50 +02:00
DerFetzer
dd067eddd7 Amazfit Bip: Add new latin languages 2019-05-14 20:58:07 +02:00
Andreas Shimokawa
2fd1d7b4d0 fix spelling 2019-05-09 16:03:02 +02:00
Andreas Shimokawa
6031586131 Mi Band 3 NFC: Whitelist FW 1.7.0.4
Closes #1470
2019-05-09 15:43:57 +02:00
Andreas Shimokawa
40acdf7aa9 Add changelogs 2019-05-09 15:01:24 +02:00
Andreas Shimokawa
34b4943918 Also export and import device specific preference files 2019-05-09 14:55:37 +02:00
Andreas Shimokawa
5ecf3cadc8 Database Management Activity: Also remove "Delete Legacy Database" title when there is no legacy database.
The title caused me to press the button below and killing all my data from the last two years
2019-05-09 13:38:14 +02:00
Olexandr Nesterenko
188abe9b6b Translated using Weblate (Ukrainian)
Currently translated at 68.0% (446 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2019-05-09 12:55:58 +02:00
ssantos
d76d41a3d3 Translated using Weblate (Portuguese)
Currently translated at 61.3% (402 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2019-05-09 12:55:58 +02:00
HenRy
a253be1caa Translated using Weblate (German)
Currently translated at 100.0% (656 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-05-09 12:55:58 +02:00
rimasx
0ad46c7de1 Translated using Weblate (Estonian)
Currently translated at 38.7% (254 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2019-05-09 12:55:58 +02:00
陈少举
83e65d1fba Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (656 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-05-09 12:55:58 +02:00
Francesco Marinucci
529cd6d379 Translated using Weblate (Italian)
Currently translated at 99.8% (655 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-05-09 12:55:58 +02:00
Allan Nordhøy
a5f0f6fc07 Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.2% (644 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-05-09 12:55:58 +02:00
Yaron Shahrabani
8686a7a425 Translated using Weblate (Hebrew)
Currently translated at 100.0% (656 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-05-09 12:55:58 +02:00
postsorino
6087c0559d Translated using Weblate (Greek)
Currently translated at 100.0% (656 of 656 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-05-09 12:55:58 +02:00
Andreas Shimokawa
58dca9a897 Amazit Cor 2: Add device specific warning when installing firmware (untested)
Also remove some Mi Band'ism from strings
2019-05-09 12:54:14 +02:00
Andreas Shimokawa
41e607ce9b Amazfit Cor 2: Give own device type id, support flashing the firmware **UNTESTED** 2019-05-09 12:42:59 +02:00
Andreas Shimokawa
19be1121c9 Merge remote-tracking branch 'github/pr/1492/previous_app_management' 2019-05-09 11:34:56 +02:00
Andreas Shimokawa
2dc228029a Mi Band 3: Whitelist FW 2.3.0.28 2019-05-09 11:28:24 +02:00
Andreas Shimokawa
f7fe3a836f Mi Band 3: Support flashing latest Japanese-Korean font file
This increases the supported file size to 2.0MB.
Somehow it is confusing that the new file is version 1 and the old version 2.
Also according to firmare.json both are version 1....
2019-05-07 11:13:48 +02:00
Andreas Shimokawa
0399bc048c Mi Band 3: Whitelist Firmware 2.3.0.6 2019-05-07 10:43:26 +02:00
Andreas Shimokawa
fadce6eb3c Mi Band 3: Add missing languages
Indonesian
    Thai
    Arabic
    Vietnamese
    Portuguese
    Dutch
    Turkish
    Ukrainian

Closes #1506
2019-05-05 22:47:39 +02:00
Andreas Shimokawa
6d28af1132 Mi Band 2: enable per-device pairing keys
Now enabled for all Huami devices
2019-05-02 22:40:28 +02:00
Andreas Shimokawa
bb161aff59 Amazfit Cor: Also recognize "Amazfit Band 2" as Cor 2019-05-02 22:26:20 +02:00
Andreas Shimokawa
88da30fd53 Merge remote-tracking branch 'github/pr/1441/patch-1' 2019-05-02 22:13:19 +02:00
Nevena Mircheva
04bc98d86f Translated using Weblate (Bulgarian)
Currently translated at 54.1% (353 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-05-02 22:03:17 +02:00
Olexandr Nesterenko
59bb606fc4 Translated using Weblate (Ukrainian)
Currently translated at 65.6% (428 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2019-05-02 22:03:17 +02:00
Francesco Marinucci
84bcfe9d60 Translated using Weblate (Italian)
Currently translated at 94.0% (613 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-05-02 22:03:17 +02:00
Francesco Marinucci
9b59bd7b15 Translated using Weblate (Italian)
Currently translated at 91.4% (596 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-05-02 22:03:17 +02:00
M. Hadi
b23b34d146 Translated using Weblate (Persian)
Currently translated at 16.0% (104 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fa/
2019-05-02 22:03:17 +02:00
postsorino
faa6c048e3 Translated using Weblate (Greek)
Currently translated at 100.0% (652 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-05-02 22:03:17 +02:00
Rui Mendes
afbb049c35 Translated using Weblate (Portuguese)
Currently translated at 59.8% (390 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2019-05-02 22:03:17 +02:00
Allan Nordhøy
a1b0add4d6 Translated using Weblate (Norwegian Bokmål)
Currently translated at 98.2% (640 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-05-02 22:03:17 +02:00
Yaron Shahrabani
b5e8df891a Translated using Weblate (Hebrew)
Currently translated at 100.0% (652 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-05-02 22:03:17 +02:00
HenRy
0094f0c5d1 Translated using Weblate (German)
Currently translated at 100.0% (652 of 652 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-05-02 22:03:17 +02:00
Andreas Shimokawa
f6095f56ae Merge remote-tracking branch 'github/pr/1503/work_profile' 2019-05-02 21:59:51 +02:00
Andreas Shimokawa
77c76a7bd3 Mi Band 3: enable per-device pairing keys 2019-05-01 21:56:36 +02:00
Andreas Shimokawa
67ac8dd335 Merge remote-tracking branch 'github/pr/1502/device_casio_improve_no_ble_scan' 2019-05-01 21:26:22 +02:00
Andreas Shimokawa
86270c0592 Try to enable Amazfit Cor 2 support but just using Amazfit Cor code.
Related to #1500
2019-05-01 19:51:32 +02:00
Andreas Böhler
aa6b0b7d5f Also check work profile for number lookup 2019-05-01 15:13:08 +02:00
Andreas Böhler
e82ac8dfd7 Make use of GattServer in BtLEQueue, improve initialization sequence, improve pairing sequence and fix a few bugs 2019-05-01 15:04:02 +02:00
Matej Drobnič
580d70e910 add pebblekit extension for reopening last app 2019-04-23 20:12:53 +02:00
Andreas Shimokawa
f01c9414f5 fix a few warnings 2019-04-21 22:08:14 +02:00
Andreas Shimokawa
5837689449 add missing file 2019-04-21 21:28:27 +02:00
Andreas Shimokawa
db48707764 Add a device specific settings activity, currently used for setting the auth key for Amazfit Bip/Cor
When connecting to a new device, a random key gets generated, which can be
looked up from the device specific settings (accessible via the gear icon in
the device card in the main activity). Old devices keep their 0123456789@ABCDE
key, they have to be re-paired to change that.
During pairing, long-pressing the device candidate in the discovery activity
will also start the device specific settings activity, where the auth key
can be set manually priror to pairing. This is usefull to keep the ability to
pair one device with multiple android devices.

Fixes #1308
2019-04-21 21:25:33 +02:00
Daniele Gobbetti
2a8fe5c3a0 Fix searching in application name when blacklisting.
The filter pattern is forced to lowercase, so also che application names
should be.

Fixes #1482
2019-04-21 21:21:21 +02:00
License Bot
9aadb2f2fd Update license headers 2019-04-21 18:53:10 +02:00
Daniele Gobbetti
7c918ee191 Add UI to invoke device specific settings Activity
Currently the icon in the card is hidden for all devices, since the
functionality is not implemented yet
2019-04-21 15:59:39 +02:00
Johannes Schmitt
f92626f4a5 moved BFH-16 in JYOU "group" 2019-04-20 22:00:50 +02:00
JoSch
7200538993 Update DeviceSupportFactory.java
changed indent of MISCALE2
2019-04-20 22:00:50 +02:00
Sophanimus
7acc3580dd added comment 2019-04-20 22:00:50 +02:00
Sophanimus
e86bc80016 improvements 2019-04-20 22:00:50 +02:00
Sophanimus
c7a6dc4b01 improvements 2019-04-20 22:00:50 +02:00
Sophanimus
070a132780 updated Copyright notes 2019-04-20 22:00:50 +02:00
Sophanimus
1e127c4de0 removed unnecessary space 2019-04-20 22:00:50 +02:00
Sophanimus
deb4d3a0ee reordered functions in BFH16DeviceCoordinator 2019-04-20 22:00:50 +02:00
Sophanimus
0b1f3ee1d7 added Copyright notes 2019-04-20 22:00:50 +02:00
Sophanimus
1087a53216 some functions do now work
Signed-off-by: Sophanimus
2019-04-20 22:00:50 +02:00
Sophanimus
6faf9fdae8 noticed similarities to JYOU, copyed JYOU functions, adapted heartrate, blood presure and satiation values
Signed-off-by: Sophanimus
2019-04-20 22:00:50 +02:00
Sophanimus
2c1f87c81b added BFH16DeviceSupport
Signed-off-by: Sophanimus
2019-04-20 22:00:50 +02:00
Sophanimus
3ca589f730 BFH-16 Device-discovery working
Signed-off-by: Sophanimus
2019-04-20 22:00:50 +02:00
M. Hadi
58a18b5ad2 Translated using Weblate (Persian)
Currently translated at 7.4% (48 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fa/
2019-04-16 23:48:11 +02:00
M. Hadi
fe7995ad5f Added translation using Weblate (Persian) 2019-04-16 23:48:11 +02:00
Triet Pham
f448ccd6d4 Translated using Weblate (Vietnamese)
Currently translated at 20.1% (131 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/vi/
2019-04-16 23:48:11 +02:00
HenRy
aa979ac210 Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.5% (635 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-04-16 23:48:11 +02:00
aerowolf
ed9c32ad46 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (651 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-04-16 23:48:11 +02:00
Nevena Mircheva
9c4c204e46 Translated using Weblate (Bulgarian)
Currently translated at 47.9% (312 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-04-16 23:48:11 +02:00
postsorino
ec8ca78627 Translated using Weblate (Greek)
Currently translated at 100.0% (651 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-04-16 23:48:11 +02:00
Rui Mendes
41e9467a0a Translated using Weblate (Portuguese)
Currently translated at 59.8% (389 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2019-04-16 23:48:11 +02:00
Allan Nordhøy
4dbfda1be6 Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.5% (635 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-04-16 23:48:11 +02:00
Yaron Shahrabani
3421d2602d Translated using Weblate (Hebrew)
Currently translated at 100.0% (651 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-04-16 23:48:11 +02:00
postsorino
3f581cd698 Translated using Weblate (Greek)
Currently translated at 92.3% (601 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-04-16 23:48:11 +02:00
HenRy
736577512c Translated using Weblate (German)
Currently translated at 100.0% (651 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-04-16 23:48:11 +02:00
Full Name
55a36e1b30 Translated using Weblate (Czech)
Currently translated at 100.0% (651 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-04-16 23:48:11 +02:00
nautilusx
623f2ea51a Translated using Weblate (German)
Currently translated at 95.7% (623 of 651 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-04-16 23:48:11 +02:00
Andreas Shimokawa
bd76590fec bump version, add changelogs 2019-03-17 22:15:32 +01:00
cpfeiffer
39388f48a9 Merge remote-tracking branch 'github/pr/1456' 2019-03-17 21:06:23 +01:00
Andreas Shimokawa
4638acf2d3 Add setting to enable voip call support (default off)
There were too many bugs reported, so make that optional
2019-03-17 19:02:18 +01:00
Andreas Shimokawa
665b1b6b5a Bip: whitelist FW 1.1.5.16
Closes #1459
2019-03-17 18:26:47 +01:00
Olexandr Nesterenko
98d1a54afc Translated using Weblate (Ukrainian)
Currently translated at 71.5% (427 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/uk/
2019-03-17 17:39:34 +01:00
Olexandr Nesterenko
18b8ef10af Translated using Weblate (Russian)
Currently translated at 98.7% (589 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2019-03-17 17:39:34 +01:00
Nevena Mircheva
6c01952412 Translated using Weblate (Bulgarian)
Currently translated at 41.2% (246 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-03-17 17:39:34 +01:00
Nevena Mircheva
f457945341 Translated using Weblate (Bulgarian)
Currently translated at 26.8% (160 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-03-17 17:39:34 +01:00
Jesús F
e03e88f6a2 Translated using Weblate (Spanish)
Currently translated at 97.2% (580 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2019-03-17 17:39:34 +01:00
Full Name
df70ea4dd0 Translated using Weblate (Czech)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-03-17 17:39:34 +01:00
Nevena Mircheva
bddd9eb8e5 Translated using Weblate (Bulgarian)
Currently translated at 2.5% (15 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-03-17 17:39:34 +01:00
Nevena Mircheva
dfc51d79da Translated using Weblate (Bulgarian)
Currently translated at 0.0% (0 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/bg/
2019-03-17 17:39:34 +01:00
Nevena Mircheva
82d7fecd81 Added translation using Weblate (Bulgarian) 2019-03-17 17:39:34 +01:00
Nick Spacek
ccafda7f00 Adds default namespace declaration and fixes attribute use of namespace. 2019-03-16 11:12:35 -03:00
criogenic
ff5ebe697b Update DeviceSupportFactory.java
Insert break in CASIOGB6900 case.
2019-03-07 19:20:06 +01:00
Andreas Shimokawa
46567b1e87 Fix build
(...because we did not merge PRs in the correct order)
2019-03-05 22:32:49 +01:00
Andreas Shimokawa
431a1859e6 CRLF -> LF 2019-03-05 22:28:51 +01:00
cpfeiffer
c9f1c110b0 Merge remote-tracking branch 'github/pr/1292' 2019-03-04 22:10:23 +01:00
Sebastian Kranz
0da866f70a Change user goal distance preference to use meters instead of km. 2019-03-04 07:16:56 +01:00
Sebastian Kranz
71a1605445 Add function to save some big chunk of code at the preference listeners. 2019-03-04 06:34:10 +01:00
cpfeiffer
38b85a91f5 Merge remote-tracking branch 'github/pr/1408' 2019-03-03 20:02:31 +01:00
Jesús F
66d3f30c4a Translated using Weblate (Spanish)
Currently translated at 95.6% (571 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2019-03-03 09:47:30 +01:00
HenRy
58e277d43d Translated using Weblate (German)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-03-03 09:47:30 +01:00
Denis
3eddc70c8c Translated using Weblate (Russian)
Currently translated at 98.0% (585 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2019-03-03 09:47:30 +01:00
jfgreffier
072dcd28ec
Merge branch 'master' into master 2019-03-01 11:33:18 +01:00
cpfeiffer
e6ebe8b2bd Don't crash on share when log file does not exist (#1444) 2019-02-28 22:04:05 +01:00
cpfeiffer
f3a7861fdb Fix some lgtm warnings 2019-02-28 21:57:45 +01:00
cpfeiffer
ebdf385baa Temporarily add back CasioGATTServer so that we can merge #1404 2019-02-27 21:36:00 +01:00
cpfeiffer
930a3ad9b2 Merge remote-tracking branch 'github/pr/1404' 2019-02-27 21:06:50 +01:00
cpfeiffer
8d6a9d98da Silence lgtm error messages
If the index would indeed be out of bounds, we would simply catch the exception and deal with that.
2019-02-27 20:52:16 +01:00
Andreas Böhler
c091828205 Rename getActionSize() -> getActionCount() and make it abstract 2019-02-27 19:08:54 +01:00
cpfeiffer
5140e05732 Merge remote-tracking branch 'github/pr/1423' 2019-02-27 19:00:11 +01:00
Andreas Böhler
325add3f0a Remove duplicate queue
# Conflicts:
#	app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle/BtLEQueue.java
2019-02-27 09:27:50 +01:00
HenRy
857b11e5e3 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (596 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-02-26 22:20:14 +01:00
HenRy
b419b13692 Translated using Weblate (Russian)
Currently translated at 96.5% (576 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2019-02-26 22:20:14 +01:00
HenRy
4363b8d373 Translated using Weblate (English)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2019-02-26 22:20:14 +01:00
HenRy
fee99319ea Translated using Weblate (Italian)
Currently translated at 99.8% (596 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-02-26 22:20:14 +01:00
HenRy
53643e5212 Translated using Weblate (Hebrew)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-02-26 22:20:14 +01:00
postsorino
55d7a58855 Translated using Weblate (Greek)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-02-26 22:16:17 +01:00
iwonder
1b143e8628 Translated using Weblate (German)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-02-26 22:16:17 +01:00
Francesco Franchina
d715e2398b Translated using Weblate (Italian)
Currently translated at 99.3% (593 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-02-26 22:16:17 +01:00
Allan Nordhøy
406b8c95aa Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.7% (595 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-02-26 22:16:17 +01:00
Yaron Shahrabani
4035ebb8e1 Translated using Weblate (Hebrew)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-02-26 22:16:17 +01:00
HenRy
a0273d9d61 Translated using Weblate (German)
Currently translated at 100.0% (597 of 597 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-02-26 22:16:17 +01:00
Marco A
b7c0e276a3
Some correction in strings.xml (pt-br) 2019-02-24 22:09:53 -03:00
Sebastian Kranz
4f80a4327f BUGFIX: setting alarms - create alarms with correct message and edit alarms, if they are already on the watch. The watch can handle much more than 3 alarms, but for now 3 should be sufficient. 2019-02-22 08:02:46 +01:00
Sebastian Kranz
c31d0c164c BUGFIX: activity timestamps were 1 hour off compared to UTC time. 2019-02-21 09:24:51 +01:00
Sebastian Kranz
e0399a056f Write heart rate alarm limits, when changed instead of on connect. - Missing reading of that preference. 2019-02-21 09:19:05 +01:00
Sebastian Kranz
40ebb7487c Fix error after merging master trunk, which have a different alarm handling, now. 2019-02-20 14:55:07 +01:00
Sebastian Kranz
c05ae32ed3 Add dumy onReadConfig function override, to satisfiy changes I made. 2019-02-20 14:53:58 +01:00
Sebastian Kranz
6a04c78b0e Merge branch 'master' of https://github.com/Freeyourgadget/Gadgetbridge into zetime 2019-02-20 14:24:59 +01:00
Sebastian Kranz
a7553188f9 Reading the device preferences from the watch and set them in the ZeTime menu. 2019-02-20 14:09:21 +01:00
Andreas Böhler
88ac816393 Fix queue handling if only server or client operation is present 2019-02-18 20:20:57 +01:00
Andreas Böhler
6577ad69b0 Add initial support for Gatt server in BtLEQueue 2019-02-18 20:20:57 +01:00
Andreas Shimokawa
05fa8e846b bump version, update changelog 2019-02-17 00:05:29 +01:00
cpfeiffer
743ae50b92 Fix broken string format in German translation
Closes #1428
2019-02-16 23:48:39 +01:00
Thiago Rodrigues
3e22242e87 Translated using Weblate (Portuguese (Brazil))
Currently translated at 45.5% (271 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2019-02-16 23:45:10 +01:00
Marcin
3373d4fc41 Translated using Weblate (Polish)
Currently translated at 86.7% (517 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pl/
2019-02-16 23:45:10 +01:00
HenRy
1ee7b51100 Translated using Weblate (German)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-02-16 23:45:10 +01:00
C O
021dd1d441 Translated using Weblate (Romanian)
Currently translated at 13.1% (78 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ro/
2019-02-16 23:45:10 +01:00
HenRy
ecf7819170 Translated using Weblate (Greek)
Currently translated at 99.5% (593 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-02-16 23:45:10 +01:00
HenRy
c2e73efb24 Translated using Weblate (German)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-02-16 23:45:10 +01:00
Le Poisson Libre
20f0326a95 Translated using Weblate (French)
Currently translated at 98.8% (589 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2019-02-16 23:45:10 +01:00
HenRy
c69bfd489d Translated using Weblate (English)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2019-02-16 23:45:10 +01:00
陈少举
8d897ded1b Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-02-16 23:45:10 +01:00
cpfeiffer
373e38eace Merge remote-tracking branch 'github/pr/1424' 2019-02-13 23:06:34 +01:00
License Bot
8e4be724e1 Update license headers (fix duplicates) and contributors list 2019-02-13 21:01:14 +01:00
License Bot
beedb653e6 Update license headers 2019-02-13 20:43:31 +01:00
Andreas Shimokawa
c66fade081 Amazfit Bip: Support disconnect notifications
Might also work with Cor, did not work with Mi Band 3
2019-02-13 13:06:42 +01:00
Taavi
054c9722a7
Added a try-catch to not crash on de-emojifying 2019-02-13 04:26:04 +02:00
Andreas Shimokawa
095b2f53e5 Mi Band 3: Whitelist Firmware 2.3.0.2 2019-02-11 23:01:28 +01:00
Taavi
ab2a74f51d
Added Foreground Service permission 2019-02-11 02:45:10 +02:00
Andreas Shimokawa
55f1dcc57b Amazfit Bip: Whitelist FW 1.1.5.12 2019-02-10 23:09:34 +01:00
Andreas Shimokawa
2647d981b4 bump version, add changelog 2019-02-10 22:39:05 +01:00
HenRy
c82f52fe05 Translated using Weblate (German)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2019-02-09 22:47:29 +01:00
HenRy
ebee6acd9a Translated using Weblate (English)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2019-02-09 22:47:29 +01:00
陈少举
9eae1c1dbe Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-02-09 22:47:29 +01:00
Petr Kadlec
2e5a432990 Translated using Weblate (Czech)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-02-09 10:03:13 +01:00
Irul
124edd9b89 Translated using Weblate (Indonesian)
Currently translated at 3.9% (23 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/id/
2019-02-09 10:03:13 +01:00
Irul
4384ecaeff Added translation using Weblate (Indonesian) 2019-02-09 10:03:13 +01:00
Yaron Shahrabani
7119151155 Translated using Weblate (Hebrew)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-02-09 10:03:13 +01:00
Full Name
0d2f11cf26 Translated using Weblate (Czech)
Currently translated at 100.0% (596 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-02-09 10:03:13 +01:00
Allan Nordhøy
2d060d79f1 Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.7% (594 of 596 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-02-09 10:03:13 +01:00
Andreas Shimokawa
fd15478a7a Fix alarm corruption after user configured an alarm further down the list, leaving an unconfigured alarm in between configured alarms
This was not fixable though the UI, this commit also heals already corrupted configurations

Fixes #1419
2019-02-09 00:08:07 +01:00
Jean-François Greffier
4321a29e46 MIBCS update from android.support to androidx 2019-01-31 15:49:42 +01:00
jfgreffier
5ab075b373
Merge branch 'master' into master 2019-01-31 15:28:09 +01:00
cpfeiffer
92e92ae792 Merge remote-tracking branch 'github/pr/1396' 2019-01-30 22:20:24 +01:00
Jean-François Greffier
973bd1ad87 MIBCS weight mesure inital support 2019-01-29 22:37:41 +01:00
Andreas Böhler
fd68cf455f Fix misleading comment 2019-01-28 20:31:03 +01:00
Andreas Böhler
9774dbfba9 Read/write connection parameters and try to improve stability 2019-01-28 20:26:19 +01:00
Andreas Böhler
fc17dec87b Add explicit support for GB-6900B, GB-X6900B and GB-5600B 2019-01-28 20:26:02 +01:00
Andreas Böhler
df6547c287 Improve find device service (now always beeps) 2019-01-28 20:25:32 +01:00
Andreas Böhler
510d13037a Add alarm configuration and fix a few small bugs 2019-01-28 20:25:16 +01:00
Andreas Shimokawa
dad7ba7aaa Mi Band 3: Enable fetching sports activities and add "Exercise" type to generic code 2019-01-28 00:22:11 +01:00
Alfeu Lucas Guedes dos Santos
a29efc0d54 Translated using Weblate (Portuguese (Brazil))
Currently translated at 45.5% (271 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2019-01-26 16:18:11 +01:00
Francesco Franchina
34a7e319bf Translated using Weblate (Italian)
Currently translated at 100.0% (595 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2019-01-26 16:18:11 +01:00
postsorino
d330c8318d Translated using Weblate (Greek)
Currently translated at 100.0% (595 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-01-26 16:18:11 +01:00
Daniele Gobbetti
1832692b22 Skip duplicate notification prevention for apps that do not populate
the "when" field, like some Calendar apps.

Closes #1397
2019-01-26 16:17:51 +01:00
Daniele Gobbetti
75d3dffb14 Migrate to androidx support libraries and bump compile SDK version
"Optimize imports" has been run on all source files, there might be
unrelated changes, but these should be harmless.
2019-01-26 16:00:56 +01:00
Jean-François Greffier
2e7c7d8e52 MIBCS discovery 2019-01-23 21:19:25 +01:00
Andreas Shimokawa
4060efeeca Mi Band 3: Whitelist Firmware 2.2.0.42 2019-01-21 23:01:15 +01:00
veecue
09cb8ca0fe
added nofications for VoIP calls 2019-01-19 20:03:01 +01:00
Allan Nordhøy
d15167c8ad Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.5% (592 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-01-19 15:27:26 +01:00
naofum
e2fef3b75b Translated using Weblate (Japanese)
Currently translated at 81.2% (483 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2019-01-19 15:27:26 +01:00
Yaron Shahrabani
2b1c64fafc Translated using Weblate (Hebrew)
Currently translated at 100.0% (595 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-01-19 15:27:26 +01:00
Allan Nordhøy
d1922bde9d Translated using Weblate (English)
Currently translated at 100.0% (595 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2019-01-19 15:27:26 +01:00
陈少举
29d2530980 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (595 of 595 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2019-01-19 15:27:26 +01:00
naofum
5e3a6fc8fa Translated using Weblate (Japanese)
Currently translated at 80.7% (469 of 581 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2019-01-19 15:27:26 +01:00
Full Name
9a62c2390f Translated using Weblate (Czech)
Currently translated at 100.0% (581 of 581 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2019-01-19 15:27:26 +01:00
cpfeiffer
0b0d18dd9f Merge branch 'master' into black_whitelist_for_notifications 2019-01-16 23:49:15 +01:00
cpfeiffer
b969d576c4 Update changelog for 0.32.1 2019-01-13 20:42:39 +01:00
cpfeiffer
3763a4ef6b Use try-with-resources to close the db 2019-01-13 20:37:37 +01:00
abettenburg
f6bdbaccd4 Layout Fix toLeftOf -> toStartOf, otherwise Text could mix with Configure Button 2019-01-12 10:23:46 +01:00
abettenburg
86e92130d2 Updated PullRequest with recommended improvements 2019-01-12 10:00:33 +01:00
abettenburg
51399066a4 Merge remote-tracking branch 'upstream/master' into black_whitelist_for_notifications
# Conflicts:
#	app/src/main/res/values/strings.xml
2019-01-12 09:55:53 +01:00
Andreas Shimokawa
e9982ccd56 remove supportsAlarmConfiguration() in favor of getAlarmSlotCount()
Coordinator that do not support alarms return 0 anyway.
2019-01-11 23:26:00 +01:00
M. Hadi
6e6f5f45e0 Update LanguageUtils.java 2019-01-11 22:28:36 +01:00
M. Hadi
3f06d3c7ed Added some more Persian characters 2019-01-11 22:28:36 +01:00
cpfeiffer
3c0871f474 Improved toast messages for sleep widget 2019-01-11 00:03:17 +01:00
cpfeiffer
51632d16a2 Sleep Widget reacts to clicks now (on Android 8 at least), and...
sends the alarm directly to the wearable.
2019-01-10 23:59:19 +01:00
Andreas Shimokawa
b4bbf6186c Catch SecurityException when Notfication access was not granted when getting media session
Fixes #1387
2019-01-10 17:30:49 +01:00
Allan Nordhøy
629dcfdec2 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (581 of 581 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2019-01-10 14:12:12 +01:00
Yaron Shahrabani
08c09319ae Translated using Weblate (Hebrew)
Currently translated at 100.0% (581 of 581 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2019-01-10 14:12:12 +01:00
Johann C. Rode
00dfcd1564 fix typo 2019-01-07 23:53:00 +01:00
Johann C. Rode
f613926ce0 rectify (c) 2019-01-07 23:53:00 +01:00
Johann C. Rode
9d7b1fd6b7 Added support for popular Pebble watchfaces RealWeather and YWeather, fixed some typos 2019-01-07 23:53:00 +01:00
Andreas Shimokawa
bb6d4b1855 update changelogs 2019-01-07 09:41:45 +01:00
cpfeiffer
903b50c2c5 Improved DB-based alarms
- got rid of GBAlarm
- added migration for prefs-based alarms
- various cleanups
2019-01-07 01:15:49 +01:00
Tijl Schepens
e7dc55821d Translated using Weblate (Dutch)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2019-01-06 11:31:55 +01:00
Andreas Böhler
cf870bff8a Add handler thread to poll TX power level, properly use performInitialized(), correctly terminate threads 2019-01-06 11:31:50 +01:00
Andreas Böhler
0009badd71 Fixes from Code Review 2019-01-06 11:31:50 +01:00
Andreas Böhler
76aebd4e20 Add support for displaying music info 2019-01-06 11:31:50 +01:00
Andreas Böhler
81df586fbd Fix music controls 2019-01-06 11:31:50 +01:00
Andreas Böhler
2c2d07067d Add initial support for Casio GB-6900B 2019-01-06 11:31:50 +01:00
Minori Hiraoka (미노리)
5b4fd32ac1 Translated using Weblate (Korean)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ko/
2019-01-03 00:48:22 +01:00
postsorino
cca96cdf24 Translated using Weblate (Greek)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2019-01-03 00:48:22 +01:00
cpfeiffer
fb85326939 performConnected() -> builder.qeueue(getQueue()) 2019-01-03 00:44:34 +01:00
jcrode
c69be1f94b Pebble: add support for weather information for watchface M7S
Watchface name: Multifunctional Seven Segment 
Repo: https://github.com/cfg1/pebble-mss
2018-12-27 16:20:29 +01:00
Matthieu Baerts
c239d1767b emoji: only the init can be sync
I applied @cpfeiffer suggestion, then I saw it was already done :)

Here only the init part is set as 'synchronized', very small
optimisation but because this change is ready, why not sharing it :)
2018-12-26 20:52:49 +01:00
cpfeiffer
ad9b45a94d Make EmojiManager initialization synchronized 2018-12-23 23:40:02 +01:00
Matthieu Baerts
e12561dd1d emoji: add missing face_throwing_a_kiss
I just saw that order was wrong and one 'face' emoji was missing.
2018-12-23 23:39:09 +01:00
Matthieu Baerts
22904667b8 emoji: do a lazy initialisation
The goal is not to slowdown the startup but also to do this
initialisation only when it is needed.

Suggested-by: cpfeiffer
2018-12-23 23:39:09 +01:00
Stan Gomin
efd7195725 Avoid KIA Sportage appearing in the list of devices 2018-12-23 12:57:34 +01:00
Matthieu Baerts
c845e16cfa amazfitbit support: fix typo
senderOrTiltle -> senderOrTitle
2018-12-23 12:52:49 +01:00
Matthieu Baerts
ad0dbcb96a emoji: add support for simple emoji
Instead of displaying 'stuck_out_tongue', ':-P' is printed. Only the
common faces with ascii equivalent are mapped.
2018-12-23 12:52:49 +01:00
Matthieu Baerts
8d78c45e7d messages: convert emoji's to supported chars
Some devices don't support emoji's and display a series of `?` chars.
Instead of that, replace them by `:<emoji>:` text, e.g. `A 🐱` is
replaced by `A 🐱`.

This is done by using 'android-emojify' project and their
`EmojiUtils.shortCodify(text);` function.

For more details about this lib released under MIT license:

    https://anitrend.github.io/android-emojify/
2018-12-23 12:52:49 +01:00
SinMan
8585536c3c Translated using Weblate (Spanish)
Currently translated at 80.2% (465 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-12-19 20:34:16 +01:00
Yaron Shahrabani
961c806351 Translated using Weblate (Hebrew)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2018-12-19 20:34:16 +01:00
Allan Nordhøy
4fce9fd0f0 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2018-12-19 20:34:15 +01:00
postsorino
a8ec44b4f0 Translated using Weblate (Greek)
Currently translated at 99.8% (579 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-12-19 20:34:15 +01:00
Allan Nordhøy
d4317db369 Translated using Weblate (English)
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/en/
2018-12-19 20:34:15 +01:00
陈少举
65617abcc8 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (580 of 580 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-12-19 20:34:15 +01:00
Daniele Gobbetti
87d41bf09f Amazfit Cor: Whitelist firmware 1.7.20 and res 69 (stable) 2018-12-19 20:33:41 +01:00
Andreas Shimokawa
a354bdca30 try to satisfy lgtm 2018-12-18 10:26:29 +01:00
Andreas Shimokawa
0e6c0e8926 Mi Band 3: Whitelist FW 2.2.0.14
Closes #1365
2018-12-16 16:11:43 +01:00
Andreas Shimokawa
b020d59f54 Implement factory reset feature in debug activity
Implemented for Mi Band 1/2/3, Cor, Bip

Could be implemented for Pebble by deleting all blobdbs etc

Related to #109
2018-12-16 16:06:12 +01:00
Elwood
4bd79f8058 Translated using Weblate (Spanish)
Currently translated at 79.6% (460 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-12-16 14:52:15 +01:00
Elwood
69c8e7dfe8 Translated using Weblate (Italian)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:52:15 +01:00
Elwood
62d3b68718 Translated using Weblate (Spanish)
Currently translated at 75.8% (438 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-12-16 14:52:15 +01:00
Giuseppe Caliendo
08b4a484c8 Translated using Weblate (Italian)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:52:15 +01:00
Giuseppe Caliendo
88f9deb7c9 Translated using Weblate (Italian)
Currently translated at 99.3% (574 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:52:15 +01:00
Giuseppe Caliendo
11026b468f Translated using Weblate (Italian)
Currently translated at 96.2% (556 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:52:15 +01:00
Elwood
b4ce29fda0 Translated using Weblate (Italian)
Currently translated at 96.2% (556 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:51:11 +01:00
Giuseppe Caliendo
de504a5c87 Translated using Weblate (Italian)
Currently translated at 92.4% (534 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-12-16 14:51:11 +01:00
Benjamin Kahlau
704cff6682 Translated using Weblate (German)
Currently translated at 99.8% (577 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2018-12-16 14:50:33 +01:00
Andreas Shimokawa
198b7cc9c6 Do not display paired devices that were not added to Gadgetbridge or have been deleted from Gadgetbridge
Closes #1360
2018-12-09 20:03:15 +01:00
Andreas Shimokawa
29a5878d22 Mi Band 3: Whitelist FW 2.2.0.12
Closes #1353
2018-12-09 17:55:29 +01:00
Andreas Shimokawa
983bc606a4 Amazfit Bip: Allow flashing latest (beta?) GPS firmware
Closes #1358
2018-12-09 17:26:56 +01:00
AndrewBedscastle
f90ba76fc0 No more hardcoded strings
Save and load packageName as lowercase String
Do not save empty strings as Notification Filter Entry
2018-12-06 15:11:50 +01:00
AndrewBedscastle
c5358bcbdf Merge branch 'upstream_master' into black_whitelist_for_notifications 2018-12-06 12:54:14 +01:00
AndrewBedscastle
20186e2169 Soft keyboard does not hide edit text field while writing
Landscape Layout für activity notification filter
2018-12-06 12:53:28 +01:00
abettenburg
d6190e6e59 Apps Notification can now be configured to filter notification content based on black- and whitelists
Go to notification blacklist, allow an app if blacklisted, than configure it's behavior with the menu icon on the right hand side.
Should be pretty much self explanatory.

Database Scheme raised to 20
2018-12-03 09:48:16 +01:00
ssantos
4817e808a6 Translated using Weblate (German)
Currently translated at 92.7% (536 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/de/
2018-12-02 23:34:05 +01:00
Mormegil
657fc16f80 Enable No1F1 support for a Chinese clone
This cheap Chinese dummy-smart-watch apparently uses the same chip/protocol, but it reports with a different name, so we need to add it to the hardcoded name-based detection.
2018-12-02 23:34:01 +01:00
AndrewBedscastle
a0e6ee490e *** WIP *** 2018-11-30 15:36:20 +01:00
Matthieu Baerts
d60d10ddb1 notif: sanitize strings set by external apps
It seems some apps like Telegram add a lot of Unicode Control sequences
for unknown reasons. Because these strings are set by external apps, it
is safer to sanitize them. For the moment, only Unicode control
sequences are stripped.

Fixes: #1344
2018-11-26 07:33:44 +01:00
Edoardo Tronconi
632f6d86a3 Translated using Weblate (Italian)
Currently translated at 84.4% (488 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-11-24 12:47:19 +01:00
Full Name
25e400de91 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-11-24 12:47:19 +01:00
ssantos
8712c39618 Translated using Weblate (Portuguese)
Currently translated at 63.5% (367 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt/
2018-11-24 12:47:19 +01:00
LL
bc5a6cc9e8 Translated using Weblate (French)
Currently translated at 99.5% (575 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2018-11-24 12:47:19 +01:00
陈少举
60e2079c03 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-24 12:47:19 +01:00
Matthieu Baerts
cbe3aa49f1 Apps: added p≡p as generic email app
This app is a fork of K9 Mail with a slightly different design and a
built-in security integration feature.

More details: https://f-droid.org/en/packages/security.pEp/
2018-11-24 12:46:48 +01:00
Andreas Shimokawa
740cf103f6 Initial support for per-device alarms and raising the number of available alarms
TODO:
- Fix alarm widget (how can we get the deviceId?)
- Get rid of GBAlarm in favour of DAO generated Alarm class
- Find better defaults
- Bonus: migrate old preferece based shared settings
2018-11-24 12:16:47 +01:00
Andreas Shimokawa
2facd9df6c Fix endless loop and resulting OOM when RTL support is enabled and a word is exactly the configured max line length
This should be reviewed by the original author
And could be connected to  #1311
2018-11-22 19:02:04 +01:00
Alexandra Sevostyanova
c1fde5611c Translated using Weblate (Russian)
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2018-11-17 16:43:40 +01:00
Louis-Marie Croisez
0cbe20e46d 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-11-17 16:43:40 +01:00
Andreas Shimokawa
6f51d96879 bump version, update changelog 2018-11-17 16:43:14 +01:00
Andreas Shimokawa
7cf6a59420 fix everything 2018-11-17 16:35:37 +01:00
Andreas Shimokawa
b228c7b061 bump version, add changelogs 2018-11-15 20:30:15 +01:00
陈少举
53353663a9 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 15:55:59 +01:00
Andreas Shimokawa
59f8e72410 Notification actions refatoring and fixes
- Fixes "Mute, Open, Dismiss" to work again on pebble
- Greatly reduces complexity in PebbleProtocol, since all logic for adding specific reply actions to notification have been moved to generic code

Fixes the rest of #1336 (the part that says "Additionally, dismissing a notification on the watch no longer dismisses it on the Android device")
2018-11-15 15:53:04 +01:00
陈少举
7626a0d4ec
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 03:38:13 +01:00
陈少举
393dceb17e
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 03:24:22 +01:00
陈少举
d2ebc42415
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 03:15:04 +01:00
陈少举
47da79a550 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (578 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 00:00:31 +01:00
S Dantas
e1f7581e80 Translated using Weblate (Portuguese (Brazil))
Currently translated at 46.7% (270 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-11-15 00:00:31 +01:00
youzhiran
86c77472a2 Translated using Weblate (Chinese (Simplified))
Currently translated at 74.9% (433 of 578 strings)

Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-11-15 00:00:31 +01:00
Andreas Shimokawa
bd874089d0 Ignore group summary of k9 notifications
Fixes part of #1336
2018-11-14 23:59:26 +01:00
Andreas Shimokawa
d6a06d0c16 Amazfit Bip: Whitelist Firmware 1.1.5.04
Closes #1333
2018-11-13 19:34:03 +01:00
Andreas Shimokawa
321df8f507 Fix setting language to Czech
Closes #1326
2018-11-09 21:47:36 +01:00
Andreas Shimokawa
d0df29c728 update changelogs 2018-11-08 18:00:05 +01:00