android builds #9

Merged
restitux merged 27 commits from android-ci into main 2026-01-19 01:03:46 +00:00
Owner

This PR adds android builds to the CI infrastructure. These builds generate an apk file that you can download and install.
This PR

  • Adds a new container build job that builds a container with all the required android dependencies
  • Adds a new release build that builds an android apk
  • Updated the imp module to split out mobile and desktop behavior
  • Adds logic to request microphone permissions
  • Added a custom android manifest that declares the required permissions

TODO:

  • the apk is currently marked as debug, despite passing --release to dx build. I'm not sure if this is an actual issue, and if so, how to fix it.
  • the container build job needs to be updated to run nightly before this is landed
This PR adds android builds to the CI infrastructure. These builds generate an `apk` file that you can download and install. This PR - Adds a new container build job that builds a container with all the required android dependencies - Adds a new release build that builds an android apk - Updated the imp module to split out mobile and desktop behavior - Adds logic to request microphone permissions - Added a custom android manifest that declares the required permissions TODO: - the apk is currently marked as debug, despite passing `--release` to `dx build`. I'm not sure if this is an actual issue, and if so, how to fix it. - the container build job needs to be updated to run nightly before this is landed
restitux force-pushed android-ci from 6e21115991 to e37d1723c9 2026-01-17 09:04:00 +00:00 Compare
restitux added 1 commit 2026-01-17 09:08:55 +00:00
fix deps
Build android container / android-release-builder-container-build (push) Successful in 2s
Build Mumble Web 2 / linux_build (push) Successful in 1m32s
Build Mumble Web 2 / windows_build (push) Successful in 2m36s
Build Mumble Web 2 / android_build (push) Failing after 47s
31bc1a263c
restitux added 1 commit 2026-01-17 09:49:38 +00:00
split imp between desktop and android
Build android container / android-release-builder-container-build (push) Successful in 1s
Build Mumble Web 2 / linux_build (push) Successful in 2m6s
Build Mumble Web 2 / windows_build (push) Successful in 2m38s
Build Mumble Web 2 / android_build (push) Successful in 6m1s
597ebe3760
restitux marked the pull request as ready for review 2026-01-17 09:52:35 +00:00
restitux added 1 commit 2026-01-19 00:46:10 +00:00
change android container build to run nightly and on demand
Build Mumble Web 2 / linux_build (push) Successful in 1m36s
Build Mumble Web 2 / windows_build (push) Successful in 2m44s
Build Mumble Web 2 / android_build (push) Successful in 6m3s
d02a558948
restitux merged commit d7b88874df into main 2026-01-19 01:03:46 +00:00
restitux deleted branch android-ci 2026-01-19 01:03:46 +00:00
restitux referenced this issue from a commit 2026-01-19 01:03:47 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mumble/mumble-web2#9