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/values/strings_about.xml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 about/src/main/res/values/strings_about.xml (limited to 'about/src/main/res/values/strings_about.xml') diff --git a/about/src/main/res/values/strings_about.xml b/about/src/main/res/values/strings_about.xml deleted file mode 100644 index f538e59..0000000 --- a/about/src/main/res/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 -- cgit v1.2.3