From caaa5653deda0640a475d0ccad6daeb7852502f7 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 5 Aug 2017 15:17:50 -0700 Subject: [PATCH] Release v3.2.5 (#26) * Move transparent style to core * Update version --- core-ui/src/main/res-public/values-v21/styles.xml | 10 ---------- core-ui/src/main/res-public/values/public.xml | 1 - core/README.md | 2 ++ core/src/main/res-public/values-v21/styles.xml | 13 +++++++++++++ .../src/main/res-public/values/colors.xml | 0 core/src/main/res-public/values/public.xml | 2 ++ core/src/main/res-public/values/styles.xml | 9 +++++++++ docs/Changelog.md | 2 ++ gradle.properties | 2 +- sample/src/main/res/xml/kau_changelog.xml | 3 +++ 10 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 core/src/main/res-public/values-v21/styles.xml rename {core-ui => core}/src/main/res-public/values/colors.xml (100%) diff --git a/core-ui/src/main/res-public/values-v21/styles.xml b/core-ui/src/main/res-public/values-v21/styles.xml index fe2c9bf53..782f9bbfc 100644 --- a/core-ui/src/main/res-public/values-v21/styles.xml +++ b/core-ui/src/main/res-public/values-v21/styles.xml @@ -1,15 +1,5 @@ - - + \ No newline at end of file diff --git a/core-ui/src/main/res-public/values/colors.xml b/core/src/main/res-public/values/colors.xml similarity index 100% rename from core-ui/src/main/res-public/values/colors.xml rename to core/src/main/res-public/values/colors.xml diff --git a/core/src/main/res-public/values/public.xml b/core/src/main/res-public/values/public.xml index fb1c9dff4..2163b1059 100644 --- a/core/src/main/res-public/values/public.xml +++ b/core/src/main/res-public/values/public.xml @@ -22,6 +22,7 @@ + @@ -106,6 +107,7 @@ + diff --git a/core/src/main/res-public/values/styles.xml b/core/src/main/res-public/values/styles.xml index f6f19294c..bdbc84fb2 100644 --- a/core/src/main/res-public/values/styles.xml +++ b/core/src/main/res-public/values/styles.xml @@ -1,4 +1,13 @@ diff --git a/docs/Changelog.md b/docs/Changelog.md index 4867681b7..5d6c743e8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,8 @@ * :core: Fix FAQ background * :core: Create FileUtils * :core: Create NotificationUtils +* :core: Update swipe to remove most exceptions +* :core: Make logging class functions inline * :core-ui: Move reactive libs to :searchview: ## v3.2.3 diff --git a/gradle.properties b/gradle.properties index 55ce4e26e..8d65cac5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ TARGET_SDK=26 BUILD_TOOLS=26.0.1 ANDROID_SUPPORT_LIBS=26.0.0 -VERSION_NAME=3.2.4 +VERSION_NAME=3.2.5 KOTLIN=1.1.3-2 ABOUT_LIBRARIES=5.9.7 diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index d505bcfea..c11353df3 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,6 +10,9 @@ + + +