You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/elements
NiLuJe 788ccac561
Input/Device: Refactor Gyro events handling (#9935)
* Get rid of the `canToggleGSensor` Device cap, it's now mandatory for `hasGSensor` devices. (This means Kindles can now toggle the gyro, fix #9136).
* This also means that `Device:toggleGSensor` is now implemented by `Generic`.
* Update the Screen & Gyro rotation constants to be clearer (c.f., https://github.com/koreader/koreader-base/pull/1568) (/!\ This might conceivably break some `rotation_map` user-patches).
* Input: Move the platform-specific gyro handling to Device implementations, and let Input only handle a single, custom protocol (`EV_MSC:MSC_GYRO`).
* Input: Refine the `rotation_map` disable method implemented in 43b021d37c. Instead of directly poking at the internal field, use a new method, `disableRotationMap` (/!\ Again, this might break some `rotation_map` user-patches).
* Input: Minor tweaks to event adjust hooks to make them more modular, allowing the Kobo implementation to build and use a single composite hook. API compatibility maintained with wrappers.
1 year ago
..
avoid_flashing_ui.lua UI Behavior tweaks (#3983) 6 years ago
common_exit_menu_table.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
common_info_menu_table.lua Misc: Get rid of the legacy defaults.lua globals (#9546) 2 years ago
common_settings_menu_table.lua TouchMenu: Search menu to search the menu (#9876) 1 year ago
file_ext_assoc.lua Pocketbook misc fixes (#6633) 4 years ago
filemanager_menu_order.lua TouchMenu: Search menu to search the menu (#9876) 1 year ago
flash_keyboard.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
flash_ui.lua Allow for disabling flashing of menu, icons and buttons (#3339) 7 years ago
font-test-sample-default.template Pocketbook misc fixes (#6633) 4 years ago
font_settings.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
font_ui_fallbacks.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
mass_storage.lua USBMS: Add a human-readable log message when entering USBMS 2 years ago
menu_activate.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
menu_keyboard_layout.lua Keyboards/Menu: Lazy-load the layout-specific menu (#9584) 2 years ago
page_overlap.lua TouchMenu: use radio buttons for single choice menu items (#8757) 2 years ago
page_turns.lua Page turns: add backward tap zone width setting (#9772) 2 years ago
reader_menu_order.lua TouchMenu: Search menu to search the menu (#9876) 1 year ago
refresh_menu_table.lua Refresh menu table: more remove unused 3 years ago
screen_color_menu_table.lua Warn if color rendering is enabled on a grayscale device. (#5871) 4 years ago
screen_disable_double_tap_table.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
screen_dpi_menu_table.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago
screen_eink_opt_menu_table.lua Pocketbook: waveform presets (#6794) 4 years ago
screen_notification_menu_table.lua Notifications menu: remove "No notifications" (#7736) 3 years ago
screen_rotation_menu_table.lua Input/Device: Refactor Gyro events handling (#9935) 1 year ago
screensaver_menu.lua Screensaver: add option to require a gesture after resume (#9316) 2 years ago
timeout_android.lua Optimization: Use constant folding for divisions not a power of two (#9609) 2 years ago
waveform_level.lua Restart KOReader: add a ConfirmBox instead of a plain InfoMessage (#9853) 1 year ago