mirror of
https://github.com/stoatchat/for-android.git
synced 2026-08-24 20:21:32 -04:00
[PR #25] [MERGED] feature: Adding support for Github codespaces #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-android/pull/25
Author: @alexjyong
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/11/2025
Merged by: @infi
Base:
dev← Head:feature-codespace-support📝 Commits (7)
f14f5ddAdding support for codespaces1b00391Merge branch 'revoltchat:dev' into feature-codespace-support5bcf8a3feat: allowing this to be ran in automated contextse15d19bUpdate devcontainer.json0f4a992feat: Adding in dummy google services json file, and updating documentation52ac2cffix: typo :)577c198Adjusting storage bucket per feedback in Revolt Dev server.📊 Changes
4 files changed (+131 additions, -9 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+23 -0)➕
app/google-services.json.example(+68 -0)📝
docs/src/content/docs/contributing/setup.mdx(+21 -4)📝
scripts/download_deps.ts(+19 -5)📄 Description
Signed-off-by: Alex Yong alexjyong@gmail.com## Please make sure to check the following tasks before opening and submitting a PR
Per discussion in Lounge on Revolt
I made a separate PR for codespaces set up. Also updated documents a bit, and updated
download_deps.tsto be able to work in an automated context.I understand there was discussion that Google Services updates and devcontainer.json should be separate PRs, but I found that it wouldn't build without an example file, also, having a json file with just
{}would also throw errors.My goal was for this to be a quick way for devs to start up a dev environment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.