From 4706b8f6a8d08a6961da6ab34d15881b63356d79 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Jul 2017 13:13:36 -0700 Subject: Update kpref-activity's min-sdk and other minor changes (#11) * Move some resources to public * Lower kpref minsdk * Remove excess kauUtils annotations * Allow nullable throwable * Do not throw null throwable * Make image picker base abstract again * Migrate about strings to private * Update readme * Update readme * Update sample tagging * Update adapter readme --- about/src/main/res-public/values/public.xml | 12 ---------- about/src/main/res-public/values/strings.xml | 4 ---- about/src/main/res-public/values/strings_about.xml | 27 ---------------------- about/src/main/res/values/strings.xml | 4 ++++ about/src/main/res/values/strings_about.xml | 20 ++++++++++++++++ 5 files changed, 24 insertions(+), 43 deletions(-) delete mode 100644 about/src/main/res-public/values/strings.xml delete mode 100644 about/src/main/res-public/values/strings_about.xml create mode 100644 about/src/main/res/values/strings.xml create mode 100644 about/src/main/res/values/strings_about.xml (limited to 'about') diff --git a/about/src/main/res-public/values/public.xml b/about/src/main/res-public/values/public.xml index f89ddb7..2db68c4 100644 --- a/about/src/main/res-public/values/public.xml +++ b/about/src/main/res-public/values/public.xml @@ -1,16 +1,4 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/about/src/main/res-public/values/strings.xml b/about/src/main/res-public/values/strings.xml deleted file mode 100644 index 509b56c..0000000 --- a/about/src/main/res-public/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - This app would not be possible without the following great libraries. - \ No newline at end of file diff --git a/about/src/main/res-public/values/strings_about.xml b/about/src/main/res-public/values/strings_about.xml deleted file mode 100644 index f538e59..0000000 --- a/about/src/main/res-public/values/strings_about.xml +++ /dev/null @@ -1,27 +0,0 @@ - - 2.1 - - - - Allan Wang - https://www.allanwang.ca/dev/ - - KAU - -
- KAU aims to make many common functions executable in one line. It adds numerous extensions to match Kotlin\'s DSL, - and supports completely customizable view groups that are used in almost any app project. - ]]> -
- https://allanwang.github.io/KAU/ - - true - https://github.com/AllanWang/KAU - - ca.allanwang.kau - - apache_2_0 - -
\ No newline at end of file diff --git a/about/src/main/res/values/strings.xml b/about/src/main/res/values/strings.xml new file mode 100644 index 0000000..509b56c --- /dev/null +++ b/about/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + This app would not be possible without the following great libraries. + \ No newline at end of file diff --git a/about/src/main/res/values/strings_about.xml b/about/src/main/res/values/strings_about.xml new file mode 100644 index 0000000..8f10d31 --- /dev/null +++ b/about/src/main/res/values/strings_about.xml @@ -0,0 +1,20 @@ + + 3.0 + + Allan Wang + https://www.allanwang.ca/dev/ + KAU + +
+ KAU aims to make many common functions executable in one line. It adds numerous extensions to match Kotlin\'s DSL, + and supports completely customizable view groups that are usable in any app project. + ]]> +
+ https://allanwang.github.io/KAU/ + true + https://github.com/AllanWang/KAU + ca.allanwang.kau + apache_2_0 +
\ No newline at end of file -- cgit v1.2.3