{"id":18287691,"url":"https://github.com/koitharu/workinspector","last_synced_at":"2025-04-05T08:31:54.754Z","repository":{"id":237214148,"uuid":"794046399","full_name":"Koitharu/WorkInspector","owner":"Koitharu","description":"Library for inspecting Android WorkManager jobs","archived":false,"fork":false,"pushed_at":"2024-12-19T16:27:46.000Z","size":1494,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T01:04:26.454Z","etag":null,"topics":["android-library","android-workmanager","work-manager","workmanager"],"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/Koitharu.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}},"created_at":"2024-04-30T11:00:38.000Z","updated_at":"2025-02-17T17:45:37.000Z","dependencies_parsed_at":"2024-12-15T09:19:04.234Z","dependency_job_id":"69f15f99-37e0-4a86-9604-eed10beb2bc5","html_url":"https://github.com/Koitharu/WorkInspector","commit_stats":null,"previous_names":["koitharu/workinspector"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koitharu%2FWorkInspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koitharu%2FWorkInspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koitharu%2FWorkInspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koitharu%2FWorkInspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Koitharu","download_url":"https://codeload.github.com/Koitharu/WorkInspector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247311708,"owners_count":20918337,"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":["android-library","android-workmanager","work-manager","workmanager"],"created_at":"2024-11-05T13:28:42.699Z","updated_at":"2025-04-05T08:31:53.928Z","avatar_url":"https://github.com/Koitharu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkInspector\n\nLibrary to inspect the Android WorkManager jobs. Like an App inspector, but on a device. \n\n[![](https://jitpack.io/v/koitharu/workinspector.svg)](https://jitpack.io/#koitharu/workinspector) ![minSdk21](https://img.shields.io/badge/minSdk-21-red) ![Kotlin](https://img.shields.io/github/languages/top/koitharu/workinspector)\n\n### Screenshots\n\n| ![](https://github.com/Koitharu/WorkInspector/raw/master/metadata/images/0.png) | ![](https://github.com/Koitharu/WorkInspector/raw/master/metadata/images/1.png) | ![](https://github.com/Koitharu/WorkInspector/raw/master/metadata/images/2.png) |\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n\n## Usage\n\n1. Add it to your root build.gradle at the end of repositories:\n\n   ```groovy\n   allprojects {\n\t   repositories {\n\t\t   ...\n\t\t   maven { url 'https://jitpack.io' }\n\t   }\n   }\n   ```\n\n2. Add the dependency\n\n    ```groovy\n    dependencies {\n        debugImplementation(\"com.github.koitharu:workinspector:$version\")\n    }\n    ```\n\n   Versions are available on [JitPack](https://jitpack.io/#koitharu/workinspector)\n\n3. Usage\n\n   The WorkInspector will be available via the launcher icon.\n\n   Alternatively, you can disable the launcher icon and open it programmatically:\n\n   ```xml\n   \u003cbool name=\"wi_launcher_icon_enabled\" tools:node=\"replace\"\u003efalse\u003c/bool\u003e\n   ```\n\n   ```kotlin\n   // start activity\n   context.startActivity(WorkInspector.getIntent(context))\n\n   // or alternatively, for the debug-only implementation\n   if (BuildConfig.DEBUG) {\n     val intent = Intent()\n     intent.component = ComponentName(context, \"org.koitharu.workinspector.WorkInspectorActivity\")\n     context.startActivity(intent)\n   }\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoitharu%2Fworkinspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoitharu%2Fworkinspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoitharu%2Fworkinspector/lists"}