Readerhighlight: manage actions (#8199)

Discussion in #6409.

Highlight action renamed to Long-press on text and moved from Gear - Document to Gear - Taps and gestures.

Added action Do nothing.
Removed menu item Typeset - Highlighting - Allow highlighting.

Fixed untranslated strings in the Cycle highlight action notification.

Long-press on images always opens ImageViewer. Closes #6409.
This commit is contained in:
hius07
2021-09-11 12:04:48 +03:00
committed by GitHub
parent 9e55e4da3d
commit f6020a7260
4 changed files with 72 additions and 148 deletions

View File

@@ -53,7 +53,8 @@ local order = {
"speed_reading_module_perception_expander",
"----------------------------",
"highlight_options",
"panel_zoom_options"
"panel_zoom_options",
"djvu_render_mode",
},
setting = {
-- common settings
@@ -71,7 +72,6 @@ local order = {
"language",
"device",
"----------------------------",
"djvu_render_mode",
"status_bar",
},
device = {
@@ -98,8 +98,6 @@ local order = {
"android_haptic_feedback",
"android_back_button",
"----------------------------",
"invert_page_turn_gestures",
"invert_page_turn_buttons",
"opening_page_location_stack",
},
network = {
@@ -133,13 +131,15 @@ local order = {
"gesture_manager",
"gesture_intervals",
"----------------------------",
"ignore_hold_corners",
"screen_disable_double_tab",
"----------------------------",
"follow_links",
"----------------------------",
"menu_activate",
"page_turns",
"scrolling",
"ignore_hold_corners",
"screen_disable_double_tab",
"long_press",
},
tools = {
"read_timer",