From caaa5653deda0640a475d0ccad6daeb7852502f7 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 5 Aug 2017 15:17:50 -0700 Subject: 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/colors.xml | 4 ---- core-ui/src/main/res-public/values/public.xml | 1 - core/README.md | 2 ++ core/src/main/res-public/values-v21/styles.xml | 13 +++++++++++++ core/src/main/res-public/values/colors.xml | 4 ++++ 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 +++ 11 files changed, 36 insertions(+), 16 deletions(-) delete mode 100644 core-ui/src/main/res-public/values/colors.xml create mode 100644 core/src/main/res-public/values-v21/styles.xml create mode 100644 core/src/main/res-public/values/colors.xml 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 fe2c9bf..782f9bb 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/src/main/res-public/values/colors.xml b/core/src/main/res-public/values/colors.xml new file mode 100644 index 0000000..82bf172 --- /dev/null +++ b/core/src/main/res-public/values/colors.xml @@ -0,0 +1,4 @@ + + + #80000000 + diff --git a/core/src/main/res-public/values/public.xml b/core/src/main/res-public/values/public.xml index fb1c9df..2163b10 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 f6f1929..bdbc84f 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 4867681..5d6c743 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 55ce4e2..8d65cac 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 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 @@ + + + -- cgit v1.2.3