mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
788ccac561
* 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
|
||
---|---|---|
.. | ||
avoid_flashing_ui.lua | ||
common_exit_menu_table.lua | ||
common_info_menu_table.lua | ||
common_settings_menu_table.lua | ||
file_ext_assoc.lua | ||
filemanager_menu_order.lua | ||
flash_keyboard.lua | ||
flash_ui.lua | ||
font_settings.lua | ||
font_ui_fallbacks.lua | ||
font-test-sample-default.template | ||
mass_storage.lua | ||
menu_activate.lua | ||
menu_keyboard_layout.lua | ||
page_overlap.lua | ||
page_turns.lua | ||
reader_menu_order.lua | ||
refresh_menu_table.lua | ||
screen_color_menu_table.lua | ||
screen_disable_double_tap_table.lua | ||
screen_dpi_menu_table.lua | ||
screen_eink_opt_menu_table.lua | ||
screen_notification_menu_table.lua | ||
screen_rotation_menu_table.lua | ||
screensaver_menu.lua | ||
timeout_android.lua | ||
waveform_level.lua |