{"id":13568741,"url":"https://github.com/anyproto/anytype-kotlin","last_synced_at":"2026-04-02T13:02:34.492Z","repository":{"id":181988120,"uuid":"647371233","full_name":"anyproto/anytype-kotlin","owner":"anyproto","description":"Official Anytype client for Android","archived":false,"fork":false,"pushed_at":"2026-03-28T21:29:48.000Z","size":288740,"stargazers_count":866,"open_issues_count":81,"forks_count":83,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-03-29T00:41:51.845Z","etag":null,"topics":["anytype","e2ee","local-first","offline-first","p2p","privacy"],"latest_commit_sha":null,"homepage":"https://anytype.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anyproto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/SECURITY.md","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":"2023-05-30T16:25:49.000Z","updated_at":"2026-03-28T20:29:42.000Z","dependencies_parsed_at":"2026-03-29T00:02:13.525Z","dependency_job_id":null,"html_url":"https://github.com/anyproto/anytype-kotlin","commit_stats":null,"previous_names":["anyproto/anytype-kotlin"],"tags_count":306,"template":false,"template_full_name":null,"purl":"pkg:github/anyproto/anytype-kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyproto%2Fanytype-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyproto%2Fanytype-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyproto%2Fanytype-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyproto%2Fanytype-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyproto","download_url":"https://codeload.github.com/anyproto/anytype-kotlin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyproto%2Fanytype-kotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31306710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["anytype","e2ee","local-first","offline-first","p2p","privacy"],"created_at":"2024-08-01T14:00:31.220Z","updated_at":"2026-04-02T13:02:34.428Z","avatar_url":"https://github.com/anyproto.png","language":"Kotlin","funding_links":[],"categories":["Official Projects","Kotlin"],"sub_categories":["Clients"],"readme":"# Anytype\n\nOfficial Anytype client for Android.\n\n## Build project\n\n### Prerequisites\n\n- Clone this repository\n  \n- Create `github.properties` file in root project folder:\n\n    ```\n    gpr.usr=GITHUB_USER_ID\n    gpr.key=GITHUB_PERSONAL_ACCESS_TOKEN\n    ```\n\nYour Github ID (starting with '#' character) can be found [here](https://caius.github.io/github_id/). As to your personal Github access token, you can generate it in `Developer settings` in your profile settings on Github. \n\n- Create `apikeys.properties` file in root project folder:\n\n    ```\n    amplitude.debug=\"AMPLITUDE_DEBUG_KEY\"\n    amplitude.release=\"AMPLITUDE_RELEASE_KEY\"\n    sentry_dsn=\"SENTRY_DSN_KEY\"\n    ```\n\nThen build project.\n\n### IDE setup (optional) \n\nBased on your IDE setup, you might experience problems while accessing/importing auto-generated Kotlin classes from `protocol` module. These classes are currently declared in very large files, which IDE might not process as expected. If this is your case, go to your Android Studio _Help_ section, select _Edit Custom Properties_ option. There you should set `idea.max.intellisense.filesize` property as follows:\n\n```\nidea.max.intellisense.filesize=3500\n```\n\n## Useful links\n\n[Our tech change log](https://github.com/anyproto/anytype-kotlin/blob/main/CHANGELOG.md)\n\n[Anytype Android app dependencies](https://github.com/anyproto/anytype-kotlin/blob/main/gradle/libs.versions.toml)\n\n## Conventions\n\n### PR naming\n```\n{TASK-ID} {APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature, Design, Documentation} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE}\n```\n\nApp area can be `App`, `Editor`, `Sets`, `Relations`, `Auth`, `Settings`, `Analytics`, `Tech` (CI,\nDI, scripting, etc.), etc.\n\nExample: *Editor | Fix | Show meaningful message when failed to open file by an existing\napplication*\n\n### Git branch naming\n\n```\n{TASK_ID or TASK_NUMBER}-ConciseDescription\n```\n\n### Flags\n\n```\ncom.anytype.ci=true - for CI/CD pipeline\n```\n\n## Updating anytype-heart (basics)\n\nPrerequisite: `brew install jq`\n\n1. Run the following command in Terminal or Makefile:\n\n    ```\n    make update_mw\n    ```\n\n2. Make sure your proto files located in `protocol/main/proto/` compile.\n3. Make sure to update `middlewareVersion` version in `libs.versions.toml`.\n\n## Contribution\nThank you for your desire to develop Anytype together!\n\n❤️ This project and everyone involved in it is governed by the [Code of Conduct](docs/CODE_OF_CONDUCT.md).\n\n🧑‍💻 Check out our [contributing guide](docs/CONTRIBUTING.md) to learn about asking questions, creating issues, or submitting pull requests.\n\n🫢 For security findings, please email [security@anytype.io](mailto:security@anytype.io) and refer to our [security guide](docs/SECURITY.md) for more information.\n\n🤝 Follow us on [Github](https://github.com/anyproto) and join the [Contributors Community](https://github.com/orgs/anyproto/discussions).\n\n---\nMade by Any — a Swiss association 🇨🇭\n\nLicensed under [Any Source Available License 1.0](./LICENSE.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyproto%2Fanytype-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyproto%2Fanytype-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyproto%2Fanytype-kotlin/lists"}