{"id":21660781,"url":"https://github.com/schorschii/fsclock-android","last_synced_at":"2025-06-18T14:33:00.671Z","repository":{"id":40240648,"uuid":"411437567","full_name":"schorschii/FsClock-Android","owner":"schorschii","description":"Fullscreen Clock Screensaver for Android Smartphone, Tablet \u0026 TV","archived":false,"fork":false,"pushed_at":"2024-08-08T16:24:00.000Z","size":2111,"stargazers_count":108,"open_issues_count":10,"forks_count":43,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-11T22:42:58.824Z","etag":null,"topics":["analog","android","clock","daydream","digital","screensaver"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schorschii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["schorschii"],"liberapay":"schorschii","custom":["https://georg-sieber.de/?page=app-fsclock","https://play.google.com/store/apps/details?id=systems.sieber.fsclock","https://www.amazon.com/gp/product/B09BK3HQJ9"]}},"created_at":"2021-09-28T21:02:20.000Z","updated_at":"2025-04-03T07:32:20.000Z","dependencies_parsed_at":"2024-06-03T20:45:40.249Z","dependency_job_id":"7038a2b5-6f5c-4fdf-8ca1-355255ea1437","html_url":"https://github.com/schorschii/FsClock-Android","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/schorschii/FsClock-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schorschii%2FFsClock-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schorschii%2FFsClock-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schorschii%2FFsClock-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schorschii%2FFsClock-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schorschii","download_url":"https://codeload.github.com/schorschii/FsClock-Android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schorschii%2FFsClock-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260570217,"owners_count":23029646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analog","android","clock","daydream","digital","screensaver"],"created_at":"2024-11-25T09:38:43.436Z","updated_at":"2025-06-18T14:32:55.655Z","avatar_url":"https://github.com/schorschii.png","language":"Java","readme":"# Android Fullscreen Clock Screensaver\n[![Play Store](.github/playstore-badge.svg)](https://play.google.com/store/apps/details?id=systems.sieber.fsclock)\n[![Amazon Appstore](.github/amazon-appstore-badge.svg)](https://www.amazon.com/gp/product/B09BK3HQJ9)\n[![F-Droid](.github/fdroid-badge.svg)](https://f-droid.org/packages/systems.sieber.fsclock)\n[![APK Download](.github/apk-badge.svg)](https://github.com/schorschii/FsClock-Android/releases)\n\nSimple Fullscreen Clock Screensaver\n\n- analog and digital clock can be activated or deactivated individually\n- optional date and weekday view with custom format option\n- displays alarms and appointments from Android calendar or internal event database\n- adjustable background and clock color\n- can be set as Android system screensaver (\"DayDream\") on smartphones and tablets\n- compatible with Android TV devices\n- content can be moved slightly to prevent burn-in on OLED displays\n\n## Please Support the Development!\n**Do you like this app? Please consider supporting the development by purchasing the in-app purchase (which unlocks the advanced settings) in one of the App Stores or by getting a settings unlock code via [Github sponsorship](https://github.com/sponsors/schorschii).**\n\nOpen Source means free as \"free speech\" [but not as in \"free beer\"](https://en.wikipedia.org/wiki/Gratis_versus_libre). At first glance, it may not look like it, but even this \"tiny\" clock app takes a lot of time to maintain because of the quirks of different Android versions and devices in combination with auto text sizing and the DreamService implementation (FireTV!!!).\n\n## Screenshots\n![Screenshot](.github/screenshot.png)\n\n## Screensaver on Amazon FireOS / FireTV\nWorks only up to FireOS 7.x. On FireOS 8 and newer, it currently no longer seems to be possible to set a custom screensaver.\n\nAmazon FireOS (on FireTV devices) does currently not officially allow changing the system screensaver to another (3rd-party) app. While nobody understands this decision Amazon made, there is a workaround possible using the Android developer tools, which works up to FireOS 7. Without this workaround, the clock can still be started on FireTV devices like a normal app.\n\n1. Enable Debugging on your FireTV.  \n   All details (including how to install ADB on your computer) are described [here](https://developer.amazon.com/docs/fire-tv/connecting-adb-to-device.html).\n\n2. Execute the following command:\n   ```\n   # execute this command to set this app as screensaver\n   # please note: after that, the FireTV settings app still shows the Amazon screensaver, but the underlying Android system will now start the clock instead\n   adb shell settings put secure screensaver_components systems.sieber.fsclock/systems.sieber.fsclock.FullscreenDream\n\n   # if you want to restore the Amazon default screen saver, execute the following command\n   adb shell settings put secure screensaver_components com.amazon.ftv.screensaver/.app.services.ScreensaverService\n   ```\n","funding_links":["https://github.com/sponsors/schorschii","https://liberapay.com/schorschii","https://georg-sieber.de/?page=app-fsclock","https://play.google.com/store/apps/details?id=systems.sieber.fsclock","https://www.amazon.com/gp/product/B09BK3HQJ9","https://github.com/sponsors/schorschii)."],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschorschii%2Ffsclock-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschorschii%2Ffsclock-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschorschii%2Ffsclock-android/lists"}