{"id":36865484,"url":"https://github.com/hxreborn/qs-boundless-tiles","last_synced_at":"2026-03-08T22:13:20.291Z","repository":{"id":330177546,"uuid":"1120554257","full_name":"hxreborn/qs-boundless-tiles","owner":"hxreborn","description":"LSPosed module that keeps third-party Quick Settings tiles responsive on Android 13+.","archived":false,"fork":false,"pushed_at":"2026-01-27T23:18:05.000Z","size":357,"stargazers_count":11,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T13:15:12.542Z","etag":null,"topics":["android","lsposed","lsposed-module","root","systemui","xposed","xposed-module"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/hxreborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-21T13:18:49.000Z","updated_at":"2026-01-27T23:18:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hxreborn/qs-boundless-tiles","commit_stats":null,"previous_names":["hxreborn/qs-boundless-tiles"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hxreborn/qs-boundless-tiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxreborn%2Fqs-boundless-tiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxreborn%2Fqs-boundless-tiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxreborn%2Fqs-boundless-tiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxreborn%2Fqs-boundless-tiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hxreborn","download_url":"https://codeload.github.com/hxreborn/qs-boundless-tiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxreborn%2Fqs-boundless-tiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30275067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","lsposed","lsposed-module","root","systemui","xposed","xposed-module"],"created_at":"2026-01-12T14:53:27.032Z","updated_at":"2026-03-08T22:13:15.275Z","avatar_url":"https://github.com/hxreborn.png","language":"Kotlin","funding_links":[],"categories":["Gestures and Navigation"],"sub_categories":["Themes and Visual Mods"],"readme":"# QS Boundless Tiles\n\nLSPosed module that keeps third-party Quick Settings tiles responsive on Android 13+.\n\n![Android CI](https://github.com/hxreborn/qs-boundless-tiles/actions/workflows/android-ci.yml/badge.svg)\n![Kotlin](https://img.shields.io/badge/Kotlin-2.1.21-7F52FF?style=flat\u0026logo=kotlin\u0026logoColor=white)\n![Android](https://img.shields.io/badge/API-33%2B-3DDC84?logo=android\u0026logoColor=white)\n\n## Background\n\nSince Nougat (2016) Android has limited third party Quick Settings to [3 active tiles](https://android.googlesource.com/platform/frameworks/base/+/d5a204f16e7c71ffdbc6c8307a4134dcc1efd60d/packages/SystemUI/src/com/android/systemui/qs/external/TileServices.java#37). SystemUI manages tile bindings via a visibility-based priority queue, evicting services for non-visible tiles once the cap is reached. The Android 13 optimizer then freezes these evicted services which causes a ~3-5 second delay when they are eventually tapped.\n\n\u003cdetails\u003e\n\u003csummary\u003eExample: 10 third-party tiles installed\u003c/summary\u003e\n\n1. You pull down the QS panel\n2. SystemUI binds the 3 most visible tiles using its visibility-based priority queue\n3. The remaining 7 are evicted and frozen by CachedAppOptimizer\n4. You tap an inactive tile and wait 3-5 seconds for the unfreeze-and-rebind cycle to complete\n\u003c/details\u003e\n\n## How it works\n\nThis module uses the modern Xposed API to hook into `SystemUI` and raise the binding cap, allowing all your tiles to stay warm and responsive without the lag russian roulette.\n\n## Requirements\n\n- Android 13+ (API 33+)\n- LSPosed (API 100)\n- Scope: `com.android.systemui`\n\nTested on Pixel and LineageOS (Android 16). OEM ROMs (Samsung, Xiaomi, etc.) untested. Root required on Android 14+ for tile scanning and SystemUI restart.\n\n## System Overhead\n\n**Memory Footprint**: Each tile uses ~10-30 MB. Even with 20+ tiles active, the total RAM usage is virtually imperceptible on any 6GB+ device.\n\n**Battery \u0026 Wakeclocks**: No idle drain or unnecessary wakeups. Power consumption depends entirely on what your active tiles do.\n\n**Stability**: Higher binding limits increase active connections in SystemUI. Poorly coded tiles may cause issues on budget devices at extremely high limits.\n\nIf you encounter issues, please [file an issue on GitHub](https://github.com/hxreborn/qs-boundless-tiles/issues/new/choose).\n\n## Installation \u0026 Usage\n\n1. Download the APK:\n\n   \u003ca href=\"../../releases\"\u003e\u003cimg src=\".github/assets/badge_github.png\" height=\"60\" alt=\"Get it on GitHub\" /\u003e\u003c/a\u003e\n   \u003ca href=\"http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://app/%7B%22id%22%3A%22eu.hxreborn.qsboundlesstiles%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Fhxreborn%2Fqs-boundless-tiles%22%2C%22author%22%3A%22rafareborn%22%2C%22name%22%3A%22QS%20Boundless%20Tiles%22%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Afalse%7D%22%7D\"\u003e\u003cimg src=\".github/assets/badge_obtainium.png\" height=\"60\" alt=\"Get it on Obtainium\" /\u003e\u003c/a\u003e\n\n2. Install and enable the module in [LSPosed](https://github.com/JingMatrix/LSPosed)\n3. Scope to `com.android.systemui`\n4. Restart SystemUI or reboot the device\n5. Open the app and adjust the slider (grant root for auto-calculated optimal limit)\n\n## Build\n\n1. Install JDK 21, Android SDK\n\n2. Configure SDK path in `local.properties`\n\n   ```properties\n   sdk.dir=/path/to/android/sdk\n   ```\n\n3. Build APK\n\n   ```bash\n   ./gradlew assembleRelease\n   ```\n\n4. (Optional) Sign release builds via `signing.properties` or environment variables\n\n   ```properties\n   keystore.path=/path/to/your/keystore.jks\n   keystore.password=\u003ckeystore password\u003e\n   key.alias=\u003ckey alias\u003e\n   key.password=\u003ckey password\u003e\n   ```\n\n   Unsigned builds remain reproducible.\n\n## License\n\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\".github/assets/gplv3.svg\" height=\"90\" alt=\"GPLv3\"\u003e\u003c/a\u003e\n\nThis project is licensed under the GNU General Public License v3.0 – see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxreborn%2Fqs-boundless-tiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhxreborn%2Fqs-boundless-tiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxreborn%2Fqs-boundless-tiles/lists"}