aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/play
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-23 23:26:34 -0700
committerGitHub <noreply@github.com>2017-07-23 23:26:34 -0700
commit50ad7f0ae89fc52ce57fe03328f4221fb57f2eac (patch)
tree69ead8807bb7371428953a0363519343f03f9b5b /sample/src/main/play
parent4706b8f6a8d08a6961da6ab34d15881b63356d79 (diff)
downloadkau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.gz
kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.tar.bz2
kau-50ad7f0ae89fc52ce57fe03328f4221fb57f2eac.zip
Fully implement imagepicker and create play store showcase (#12)3.1.1
* Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity
Diffstat (limited to 'sample/src/main/play')
-rw-r--r--sample/src/main/play/contactEmail1
-rw-r--r--sample/src/main/play/defaultLanguage1
-rw-r--r--sample/src/main/play/en-CA/listing/fulldescription3
-rw-r--r--sample/src/main/play/en-CA/listing/shortdescription1
-rw-r--r--sample/src/main/play/en-CA/listing/title1
-rw-r--r--sample/src/main/play/en-CA/whatsnew1
6 files changed, 8 insertions, 0 deletions
diff --git a/sample/src/main/play/contactEmail b/sample/src/main/play/contactEmail
new file mode 100644
index 0000000..3e03392
--- /dev/null
+++ b/sample/src/main/play/contactEmail
@@ -0,0 +1 @@
+pitchedapps@gmail.com \ No newline at end of file
diff --git a/sample/src/main/play/defaultLanguage b/sample/src/main/play/defaultLanguage
new file mode 100644
index 0000000..ffdd217
--- /dev/null
+++ b/sample/src/main/play/defaultLanguage
@@ -0,0 +1 @@
+en-CA \ No newline at end of file
diff --git a/sample/src/main/play/en-CA/listing/fulldescription b/sample/src/main/play/en-CA/listing/fulldescription
new file mode 100644
index 0000000..2d9fe89
--- /dev/null
+++ b/sample/src/main/play/en-CA/listing/fulldescription
@@ -0,0 +1,3 @@
+This app aims to demonstrate the features available in <a href="https://allanwang.github.io/KAU/">KAU</a>, or Kotlin Android Utils.
+
+The project is open sourced on <a href="https://github.com/AllanWang/KAU">github</a> \ No newline at end of file
diff --git a/sample/src/main/play/en-CA/listing/shortdescription b/sample/src/main/play/en-CA/listing/shortdescription
new file mode 100644
index 0000000..9424ee8
--- /dev/null
+++ b/sample/src/main/play/en-CA/listing/shortdescription
@@ -0,0 +1 @@
+A simple showcase for Kotlin Android Utils \ No newline at end of file
diff --git a/sample/src/main/play/en-CA/listing/title b/sample/src/main/play/en-CA/listing/title
new file mode 100644
index 0000000..c3c5422
--- /dev/null
+++ b/sample/src/main/play/en-CA/listing/title
@@ -0,0 +1 @@
+KAU - Library Showcase \ No newline at end of file
diff --git a/sample/src/main/play/en-CA/whatsnew b/sample/src/main/play/en-CA/whatsnew
new file mode 100644
index 0000000..1d15ce2
--- /dev/null
+++ b/sample/src/main/play/en-CA/whatsnew
@@ -0,0 +1 @@
+A full changelog is available in the app \ No newline at end of file