aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-11-06 22:46:38 -0500
committerAllan Wang <me@allanwang.ca>2018-11-06 22:46:38 -0500
commit485b1171e3adc3777eec6627e2d71ee268649b97 (patch)
tree58ee2039013fcb6f1920aca1bb647ee3f1a3a8a4
parentda63f00eb50a8c413ee55652eff8a4fcc5f83e5a (diff)
downloadfrost-2.1.1.tar.gz
frost-2.1.1.tar.bz2
frost-2.1.1.zip
Update changelogv2.1.1
-rw-r--r--app/build.gradle1
-rw-r--r--app/src/main/res/xml/frost_changelog.xml9
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7e928d7d..19aaaaa9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
+apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index 5594e713..8182cbdc 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,13 +6,18 @@
<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" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+
<version title="v2.1.0" />
<item text="Changed signing key; requires clean install" />
<item text="Update lots of theme components" />
<item text="Fix create post button" />
<item text="Add translations for Danish, Ukranian, and Swedish" />
- <item text="" />
- <item text="" />
<version title="v2.0.1" />
<item text="Update theme" />