{"id":13542001,"url":"https://github.com/xfumihiro/ViewInspector","last_synced_at":"2025-04-02T09:33:08.403Z","repository":{"id":57724130,"uuid":"44475834","full_name":"xfumihiro/ViewInspector","owner":"xfumihiro","description":"View Inspection Toolbar for Android Development","archived":false,"fork":false,"pushed_at":"2019-08-04T15:19:46.000Z","size":2765,"stargazers_count":2139,"open_issues_count":13,"forks_count":197,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-04-01T09:31:48.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xfumihiro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"xfumihiro","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-18T11:38:36.000Z","updated_at":"2025-03-31T23:20:43.000Z","dependencies_parsed_at":"2022-09-02T06:44:37.477Z","dependency_job_id":null,"html_url":"https://github.com/xfumihiro/ViewInspector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfumihiro%2FViewInspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfumihiro%2FViewInspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfumihiro%2FViewInspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xfumihiro%2FViewInspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xfumihiro","download_url":"https://codeload.github.com/xfumihiro/ViewInspector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246788982,"owners_count":20834206,"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":[],"created_at":"2024-08-01T10:00:59.955Z","updated_at":"2025-04-02T09:33:08.385Z","avatar_url":"https://github.com/xfumihiro.png","language":"Java","funding_links":["https://ko-fi.com/xfumihiro"],"categories":["Java","Libs","Debug","Gradle Plugin","Android Studio"],"sub_categories":["\u003cA NAME=\"Tools\"\u003e\u003c/A\u003eTools","Gradle Plugin"],"readme":"# View Inspector Plugin\n\n[ ![Download](https://api.bintray.com/packages/xfumihiro/maven/ViewInspector/images/download.svg) ](https://bintray.com/xfumihiro/maven/ViewInspector/_latestVersion)\n\nView inspection toolbar for android development.\n\n![](images/sample.gif)\n\n## Features\n\n* Boundary\n\n  * show outlines\n  * show margins\n  * show paddings\n\n* Layer\n\n  * [Scalpel](https://github.com/JakeWharton/scalpel) features\n\n* Event\n\n  * [Probe](https://github.com/lucasr/probe) features\n  * Profile View Tree\n\n* Logging\n\n  * show view life-cycle events in logcat\n    ![](images/log_view_event.png)\n\n* Absolute ZERO effects on non-debug builds\n\n## Usage\n\n```groovy\nbuildscript {\n  repositories {\n    jcenter() // or mavenCentral()\n  }\n\n  dependencies {\n    classpath 'com.github.xfumihiro.view-inspector:view-inspector-plugin:0.2.0'\n  }\n}\n\napply plugin: 'com.android.application'\napply plugin: 'view-inspector'\n```\n\nTo exclude packages:\n\n```\nviewInspector {\n  excludePackages = ['android.widget.Space', 'com.squareup.leakcanary.internal']\n}\n```\n\n[SNAPSHOTS][snap] of the development version. [[usage][snap_sample]]\n\n## Inspirations \u0026 Dependencies\n\n[Scalpel](https://github.com/JakeWharton/scalpel) by Jake Wharton\n\n[Probe](https://github.com/lucasr/probe) by Lucas Rocha\n\n[this article](https://sriramramani.wordpress.com/2015/05/06/custom-viewgroups/) by\nSriram Ramani\n\nToolbar fashion : [Telecine](https://github.com/JakeWharton/Telecine) by Jake Wharton\n\n## Developed by\n\nFumihiro Xue\n\n* [@xfumihiro](https://twitter.com/xfumihiro)\n* [+xfumihiro](https://plus.google.com/u/0/107636471060158273635)\n\n## License\n\n    Copyright 2015 Fumihiro Xue\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\n[snap]: https://oss.sonatype.org/content/repositories/snapshots/com/github/xfumihiro/view-inspector/view-inspector-plugin/\n[snap_sample]: https://github.com/xfumihiro/ViewInspector/blob/master/sample/build.gradle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfumihiro%2FViewInspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxfumihiro%2FViewInspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxfumihiro%2FViewInspector/lists"}