aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-01 18:42:08 -0800
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-03-01 18:42:08 -0800
commite6cc81e32a44dde2a73f045bd27e72bcb911fbdd (patch)
tree69e1c9ba6d27cea6f3c82c317049c41039d9f9cf /app/src/main/res/values/strings.xml
parentb80854975d951cd45ec3e75ae062012a15f6aa3e (diff)
downloadWorkMode-e6cc81e32a44dde2a73f045bd27e72bcb911fbdd.tar
WorkMode-e6cc81e32a44dde2a73f045bd27e72bcb911fbdd.tar.gz
WorkMode-e6cc81e32a44dde2a73f045bd27e72bcb911fbdd.tar.bz2
WorkMode-e6cc81e32a44dde2a73f045bd27e72bcb911fbdd.zip
feat(app): display update using notification instead of snack bar
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dbcec87..82dae90 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -22,8 +22,10 @@
<string name="check_update">Check update</string>
<string name="about">About</string>
<string name="feedback_subject">Work Mode feedback</string>
- <string name="update_available">%1$s is available</string>
- <string name="view">View</string>
+ <string name="notification_channel_update">Updates</string>
+ <string name="notification_title_update">%1$s is available for download</string>
+ <string name="notification_text_update_summary">Tap here to update to the latest version</string>
+ <string name="notification_text_update">Tap here to update to the latest version and get more features</string>
<!-- #Anti-Crack -->
<string name="sys_id" translatable="false">Y29tLmFuZHJvaWQudmVuZGluZw==</string>