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
build: tauri-android docker pipeline + ntfy notifications
build.yml #277
:
Commit
69ee3115b6
pushed by
manawenuz
feat/desktop-audio-rewrite
2026-04-09 07:29:59 +00:00
3m55s
View workflow file
feat(desktop): split main.rs into lib.rs for Tauri Mobile (Android/iOS)
mirror-github.yml #276
:
Commit
e6f77a78a7
pushed by
manawenuz
feat/desktop-audio-rewrite
2026-04-09 07:19:47 +00:00
35s
View workflow file
feat(desktop): split main.rs into lib.rs for Tauri Mobile (Android/iOS)
build.yml #275
:
Commit
e6f77a78a7
pushed by
manawenuz
feat/desktop-audio-rewrite
2026-04-09 07:23:06 +00:00
3m55s
View workflow file
fix: generate seed if empty on register (fresh install), add JNI debug logging
mirror-github.yml #274
:
Commit
d0c17317ea
pushed by
manawenuz
feat/android-voip-client
2026-04-09 06:22:46 +00:00
42s
View workflow file
fix: generate seed if empty on register (fresh install), add JNI debug logging
build.yml #273
:
Commit
d0c17317ea
pushed by
manawenuz
feat/android-voip-client
2026-04-09 06:25:43 +00:00
3m39s
View workflow file
debug: add tracing to nativeSignalConnect entry
mirror-github.yml #272
:
Commit
5799d18aee
pushed by
manawenuz
feat/android-voip-client
2026-04-09 06:17:56 +00:00
37s
View workflow file
debug: add tracing to nativeSignalConnect entry
build.yml #271
:
Commit
5799d18aee
pushed by
manawenuz
feat/android-voip-client
2026-04-09 06:21:04 +00:00
3m46s
View workflow file
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
First
Previous
...
7
8
9
10
11
...
Next
Last