{"id":13989553,"url":"https://github.com/emmaguy/clean-status-bar","last_synced_at":"2025-07-22T11:30:43.104Z","repository":{"id":20486617,"uuid":"23764742","full_name":"emmaguy/clean-status-bar","owner":"emmaguy","description":"Tidy up your Android status bar before taking screenshots for the Play Store","archived":false,"fork":false,"pushed_at":"2020-08-01T19:10:10.000Z","size":9082,"stargazers_count":886,"open_issues_count":18,"forks_count":82,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-11-29T08:39:16.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/emmaguy.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}},"created_at":"2014-09-07T16:37:20.000Z","updated_at":"2024-11-11T21:19:43.000Z","dependencies_parsed_at":"2022-08-07T09:16:07.702Z","dependency_job_id":null,"html_url":"https://github.com/emmaguy/clean-status-bar","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/emmaguy/clean-status-bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaguy%2Fclean-status-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaguy%2Fclean-status-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaguy%2Fclean-status-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaguy%2Fclean-status-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmaguy","download_url":"https://codeload.github.com/emmaguy/clean-status-bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmaguy%2Fclean-status-bar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483458,"owners_count":23936346,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-09T13:01:44.718Z","updated_at":"2025-07-22T11:30:42.649Z","avatar_url":"https://github.com/emmaguy.png","language":"Java","funding_links":[],"categories":["Java","etc","Libs"],"sub_categories":["\u003cA NAME=\"App\"\u003e\u003c/A\u003eApp"],"readme":"# DEPRECATED\n\nThis project no longer works on recent versions of Android. [Use Android's build-in Demo mode instead](https://developer.android.com/studio/debug/dev-options#general).\n\nFor the curious, [more information about the history of this project can be found in this blog post](http://emmav.me/posts/2015-oct-11-clean-status-bar/).\n\n---\n\n![banner](images/banner_before_after.png)\n\n# Clean Status Bar\nTired of Photoshopping out notifications/low battery to make a nice, clean status bar for the Play Store? Run this app first - it draws over your status bar, showing only a full battery and clock.\n\nIt runs as a service, so you can swap to other apps to take screenshots.\n\n\u003cimg src=\"images/before.png\" width=\"30%\" /\u003e\n\u003cimg src=\"images/after.png\" width=\"30%\" /\u003e\n\u003cimg src=\"images/m-light.png\" width=\"30%\" /\u003e\n\nApp available [here](https://play.google.com/store/apps/details?id=com.emmaguy.cleanstatusbar) or in [Releases](https://github.com/emmaguy/clean-status-bar/releases)\n\nUse the `ToggleReceiver` to enable/disable Clean Status Bar programmatically, e.g. to automate taking screenshots.\n\n```java\nfinal Bundle extras = new Bundle();\nextras.putBoolean(\"enabled\", true);\n\nfinal Intent intent = new Intent(\"com.emmaguy.cleanstatusbar.TOGGLE\");\nintent.putExtras(extras);\n\nsendBroadcast(intent);\n```\n\n\nLicense\n--------\n\n    Copyright 2014-2015 Emma Guy\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmaguy%2Fclean-status-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmaguy%2Fclean-status-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmaguy%2Fclean-status-bar/lists"}