diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 9 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 11 |
3 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -<img src="https://cdn.rawgit.com/AllanWang/KAU/master/files/logo.svg" alt="KAU" width="30%"/> +<img src="https://cdn.rawgit.com/AllanWang/KAU/master/files/images/logo.svg" alt="KAU" width="30%"/> Kotlin Android Utils diff --git a/docs/Changelog.md b/docs/Changelog.md index 0f3a8e5..8e62fba 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,13 +1,14 @@ # Changelog -## v3.1.1 +## v3.2.0 +* :adapter: Make KauAnimator extensible * :imagepicker: Add uri val to ImageModel * :imagepicker: Create bindings and overlay activity +* :imagepicker: Create single image picker counterpart with overlay +* :searchview: Remove item animator so nonchanging items don\'t blink * Add showcase app to play store -* Update dependencies * Update build tools to 26.0.1 -* :adapter: Make KauAnimator extensible -* :imagepicker: Create single image picker counterpart with overlay +* Update dependencies ## v3.1.0 * :core: Allow for nullable throwables when logging 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" /> |