{"id":18007286,"url":"https://github.com/shiraji/create-intent-inspection","last_synced_at":"2026-03-02T22:35:52.183Z","repository":{"id":36667605,"uuid":"40973972","full_name":"shiraji/create-intent-inspection","owner":"shiraji","description":"IntelliJ plugin Android createIntent Inspection","archived":false,"fork":false,"pushed_at":"2016-07-25T21:52:02.000Z","size":204,"stargazers_count":23,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T12:11:40.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/7915","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/shiraji.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-18T13:36:51.000Z","updated_at":"2024-10-18T14:34:55.000Z","dependencies_parsed_at":"2022-09-06T13:20:20.460Z","dependency_job_id":null,"html_url":"https://github.com/shiraji/create-intent-inspection","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shiraji/create-intent-inspection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiraji%2Fcreate-intent-inspection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiraji%2Fcreate-intent-inspection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiraji%2Fcreate-intent-inspection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiraji%2Fcreate-intent-inspection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiraji","download_url":"https://codeload.github.com/shiraji/create-intent-inspection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiraji%2Fcreate-intent-inspection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270068806,"owners_count":24521665,"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-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-10-30T01:12:54.780Z","updated_at":"2026-03-02T22:35:47.152Z","avatar_url":"https://github.com/shiraji.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Activity CreateIntent Inspection\n\n[![Join the chat at https://gitter.im/shiraji/create-intent-inspection](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shiraji/create-intent-inspection?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Activity%20CreateIntent%20Inspection-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2349)\n\nThis plugin add an inspection that check if Activity implements following method.\n\n```MainActivity.java\npublic static Intent createIntent(Context context) {\n    Intent intent = new Intent(context, ACTIVITY_NAME.class);\n    return intent;\n}\n```\n\n![screenshot](website/images/create_intent_inspection_screen_shot.gif)\n\n\n## Settings\n\nTo change settings, go to `Preferences \u003e Editor \u003e Inspections \u003e Android \u003e Activity should implement createIntent()`\n\n### Method name\n\nThe method name `createIntent` is configurable.\n\n## Installation\n\nUse the IDE's plugin manager to install the latest version of the plugin.\n\nor\n\n[Download](https://github.com/shiraji/create-intent-inspection/blob/master/create-intent-inspection.jar?raw=true) jar file and then go to Preferences \u003e Plugins \u003e Install plugin from disk... \u003e Select the jar file you downloaded\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Make sure you put gradle.jar to 'IntelliJ Plugin SDK'. `File \u003e Project Structure... \u003e SDKs \u003e IntelliJ Plugin SDK \u003e click + sign \u003e Pick gradle.jar file from under IntelliJ IDEA's plugin directory`\n4. Commit your changes: `git commit -am 'Add some feature'`\n5. Push to the branch: `git push origin my-new-feature`\n6. Submit a pull request\n\n## License\n\n```\nCopyright 2015 Yoshinori Isogai\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiraji%2Fcreate-intent-inspection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiraji%2Fcreate-intent-inspection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiraji%2Fcreate-intent-inspection/lists"}