1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-27 23:40:31 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/util
Daniele Gobbetti e8ae47de79 Pebble: Make background JS support toggle-able
- Add preference to enable background JS (default disabled)
- Remove the dummy activity used to create the webview, use ExternalPebbleJSActivity instead
- Add layout for legacy configuration, used if background JS is not enabled
- Create the view upon connecting, not when launching the application
- Remove the generic helpers used to find out if any device would need the background webview
- Drastic refactoring of WebviewSingleton moving internal classes in a new package "webview" in service/devices/pebble
2017-09-25 17:12:35 +02: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 Update license headers 2017-09-12 12:39:15 +02:00
ArrayUtils.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
BitmapUtil.java Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +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 Pebble: Make background JS support toggle-able 2017-09-25 17:12:35 +02:00
FileUtils.java Adjust test case setup and fix failing tests 2017-04-25 21:55:06 +02:00
GB.java The good parts of "refactor notification management" 2017-05-28 18:50:41 +02:00
GBPrefs.java Update license headers 2017-08-25 11:25:01 +02: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 Update license headers 2017-08-25 11:25:01 +02:00
LimitedQueue.java Add license header to all java files. 2017-03-10 14:53:19 +01:00
NotificationUtils.java Fix NPE #603 2017-03-18 11:41:47 +01:00
PebbleUtils.java Add support for dynamic Pebble background colors (#819) 2017-09-19 13:24:31 +02: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 Pebble: Make background JS support toggle-able 2017-09-25 17:12:35 +02:00