This website requires JavaScript.
Explore
Help
Sign In
manawenuz
/
wz-phone
Watch
1
Star
0
Fork
0
You've already forked wz-phone
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build.yml
mirror-github.yml
Actor
All actors
manawenuz
Status
All status
Success
Failure
Waiting
Running
docs: PRD for desktop direct calling backport + UI fixes
mirror-github.yml #262
:
Commit
b0a89d4f39
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:40:31 +00:00
36s
View workflow file
docs: PRD for desktop direct calling backport + UI fixes
build.yml #261
:
Commit
b0a89d4f39
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:43:34 +00:00
3m39s
View workflow file
refactor: separate SignalManager from WzpEngine for direct calling
mirror-github.yml #260
:
Commit
abc96e8887
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:35:21 +00:00
41s
View workflow file
refactor: separate SignalManager from WzpEngine for direct calling
build.yml #259
:
Commit
abc96e8887
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:38:20 +00:00
3m40s
View workflow file
fix: show real identity fingerprint (SHA-256 full format) on Android home screen
mirror-github.yml #258
:
Commit
3a6ae61f8d
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:13:32 +00:00
40s
View workflow file
fix: show real identity fingerprint (SHA-256 full format) on Android home screen
build.yml #257
:
Commit
3a6ae61f8d
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:14:30 +00:00
1m39s
View workflow file
fix: install rustls crypto provider once in nativeInit, not per-thread (libcrypto TLS conflict)
mirror-github.yml #256
:
Commit
4c536d256b
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:08:24 +00:00
39s
View workflow file
fix: install rustls crypto provider once in nativeInit, not per-thread (libcrypto TLS conflict)
build.yml #255
:
Commit
4c536d256b
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:12:02 +00:00
4m19s
View workflow file
fix: signal mode UI + place_call via stored signal transport
mirror-github.yml #254
:
Commit
b0ec9ff4ab
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:59:04 +00:00
37s
View workflow file
fix: signal mode UI + place_call via stored signal transport
build.yml #253
:
Commit
b0ec9ff4ab
pushed by
manawenuz
feat/android-voip-client
2026-04-09 05:02:16 +00:00
3m50s
View workflow file
fix: start stats polling before blocking startSignaling call
mirror-github.yml #252
:
Commit
5855533a39
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:38:50 +00:00
39s
View workflow file
fix: start stats polling before blocking startSignaling call
build.yml #251
:
Commit
5855533a39
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:41:57 +00:00
3m46s
View workflow file
fix: use block_on pattern for signaling (same as start_call) — no thread::spawn
mirror-github.yml #250
:
Commit
ed09c2e8cc
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:33:48 +00:00
37s
View workflow file
fix: use block_on pattern for signaling (same as start_call) — no thread::spawn
build.yml #249
:
Commit
ed09c2e8cc
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:37:01 +00:00
3m50s
View workflow file
fix: move ALL signaling code into JNI-spawned 8MB thread — zero Rust on caller stack
mirror-github.yml #248
:
Commit
f44306cc17
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:20:33 +00:00
40s
View workflow file
fix: move ALL signaling code into JNI-spawned 8MB thread — zero Rust on caller stack
build.yml #247
:
Commit
f44306cc17
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:23:43 +00:00
3m51s
View workflow file
fix: call nativeStartSignaling from Java Thread with 8MB stack, not Kotlin IO dispatcher
mirror-github.yml #246
:
Commit
0b821585ab
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:11:05 +00:00
38s
View workflow file
fix: call nativeStartSignaling from Java Thread with 8MB stack, not Kotlin IO dispatcher
build.yml #245
:
Commit
0b821585ab
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:13:59 +00:00
3m33s
View workflow file
fix: remove panic::catch_unwind from nativeStartSignaling — stack overflow on Android
mirror-github.yml #244
:
Commit
faec332a8c
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:05:34 +00:00
43s
View workflow file
fix: remove panic::catch_unwind from nativeStartSignaling — stack overflow on Android
build.yml #243
:
Commit
faec332a8c
pushed by
manawenuz
feat/android-voip-client
2026-04-09 04:08:19 +00:00
3m28s
View workflow file
fix: move all crypto/network work to spawned 8MB thread — Android stack too small
mirror-github.yml #242
:
Commit
fe9ae276dc
pushed by
manawenuz
feat/android-voip-client
2026-04-09 03:17:35 +00:00
38s
View workflow file
fix: move all crypto/network work to spawned 8MB thread — Android stack too small
build.yml #241
:
Commit
fe9ae276dc
pushed by
manawenuz
feat/android-voip-client
2026-04-09 03:20:23 +00:00
3m26s
View workflow file
fix: Android signal thread stack overflow + add version marker to UI
mirror-github.yml #240
:
Commit
4fbf6770c4
pushed by
manawenuz
feat/android-voip-client
2026-04-09 03:10:51 +00:00
41s
View workflow file
fix: Android signal thread stack overflow + add version marker to UI
build.yml #239
:
Commit
4fbf6770c4
pushed by
manawenuz
feat/android-voip-client
2026-04-09 03:13:57 +00:00
3m48s
View workflow file
fix: add direct calling Tauri backend commands (register_signal, place_call, answer_call)
mirror-github.yml #238
:
Commit
04a985912a
pushed by
manawenuz
feat/desktop-audio-rewrite
2026-04-09 02:59:59 +00:00
39s
View workflow file
fix: add direct calling Tauri backend commands (register_signal, place_call, answer_call)
build.yml #237
:
Commit
04a985912a
pushed by
manawenuz
feat/desktop-audio-rewrite
2026-04-09 03:02:51 +00:00
3m31s
View workflow file
fix: remove duplicate TextAlign import causing Android build failure
mirror-github.yml #236
:
Commit
30a893a73f
pushed by
manawenuz
feat/android-voip-client
2026-04-09 02:55:28 +00:00
38s
View workflow file
fix: remove duplicate TextAlign import causing Android build failure
build.yml #235
:
Commit
30a893a73f
pushed by
manawenuz
feat/android-voip-client
2026-04-09 02:58:24 +00:00
3m34s
View workflow file
fix: show more Gradle output in build log for debugging
mirror-github.yml #234
:
Commit
d46f3b1deb
pushed by
manawenuz
feat/android-voip-client
2026-04-09 02:48:56 +00:00
37s
View workflow file
fix: show more Gradle output in build log for debugging
build.yml #233
:
Commit
d46f3b1deb
pushed by
manawenuz
feat/android-voip-client
2026-04-09 02:52:14 +00:00
3m56s
View workflow file
First
Previous
...
7
8
9
10
11
...
Next
Last