diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-30 12:55:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 12:55:56 -0400 |
commit | 270ff7705be5ec0c78f5eae4934779ff4b4c00ee (patch) | |
tree | fb0ba3e117e138391ac268bc8116e97140e6f436 /app/src/main/res/xml/frost_changelog.xml | |
parent | a854dcc471078f4e21916730abb5d5d75dd7b03c (diff) | |
download | frost-270ff7705be5ec0c78f5eae4934779ff4b4c00ee.tar.gz frost-270ff7705be5ec0c78f5eae4934779ff4b4c00ee.tar.bz2 frost-270ff7705be5ec0c78f5eae4934779ff4b4c00ee.zip |
fix/searchview (#239)
* Keep searchview even if headless response fails
* Keep searchview even if headless response fails
* Update changelog and add search tests
* Update kau and remove tests
* Remove duplicate dispose calls
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index edfadce6..a53c1124 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,6 +11,15 @@ <!--<version title="Beta Updates" />--> <version title="Beta Updates"/> + <item text="Fix new messages not showing" /> + <item text="Fix theme for sharing and new messages" /> + <item text="Prevent search bar settings from disabling itself if auto suggestions fail" /> + <item text="Fix numerous crashes relating to search bar layouts" /> + <item text="" /> + <item text="" /> + <item text="" /> + + <version title="v1.4.11"/> <item text="Fix url loading bug and add option to launch urls in default browser (behaviour setting)" /> <item text="Allow for bottom bar tabs (appearance setting)" /> <item text="Allow custom ringtones for notifications and messages (notification setting)" /> |