Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/100010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Neu: Fehlende Berechtigungen für die Bildschirm-aus-Funktion werden beim App-Start abgefragt, mit Wiederherstellungs-Dialog beim Verwerfen.
* Behoben: Shizuku-Startup-Race, das Shizuku kurz als „nicht laufend“ melden konnte.
* Politur: Material-3-Stil für Dialoge, klarere Titel beim Geräteadministrator-Dialog.
* Intern: Upgrade auf AGP 9, Kotlin 2.3, Compose BOM 2026.03.01.
26 changes: 26 additions & 0 deletions fastlane/metadata/android/de-DE/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Ein minimaler, datenschutzfreundlicher Sleep-Timer für Android. Startet einen Countdown, stoppt am Ende die Medienwiedergabe, blendet das Audio sanft aus und sperrt optional den Bildschirm – damit du einschlafen kannst, ohne dass das Handy nachts den Akku leersaugt oder um 3 Uhr Podcasts schmettert.

Keine Konten, keine Werbung, keine Tracker, kein Netzwerkzugriff.

Funktionen:

* Einfacher Countdown mit +/- Tasten und Abbrechen direkt aus der Benachrichtigung (Schrittweite konfigurierbar, Standard 5 Minuten)
* Zeigt die exakte Uhrzeit, zu der der Timer endet
* Stoppt am Ende app-übergreifend die Audio- und Videowiedergabe
* Konfigurierbare Fade-out-Dauer vor dem Stopp
* Optionale Bildschirmsperre am Timer-Ende – wahlweise per Geräteadministrator (Standard-Android-Sperre, PIN/Passwort zum Entsperren) oder per Shizuku Soft-Lock (simuliert den Power-Button, Biometrie funktioniert weiter)
* Optionales WLAN- und Bluetooth-Aus am Ende (beides via Shizuku, da moderne Android-Versionen das direkte Umschalten unterbinden)
* Sechs eingebaute Themes (Midnight, Ocean, Ember, Light, Basic, AMOLED) mit optionalem Sternenfeld hinter der Wählscheibe
* Haptisches Feedback für Timer-Bedienung (abschaltbar)
* Ein Foreground-Service hält den Timer auch im Hintergrund zuverlässig am Laufen

Datenschutz:

* Keine Analytik, kein Crash-Reporting, keine Telemetrie
* Keine Drittanbieter-SDKs (kein Firebase, keine Google Play Services, keine Werbung)
* Alle Einstellungen liegen lokal auf dem Gerät
* Keine Daten verlassen dein Gerät

Die App fordert die INTERNET-Berechtigung nicht an. Sie kann sich mit keinem Netzwerk verbinden.

Open Source unter GPL-3.0-or-later: https://github.com/Xitee1/sleep-timer
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Audio ausblenden und Bildschirm sperren am Ende eines Sleep-Timers.
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SleepTimer
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* New: missing permissions for the screen-off feature are now prompted on app startup, with a recovery dialog if the prompt is dismissed.
* Fixed: Shizuku startup race that could briefly report Shizuku as not running.
* Polish: Material 3 dialog styling, clearer device-admin prompt titles.
* Internal: upgraded to AGP 9, Kotlin 2.3, Compose BOM 2026.03.01.
26 changes: 26 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
A minimal, privacy-respecting sleep timer for Android. Starts a countdown that stops media playback, fades audio out, and optionally locks the screen when it ends — so you can fall asleep without your phone draining the battery or blaring podcasts at 3 AM.

No accounts, no ads, no trackers, no network access.

Features:

* Simple countdown timer with +/- step buttons and cancel directly from the notification (step is configurable, defaults to 5 minutes)
* Shows the exact wall-clock time at which the timer will end
* Stops audio and video playback across apps at the end of the timer
* Configurable fade-out duration before playback stops
* Optional screen lock when the timer ends — choose between Device Admin (standard Android lock, credential required to unlock) or Shizuku soft lock (simulates the power button, biometric unlock keeps working)
* Optional Wi-Fi and Bluetooth off when the timer ends (both via Shizuku, since modern Android blocks apps from toggling these directly)
* Six built-in themes (Midnight, Ocean, Ember, Light, Basic, AMOLED) with an optional drifting starfield behind the dial
* Haptic feedback for timer controls (can be disabled)
* Foreground service keeps the timer reliable even when the app is in the background

Privacy:

* No analytics, crash reporting, or telemetry
* No third-party SDKs (no Firebase, no Google Play Services, no ads)
* All settings are stored locally on your device
* No data leaves your device

The app does not request the INTERNET permission. It cannot connect to any network.

Open source under GPL-3.0-or-later: https://github.com/Xitee1/sleep-timer
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Audio fade-out and screen lock at the end of a countdown. No ads, no internet.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SleepTimer
Loading