324 Commits
Author SHA1 Message Date
iceBear67 934be353b0 Merge upstream SagerNet/sing-box-for-android dev into dev (1.14.0-alpha.45)
Brings the app from 1.13.11 to 1.14.0-alpha.45, matching the sing-box core
now targeted by omv-dijiang. Fork customizations preserved: private
release.keystore and gradle heap limit (-Xmx4096m).

Dropped the 'temporary fix for building' neighbor-monitor stubs in
VPNService/ProxyService — upstream's new PlatformInterfaceWrapper now
provides the real startNeighborMonitor/closeNeighborMonitor implementations,
so the empty stubs would have overridden them.
2026-07-16 04:44:15 +00:00
世界 23cdbce773 Update locale usage 2026-07-15 19:30:50 +08:00
世界 18dc46edca Add github token settings for updater 2026-07-14 23:04:36 +08:00
世界 0ea63f038c Update icons 2026-07-14 15:38:10 +08:00
世界 3657ab7d6c Add bridge support 2026-07-07 22:18:22 +08:00
世界 258af731f6 Fix NPE in update download dialog when progress is null
The download progress indicator passed a deferred lambda
`progress = { progress!! }` reading UpdateState.downloadProgress
(MutableState<Float?>). Material3 invokes the lambda during
layout/draw, outside the composition snapshot that guarded it, so it
re-read the live state. ApkDownloader sets the value to null when the
response has no content length (total <= 0), and it can also flip while
the screen is being torn down, causing the `!!` to throw NPE.

Capture the value into an immutable local before branching so the
lambda closes over a non-null Float instead of re-reading live state.
2026-07-06 21:16:02 +08:00
世界 516f4bf295 Improve report export 2026-07-06 21:16:02 +08:00
世界 01d24b4439 Fix missing api version check for usb/ip 2026-07-06 21:15:32 +08:00
世界 0445098157 Fix missing auth banner in tailssh 2026-07-06 21:15:32 +08:00
世界 43eebd1373 usbip: Use special use foreground service type 2026-07-06 21:15:31 +08:00
世界 a58f32a595 Add USB/IP support 2026-07-06 21:15:31 +08:00
世界 ffd37880cf Improve Tailscale View 2026-07-06 21:15:31 +08:00
世界 416d280695 Add remote control 2026-07-06 21:15:31 +08:00
世界 24ac124bae tailscale: Add device info and logout 2026-07-06 21:15:25 +08:00
世界 33514e54d9 tailscale: Add tailssh server 2026-07-06 21:15:25 +08:00
世界 d19448c519 tools: Add Tailssh 2026-07-06 21:15:25 +08:00
世界 2b2cc15208 tools: Fix missing cleanup 2026-07-06 21:15:24 +08:00
世界 90c0e2a0fb Fix editor crash 2026-07-06 21:15:24 +08:00
世界 06dd8ce686 tailscale: Add exit node switcher & peer status 2026-07-06 21:15:24 +08:00
世界 e2ea9fe08c Use new DNS mode 2026-07-06 21:15:24 +08:00
世界 12b81515e7 Ignore set locale error 2026-07-06 21:15:23 +08:00
世界 84c7c70da0 Fix blank space above OutboundPickerScreen title 2026-07-06 21:15:23 +08:00
世界 47f7d3c8fd Prevent auto-start when unread crash reports exist 2026-07-06 21:15:23 +08:00
世界 7c41b4bea8 tools: Tailscale status 2026-07-06 21:15:23 +08:00
世界 a6c5e11756 Add support for MAC and hostname rule items 2026-07-06 21:15:22 +08:00
世界 2d1277a36b Tools View & Crash Report & OOM Report 2026-07-06 21:15:22 +08:00
世界 78c5527a3d Fix clear logs not working when service is stopped 2026-07-06 21:14:52 +08:00
世界 d8932aa83c Fix new api usage 2026-05-19 18:31:20 +08:00
n3t1zen 601429d63d use my keystore 2026-05-05 12:04:02 +08:00
n3t1zen f27b2f7e08 temporary fix for building 2026-05-05 12:03:23 +08:00
世界 f929e52e41 Restrict beta settings to beta versions 2026-04-20 08:04:58 +08:00
世界 c8491c9212 Fix LocalResolver blocking on missing default network
Return `missing default interface` immediately instead of suspending
inside `DefaultNetworkMonitor.require()` when no default network is
available.
2026-04-20 00:14:19 +08:00
世界 2d7efc04a7 Add long-press copy on App and Core version items 2026-04-20 00:14:19 +08:00
世界 ea63fb0f8b Fix checkDefaultInterfaceUpdate 2026-04-19 22:39:11 +08:00
世界 dfe64c11d2 Fix back gesture from connection details skipping list
On phones, the Connections list and Connection Details share a single
ModalBottomSheet. System back was consumed by the sheet's default dismiss
handler, closing the sheet and returning to Dashboard. The in-app back
button just cleared selectedConnectionId, returning to the list.

Add a BackHandler that runs only while a connection is selected, matching
the in-app back button behavior. Swipe-to-dismiss remains unchanged.
2026-04-19 21:58:30 +08:00
世界 1b8f348fe1 Add compatibility for the new version of LSPosed 2026-04-19 21:05:23 +08:00
世界 509ef85646 Fix deprecated check error 2026-04-19 21:05:17 +08:00
世界 9752f4845f Fix notification 2026-04-10 16:21:48 +08:00
世界 080488932f Add download progress 2026-03-30 22:40:29 +08:00
世界 f6c225df65 Fix command client connect crash 2026-03-25 14:01:21 +08:00
世界 2cb1987080 Fix resource leaks in service startup error cleanup 2026-03-23 19:58:11 +08:00
世界 330eaee346 Pass all package names for shared UID connections 2026-03-23 18:27:30 +08:00
世界 cf145b5374 Dispatch log callbacks to main thread
Move allLogs/bufferedLogs mutations in appendLogs, clearLogs,
and setDefaultLogLevel into viewModelScope.launch(Dispatchers.Main)
to avoid concurrent iteration from the search debounce flow.
2026-03-21 12:42:18 +08:00
世界 3692d54420 Add Allow Bypass VPN setting to service screen
Add a toggle in the service settings screen that calls
VpnService.Builder.allowBypass() when enabled, with a description
linking to Android documentation. Always show the Service item
in the settings list (remove battery-optimization-gated visibility).
2026-03-16 19:35:14 +08:00
世界 b3515329c2 Fix profile navigation 2026-03-16 19:34:46 +08:00
世界 a7caf965a0 Fix FileProvider unable to resolve cacheDir paths 2026-03-16 19:34:46 +08:00
世界 8ba9fe2548 Fix config file path collision 2026-03-15 14:07:55 +08:00
世界 62c1b49c9e Fix ConnectivityService discovery on APEX-rewritten devices 2026-03-12 22:44:48 +08:00
世界 c2f1fd8e67 Fix DebugInfoExporter hanging 2026-03-12 22:34:43 +08:00
世界 d64e3b4235 Fix ParceledListSlice ClassLoader and RootClient service binding
- Use proper ClassLoader in ParceledListSlice.createFromParcel instead of null
- Add early root permission check in RootClient.bindService
- Migrate RootService.bind to bindOrTask for proper error propagation
2026-03-12 22:27:48 +08:00