diff options
author | Allan Wang <me@allanwang.ca> | 2018-10-08 01:46:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 01:46:36 -0400 |
commit | 19020070cc073c81bfe397454f2314d37a78ed31 (patch) | |
tree | 7cebfa93ec8f8b465608579744b34be0aed0b1cc /sample | |
parent | 81518f74fa76b6c2274a0e02ad4169f5d7f61e59 (diff) | |
download | kau-19020070cc073c81bfe397454f2314d37a78ed31.tar.gz kau-19020070cc073c81bfe397454f2314d37a78ed31.tar.bz2 kau-19020070cc073c81bfe397454f2314d37a78ed31.zip |
Enhancement/kpref (#170)
* Deprecate kpref double
* Update kpref tests and migration
* Fix kpref file
* Update changelog
* Replace changelog angle brackets
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index a5d0ea9..f6ec799 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,9 +10,9 @@ <item text="Update everything to Android Studio 3.1" /> <item text="Fix new lint issues (see Migration for resource related methods)" /> <item text=":adapter: Add more IAdapter functions to help retrieve selections" /> - <item text=":core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead" /> + <item text=":core: Deprecate Kotterknife; use kotlin_android_extensions" /> <item text=":kpref-activity: Fix seekbar increment" /> - <item text="" /> + <item text=":core: Make KPref use Set<String> vs StringSet" /> <item text="" /> <version title="v3.7.1" /> |