{"id":47730135,"url":"https://github.com/dappros/ethora-sample-android","last_synced_at":"2026-05-01T12:01:38.740Z","repository":{"id":345910884,"uuid":"1187208226","full_name":"dappros/ethora-sample-android","owner":"dappros","description":"Sample Android chat app using Ethora SDK — clone, configure, run","archived":false,"fork":false,"pushed_at":"2026-04-22T16:03:21.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T17:36:12.760Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dappros.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}},"created_at":"2026-03-20T13:14:54.000Z","updated_at":"2026-04-22T16:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dappros/ethora-sample-android","commit_stats":null,"previous_names":["dappros/ethora-sample-android"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dappros/ethora-sample-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappros%2Fethora-sample-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappros%2Fethora-sample-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappros%2Fethora-sample-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappros%2Fethora-sample-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dappros","download_url":"https://codeload.github.com/dappros/ethora-sample-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dappros%2Fethora-sample-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32495949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":"2026-04-02T21:24:12.841Z","updated_at":"2026-05-01T12:01:38.468Z","avatar_url":"https://github.com/dappros.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethora Sample Android App\n\nA minimal Android chat app demonstrating the [Ethora SDK](https://github.com/dappros/ethora-sdk-android). Open in Android Studio, configure, and run.\n\n## Quick Start\n\n### Option A: Automatic setup (recommended)\n\n```bash\nnpx @ethora/setup\n```\n\nThe setup tool creates your Ethora account, provisions test users, and writes config directly into this project.\n\n### Option B: Manual setup\n\n1. Create an account at [ethora.com](https://ethora.com) and create an app\n2. Edit `app/build.gradle.kts` — replace the `CHANGE_ME` values with your credentials:\n\n```kotlin\nbuildConfigField(\"String\", \"ETHORA_APP_ID\", \"\\\"your-app-id\\\"\")\nbuildConfigField(\"String\", \"ETHORA_APP_TOKEN\", \"\\\"your-app-token\\\"\")\nbuildConfigField(\"String\", \"ETHORA_USER_JWT\", \"\\\"your-user-jwt\\\"\")\nbuildConfigField(\"String\", \"ETHORA_API_BASE_URL\", \"\\\"https://api.your-server.com\\\"\")\nbuildConfigField(\"String\", \"ETHORA_XMPP_SERVER_URL\", \"\\\"wss://xmpp.your-server.com/ws\\\"\")\nbuildConfigField(\"String\", \"ETHORA_XMPP_HOST\", \"\\\"xmpp.your-server.com\\\"\")\nbuildConfigField(\"String\", \"ETHORA_XMPP_CONFERENCE\", \"\\\"conference.xmpp.your-server.com\\\"\")\n```\n\n`ETHORA_APP_TOKEN` is required for **Email** auth mode (`/users/login-with-email`).\n`ETHORA_USER_JWT` is used by **JWT** auth mode (`/users/client`).\n\n3. Open in Android Studio and run on an emulator (API 26+)\n\n## Requirements\n\n- Android Studio Hedgehog (2023.1) or later\n- JDK 17\n- Android SDK 34\n- Emulator or device running API 26+\n\n## What's Inside\n\n- **`app/`** — Sample app with Material 3 Compose UI, bottom navigation (Home + Chat tabs), unread message badges\n- SDK imported via JitPack: `com.github.dappros:ethora-sdk-android:v1.0.19`\n- Java 8+ desugaring enabled (required by the SDK)\n\n## Links\n\n- [Ethora SDK documentation](https://github.com/dappros/ethora-sdk-android)\n- [Ethora monorepo](https://github.com/dappros/ethora) — all SDKs (Android, iOS, React, WordPress)\n- [Setup tool](https://github.com/dappros/ethora-setup) — CLI for account + credential management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappros%2Fethora-sample-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdappros%2Fethora-sample-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdappros%2Fethora-sample-android/lists"}