From f206f7e8b6dc3154b96d774d4c53d012d3ce8d2e Mon Sep 17 00:00:00 2001 From: cketti Date: Thu, 6 Oct 2022 12:16:34 +0200 Subject: [PATCH] Remove help text for keyboard shortcuts The text in Toasts seems to be limited to two lines on modern Android versions. The "feature" is also not very discoverable. I don't think anyone will miss this. --- .../src/main/java/com/fsck/k9/activity/MessageList.kt | 10 ---------- app/ui/legacy/src/main/res/values/strings.xml | 3 --- 2 files changed, 13 deletions(-) diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt b/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt index 53627c9b47..665ecf2f26 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +++ b/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt @@ -15,7 +15,6 @@ import android.view.MenuItem import android.view.View import android.view.animation.AnimationUtils import android.widget.ProgressBar -import android.widget.Toast import androidx.appcompat.app.ActionBar import androidx.appcompat.view.ActionMode import androidx.appcompat.widget.SearchView @@ -880,15 +879,6 @@ open class MessageList : } return true } - 'h' -> { - val toast = if (displayMode == DisplayMode.MESSAGE_LIST) { - Toast.makeText(this, R.string.message_list_help_key, Toast.LENGTH_LONG) - } else { - Toast.makeText(this, R.string.message_view_help_key, Toast.LENGTH_LONG) - } - toast.show() - return true - } } return false diff --git a/app/ui/legacy/src/main/res/values/strings.xml b/app/ui/legacy/src/main/res/values/strings.xml index b514bd6c0c..cf40aff93f 100644 --- a/app/ui/legacy/src/main/res/values/strings.xml +++ b/app/ui/legacy/src/main/res/values/strings.xml @@ -757,9 +757,6 @@ Please submit bug reports, contribute new features and ask questions at Accept Key Reject Key - Del (or D) - Delete\nR - Reply\nA - Reply All\nC - Compose\nF - Forward\nM - Move\nV - Archive\nY - Copy\nZ - Mark (Un)read\nG - Star\nO - Sort type\nI - Sort order\nQ - Return to Folders\nS - Select/deselect\nJ or P - Previous Message\nK or N - Next Message - Del (or D) - Delete\nC - Compose\nM - Move\nV - Archive\nY - Copy\nZ - Mark (Un)read\nG - Star\nO - Sort type\nI - Sort order\nQ - Return to Folders\nS - Select/deselect - Folder name contains Show folders…