From 61d87976e8b29ed25061ae98743a6cf4f4274542 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 22 Jul 2017 16:08:08 -0700 Subject: Support sdk 19 where possible and add image picker (#10) * Fix plural * Switch to long * Test plural again * Comment * Major update to image picker and view utils * Make image activity full screen * Update min sdk and prefix * Lower sdk requirement and make string private * Bring kpref activity to sdk 19 --- about/src/main/res-public/values/public.xml | 16 +++++++++++++ about/src/main/res-public/values/strings.xml | 4 ++++ about/src/main/res-public/values/strings_about.xml | 27 ++++++++++++++++++++++ about/src/main/res-public/values/styles.xml | 6 +++++ 4 files changed, 53 insertions(+) create mode 100644 about/src/main/res-public/values/public.xml create mode 100644 about/src/main/res-public/values/strings.xml create mode 100644 about/src/main/res-public/values/strings_about.xml create mode 100644 about/src/main/res-public/values/styles.xml (limited to 'about/src/main/res-public/values') diff --git a/about/src/main/res-public/values/public.xml b/about/src/main/res-public/values/public.xml new file mode 100644 index 0000000..f89ddb7 --- /dev/null +++ b/about/src/main/res-public/values/public.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 0000000..509b56c --- /dev/null +++ b/about/src/main/res-public/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-public/values/strings_about.xml b/about/src/main/res-public/values/strings_about.xml new file mode 100644 index 0000000..f538e59 --- /dev/null +++ b/about/src/main/res-public/values/strings_about.xml @@ -0,0 +1,27 @@ + + 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-public/values/styles.xml b/about/src/main/res-public/values/styles.xml new file mode 100644 index 0000000..c395e9f --- /dev/null +++ b/about/src/main/res-public/values/styles.xml @@ -0,0 +1,6 @@ + + + +