diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-12 03:46:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 03:46:50 -0500 |
commit | 43cd1034b3319365db52d03efdfff333822c7335 (patch) | |
tree | 6e7e5d6c6198a632e11a2855a1022feefff7b666 /sample | |
parent | 637851b6ddc4a22583797a45bdbb72eb9c6dac23 (diff) | |
download | kau-43cd1034b3319365db52d03efdfff333822c7335.tar.gz kau-43cd1034b3319365db52d03efdfff333822c7335.tar.bz2 kau-43cd1034b3319365db52d03efdfff333822c7335.zip |
misc (#102)
* Update gradle
* Increment android libs and add progress animator
* Null check on searchview unbind, fixes #100
* Add searchview holder interface
* Rename methods
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 4718e09..48a2644 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -12,7 +12,10 @@ <item text="Add Italian translations" /> <item text="Clean up unnecessary build version support" /> <item text="Optimize and refactor old code" /> - <item text="Add helper methods to enhance FastAdapter for Kotlin" /> + <item text=":adapter: Add helper methods to enhance FastAdapter for Kotlin" /> + <item text=":core: Create ProgressAnimator class" /> + <item text="" /> + <item text="" /> <item text="" /> <version title="v3.4.5" /> |