Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.22 KB

Coffee

This Android app allows you to keep the display awake without having to change the device settings. It can be toggled at various places:

  • A tile in the quick settings, the place that holds the toggles for e.g. Wi-Fi and Bluetooth. Requires Android 7+.
  • A button in the app itself
  • A shortcut on your home screen. It can be created in the app, if your launcher supports it.

Get it on F-Droid

Translations

You can help translating this app by coping the file app/src/main/res/values/strings.xml to app/src/main/res/values-xx/strings.xml (xx stands for your language code), removing all entries marked with translatable="false" and translating the remaining entries. This file contains all strings used in the app.

The app store description can also be translated: Copy fastlane/metadata/android/en-US/full_description.txt and fastlane/metadata/android/en-US/short_description.txt to fastlane/metadata/android/xx-YY/full_description.txt (xx is the language code, YY is the country code) and translate the file.

Credits