restitux restitux
  • the ohea admin

    [m]: @restitux:ohea.xyz

  • Joined on 2022-09-15
restitux pushed to dioxus-0.7.3 at mumble/mumble-web2 2026-01-25 05:32:40 +00:00
b7827a29b3 meta: update dioxus cli to 0.7.3
restitux created branch dioxus-0.7.3 in mumble/mumble-web2 2026-01-25 05:32:40 +00:00
restitux pushed to fix-linux-ci at mumble/mumble-web2 2026-01-25 05:00:23 +00:00
dab00dce2f disable rust cache in linux ci
restitux created branch fix-linux-ci in mumble/mumble-web2 2026-01-25 05:00:23 +00:00
restitux approved mumble/mumble-web2#13 2026-01-19 01:50:29 +00:00
Add a default noise floor.

lgtm overall, though I left two comments about the code structure that I think would make this easier to reason about and slightly easier to maintain

restitux commented on pull request mumble/mumble-web2#13 2026-01-19 01:50:29 +00:00
Add a default noise floor.

This logic is duplicated in both Transmitting and Terminator? Could we possibly pull this match statement up a level out of imp and have encode_and_send be the platform specific code boundary?

restitux commented on pull request mumble/mumble-web2#13 2026-01-19 01:50:29 +00:00
Add a default noise floor.

nit: I'm not a huge fan of this encode_and_send closure logic. Could we just define this as a separate function and push down the match state match statement into the function?

restitux deleted branch android-ci from mumble/mumble-web2 2026-01-19 01:03:47 +00:00
restitux pushed to main at mumble/mumble-web2 2026-01-19 01:03:47 +00:00
d7b88874df android builds (#9)
restitux merged pull request mumble/mumble-web2#9 2026-01-19 01:03:46 +00:00
android builds
restitux pushed to android-ci at mumble/mumble-web2 2026-01-19 00:46:10 +00:00
d02a558948 change android container build to run nightly and on demand
restitux pushed to android-ci at mumble/mumble-web2 2026-01-17 09:49:38 +00:00
597ebe3760 split imp between desktop and android
restitux pushed to android-ci at mumble/mumble-web2 2026-01-17 09:08:55 +00:00
31bc1a263c fix deps
restitux pushed to android-ci at mumble/mumble-web2 2026-01-17 09:04:00 +00:00
e37d1723c9 add microphone grabbing permission
53c3c447da add custom android manifest that declares microphone permission
8e38d5cfd1 Build apk for both x86_64 and aarch64
1ae25dab1a fix output path
b9806f6d5d add bindgen-cli to container
Compare 32 commits »
restitux pushed to android-ci at mumble/mumble-web2 2026-01-17 08:36:41 +00:00
6e21115991 add microphone grabbing permission
f25653dad4 add custom android manifest that declares microphone permission
Compare 2 commits »
restitux approved mumble/mumble-web2#15 2026-01-13 00:53:58 +00:00
UI scaling

lgtm, I don't really care too much about the css as long as it works

restitux pushed to android-ci at mumble/mumble-web2 2026-01-05 21:53:01 +00:00
7fea362ee1 Build apk for both x86_64 and aarch64
restitux created pull request mumble/mumble-web2#9 2026-01-05 10:36:48 +00:00
WIP: android builds
restitux pushed to android-ci at mumble/mumble-web2 2026-01-05 10:36:05 +00:00
e4b43477e2 fix output path
restitux pushed to android-ci at mumble/mumble-web2 2026-01-05 10:24:03 +00:00
e937747bb8 add bindgen-cli to container