aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-15 01:43:43 -0700
committerGitHub <noreply@github.com>2019-09-15 01:43:43 -0700
commitbfba246d84aa6a22bc02837f9fcbd97780867d10 (patch)
treea4340255cb7bf74d0f56cc00d097ab06748faded /sample
parentb936230b609071cda99fb81436c29c45d916494a (diff)
parenteafb4881cc6c33d7ae94b1f1e1b5b34fb18ebd03 (diff)
downloadkau-bfba246d84aa6a22bc02837f9fcbd97780867d10.tar.gz
kau-bfba246d84aa6a22bc02837f9fcbd97780867d10.tar.bz2
kau-bfba246d84aa6a22bc02837f9fcbd97780867d10.zip
Merge pull request #228 from AllanWang/databinding
FastAdapter Databinding
Diffstat (limited to 'sample')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index de73b41..5fee3cb 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -9,14 +9,12 @@
<version title="v5.2.0" />
<item text=":fastadapter: Migrate fastadapter to v4.x.x" />
<item text="" />
- <item text="" />
<version title="v5.1.0" />
<item text=":adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary" />
<item text=":adapter: Make NoAnimatorChange an object; previously a class" />
<item text=":core: KPref now supports in memory only variants for testing; pass KPrefBuilderInMemory to KPref constructor" />
<item text=":core: KPref initializer takes in SharedPreferences so user can configure it" />
- <item text="" />
<version title="v5.0.0" />
<item text="Update Android SDK to 29 and Kotlin to 1.3.31" />
@@ -26,13 +24,11 @@
<item text=":core: Remove cursor tinting in EditText as it used reflection" />
<item text=":colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension" />
<item text=":gradle-plugin: Convert to kotlin, rework dependencies, and remove extension hooks" />
- <item text="" />
<version title="v4.1.0" />
<item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" />
<item text=":core: Permission manager no longer synchronized, as all actions should occur in the main thread" />
<item text=":kpref-activity: Getter and setter now have action context, with the option to reload self" />
- <item text="" />
<version title="v4.0.0" />
<item text="Update translations" />