aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-21 11:25:28 -0700
committerAllan Wang <me@allanwang.ca>2017-06-21 11:25:28 -0700
commit7601adcb8254b4dc1818526061e1013f2e216fc5 (patch)
treec694d5e214c5ac08e4932b291024f4ac9f3e1590
parent6ebc552ea0ad63e123e6902ad4a881e758b919ba (diff)
downloadkau-7601adcb8254b4dc1818526061e1013f2e216fc5.tar.gz
kau-7601adcb8254b4dc1818526061e1013f2e216fc5.tar.bz2
kau-7601adcb8254b4dc1818526061e1013f2e216fc5.zip
Add more strings
-rw-r--r--docs/Changelog.md2
-rw-r--r--library/src/main/res/values/strings_commons.xml5
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 6bebb58..042f94d 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,8 @@
## v1.2
* Fix title attribute in changelog
* Update support libs
+* Add is app installed utils
+* Add email builder
## v1.1
* Created kpref items
diff --git a/library/src/main/res/values/strings_commons.xml b/library/src/main/res/values/strings_commons.xml
index 7cf13f4..760d22e 100644
--- a/library/src/main/res/values/strings_commons.xml
+++ b/library/src/main/res/values/strings_commons.xml
@@ -7,6 +7,8 @@ Most resources are verbatim and x represents a formatted item
<string name="kau_back">Back</string>
<string name="kau_cancel">Cancel</string>
<string name="kau_changelog">Changelog</string>
+ <string name="kau_close">Close</string>
+ <string name="kau_contact_us">Contact Us</string>
<string name="kau_done">Done</string>
<string name="kau_do_not_show_again">Do not show again</string>
<string name="kau_error">Error</string>
@@ -20,6 +22,9 @@ Most resources are verbatim and x represents a formatted item
<string name="kau_maybe">Maybe</string>
<string name="kau_no">No</string>
<string name="kau_none">None</string>
+ <string name="kau_ok">@android:string/ok</string>
+ <string name="kau_report_bug">Report A Bug</string>
+ <string name="kau_send_feedback">Send Feedback</string>
<string name="kau_settings">Settings</string>
<string name="kau_yes">Yes</string>
</resources>