diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-23 15:43:45 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-23 15:43:45 -0400 |
commit | c465bd64a7da087447659b83ed515d87ee8d342f (patch) | |
tree | 0f2f62642ff9574d2455848eb97a07466f4f0427 | |
parent | a647df3c32b77eff3e6ba8a78799dc7eb42ba11c (diff) | |
download | kau-c465bd64a7da087447659b83ed515d87ee8d342f.tar.gz kau-c465bd64a7da087447659b83ed515d87ee8d342f.tar.bz2 kau-c465bd64a7da087447659b83ed515d87ee8d342f.zip |
Squashed commit of the following:3.4.2
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
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 7 |
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" /> |