diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-28 23:09:58 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-12-28 23:09:58 -0500 |
commit | 0d6f53c82c4c55afdc61ea20773e7421b368e46f (patch) | |
tree | 4ba35717cb3805cd270b3fc0bda498a1598a6e66 /app/src/main/res | |
parent | 7f545a19dcb52073bc22d2bb59e6cb4beecac4a6 (diff) | |
download | frost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.tar.gz frost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.tar.bz2 frost-0d6f53c82c4c55afdc61ea20773e7421b368e46f.zip |
Fully remove anko, resolves #1184
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 5f047b35..3dae4a5d 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,11 +6,19 @@ <item text="" /> --> - <version title="v2.1.2" /> - <item text="Fix message notifications with just one other user" /> + <version title="v2.2.0" /> + <item text="Rewrite a lot of internal logic to optimize loading" /> + <item text="Change default user agent to new android version, previously a desktop user agent" /> + <item text="" /> + <item text="" /> + <item text="" /> <item text="" /> <item text="" /> <item text="" /> + <item text="" /> + + <version title="v2.1.2" /> + <item text="Fix message notifications with just one other user" /> <version title="v2.1.1" /> <item text="Fix link loading for some notifications. Some will redirect to the main notification page" /> |