{"id":29003586,"url":"https://github.com/adamdawi/status-higher-or-lower","last_synced_at":"2026-05-15T20:31:01.122Z","repository":{"id":294074014,"uuid":"985896116","full_name":"AdamDawi/Status-Higher-or-Lower","owner":"AdamDawi","description":"A simple Android app built with Jetpack Compose and WorkManager that monitors the status of a server. It notifies the user if the server is down. Uses Koin for DI and Ktor for networking.","archived":false,"fork":false,"pushed_at":"2025-05-25T19:40:54.000Z","size":258,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T16:58:26.773Z","etag":null,"topics":["android","background-tasks","clean-architecture","jetpack-compose","koin","kotlin","ktor","monitoring","notifications","server-status","server-status-checker","workmanager"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamDawi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-18T18:38:15.000Z","updated_at":"2025-05-25T19:40:57.000Z","dependencies_parsed_at":"2025-07-21T16:34:20.047Z","dependency_job_id":"dbcf4907-abeb-4da7-b0f2-dddf444e5749","html_url":"https://github.com/AdamDawi/Status-Higher-or-Lower","commit_stats":null,"previous_names":["adamdawi/status-higher-or-lower"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdamDawi/Status-Higher-or-Lower","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamDawi%2FStatus-Higher-or-Lower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamDawi%2FStatus-Higher-or-Lower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamDawi%2FStatus-Higher-or-Lower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamDawi%2FStatus-Higher-or-Lower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamDawi","download_url":"https://codeload.github.com/AdamDawi/Status-Higher-or-Lower/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamDawi%2FStatus-Higher-or-Lower/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","background-tasks","clean-architecture","jetpack-compose","koin","kotlin","ktor","monitoring","notifications","server-status","server-status-checker","workmanager"],"created_at":"2025-06-25T10:07:16.357Z","updated_at":"2026-05-15T20:31:01.111Z","avatar_url":"https://github.com/AdamDawi.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/user-attachments/assets/b470d2ae-4dd1-4e4a-9b72-4f362bb2b9e8\" width=\"60\" height=\"60\" align=\"center\" /\u003e Server Status - Higher Or Lower\nA simple Android app that monitors the status of a server. Every 15 minutes, a background worker sends a request to a specified server link. If no response is received or server responds incorrectly, the app notifies the user that the server is down.\n\n## ⭐️Features\n- ⏱️ Periodic server checks every 15 minutes using WorkManager\n- 🔔 Push notifications if the server is down\n- 🟢 Clean UI showing the current status (UP / DOWN / UNREACHABLE)\n- 🌙 Works in the background even when the app is closed\n\n## ⚙️Technologies\n- **Kotlin \u0026 Jetpack Compose** - Modern UI toolkit for declarative UI design.\n- **Ktor** - Network client for fetching movie data from TMDB API.\n- **Koin** - Dependency injection\n- **WorkManager** – Handles background tasks reliably, even if the app is closed or the device restarts. Used to check server status every 15 minutes.\n\n## Here are some overview pictures:\n![Image](https://github.com/user-attachments/assets/1fa3f082-28ff-4e2e-aa55-2670edb61fab)\n![1](https://github.com/user-attachments/assets/7d17e298-73ab-4321-8b01-0d2c4d874455)\n![Image](https://github.com/user-attachments/assets/6ca6d2c3-3e7c-4254-b2cf-3a788a348c90)\n\n## Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/AdamDawi/Status-Higher-or-Lower\n```\n2. Open the project in Android Studio.\n3. Be sure the versions in gradle are same as on github\n4. Add the server URL to your local local.properties file as follows:\n```properties\nSERVER_URL=\"https://test.com\"\n```\n\n## Requirements\nMinimum version: Android 7.0 (API level 24) or later📱\n\nTarget version: Android 15 (API level 35) or later📱\n\n## Author\n\nAdam Dawidziuk🧑‍💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamdawi%2Fstatus-higher-or-lower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamdawi%2Fstatus-higher-or-lower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamdawi%2Fstatus-higher-or-lower/lists"}