Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util
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
..
.gitignore Mi2: Initial support for wear location, hr during sleep and date format #323 2016-11-13 01:44:52 +01:00
AndroidUtils.java Fix crash in settings activity with export location 2018-02-11 14:32:21 +01:00
ArrayUtils.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
BitmapUtil.java Update license headers 2017-10-16 09:38:02 +02:00
CheckSums.java Merge branch 'master' into background-javascript 2017-04-20 14:34:32 +02:00
DateTimeUtils.java Properly format the sleep goal as a duration, not as a time 2017-04-08 23:16:33 +02:00
DeviceHelper.java use abstract HuamiCoordinator as base for MiBand2/HRX/Bip/Cor and separate from Mi1 Coordinator 2017-10-23 14:46:08 +02:00
FileUtils.java Clean preferences code 2018-01-09 22:41:27 +01:00
GB.java Fixed two strings incorrectly being merged together. 2018-01-21 22:43:10 +01:00
GBPrefs.java Trying to simplify ExternalPebbleJSActivity#onCreate() a bit 2018-01-14 00:20:13 +01:00
ImportExportSharedPreferences.java Update license headers 2017-08-25 11:25:01 +02:00
JavaExtensions.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
LanguageUtils.java Add Polish 'Ł' and 'ł' to transliteration map 2018-02-10 16:53:35 +01:00
LimitedQueue.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
NotificationUtils.java Added notification type for threema app 2017-12-31 00:10:39 +01:00
PebbleUtils.java Move some methods to clarify responsibilities and simplify some things 2018-01-13 21:58:40 +01:00
Prefs.java Ugly workaround for blacklist not properly persisting 2017-08-01 00:10:10 +02:00
StringUtils.java Fix NPE #603 2017-03-18 11:41:47 +01:00
TimePreference.java Update license headers 2017-08-25 11:25:01 +02:00
UriHelper.java Fix a cursor not being closed 2017-04-23 12:45:02 +02:00
Version.java Update license headers 2017-09-12 12:39:15 +02:00
WebViewSingleton.java Move some methods to clarify responsibilities and simplify some things 2018-01-13 21:58:40 +01:00