From 9bad5024ff2fe13d9fe366ed40a2ea8662620c18 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 21 Aug 2019 16:21:17 +0800 Subject: Fixed getting same notifications for different accounts (for real this time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. --- app/src/main/res/values/arrays.xml | 33 +++++++++++++++++++++++++++++++++ app/src/main/res/values/strings.xml | 13 ++++++++++++- app/src/main/res/values/styles.xml | 4 ++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/values/arrays.xml (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml new file mode 100644 index 00000000..99955ed6 --- /dev/null +++ b/app/src/main/res/values/arrays.xml @@ -0,0 +1,33 @@ + + + 1 hour + 2 hours + 3 hours + 4 hours + 6 hours + 12 hours + 1 day + + + + 1 + 2 + 3 + 4 + 6 + 12 + 24 + + + + Light Theme + Dark Theme + Device Default + + + + 0 + 1 + 2 + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5a245f76..dba73658 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -13,7 +13,8 @@ Subreddits Edit Post Edit Comment - Inbox + Inbox + Settings Open navigation drawer Close navigation drawer @@ -239,4 +240,14 @@ Post Account Switched. So all other pages are gone. + + Account + Notification + Enable Notifications + Check Notifications Interval + Theme + Light Theme + Dark Theme + Device default + Enable NSFW diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 0b20ce0e..2b97cc0d 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -60,4 +60,8 @@ @color/primaryTextColor + + -- cgit v1.2.3