AppID: | com.hifnawy.caffeinate |
Author: | AbdAlMoniem AlHifnawy |
License: | GPL-3.0-only |
InRepoSince: | 2024-06-12 |
LastRepoUpdate: | 2024-12-29 |
LastAppUpdate: | Unknown |
LastVersion: | 2.1.0 |
Categories: | System |
APK source: | Github |
Google Play: | Check if it's there |
Caffeinate is an App that helps android developers to keep their phone's display awake without having to change the device settings. It can be toggled at various places:
tile
in the quick settings, the place that holds the toggles for e.g. Wi-Fi and Bluetooth. Requires Android 7 or higher.button
in the app itselfFeatures
WakeLock
Class with either SCREEN_DIM_WAKE_LOCK
or SCREEN_BRIGHT_WAKE_LOCK
lock level based on user settingsquick settings tile
or the button
in the app. clicking them, selects the next timeout and after 1 second
the timeout will start, if the quick settings tile
or the button
are clicked after starting, the timeout will stop.[30 seconds, 05 minutes, 10 minutes, 15 minutes, 30 minutes, 60 minutes, Ꝏ]
WakeLock
is acquiredWakeLock
if the screen is locked, so that the screen will keep on after unlocking, default behaviour is that the WakeLock
is released when the screen is locked[light, dark, system default and material you]
WhatsNew:
* fixed TimeoutsSelectionFragment crashing when changing languages
>
* added Play Store badge to README
>
* Update issue templates
>
* sharedPrefs timeout checkboxes are initialized using a delegate now
>
* fix timeout selections saving not working
>
* New Crowdin updates (#77)
> - New translations strings.xml (Arabic)
> - New translations strings.xml (Arabic, Egypt)
* fix R8 engine optimization causing bugs and crashes
>
**Full Changelog**: https://github.com/abdalmonie