{"id":27155626,"url":"https://github.com/hu2di/checkappid","last_synced_at":"2026-04-17T08:02:52.594Z","repository":{"id":242095639,"uuid":"90771887","full_name":"hu2di/CheckAppID","owner":"hu2di","description":"The android library checks for the application id that matches the application id on the server","archived":false,"fork":false,"pushed_at":"2020-06-04T11:57:48.000Z","size":1492,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T10:29:33.802Z","etag":null,"topics":["android","application-id","check","json","library","matchers","server"],"latest_commit_sha":null,"homepage":null,"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/hu2di.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":"2017-05-09T17:13:35.000Z","updated_at":"2020-06-04T11:57:51.000Z","dependencies_parsed_at":"2024-05-31T16:59:41.766Z","dependency_job_id":"4ee514e0-f2f7-4b9e-be0f-08c406e01660","html_url":"https://github.com/hu2di/CheckAppID","commit_stats":null,"previous_names":["hu2di/checkappid"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hu2di/CheckAppID","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FCheckAppID","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FCheckAppID/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FCheckAppID/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FCheckAppID/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hu2di","download_url":"https://codeload.github.com/hu2di/CheckAppID/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hu2di%2FCheckAppID/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["android","application-id","check","json","library","matchers","server"],"created_at":"2025-04-08T19:56:35.560Z","updated_at":"2026-04-17T08:02:52.518Z","avatar_url":"https://github.com/hu2di.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### CheckAppID\nThe android library checks for the application id that matches the application id on the server\n\n### Screenshot\n\u003cimg src=\"https://raw.githubusercontent.com/hu2di/CheckAppID/master/Screenshot/screenshot.png\"\u003e\n\n### SDK Support\nSupport from SDK version 14 onwards\n\n### JSON on Server\n```json\n{ \"data\":[\n\t{\"package\":\"com.blogspot.hu2di.test1\"},\n\t{\"package\":\"com.blogspot.hu2di.test2\"},\n\t{\"package\":\"com.blogspot.hu2di.test3\"}\n]}\n```\n\n### Download\nJitPack:\u003cbr\u003e\nStep 1. Add the JitPack repository to your build file\u003cbr\u003e\nAdd it in your root build.gradle at the end of repositories:\n```groovy\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\nStep 2. Add the dependency\n```groovy\ndependencies {\n    compile 'com.github.hu2di:CheckAppID:1.0.3'\n}\n```\n\n### Example\nAdd in your activity to check every application is opened\n```java\nnew CheckAppID(this,\n        \"https://yourServer/yourFile.json\", \n\t//Ex: https://raw.githubusercontent.com/hu2di/CheckAppID/master/Server/CheckAppIds.json\n        \"your-email@gmail.com\")\n        .execute();\n```\nAdd in your activity to check every day once\n```java\nnew CheckAppID(this,\n        \"https://yourServer/yourFile.json\", \n\t//Ex: https://raw.githubusercontent.com/hu2di/CheckAppID/master/Server/CheckAppIds.json\n        \"your-email@gmail.com\")\n        .executeDayByDay();\n```\n\n### About\n- Created by HuyHung Dinh\n- GitHub: https://github.com/hu2di\n- Email: hebitaxy@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhu2di%2Fcheckappid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhu2di%2Fcheckappid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhu2di%2Fcheckappid/lists"}