{"id":23752465,"url":"https://github.com/livelace/mattermost-mobile-android-build","last_synced_at":"2025-10-13T03:38:01.029Z","repository":{"id":140868632,"uuid":"257066231","full_name":"livelace/mattermost-mobile-android-build","owner":"livelace","description":"A quick way to build mattermost mobile client for Android devices.","archived":false,"fork":false,"pushed_at":"2025-04-06T14:30:58.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T10:40:38.861Z","etag":null,"topics":["android-sdk","android-tools","docker","fastlane","gradle","nodejs","react-native"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/livelace.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}},"created_at":"2020-04-19T17:53:56.000Z","updated_at":"2025-04-06T14:31:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bce0939b-0216-406b-9d6e-1083187ff906","html_url":"https://github.com/livelace/mattermost-mobile-android-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/livelace/mattermost-mobile-android-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livelace%2Fmattermost-mobile-android-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livelace%2Fmattermost-mobile-android-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livelace%2Fmattermost-mobile-android-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livelace%2Fmattermost-mobile-android-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livelace","download_url":"https://codeload.github.com/livelace/mattermost-mobile-android-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livelace%2Fmattermost-mobile-android-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013517,"owners_count":26085368,"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-13T02:00:06.723Z","response_time":61,"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-sdk","android-tools","docker","fastlane","gradle","nodejs","react-native"],"created_at":"2024-12-31T17:52:15.544Z","updated_at":"2025-10-13T03:38:00.996Z","avatar_url":"https://github.com/livelace.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### WARNING: Compatible 2.26.x\n\n## Description:\n\nThis project is a Docker image for building [Android version](https://play.google.com/store/apps/details?id=com.mattermost.rn) of [Mattermost Mobile Client](https://github.com/mattermost/mattermost-mobile). The primary audience - persons who want to use their own [Mobile Push Notifications](https://developers.mattermost.com/contribute/mobile/push-notifications/) service (you will use Google servers anyway).\n\n## Usage:\n\n**Prepare working directories:**\n\n```bash\nmkdir conf data\nchmod 777 conf data\n```\n\n**Get help information:**\n\n```bash\ndocker run -ti --rm \\\n    -v $(pwd)/conf:/conf \\\n    -v $(pwd)/data:/data \\\n    livelace/mattermost-mobile-android-build help\n```\n\n**Generate key and keystore (for APK signing):**\n\n```bash\nkeytool -genkey -v -keystore conf/android-apk-signing.keystore \\\n  -alias \u003cKEY_ALIAS\u003e -keyalg RSA -keysize 2048 -validity 10000 \n```\n\n**Place FCM ([Firebase Cloud Messaging](https://en.wikipedia.org/wiki/Firebase_Cloud_Messaging)) configuration ([how to get one](https://developers.mattermost.com/contribute/mobile/push-notifications/android/)):**\n\n```bash\ncp google-services.json conf/google-services.json\n```\n\n**Initialize configuration:**\n\n```bash\ndocker run -ti --rm \\\n    -v $(pwd)/conf:/conf \\\n    -v $(pwd)/data:/data \\\n    livelace/mattermost-mobile-android-build init\n```\n\n**Edit configuration:**\n\n```bash\ncp conf/build-sample.conf conf/build.conf \nvim conf/build.conf\n```\n\n**Build application:**\n\n```bash\ndocker run -ti --rm \\\n    -v $(pwd)/conf:/conf \\\n    -v $(pwd)/data:/data \\\n    livelace/mattermost-mobile-android-build build\n```\n\n**Install application:**\n\n```bash\nadb install data/\u003cBRANCH_TO_BUILD\u003e/mattermost-mobile/\u003cAPP_NAME\u003e.apk\n```\n\n**Clean produced data:**\n\n```bash\ndocker run -ti --rm \\\n    -v $(pwd)/conf:/conf \\\n    -v $(pwd)/data:/data \\\n    livelace/mattermost-mobile-android-build clean\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivelace%2Fmattermost-mobile-android-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivelace%2Fmattermost-mobile-android-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivelace%2Fmattermost-mobile-android-build/lists"}