Caffeinate
keep your phone's screen On while developing
新版本 2.2.0
* bump app version to 2.2.0
> - New Crowdin updates (#94)
> - New translations strings.xml (Arabic)
> - New translations strings.xml (Polish)
> - New translations strings.xml (Russian)
> - New translations strings.xml (Arabic, Egypt)
* New Crowdin updates (#94)
> - New translations strings.xml (Arabic)
> - New translations strings.xml (Polish)
> - New translations strings.xml (Russian)
> - New translations strings.xml (Arabic, Egypt)
* feat: Show application status in
> - New Crowdin updates (#94)
> - New translations strings.xml (Arabic)
> - New translations strings.xml (Polish)
> - New translations strings.xml (Russian)
> - New translations strings.xml (Arabic, Egypt)
* New Crowdin updates (#94)
> - New translations strings.xml (Arabic)
> - New translations strings.xml (Polish)
> - New translations strings.xml (Russian)
> - New translations strings.xml (Arabic, Egypt)
* feat: Show application status in
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:
Features
- a tile in the quick settings, the place that holds the toggles for e.g. Wi-Fi and Bluetooth. Requires Android 7 or higher.
- a button in the app itself
Features
- Uses android's WakeLock Class with either SCREEN_DIM_WAKE_LOCK or SCREEN_BRIGHT_WAKE_LOCK lock level based on user settings
- Timeout period is configurable
- Switch timeouts from the quick 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.
- Available timeouts are [30 seconds, 05 minutes, 10 minutes, 15 minutes, 30 minutes, 60 minutes, Ꝏ]
- An option to enable the screen to dim while the WakeLock is acquired
- An option to enable holding the WakeLock 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
- Multiple theming options [light, dark, system default and material you]
版本
雖然在下方可選擇下載 APK 檔案,但要留意這樣的安裝方式將不會收到更新通知,是一種較不安全的下載方法。建議您先安裝 F-Droid 用戶端使用。
下載 F-Droid-
此版本需要 Android 7.0 或更高的版本。
此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 7.0 或更高的版本。
此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。
-
此版本需要 Android 7.0 或更高的版本。
此套件包由原開發者構建和簽署,並保證與此原始碼 Tarball 保持一致。
新版本 2.1.0
* 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)
**Full Changelog**: https://github.com/abdalmoniem/Caffeinate/compare/v2.0.3...v2.1.0
>
* 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)
**Full Changelog**: https://github.com/abdalmoniem/Caffeinate/compare/v2.0.3...v2.1.0
新版本 1.8.0
* fix service termination on some chinese OEM devices
> - some chinese OEM devices have aggressive battery optimizations which
> - would kill the service when the overlay option is enabled and the
> - application is swiped away from the recent apps list or after some time
> - has passed, the fix is a litte bit crude for now. the app saves the last
> - remaining timeout to the device's storage every one second and then when
> - the service is killed, it retreives the last saved
> - some chinese OEM devices have aggressive battery optimizations which
> - would kill the service when the overlay option is enabled and the
> - application is swiped away from the recent apps list or after some time
> - has passed, the fix is a litte bit crude for now. the app saves the last
> - remaining timeout to the device's storage every one second and then when
> - the service is killed, it retreives the last saved






















