-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] add step-by-step adjustment on frontlight dialog and a way to switch back to system defaults #290
Comments
Nope, you can't. The good old frontlight widget is not available for a very good reason: it was a PITA to work with and didn't support per device overrides.
This is doable with the android dialog too. But needs to be done :) edit: I mean add a couple of +/- buttons to https://github.com/koreader/android-luajit-launcher/blob/master/app/src/org/koreader/launcher/MainActivity.kt#L261-L317 |
Thanks! This helps a lot! |
@dcruzbosco: I'm going to update the ticket. Patches welcome! |
Including, from koreader/koreader#11837
We can do the same for devices using the generic driver. Actually in that driver Expected behaviour: Checking the box should disable the widget slider. |
Issue
Since version 2020.09, accessing the Frontlight dialog opens native Android brightness popup.
I am interested in knowing how I can go back to the old in-app Frontlight dialog (widget) that allows step-by-step brightness adjustment.
Is there a setting or property to be added in settings.lua for example, that would allow me to switch back to the old brightness adjustment popup?
The text was updated successfully, but these errors were encountered: