diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-04 03:28:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 03:28:52 -0400 |
commit | 7a13673828f088c179763e8621a94e334319f226 (patch) | |
tree | 4fb055ac8e180d7ce0eb4a9e3c88dc6230ff8187 /app/src/main/res/values | |
parent | caf3c4187706ba436fad5e3fa4fd1476a9a4e3ee (diff) | |
download | frost-7a13673828f088c179763e8621a94e334319f226.tar.gz frost-7a13673828f088c179763e8621a94e334319f226.tar.bz2 frost-7a13673828f088c179763e8621a94e334319f226.zip |
Misc fixes
* Remove experimental by default
* Update theme
* Update glide caching to reload with every version
* Pause hidden searchview when not in use
* Convert glide to glide app
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index ee230f45..faaaf96c 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -48,8 +48,6 @@ <string name="experimental">Experimental</string> <string name="experimental_desc">Enable early access to potentially unstable features</string> - <string name="experimental_by_default">Experimental by Default</string> - <string name="experimental_by_default_desc">Feeling risky or just want to help with debugging? Checking this will enable future experimental functions be default.</string> <string name="experimental_disclaimer">Disclaimer</string> <string name="experimental_disclaimer_info">Experimental features may be unstable and may never make it to production. Use at your own risk, send feedback, and feel free to disable them if they don\'t work well.</string> <string name="search_bar">Search Bar</string> |