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
|
||
---|---|---|
.. | ||
lib | ||
filemanager.lua | ||
filemanagerbookinfo.lua | ||
filemanagercollection.lua | ||
filemanagerconverter.lua | ||
filemanagerfilesearcher.lua | ||
filemanagerhistory.lua | ||
filemanagermenu.lua | ||
filemanagersetdefaults.lua | ||
filemanagershortcuts.lua | ||
filemanagerutil.lua |