From 119b911ea7955f967c87e041ac2898412e689963 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Sat, 28 Oct 2023 21:05:06 +0630 Subject: [PATCH 1/3] Update strings.xml Added some formatting to make help more readable. --- app/src/main/res/values-en/strings.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index e639b9dd22..4812149b7e 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -128,11 +128,11 @@ Other labels: all other labels. The menu button at the top-right corner of each window provides easy access to manipulate and customize the window. - A long press opens a context menu in several views. - Long press on the Bible view to open the action mode for actions affecting the current verse. - Long press on a document item in list view of Choose Document or Download to delete document or view information. - Long press a bookmark in bookmarks listing to add labels or delete bookmark. - Long press links to choose if you want to open them in the current window, new window or special links window. + - A long press opens a context menu in several views.\n + - Long press on the Bible view to open the action mode for actions affecting the current verse.\n + - Long press on a document item in list view of Choose Document or Download to delete document or view information.\n + - Long press a bookmark in bookmarks listing to add labels or delete bookmark.\n + - Long press links to choose if you want to open them in the current window, new window or special links window.\n Search text can include special characters like *, ?, AND, OR, NOT (see \"Apache Lucene - Query Parser Syntax\" for more details) @@ -140,11 +140,11 @@ provides easy access to manipulate and customize the window. Workspaces allow having multiple working environments. Workspace functions can be accessed via the Workspaces item in the options menu (top-right corner). A quick way to access workspaces is by a swipe-down gesture from the Bible reference text in the toolbar. You may also use swipe-left and swipe-right gestures over the Bible reference text in the toolbar to switch to previous or next workspace. - Swipe down starting on the bible verse selector to show the workspace selector. - Long press the window button to quickly minimize. - Long press the Speak toolbar button to quickly go to speak settings. - Long press the verse location title in toolbar to jump to document selector. - Long press the Back button to access the History list. + - Swipe down starting on the bible verse selector to show the workspace selector.\n + - Long press the window button to quickly minimize.\n + - Long press the Speak toolbar button to quickly go to speak settings.\n + - Long press the verse location title in toolbar to jump to document selector.\n + - Long press the Back button to access the History list. Thank you for downloading %s. There are currently no Bibles installed. To continue, please install From 8dfadb02b611d70f05cde2e97aa00db2c4fedf84 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Sat, 28 Oct 2023 21:09:31 +0630 Subject: [PATCH 2/3] Added icons for one-tap actions This has a cross in the Bible icon. It is only small but maybe needs to be considered for the "hide religious symbols". I included "one_tap_plain" if that is needed. --- .../main/res/drawable/ic_one_tap_bible_24.xml | 22 +++++++++++++++++++ .../main/res/drawable/ic_one_tap_other_24.xml | 22 +++++++++++++++++++ .../main/res/drawable/ic_one_tap_plain_24.xml | 22 +++++++++++++++++++ app/src/main/res/xml/settings.xml | 4 ++-- 4 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/drawable/ic_one_tap_bible_24.xml create mode 100644 app/src/main/res/drawable/ic_one_tap_other_24.xml create mode 100644 app/src/main/res/drawable/ic_one_tap_plain_24.xml diff --git a/app/src/main/res/drawable/ic_one_tap_bible_24.xml b/app/src/main/res/drawable/ic_one_tap_bible_24.xml new file mode 100644 index 0000000000..2a6c9ba8f8 --- /dev/null +++ b/app/src/main/res/drawable/ic_one_tap_bible_24.xml @@ -0,0 +1,22 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_one_tap_other_24.xml b/app/src/main/res/drawable/ic_one_tap_other_24.xml new file mode 100644 index 0000000000..b5423c9e23 --- /dev/null +++ b/app/src/main/res/drawable/ic_one_tap_other_24.xml @@ -0,0 +1,22 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_one_tap_plain_24.xml b/app/src/main/res/drawable/ic_one_tap_plain_24.xml new file mode 100644 index 0000000000..c7edb27ec9 --- /dev/null +++ b/app/src/main/res/drawable/ic_one_tap_plain_24.xml @@ -0,0 +1,22 @@ + + + + + diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml index f2777d4ead..07cd3f82e2 100644 --- a/app/src/main/res/xml/settings.xml +++ b/app/src/main/res/xml/settings.xml @@ -133,7 +133,7 @@ Date: Sat, 28 Oct 2023 21:12:16 +0630 Subject: [PATCH 3/3] Revert "Added icons for one-tap actions" This reverts commit 8dfadb02b611d70f05cde2e97aa00db2c4fedf84. --- .../main/res/drawable/ic_one_tap_bible_24.xml | 22 ------------------- .../main/res/drawable/ic_one_tap_other_24.xml | 22 ------------------- .../main/res/drawable/ic_one_tap_plain_24.xml | 22 ------------------- app/src/main/res/xml/settings.xml | 4 ++-- 4 files changed, 2 insertions(+), 68 deletions(-) delete mode 100644 app/src/main/res/drawable/ic_one_tap_bible_24.xml delete mode 100644 app/src/main/res/drawable/ic_one_tap_other_24.xml delete mode 100644 app/src/main/res/drawable/ic_one_tap_plain_24.xml diff --git a/app/src/main/res/drawable/ic_one_tap_bible_24.xml b/app/src/main/res/drawable/ic_one_tap_bible_24.xml deleted file mode 100644 index 2a6c9ba8f8..0000000000 --- a/app/src/main/res/drawable/ic_one_tap_bible_24.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - diff --git a/app/src/main/res/drawable/ic_one_tap_other_24.xml b/app/src/main/res/drawable/ic_one_tap_other_24.xml deleted file mode 100644 index b5423c9e23..0000000000 --- a/app/src/main/res/drawable/ic_one_tap_other_24.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - diff --git a/app/src/main/res/drawable/ic_one_tap_plain_24.xml b/app/src/main/res/drawable/ic_one_tap_plain_24.xml deleted file mode 100644 index c7edb27ec9..0000000000 --- a/app/src/main/res/drawable/ic_one_tap_plain_24.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml index 07cd3f82e2..f2777d4ead 100644 --- a/app/src/main/res/xml/settings.xml +++ b/app/src/main/res/xml/settings.xml @@ -133,7 +133,7 @@