diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-29 22:13:26 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-29 22:13:26 -0700 |
commit | 213a6b8a9213240801a84cfcfb9925d4709cdbe4 (patch) | |
tree | a7980ee4eaad2a828b6508450afd2e6f98f39574 /app/src/main/res | |
parent | 86f789f8ec0d150098904b85dd6feb7a19725b1c (diff) | |
download | frost-213a6b8a9213240801a84cfcfb9925d4709cdbe4.tar.gz frost-213a6b8a9213240801a84cfcfb9925d4709cdbe4.tar.bz2 frost-213a6b8a9213240801a84cfcfb9925d4709cdbe4.zip |
Release alpha build
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index e2376493..b282c7ea 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -40,6 +40,8 @@ <string name="experimental">Experimental</string> <string name="experimental_desc">Enable early access to potentially unstable features</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">Search Type</string> <string name="search_desc">Enable the search bar instead of a search overlay</string> diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index a7c895bd..f85aaf53 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -16,7 +16,7 @@ <item text="Added experimental section" /> <item text="Added search option" /> <item text="Fixed up main layout" /> - <item text="" /> + <item text="Fix some theme components" /> <item text="" /> <version title="v0.3" /> |