From 1c54c5227b4b8640c979000a340631dbeb190111 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sat, 20 Mar 2021 15:11:05 -0500 Subject: Add disable setting for all softlock notifications Tested on erosq Added ability to disable all softlock notifications. Setting is "Disable All Lock Notifications" under Advanced Key Lock Settings. Tested to make sure it doesn't interfere with backlight exemptions, keylock exemptions, or first press enables backlight only. When enabled, this overrules the existing Disable Notify setting, which only disables the reminders when a button is pressed while the device is already locked. Also changed phrases in the Advanced Key Lock settings menu to make it more obvious what the options do. Changed LANG_ACTION_PLAY, LANG_ACTION_SEEK, and LANG_ACTION_SKIP from "[button]" to "Exempt [button]". These language changes will also affect the Backlight Exemptions list, but the wording should be appropriate there as well. Added LANG_SOFTLOCK_DISABLE_ALL_NOTIFY and LANG_ACTION_VOLUME, changed LANG_VOLUME to LANG_ACTION_VOLUME in display_menu.c for consistency. Change-Id: I914fe154ba5d508a842165aea7c7755e4e6b9c57 --- apps/lang/english.lang | 54 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 13 deletions(-) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 5b8391b859..52d943f75e 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12476,13 +12476,13 @@ desc: Selective Actions user: core - *: "Play" + *: "Exempt Play" - *: "Play" + *: "Exempt Play" - *: "Play" + *: "Exempt Play" @@ -12490,13 +12490,13 @@ desc: Selective Actions user: core - *: "Seek" + *: "Exempt Seek" - *: "Seek" + *: "Exempt Seek" - *: "Seek" + *: "Exempt Seek" @@ -12504,13 +12504,13 @@ desc: Selective Actions user: core - *: "Skip" + *: "Exempt Skip" - *: "Skip" + *: "Exempt Skip" - *: "Skip" + *: "Exempt Skip" @@ -12602,13 +12602,13 @@ desc: Softlock behaviour setting user: core - *: "Disable Notify" + *: "Disable Locked Reminders" - *: "Disable Notify" + *: "Disable Locked Reminders" - *: "Disable Notify" + *: "Disable Locked Reminders" @@ -15738,4 +15738,32 @@ *: "Clear List & Play Shuffled" - \ No newline at end of file + + + id: LANG_SOFTLOCK_DISABLE_ALL_NOTIFY + desc: disable all softlock notifications + user: core + + *: "Disable All Lock Notifications" + + + *: "Disable All Lock Notifications" + + + *: "Disable All Lock Notifications" + + + + id: LANG_ACTION_VOLUME + desc: exempt volume from softlock + user: core + + *: "Exempt Volume" + + + *: "Exempt Volume" + + + *: "Exempt Volume" + + -- cgit v1.2.3