TaaviE
08feaf30e1
Fixed a bunch of misspells.
2018-03-31 17:31:48 +02:00
Andreas Shimokawa
29a05f1d8f
refactor onFetchActivityData() into onFetchRecordedData(dataTypes) to make it more generic
...
This removes misuse of testNewFunctionality() and support fetching GPS data and debug logs
Fetching debug logs (Amazfit Bip/Cor) is now accessible in the debug activity
Fetching GPS data can be done by swiping in the list activity.
TODO: actually refresh list when fetching data is done :P
Also fix some android studio warnings on the go...
2018-03-31 16:21:25 +02:00
Andreas Shimokawa
c493df2423
Merge branch 'bip-wip'
2018-03-31 11:31:03 +02:00
Andreas Shimokawa
4e496cf2af
Fix warnings in DiscoveryActivity and fix a potential NPE ( fixes #1048 )
2018-03-30 15:04:53 +02:00
Andreas Shimokawa
e48b230bb8
update android support libraries
2018-03-30 15:04:15 +02:00
Andreas Shimokawa
cf97677cdc
Amazfit Bip: Whitelist Firmware 0.1.1.14
2018-03-30 14:40:40 +02:00
Allen B
e04cfc2267
Change fab margin ( #1042 )
...
Place the FAB according to android material design guidelines
Fixes #1041
2018-03-27 21:01:25 +02:00
Andreas Shimokawa
66bb0bd81b
Merge branch 'master' into bip-wip
2018-03-27 11:09:59 +02:00
Andreas Shimokawa
77b13a1048
bump version, add changelogs
2018-03-25 10:49:38 +02:00
Andreas Shimokawa
41632b8eb3
Only send dummy AQI to Bip, not to Cor
...
See #1033
2018-03-24 19:28:06 +01:00
Edoardo Rosa
cce53400f0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (463 of 463 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-24 19:25:26 +01:00
Edoardo Rosa
5ef5ccc6f6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (463 of 463 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-24 19:25:26 +01:00
Andreas Shimokawa
74f9798071
Amazfit Cor: try to send location
...
This could help #1033
2018-03-24 19:22:49 +01:00
Andreas Shimokawa
73cfeb8a7e
Mi Band 2: scheduling diplay on lift wrist does not work (only on Bip), make the on and off settings at least work again...
2018-03-24 00:00:25 +01:00
Andreas Shimokawa
e26dbc6812
Mi Band 2/Bip/Cor: allow to set a period when the display/background light gets enabled when lifting the wrist
...
Closes #1013
2018-03-23 23:30:28 +01:00
TaaviE
6be7ee4a96
Fixed a few misspells and extended my name.
2018-03-23 07:26:25 +01:00
TaaviE
cf0a799d7c
Re-enabled AAPT2.
2018-03-22 21:40:16 +01:00
Taavi
f8f248ec4e
Update build.gradle
...
First step towards migrating to Gradle 3.0, changed all `compile`'s to `implementation`. Tests show only marginally faster compilation and no ill effects. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html
Changed all `'` to `"` for consistency.
Also made a few whitespace changes and removed an unnecessary `;`
2018-03-22 19:57:14 +01:00
cpfeiffer
d2c952ffa5
Improvements to the singleton pattern, better encapsulate fields
2018-03-18 12:59:32 +01:00
TaaviE
f39b11974d
Translated using Weblate (Estonian)
...
Currently translated at 22.0% (102 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2018-03-17 18:51:06 +01:00
Robert Barat
df573f67aa
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sk/
2018-03-17 18:51:06 +01:00
anonymous
368a54d924
Translated using Weblate (Russian)
...
Currently translated at 90.6% (419 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2018-03-17 18:51:06 +01:00
TaaviE
caca45b864
Translated using Weblate (Estonian)
...
Currently translated at 20.7% (96 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2018-03-17 18:51:06 +01:00
Robert Barat
32769c6dc0
Translated using Weblate (Czech)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2018-03-17 18:51:06 +01:00
youzhiran
8bae9573cf
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.4% (450 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-03-17 18:51:06 +01:00
Daniele Gobbetti
ec1f4505bd
Pebble: prevent crashing when the ExternalPebbleJS Activity was not running
...
when receiving configuration data from the external browser.
Parse the passed data to load the correct watchface javascript, and ensure
the currently connected device is a Pebble (and try to reconnect if there
is no device connected, as a bonus)
2018-03-17 18:50:53 +01:00
Daniele Gobbetti
8e67f31309
Pebble Webview: check the availability of Internet Helper packages before
...
binding the service to it.
Could help with #643 , but it's a blind attempt.
2018-03-17 16:57:02 +01:00
Daniele Gobbetti
d286f497f0
Pebble: Iterate over knownKeys only if they are present.
...
Fixes #1027
2018-03-17 16:12:40 +01:00
Daniele Gobbetti
3e903362e6
Explicitly ask for RECEIVE_SMS permission at startup.
...
Should fix #1025
2018-03-17 15:58:44 +01:00
Taavi
69740654c0
Update arrays.xml
...
Added both Czech and Slovak as requested here: https://github.com/Freeyourgadget/Gadgetbridge/issues/1022
2018-03-15 13:15:29 +01:00
Robert Barat
6689f74456
Translated using Weblate (Czech)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2018-03-14 18:47:42 +01:00
TaaviE
56d8b14cf3
Translated using Weblate (Czech)
...
Currently translated at 98.2% (454 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/cs/
2018-03-14 18:40:44 +01:00
Robert Barat
ecf5fea779
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sk/
2018-03-14 18:38:57 +01:00
TaaviE
b433e8fd76
Translated using Weblate (Slovak)
...
Currently translated at 98.9% (457 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/sk/
2018-03-14 18:35:34 +01:00
TaaviE
266d74f782
Translated using Weblate (Russian)
...
Currently translated at 90.6% (419 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ru/
2018-03-14 17:41:04 +01:00
Kristjan Räts
b3286bf30f
Translated using Weblate (Estonian)
...
Currently translated at 20.3% (94 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2018-03-14 17:15:13 +01:00
TaaviE
dbb888bed7
Added translation using Weblate (Slovak)
2018-03-14 16:16:20 +01:00
Andreas Shimokawa
a8fdcb50f3
fix bad merge from master
2018-03-13 21:17:14 +01:00
Andreas Shimokawa
3d3cc1f40c
Merge branch 'master' into bip-wip
2018-03-13 17:27:18 +01:00
Luiz Felipe das Neves Lopes
f791e056ef
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.6% (271 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-03-10 23:48:31 +01:00
TaaviE
b3460cf73a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.4% (270 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-03-07 23:40:53 +01:00
anonymous
9ca1ca5c96
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.8% (272 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-03-06 22:45:56 +01:00
TaaviE
904b7d23c1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.8% (272 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
Fixed a crash due to broken translation.
2018-03-06 22:45:40 +01:00
TaaviE
8139a92857
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 58.8% (272 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/pt_BR/
2018-03-06 22:43:58 +01:00
Hadrián Candela
2c468ec902
Translated using Weblate (Galician)
...
Currently translated at 98.7% (456 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/gl/
2018-03-06 13:37:07 +01:00
Andreas Shimokawa
6217d4c233
add changelog, bump version
2018-03-03 22:37:27 +01:00
naofum
391e1f5418
Translated using Weblate (Japanese)
...
Currently translated at 78.7% (364 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2018-03-03 22:18:07 +01:00
youzhiran
a467ce1b23
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.4% (450 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-03-03 22:18:07 +01:00
Tijl Schepens
9e10bab257
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (461 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-03-03 22:18:07 +01:00
Edoardo Rosa
c2b2bbef45
Translated using Weblate (Italian)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-03 22:18:07 +01:00
Tijl Schepens
9db8f824c5
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2018-03-03 22:18:07 +01:00
Tijl Schepens
57c73cb256
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2018-03-03 22:18:07 +01:00
Tijl Schepens
d52e4aa05a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-03 22:18:07 +01:00
Tijl Schepens
9e9d794623
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2018-03-03 22:18:07 +01:00
Tijl Schepens
6486967b35
Translated using Weblate (Greek)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-03-03 22:18:07 +01:00
Tijl Schepens
5b725d2ea6
Translated using Weblate (French)
...
Currently translated at 100.0% (462 of 462 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2018-03-03 22:18:07 +01:00
Tijl Schepens
aba197eedd
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2018-03-03 22:18:07 +01:00
Tijl Schepens
fdd6793036
Translated using Weblate (Dutch)
...
Currently translated at 96.9% (447 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nl/
2018-03-03 22:18:07 +01:00
Gilles Émilien MOREL
d0db4f9653
Translated using Weblate (Spanish)
...
Currently translated at 99.7% (460 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-03-03 22:18:07 +01:00
Edoardo Rosa
df4ef41970
Translated using Weblate (Italian)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-03 22:18:07 +01:00
Gilles Émilien MOREL
d1b9238932
Translated using Weblate (French)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/fr/
2018-03-03 22:18:07 +01:00
Edoardo Rosa
22fb95e3d4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/it/
2018-03-03 22:18:07 +01:00
Manuel Soler
61f4935220
Translated using Weblate (Catalan)
...
Currently translated at 78.0% (360 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ca/
2018-03-03 22:18:07 +01:00
youzhiran
d7c7c644fc
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.6% (450 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-03-03 22:18:07 +01:00
Sergio Lopez
092e62bfad
Pebble: add support for weather in Simply Light watchface
...
Celsius forced as with other watchfaces #482
2018-02-28 22:42:47 +01:00
Daniele Gobbetti
d88badaf4d
Pebble JS: add transactionId metadata to the appmessage.
...
Removes the errors in Pebble-Casio-WV58DE as reported in #482
2018-02-28 21:56:46 +01:00
Ted Stein
1e0d7550d9
Add ta marbutah to Arabic transliteration.
...
Add ة, a normally-silent form of the letter ت that was missed when this
functionality was originally added.
2018-02-27 17:37:12 +01:00
Andreas Shimokawa
0ea5c3dee1
Charts: Ignore heart rate data if sample indicates that the device was not worn
...
Closes #1005
2018-02-26 22:06:56 +01:00
License Bot
238bacde9f
Update license headers
2018-02-26 14:27:33 +01:00
ladbsoft
d5978d9b30
Xwatch Basic Support ( #972 )
...
Initial XWatch support
* Activity syncing
* Multimedia control using the watch's button
2018-02-25 12:05:36 +01:00
cpfeiffer
6370c6cac1
Make sure to close the outputstream of the export
2018-02-24 21:02:53 +01:00
Andreas Shimokawa
6ebc763a4c
Amazfit Bip: whitelist firmware 0.1.0.86
2018-02-24 00:03:19 +01:00
Daniele Gobbetti
daabff1364
Blind attempt to fix crashing configuration page if bgJS is disabled
...
This might help #643 but I could not reproduce the reported issue
2018-02-23 18:56:05 +01:00
Daniele Gobbetti
bd6cfe6000
Adaptive launcher icon background color (forgotten file)
2018-02-20 07:43:09 +01:00
Daniele Gobbetti
461353292b
Add adaptive launcher icon
...
Old launcher icon is still present and used in navigation drawer and
possibly other places. Tested on API 26 and 22.
Closes #1001
2018-02-19 21:39:48 +01:00
Daniele Gobbetti
e7a1e1b8c3
Move the connected device to top in control center
...
What happens in reality is that devices are sorted according to their
connection status first, and then by name. So even if/when we support
multiple device connection, the order should remain sane.
This closes #842 .
2018-02-19 18:27:48 +01:00
postsorino
7ec57fb81e
Translated using Weblate (Greek)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-02-18 22:35:32 +01:00
Yaron Shahrabani
81264eb2da
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2018-02-18 22:35:11 +01:00
Allan Nordhøy
4b2b33804c
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (461 of 461 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2018-02-18 22:34:58 +01:00
naofum
d4440b410d
Translated using Weblate (Japanese)
...
Currently translated at 78.6% (362 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/ja/
2018-02-18 22:34:35 +01:00
TaaviE
d11249e212
Translated using Weblate (Estonian)
...
Currently translated at 17.3% (80 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2018-02-18 22:34:27 +01:00
Andreas Shimokawa
3fc9586000
bump version, add changelogs
2018-02-18 22:31:25 +01:00
Andreas Shimokawa
669f4bcdd0
Mi Band 2: use native notification patterns instead of manually timed ones
...
What we do now is:
- Send a notification with the app icon
- Send the vibration pattern right away (this causes the first unwanted
vibration to be cancelled immediately and only the pattern is noticable,
while the icon stays on screen during the vibration pattern)
- (optional) send the text together with a generic sms icon
This also fixes problems of text not appearing in newer firmwares when
a notification pattern with repeat has been set in Mi Band settings.
2018-02-18 01:43:05 +01:00
Daniele Gobbetti
4f246b3ed9
Add Antox to the chat applications.
...
Notifications coming from the chat.tox.antox package are treated as chat
messages. This closes #910
2018-02-17 17:39:15 +01:00
Daniele Gobbetti
48b89f1bd2
Add Kontalk to the chat applications.
...
Notifications coming from the org.kontalk package are treated as chat
messages. This closes #994
2018-02-17 17:33:34 +01:00
Andreas Shimokawa
e48885df7d
Merge branch 'master' into bip-wip
2018-02-15 23:38:06 +01:00
Andreas Shimokawa
4d7c697497
Pebble: Fix for background javascript that tries to send floats or doubles
...
Also log further exceptions
Thanks @danielegobbetti for the original patch ;)
2018-02-14 23:20:22 +01:00
Daniele Gobbetti
e28333fe6e
Fixes to make the application run on Oreo
...
- tested on Oreo 8.1
this commit includes changes cherry picked from 3b6da66643
2018-02-14 21:35:22 +01:00
TaaviE
18cec2087f
Changed API version and everything else required.
...
(cherry picked from commit db1a282
)
2018-02-14 21:35:06 +01:00
Andreas Shimokawa
553f30f152
XML
2018-02-12 08:19:06 +01:00
Andreas Shimokawa
e915261a42
bump version, add changelogs
2018-02-12 08:12:14 +01:00
youzhiran
0d6181481e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.3% (448 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/zh_Hans/
2018-02-11 16:45:40 +01:00
postsorino
6b7d07d52f
Translated using Weblate (Greek)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-02-11 16:45:40 +01:00
Allan Nordhøy
5b43744ec8
Translated using Weblate (Spanish)
...
Currently translated at 99.3% (457 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/es/
2018-02-11 16:45:40 +01:00
Yaron Shahrabani
a0d79ba5e7
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/he/
2018-02-11 16:45:40 +01:00
Allan Nordhøy
4b9c8b0b96
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/nb_NO/
2018-02-11 16:45:40 +01:00
TaaviE
79c01c2fe0
Translated using Weblate (Estonian)
...
Currently translated at 11.7% (54 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/et/
2018-02-11 16:45:40 +01:00
postsorino
9be59acb2e
Translated using Weblate (Greek)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Freeyourgadget/Gadgetbridge
Translate-URL: https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/el/
2018-02-11 16:45:40 +01:00
TaaviE
2af70b5cba
Added translation using Weblate (Estonian)
2018-02-11 16:45:40 +01:00
cpfeiffer
78b50e82fa
Fix crash in settings activity with export location
...
The way this works will never be a fully working solution, because uris are
*not supposed* to be resolved to a filesystem path. So while this may work
right now, it will most probably fail in the future, with other content providers.
See e.g. https://github.com/iPaulPro/aFileChooser/issues where this code originally came from
(via Stackoverflow).
We won't crash anymore, but we won't support certain content providers. In the long run, we
should search for the proper solution.
Closes #982
2018-02-11 14:32:21 +01:00