{"id":19459607,"url":"https://github.com/revoltchat/android","last_synced_at":"2025-10-12T05:12:09.408Z","repository":{"id":243145377,"uuid":"573921087","full_name":"revoltchat/android","owner":"revoltchat","description":"Revolt Android app and internal API library","archived":false,"fork":false,"pushed_at":"2025-10-05T16:25:57.000Z","size":19383,"stargazers_count":102,"open_issues_count":21,"forks_count":32,"subscribers_count":6,"default_branch":"dev","last_synced_at":"2025-10-05T17:38:18.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/revoltchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"insertish","custom":"https://wiki.revolt.chat/notes/project/financial-support/"}},"created_at":"2022-12-03T21:15:21.000Z","updated_at":"2025-10-04T13:58:20.000Z","dependencies_parsed_at":"2024-06-07T00:39:03.103Z","dependency_job_id":"79ab713f-ac29-46b6-bc4e-c097e63740b6","html_url":"https://github.com/revoltchat/android","commit_stats":null,"previous_names":["revoltchat/android"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/revoltchat/android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revoltchat%2Fandroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revoltchat%2Fandroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revoltchat%2Fandroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revoltchat%2Fandroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revoltchat","download_url":"https://codeload.github.com/revoltchat/android/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revoltchat%2Fandroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010342,"owners_count":26084738,"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-10-12T02:00:06.719Z","response_time":53,"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-11-10T17:33:23.422Z","updated_at":"2025-10-12T05:12:09.402Z","avatar_url":"https://github.com/revoltchat.png","language":"Kotlin","funding_links":["https://ko-fi.com/insertish","https://wiki.revolt.chat/notes/project/financial-support/"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eStoat for Android\u003c/h1\u003e\n    \u003cp\u003eOfficial \u003ca href=\"https://stoat.chat\"\u003eStoat\u003c/a\u003e Android app.\u003c/p\u003e\n    \u003cbr/\u003e\u003cbr/\u003e\n    \u003cdiv\u003e\n        \u003cimg src=\"https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png\" alt=\"Get it on Google Play\" width=\"200\"\u003e\n        \u003cbr/\u003e\n    \u003c/div\u003e\n    \u003csmall\u003eGoogle Play is a trademark of Google LLC.\u003c/small\u003e\n    \u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\n\u003c/div\u003e\n\n## Description\n\nThe codebase includes the app itself, as well as an internal library for interacting with the Stoat\nAPI. The app is written in Kotlin, and wholly\nuses [Jetpack Compose](https://developer.android.com/jetpack/compose).\n\n## Stack\n\n- [Kotlin](https://kotlinlang.org/)\n- [Jetpack Compose](https://developer.android.com/jetpack/compose)\n    - For some Material components, the View-based\n      [Material Components Android](https://github.com/material-components/material-components-android)\n      (MDC-Android) library is used.\n- [Ktor](https://ktor.io/)\n- [Dagger](https://dagger.dev/) with [Hilt](https://dagger.dev/hilt/)\n\n## Resources\n\n### Stoat for Android\n\n- [Roadmap](https://op.revolt.wtf/projects/revolt-for-android/work_packages)\n- [Stoat for Android Technical Documentation](https://revoltchat.github.io/android/)\n- [Android-specific Contribution Guide](https://revoltchat.github.io/android/contributing/guidelines/)\n  \u0026mdash;**read carefully before contributing!**\n\n### Stoat\n\n- [Stoat Project Board](https://github.com/revoltchat/revolt/discussions) (Submit feature requests\n  here)\n- [Stoat Development Server](https://app.revolt.chat/invite/API)\n- [Stoat Server](https://app.revolt.chat/invite/Testers)\n- [General Stoat Contribution Guide](https://developers.revolt.chat/contrib.html)\n\n## Quick Start\n\nOpen the project in Android Studio. You can then run the app on an emulator or a physical device by\nrunning the `app` module.\n\nIn-depth setup instructions can be found\nat [Setting up your Development Environment](https://revoltchat.github.io/android/contributing/setup/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevoltchat%2Fandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevoltchat%2Fandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevoltchat%2Fandroid/lists"}