aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-01-18 23:50:07 -0500
committerGitHub <noreply@github.com>2018-01-18 23:50:07 -0500
commit6058759bbd615506cb7f110acaa21c51b82188f9 (patch)
tree6970a421f1af4becf7f1771942b3e259aa85812d /sample
parent6843e83623d2fb9bb7f42d0d9f66ab90a5a47348 (diff)
downloadkau-6058759bbd615506cb7f110acaa21c51b82188f9.tar.gz
kau-6058759bbd615506cb7f110acaa21c51b82188f9.tar.bz2
kau-6058759bbd615506cb7f110acaa21c51b82188f9.zip
Misc (#126)
* Add auto uri read grant * Add full attachment support * Revert back to single attachment * Try send with email * Add email type * Pass null instead of empty bundle * Update changelog
Diffstat (limited to 'sample')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 09e5896..8a3f011 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -8,6 +8,8 @@
<version title="v3.6.2" />
+ <item text=":core: Pass null instead of bundle if bundle is empty for startActivity" />
+ <item text=":core: Support sending attachments for email" />
<item text=":core: Create more bundle utils to help with shared transition elements" />
<item text=":searchview: Add better encapsulation and use view location" />
<item text=":searchview: Add textClearedCallback" />