From f1275cbc38f1819c852f810905c300ae8f64bba4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 21 Mar 2018 17:36:53 -0400 Subject: Update buildsdk (#808) * Update changelog * Add build sdk check * Remove play store affiliate * Ignore Overdraw * Remove theme background * Add back for transparent * Fix restart button --- app/src/main/res/layout/activity_invalid_sdk.xml | 34 ++++++++++++++++++++++ app/src/main/res/values/strings_errors.xml | 1 + .../main/res/values/strings_pref_experimental.xml | 2 +- app/src/main/res/values/styles.xml | 4 +++ app/src/main/res/xml/frost_changelog.xml | 8 +++++ 5 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/activity_invalid_sdk.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_invalid_sdk.xml b/app/src/main/res/layout/activity_invalid_sdk.xml new file mode 100644 index 00000000..dba1375b --- /dev/null +++ b/app/src/main/res/layout/activity_invalid_sdk.xml @@ -0,0 +1,34 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml index 71d147f7..9988fca4 100644 --- a/app/src/main/res/values/strings_errors.xml +++ b/app/src/main/res/values/strings_errors.xml @@ -9,4 +9,5 @@ An error occurred. Failed to load video An error occurred when fetching notifications + Your device\'s SDK (%d) is incompatible. Frost only supports Lollipop (SDK 21) and above \ No newline at end of file diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 10c66f99..9ccf5577 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -9,5 +9,5 @@ Verbose Logging Enable verbose logging to help with crash reports. Logging will only be sent once an error is encountered, so repeat the issue to notify the dev. This will automatically be disabled if the app restarts. Restart Frost - Crashlytics will only submit logs when a crash occurs or if errors are found and the app is restarted. Clicking here will restart the app and flush whatever issues are currently found. + Launch a cold restart for the application. \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ab893b3a..0faa00ab 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -4,6 +4,8 @@ @color/facebook_blue @color/facebook_blue_dark @android:color/white + @null + @null adjustResize @@ -16,6 +18,8 @@ @color/facebook_blue @color/facebook_blue_dark @android:color/black + @null + @null adjustResize diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index de90da73..2ee85a35 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,14 @@ --> + + + + + + + + -- cgit v1.2.3