aboutsummaryrefslogtreecommitdiff
path: root/sample/src
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-22 22:59:43 -0700
committerGitHub <noreply@github.com>2019-09-22 22:59:43 -0700
commit2889fae685edbad89c40e3cfe8a9b16f0b87ebcc (patch)
treee784f7f5a98b3083d25fa401ea122c40d14e5769 /sample/src
parentcd4799b7b93c542e1d8204a32b6d43df7e5d1191 (diff)
parentdba4c72e90946dda0917a43b9be99d21695e6bdf (diff)
downloadkau-2889fae685edbad89c40e3cfe8a9b16f0b87ebcc.tar.gz
kau-2889fae685edbad89c40e3cfe8a9b16f0b87ebcc.tar.bz2
kau-2889fae685edbad89c40e3cfe8a9b16f0b87ebcc.zip
Merge pull request #229 from AllanWang/nav-bar-flag
Nav bar flag
Diffstat (limited to 'sample/src')
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 7baecd8..3531e69 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -8,6 +8,10 @@
<version title="v5.2.0" />
<item text=":fastadapter: Migrate fastadapter to v4.x.x" />
+ <item text=":core: Automatically switch light mode for navigationBarColor and statusBarColor" />
+ <item text=":core: Remove statusBarLight toggle" />
+ <item text="" />
+ <item text="" />
<item text="" />
<version title="v5.1.0" />
@@ -15,9 +19,6 @@
<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="" />
- <item text="" />
- <item text="" />
<version title="v5.0.0" />
<item text="Update Android SDK to 29 and Kotlin to 1.3.31" />