aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/xml/kau_changelog.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-23 15:14:12 -0400
committerAllan Wang <me@allanwang.ca>2017-09-24 16:43:03 -0400
commit66e7d9505e0baffaf17877c1800939a2e0b936d6 (patch)
treedbe4d927c373d5a0cbe6eee8a0342b1527ba4e6d /sample/src/main/res/xml/kau_changelog.xml
parent26421aa428c669f4123fca7094fff0e1d90b5387 (diff)
downloadkau-66e7d9505e0baffaf17877c1800939a2e0b936d6.tar.gz
kau-66e7d9505e0baffaf17877c1800939a2e0b936d6.tar.bz2
kau-66e7d9505e0baffaf17877c1800939a2e0b936d6.zip
v3.4.1 (#63)
* Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62) Squashed commit of the following: commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:25:18 2017 -0400 Add missing quote commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83 Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:20:54 2017 -0400 Update changelog Update gradle Update version name
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 6f76f66..8476660 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -5,6 +5,13 @@
<version title="v"/>
<item text="" />
-->
+
+ <version title="v3.4.1"/>
+ <item text="Validate context before showing dialogs" />
+ <item text="Add intent resolver checks prior to all executions." />
+ <item text="" />
+ <item text="" />
+ <item text="" />
<version title="v3.4.0"/>
<item text="Update to gradle 4.x; api and implementation rather than compile" />