aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-12-27 00:16:09 -0500
committerGitHub <noreply@github.com>2017-12-27 00:16:09 -0500
commitbbaddee2ed4c5f2e534683d9687392d254c37d67 (patch)
treecb7bd886194f207cddb2f654e659acbaa65ee078 /sample
parent23b9f24503130f1f3d29f0ab7a33ea3a08e0c064 (diff)
downloadkau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.gz
kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.tar.bz2
kau-bbaddee2ed4c5f2e534683d9687392d254c37d67.zip
Feature/fast adapter (#119)
* Update fast adapter implementation * Add repeated click listener
Diffstat (limited to 'sample')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index f57f8c4..55e110d 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -7,6 +7,7 @@
-->
<version title="v3.6.0" />
+ <item text=":core: Create kotlin flyweight" />
<item text=":core: Created BundleUtils" />
<item text=":core: [Breaking] Refactored startActivity functions" />
<item text=":kpref-activity: [Breaking] Simplified listener function parameters" />