aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-26 22:38:11 -0400
committerAllan Wang <me@allanwang.ca>2017-09-26 22:38:11 -0400
commit5382d8222915727a47c36f0e7ac280c701dbfcdf (patch)
treef854cdc4c13c1491ab624f647c96c532681350e5
parentb5fd2216ca4b4861ca1fa1e89ce5b70b27ae926f (diff)
downloadfrost-5382d8222915727a47c36f0e7ac280c701dbfcdf.tar.gz
frost-5382d8222915727a47c36f0e7ac280c701dbfcdf.tar.bz2
frost-5382d8222915727a47c36f0e7ac280c701dbfcdf.zip
Move strings
-rw-r--r--app/src/main/res/values/strings.xml5
-rw-r--r--app/src/main/res/values/strings_no_translate.xml6
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
-rw-r--r--docs/Changelog.md2
4 files changed, 8 insertions, 7 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c8a97c92..b3cf823e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,9 +1,4 @@
<resources>
- <string name="dev_email" translatable="false">pitchedapps@gmail.com</string>
- <string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string>
- <string name="paypal" translatable="false">PayPal</string>
- <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string>
-
<!--Tabs-->
<string name="feed">Feed</string>
diff --git a/app/src/main/res/values/strings_no_translate.xml b/app/src/main/res/values/strings_no_translate.xml
new file mode 100644
index 00000000..6b35ad64
--- /dev/null
+++ b/app/src/main/res/values/strings_no_translate.xml
@@ -0,0 +1,6 @@
+<resources>
+ <string name="dev_email" translatable="false">pitchedapps@gmail.com</string>
+ <string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string>
+ <string name="paypal" translatable="false">PayPal</string>
+ <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string>
+</resources>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 2962a508..b3bf851a 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,7 +6,7 @@
<item text="" />
-->
- <version title="v1.5.4"/>
+ <version title="v1.5.5"/>
<item text="Numerous bug fixes in KAU" />
<item text="Set background back to white on non facebook pages" />
<item text="Make read notification/message colors more obvious" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9d42201d..69e5df56 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,6 +1,6 @@
# Changelog
-## v1.5.4
+## v1.5.5
* Numerous bug fixes in KAU
* Set background back to white on non facebook pages
* Make read notification/message colors more obvious