aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-04-12 18:50:58 -0400
committerGitHub <noreply@github.com>2018-04-12 18:50:58 -0400
commitd9e2562267e549ee407e683262406581f2c4888e (patch)
tree0dc063913b00a9dc4f10d0d5c7085218c2cc17c3 /app/src/main/res
parent42e57597bcc3216778e9f14389f751eb62da1bd5 (diff)
downloadfrost-d9e2562267e549ee407e683262406581f2c4888e.tar.gz
frost-d9e2562267e549ee407e683262406581f2c4888e.tar.bz2
frost-d9e2562267e549ee407e683262406581f2c4888e.zip
Misc (#865)
* Clean up git code * Update download link * Update theme * Reorder settings, resolvees #856 * Do not log undeliverable exception * Handle potential lack of webview * Set notification epoch default to now, resolves #857 * Fix notification epoch time init * Update changelog * Update theme * Add slack url, resolves #880 * Prepare for image update
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_invalid.xml (renamed from app/src/main/res/layout/activity_invalid_sdk.xml)0
-rw-r--r--app/src/main/res/values/strings_errors.xml1
-rw-r--r--app/src/main/res/values/strings_no_translate.xml2
-rw-r--r--app/src/main/res/values/strings_updater.xml6
-rw-r--r--app/src/main/res/xml/frost_changelog.xml11
5 files changed, 13 insertions, 7 deletions
diff --git a/app/src/main/res/layout/activity_invalid_sdk.xml b/app/src/main/res/layout/activity_invalid.xml
index dba1375b..dba1375b 100644
--- a/app/src/main/res/layout/activity_invalid_sdk.xml
+++ b/app/src/main/res/layout/activity_invalid.xml
diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml
index 9988fca4..17ec2355 100644
--- a/app/src/main/res/values/strings_errors.xml
+++ b/app/src/main/res/values/strings_errors.xml
@@ -10,4 +10,5 @@
<string name="video_load_failed">Failed to load video</string>
<string name="error_notification">An error occurred when fetching notifications</string>
<string name="error_sdk">Your device\'s SDK (%d) is incompatible. Frost only supports Lollipop (SDK 21) and above</string>
+ <string name="error_webview">Your device does not seem to have a webview. Please add or enable one.</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings_no_translate.xml b/app/src/main/res/values/strings_no_translate.xml
index fef4ebcd..7805aac1 100644
--- a/app/src/main/res/values/strings_no_translate.xml
+++ b/app/src/main/res/values/strings_no_translate.xml
@@ -6,7 +6,9 @@
<string name="translation_url" translatable="false">https://crwd.in/frost-for-facebook</string>
<string name="github_url" translatable="false">https://github.com/AllanWang/Frost-for-Facebook</string>
<string name="reddit_url" translatable="false">https://www.reddit.com/r/FrostForFacebook</string>
+ <string name="slack_url" translatable="false">https://frost-slack.allanwang.ca</string>
<string name="xda_url" translatable="false">https://forum.xda-developers.com/android/apps-games/app-frost-facebook-t3685896</string>
+ <string name="xda_labs_url" translatable="false">https://labs.xda-developers.com/store/app/com.pitchedapps.frost</string>
<string name="frost_prefix" translatable="false">Frost for Facebook:</string>
<string name="feedback" translatable="false">Feedback</string>
<string name="bug_report" translatable="false">Bug Report</string>
diff --git a/app/src/main/res/values/strings_updater.xml b/app/src/main/res/values/strings_updater.xml
deleted file mode 100644
index 6050a1e0..00000000
--- a/app/src/main/res/values/strings_updater.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="updates">Updates</string>
- <string name="updates_desc">Get updates from Github releases</string>
- <string name="update_notif_message">New update is available! Click to download.</string>
-</resources> \ No newline at end of file
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 148fe1cc..f7a02179 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,12 +6,21 @@
<item text="" />
-->
+ <version title="v2.0.1" />
+ <item text="Update theme" />
+ <item text="Catch crashes if device has no webview" />
+ <item text="Fix all the notifications coming in for the first load" />
+ <item text="Reorder settings" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+
<version title="v2.0.0" />
<item text="A new beginning: Frost is completely FOSS" />
<item text="Remove crashlytics in favour of another open source bug tracker" />
<item text="Remove all google play dependencies" />
<item text="Fix Facebook UI change" />
- <item text="" />
<version title="v1.8.3" />
<item text="Add full notification channel support" />