Conversation
the touch_probe_ev_epoch_time quirk. Fix koreader#630 (!)
This is a complete inversion (i.e., it affects Landscape in a potentially highly stupid manner), unlike in Nickel.
Which also allows us to make it take effect right away when toggled from the menu
(init'ing a "trilogy" should set it to true, then nil right before the touch probe, because it's manually applying it).
accelerometer rotation events)
And honor the setting at startup. Fix koreader#4451
Let's see if that helps...
And watch the swap_xy test being the failing one, now, right?
Frenzie
left a comment
There was a problem hiding this comment.
basically lgtm, a couple of minor comments
| hasClipboard = no, | ||
| hasColorScreen = no, | ||
| hasBGRFrameBuffer = no, | ||
| canToggleGSensor = no, |
There was a problem hiding this comment.
The Oasis has one, but it's trickier to toggle, so I went with something different/more accurate ;)
| end, | ||
| }, | ||
| require("ui/elements/flash_ui"), | ||
| require("ui/elements/flash_keyboard"), |
There was a problem hiding this comment.
I think these are not that eInk specific. But OK if you need to make room, as it's most probably only on eInk that one will want to disable them (even if I disabled them on my Android phone).
There was a problem hiding this comment.
Yeah, I mainly wanted it to be near the "avoid mandatory black flashes" one, even if they're not technically eInk-specific ;).
There was a problem hiding this comment.
The fact that the eInk submenu is never hidden anywhere cinched the deal ;).
User-facing: hide instead of grey-out unsupported menu entries ;).
Move it to a per-platform overload.
concerned. The Forma has software auto-repeat enabled, and that applies to the SleepCover "key", too. Should help re koreader#4457
Because for some reason, I've seomtimes seen sdio_wifi_pwr being loaded, but not the actual WiFi driver...
|
I have no idea why Travis gets triggered all of a sudden? |
* Fix the Touch input probe on Trilogy devices that depend on the touch_probe_ev_epoch_time quirk (fix koreader#630) * Expose a "Pageturn button inversion" feature in the Navigation menu (for all devices with keys) (fix koreader#4446) * Allow ignoring the accelerometer on the Forma (Screen > Ignore accelerometer rotation events; also available from the Gesture Manager) (fix koreader#4451) * Fix SleepCover handling on the Forma (fix koreader#4457) * Make isWifiOn a tiny bit more accurate (check the actual WiFi module instead of sdio_wifi_pwr) * Move all flash related Screen options to the eInk submenu
Uh oh!
There was an error while loading. Please reload this page.