diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-12 19:31:55 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa (patch) | |
tree | 7747f8f1c396cbe397f0e471ee7204e8106ac30a /sample/src | |
parent | 27f38ffe00bc27b76020072a591ce63d20ddd86a (diff) | |
download | kau-fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa.tar.gz kau-fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa.tar.bz2 kau-fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa.zip |
Feature/kpref activity visibility (#38)
* Add visibility toggle
* Update docs
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index fd3113c..3eb5287 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,13 +6,13 @@ <item text="" /> --> + <version title="v3.3.2"/> + <item text=":kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks." /> + <version title="v3.3.1"/> <item text=":core: Open up all logger functions" /> <item text=":core: Deprecate kauSwipeOnPostCreate and move functionality to onCreate" /> <item text=":searchview: Fix background tint" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v3.3.0"/> <item text=":core: Create debounce methods" /> |