diff options
author | Allan Wang <me@allanwang.ca> | 2018-11-18 21:28:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 21:28:25 -0500 |
commit | dc6c12ba40b179ceb11a77da8828b79d360f79eb (patch) | |
tree | 96306bccf6dc983f31e8bc30a6323e825dbac627 /app/src/main/res/xml | |
parent | 587f359b20a56b4cee4e1fc6c788c40102f0892f (diff) | |
download | frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.tar.gz frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.tar.bz2 frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.zip |
Fix/personal messages (#1194)
* Update dependency versions
* Fix regex to support personal messages, resolves #1180
* Update download url, resolves #1131
* Update changelog
* Downgrade apache dependency version
* Disable travis for master pushes [skip ci]
* Support java 1.8
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 8182cbdc..5f047b35 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,13 +6,16 @@ <item text="" /> --> - <version title="v2.1.1" /> - <item text="Fix link loading for some notifications. Some will redirect to the main notification page" /> - <item text="Fix double back click problem" /> + <version title="v2.1.2" /> + <item text="Fix message notifications with just one other user" /> <item text="" /> <item text="" /> <item text="" /> + <version title="v2.1.1" /> + <item text="Fix link loading for some notifications. Some will redirect to the main notification page" /> + <item text="Fix double back click problem" /> + <version title="v2.1.0" /> <item text="Changed signing key; requires clean install" /> <item text="Update lots of theme components" /> |