diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-05 15:17:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 15:17:50 -0700 |
commit | caaa5653deda0640a475d0ccad6daeb7852502f7 (patch) | |
tree | 9cafb26ac81f4b9b5879f42ba75711055d97da2a /sample/src | |
parent | a2a11ff0558ffb498ce56e08af74139a4650d843 (diff) | |
download | kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.gz kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.bz2 kau-caaa5653deda0640a475d0ccad6daeb7852502f7.zip |
Release v3.2.5 (#26)3.2.5
* Move transparent style to core
* Update version
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index d505bcf..c11353d 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,6 +10,9 @@ <item text=":core: Fix FAQ background" /> <item text=":core: Create FileUtils" /> <item text=":core: Create NotificationUtils" /> + <item text=":core: Update swipe to remove most exceptions" /> + <item text=":core: Make logging class functions inline" /> + <item text=":core: Create removeIf for mutableIteratables" /> <item text=":core-ui: Move reactive libs to :searchview:" /> <item text="" /> <item text="" /> |