diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-18 14:40:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 14:40:08 -0700 |
commit | 52bfdb66ca8d44986b3f1ae51c921a939db17ac6 (patch) | |
tree | 32f58037b4091ed19a15f71b6cf7ee358a6f5820 /app/src/main/res | |
parent | 2eaad9b72746d57c187d2ded7f40d803f88dfcee (diff) | |
download | frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.tar.gz frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.tar.bz2 frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.zip |
Misc (#190)
* Update play store description
* Finalize description
* Update kotlin and bg2 for custom themes
* Update to Android Studio 3.0 beta 2
* Update test dependencies and add logging to image activity
* Rename throwable to errorRef
* Update searchview and media picker through kau
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index a1fedd42..6bfcadab 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,14 +11,16 @@ <!--<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="" /> + + <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" /> |