aziraphale / QuasselDroid

Quasselclient for Android
https://www.andrewgillard.com/qd/
GNU General Public License v3.0
2 stars 0 forks source link

Option to keep screen at full brightness when device has external power (e.g. sat in a dock) #17

Closed aziraphale closed 12 years ago

aziraphale commented 12 years ago

Given the options available to apps in the Android PowerManager class, I'm considering the following two menu items in Preferences:

aziraphale commented 12 years ago

Well this is half-implemented in a semi-working, quite broken way in the "keep-screen-on" branch. I'm going to create a simpler implementation (with just a "keep screen on while on external power" toggle) and commit that into a "keep-screen-on-basic" branch, so that I can work on more important features/bugs.

aziraphale commented 12 years ago

Implemented this in a simple way as described above.