From 7f2bc01180c284154fb69976122016c4638e9973 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 7 Aug 2019 10:54:47 +0800 Subject: Preparing to support multi user. Use the database to store accounts' info. LoginActivity is successfully refactored. Any other features are unavailable for now. --- app/src/main/res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 93de5843..2801d12b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -25,6 +25,12 @@ Send Sort + Error occurred when parsing the JSON response + Error Retrieving the token + Something went wrong. Try again later. + Access denied + Error occurred when parsing the user info + Error loading image. Tap to retry. Error loading posts.\nTap to retry. Error searching subreddits.\nTap to retry. -- cgit v1.2.3