Skip to content
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

[Feat]: Keep Screen On to enable longer/slower generations #182

Open
Duxon opened this issue Jan 24, 2025 · 0 comments
Open

[Feat]: Keep Screen On to enable longer/slower generations #182

Duxon opened this issue Jan 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Duxon
Copy link

Duxon commented Jan 24, 2025

Problem:
Often, the screen turns off during long-running generative processes, interrupting the generation and potentially losing valuable results. This is particularly frustrating when generating large text responses.

Solution:
Implement a feature that keeps the screen on while a generative process is active. This could be a toggle in the app's settings.

Use Case:

  • Long text generation: When writing long articles, essays, or creative writing, the screen turning off can disrupt the flow and lead to lost ideas.
  • Code generation: Writing complex code or running long-running scripts can benefit from a persistent screen to avoid interruptions and easily view output.
    Additional Considerations:
  • Battery: This feature may impact battery life. Consider providing an option to turn off the feature after a certain period of inactivity.
  • Wake lock: Use the Android WakeLock API to prevent the screen from turning off.
@Duxon Duxon added the enhancement New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant