aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/main/res/values/strings_pref_appearance.xml1
-rw-r--r--app/src/main/res/xml/frost_changelog.xml16
3 files changed, 15 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 85826588..eff04778 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -63,4 +63,5 @@
<string name="html_extraction_error">An error occurred in the html extraction.</string>
<string name="html_extraction_cancelled">The request has been cancelled.</string>
<string name="html_extraction_timeout">The request has timed out.</string>
+ <string name="file_chooser_not_found">File chooser not found</string>
</resources>
diff --git a/app/src/main/res/values/strings_pref_appearance.xml b/app/src/main/res/values/strings_pref_appearance.xml
index 7f08d43c..513baf5f 100644
--- a/app/src/main/res/values/strings_pref_appearance.xml
+++ b/app/src/main/res/values/strings_pref_appearance.xml
@@ -5,6 +5,7 @@
<string name="theme">Theme</string>
<string name="text_color">Text Color</string>
+ <string name="accent_color">Accent Color</string>
<string name="background_color">Background Color</string>
<string name="header_color">Header Color</string>
<string name="icon_color">Icon Color</string>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index a1fedd42..e1db7e36 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -11,14 +11,24 @@
<!--<version title="Beta Updates" />-->
<version title="Beta Updates"/>
- <item text="Create more robust IM notification fetcher with a timeout" />
+ <item text="Update secondary background for transparent themes to be more visible." />
+ <item text="Pressing enter when searching will launch the full search page" />
+ <item text="Add different backgrounds for news feed articles." />
+ <item text="Add option to get image/video from default camera or gallery app." />
+ <item text="Fix some bug reports." />
+ <item text="Remove error dialog for IAB. It will now depend solely on the google services dialogs." />
+ <item text="Fix loading issue for old conversations" />
+ <item text="Add debugger for failed image activities" />
+ <item text="" />
+ <item text="" />
+
+ <version title="v1.4.5"/>
+ <item text="Create more robust IM notification fetcher with a timeout" />
<item text="Add hidden debugging options for certain views" />
<item text="Separate IM and general notification groups" />
<item text="Add click actions to group notifications. They will launch the message page or the notification page respectively" />
<item text="Add behaviour setting to force message threads to scroll to the bottom after loading." />
<item text="Add faq for disabling video auto play" />
- <item text="" />
- <item text="" />
<version title="v1.4.2"/>
<item text="Experimental: Add notifications for messages; report to me if this drains your battery" />