aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-24 16:09:13 -0800
committerAllan Wang <me@allanwang.ca>2021-01-24 16:09:13 -0800
commit2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5 (patch)
tree95df1fc898d277140a547d2b7f5e1e30d43e4899 /app/src/main
parent28e7848e0da91be7f841e133ed989769bfcc6dca (diff)
downloadfrost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.tar.gz
frost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.tar.bz2
frost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.zip
Fix messenger theme for default
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt2
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml5
3 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt b/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt
index 1f28d271..1c9d6aa5 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt
@@ -40,7 +40,7 @@ enum class Theme(
) {
DEFAULT(R.string.kau_default,
- null,
+ "default",
{ 0xde000000.toInt() },
{ FACEBOOK_BLUE },
{ 0xfffafafa.toInt() },
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index fad19c9d..a02cbb99 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,4 +1,5 @@
v3.0.0
* Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails
-* Added initial support for messenger.com \ No newline at end of file
+* Added initial support for messenger.com
+* Fix swipe to refresh not disabling for certain pages \ 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 8badfc5f..e03eceb2 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -9,15 +9,14 @@
<version title="v3.0.0" />
<item text="Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails" />
<item text="Added initial support for messenger.com" />
+ <item text="Fix swipe to refresh not disabling for certain pages" />
+ <item text="" />
<item text="" />
<item text="" />
<version title="v2.4.7" />
<item text="Fix theme not always sticking on refresh" />
<item text="Disable long press menu from appearing immediately after scrolling" />
- <item text="" />
- <item text="" />
- <item text="" />
<version title="v2.4.6" />
<item text="Add option to hide likes and action bar in newsfeed" />