De7vID / klingon-assistant

This is the parent project of {tlhIngan Hol boQwI'} ({boQwI'} for short), a set of tools for the Klingon language.
https://play.google.com/store/apps/details?id=org.tlhInganHol.android.klingonassistant
Apache License 2.0
23 stars 3 forks source link

Option to screensaver #481

Closed LievenLitaer closed 4 years ago

LievenLitaer commented 4 years ago

Several apps have the option to override the screensaver function, if it would be useless turning of the screen when reading a page or viewing a video. Reason for request: I have my screensaver set to a timeout of 1 minute or so. While working on a Klingon text it would be useful if the app just remained open, staying awake, even if it's unattended longer than my screensaver settings.

De7vID commented 4 years ago

You can do this with another app dedicated to keeping the screen awake. It's actually a bad idea to add system functionality unrelated to an app to the app, as it causes code bloat. It would mean that boQwI' would require systems permissions it wouldn't need otherwise, and be associated with increased battery and CPU usage.

Usually, doing something like adding systems permissions to an app will cause fewer people to download it and leave comments saying the app might be doing things it isn't doing. That alone is reason not to do this.

LievenLitaer commented 4 years ago

That alone is reason not to do this.

Alright, that makes sense. I was not aware of those consequences. Case closed for me.