From 0d93d7c9961aa36fc2d86857a4b345d36351cbe6 Mon Sep 17 00:00:00 2001 From: Andrew Rasch Date: Sun, 26 Sep 2021 20:10:12 -0400 Subject: Enable folding phone support for card view Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml. --- app/src/main/res/values/strings.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (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 294a075a..86ac03db 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -89,6 +89,7 @@ Delete Logs Share RPAN Link Share Post Link + Go to Wiki Error occurred when parsing the JSON response Error Retrieving the token @@ -408,6 +409,8 @@ The Number of Columns in Post Feed Portrait Landscape + Portrait (Unfolded) + Landscape (Unfolded) Swap Tap and Long Press in Comments Swipe Right to Go Back Does Not Apply to All Pages @@ -1043,6 +1046,7 @@ Go to Subreddit Go to User Name + Go To Top Random Random Subreddit Random NSFW Subreddit @@ -1192,7 +1196,4 @@ 12 hours 24 hours - Go To Top - Go to Wiki - -- cgit v1.2.3 From 8fdbf3761384120debcb0e5cd5404468c6d631ec Mon Sep 17 00:00:00 2001 From: Andrew Rasch Date: Sun, 26 Sep 2021 20:14:44 -0400 Subject: Added strings.xml entry for switchpref. --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (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 86ac03db..425f0d74 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -603,6 +603,7 @@ App Lock Require authentication before using the app App Lock Timeout + Enable folding phone support Cannot get the link -- cgit v1.2.3