diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-18 20:25:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 20:25:41 -0700 |
commit | f5394badad02671dc0de181ab63b9a9bfbe9fd59 (patch) | |
tree | 0d5af7a805e407a4a7daffa610d3e1d5deea91bd /app/src/main/res | |
parent | ede53aff0ca989881247afead959341818f705b4 (diff) | |
download | frost-f5394badad02671dc0de181ab63b9a9bfbe9fd59.tar.gz frost-f5394badad02671dc0de181ab63b9a9bfbe9fd59.tar.bz2 frost-f5394badad02671dc0de181ab63b9a9bfbe9fd59.zip |
Misc 2 (#191)v1.4.6
* Add further checks for iab and remove generic error dialog
* Theme all snackbars
* Add dynamic media action tile
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 6 |
2 files changed, 7 insertions, 0 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/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 6bfcadab..43efb8c5 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -12,6 +12,12 @@ <version title="Beta Updates"/> <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="" /> <item text="" /> <version title="v1.4.5"/> |