diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-27 10:53:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-27 10:53:52 -0700 |
commit | d6688bed13c970752cb0de37d538015a623327b9 (patch) | |
tree | 499448ee14701c100effde870e6a8f9f8c627d8a /sample/src/main/res | |
parent | ab2036fd964565ffb3e13e2a4f4d2838dde7fba2 (diff) | |
download | kau-d6688bed13c970752cb0de37d538015a623327b9.tar.gz kau-d6688bed13c970752cb0de37d538015a623327b9.tar.bz2 kau-d6688bed13c970752cb0de37d538015a623327b9.zip |
Update readme and changelog
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 14f6c2c..cfb8bd1 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,16 +6,15 @@ <item text="" /> --> - <version title="v3.1.1"/> + <version title="v3.2.0"/> + <item text=":adapter: Make KauAnimator extensible" /> <item text=":imagepicker: Add uri val to ImageModel" /> <item text=":imagepicker: Create bindings and overlay activity" /> + <item text=":imagepicker: Create single image picker counterpart with overlay" /> + <item text=":searchview: Remove item animator so nonchanging items don\'t blink" /> <item text="Add showcase app to play store" /> - <item text="Update dependencies" /> <item text="Update build tools to 26.0.1" /> - <item text=":adapter: Make KauAnimator extensible" /> - <item text=":imagepicker: Create single image picker counterpart with overlay" /> - <item text="" /> - <item text="" /> + <item text="Update dependencies" /> <version title="v3.1.0"/> <item text=":core: Allow for nullable throwables when logging" /> |