Logo
Explore Help
Sign In
manawenuz/wz-phone
1
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
fix: single thread for entire signal lifecycle — runtime never dropped (libcrypto TLS fix)
mirror-github.yml #270:Commit 46c9ee1be3 pushed by manawenuz
feat/android-voip-client
2026-04-09 06:12:14 +00:00
37s
View workflow file
fix: single thread for entire signal lifecycle — runtime never dropped (libcrypto TLS fix)
build.yml #269:Commit 46c9ee1be3 pushed by manawenuz
feat/android-voip-client
2026-04-09 06:15:29 +00:00
3m52s
View workflow file
fix: split start() into connect+register (inline) + run() (separate thread) — avoids thread::spawn closure stack overflow
mirror-github.yml #268:Commit b53eae9192 pushed by manawenuz
feat/android-voip-client
2026-04-09 06:02:47 +00:00
36s
View workflow file
fix: split start() into connect+register (inline) + run() (separate thread) — avoids thread::spawn closure stack overflow
build.yml #267:Commit b53eae9192 pushed by manawenuz
feat/android-voip-client
2026-04-09 06:05:37 +00:00
3m26s
View workflow file
fix: call nativeSignalConnect from 8MB Java Thread, not Dispatchers.IO
mirror-github.yml #266:Commit a3f54566d4 pushed by manawenuz
feat/android-voip-client
2026-04-09 05:51:15 +00:00
40s
View workflow file
fix: call nativeSignalConnect from 8MB Java Thread, not Dispatchers.IO
build.yml #265:Commit a3f54566d4 pushed by manawenuz
feat/android-voip-client
2026-04-09 05:54:29 +00:00
3m55s
View workflow file
fix: single thread+runtime for signal lifecycle — avoids ring/libcrypto TLS conflict on pthread_exit
mirror-github.yml #264:Commit 76e9fe5e43 pushed by manawenuz
feat/android-voip-client
2026-04-09 05:45:29 +00:00
38s
View workflow file
fix: single thread+runtime for signal lifecycle — avoids ring/libcrypto TLS conflict on pthread_exit
build.yml #263:Commit 76e9fe5e43 pushed by manawenuz
feat/android-voip-client
2026-04-09 05:48:36 +00:00
3m46s
View workflow file
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
First Previous ... 9 10 11 12 13 ... Next Last
Powered by Gitea Version: 1.25.4 Page: 25ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API