Commit Graph
64 Commits
Author SHA1 Message Date
世界 7c41b4bea8 tools: Tailscale status 2026-07-06 21:15:23 +08:00
世界 2d1277a36b Tools View & Crash Report & OOM Report 2026-07-06 21:15:22 +08:00
世界 f929e52e41 Restrict beta settings to beta versions 2026-04-20 08:04:58 +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
世界 868c1de2ff Add F-Droid as update check sources 2026-03-11 16:45:27 +08:00
世界 492f8cba58 Remove memory limit settings 2026-02-26 13:56:19 +08:00
世界 19488c7e2e Add in-app language selector 2026-02-15 18:44:51 +08:00
世界 b083930fa6 Fix missing notification settings 2026-02-13 22:20:12 +08:00
世界 d591f8d158 Fix translations 2026-02-09 15:01:07 +08:00
世界 a2b3b846e0 Fix update check 2026-01-12 10:39:56 +08:00
世界 828be4aaf3 Add "module" to LSPosed status strings 2026-01-12 08:27:02 +08:00
世界 cd83cbfe9e Add vpn hide xposed module 2026-01-10 21:31:04 +08:00
世界 aa7b996688 Refine tablet UI and QRS layout 2026-01-10 02:07:06 +08:00
世界 aaa3ef044a Refactor QR scan and share and add QRS support 2026-01-03 17:04:24 +08:00
世界 9dea064353 Refactor string resources: rename and reorganize
- Rename error strings to use error_ prefix consistently
- Rename success strings to use success_ prefix
- Rename failure strings to use failed_ prefix
- Reorganize strings by feature groups with section comments
- Remove unused shortcuts.xml and manifest references
- Update all Kotlin code references
2025-12-30 19:24:10 +08:00
世界 be1f6a2711 Remove unused string resources
Clean up 52 unused string resources from both English and Chinese
translations after removing legacy View-based UI.
2025-12-30 18:55:28 +08:00
世界 9ad564c868 Add search functionality to connections
- Add performSearch() method to Connection with support for plain text
  and typed search (network:, inbound:, outbound:, rule:, package:, etc.)
- Add search state management in ConnectionsViewModel
- Move filter/sort/search controls to header in ComposeActivity
- Add collapsible search bar with AnimatedVisibility
2025-12-28 18:23:48 +08:00
世界 87be81e673 Add connections management feature
Implement connections panel accessible from status bar showing active
and closed connections with filtering/sorting options, traffic stats,
and the ability to close individual or all connections.
2025-12-28 15:30:20 +08:00
世界 d29b6255b7 Refactor: groups 2025-12-27 12:55:27 +08:00
世界 08f51d5469 Add alternative support for QUERY_ALL_PACKAGES in play flavor 2025-12-25 02:32:26 +08:00
世界 d7be884674 Add DocumentsProvider for working directory
Expose the service's running directory to file managers via Storage
Access Framework, allowing users to browse and manage files directly.
2025-12-19 18:05:07 +08:00
世界 2da0674c33 Improve per-app proxy 2025-12-19 18:05:07 +08:00
世界 7b39c1dd5a Add battery optimization badge to Service menu item
Show a theme-colored badge on the Service settings when battery
optimization is not ignored. Also shorten button text to "Ignore".
2025-12-19 18:05:07 +08:00
世界 e2e2c2ca7b Add app settings with update track and auto-check options
- Add AppSettingsScreen with update track selection and auto-check toggle
- Remove checkUpdateAvailable() as all vendors now support update checking
- Add missing Chinese translations for update-related strings
2025-12-16 18:25:10 +08:00
世界 e7892096cc Refactor: Profile card 2025-12-13 20:16:37 +08:00
世界 19da240d5b Refactor to Compose based UI 2025-12-13 20:16:37 +08:00
iKirby 7184af51e7 Make notification permission optional if real-time speeds notification is disabled 2025-05-04 18:46:54 +08:00
世界 f8a2783d32 Add zh-rCN translate 2024-12-15 21:37:04 +08:00
世界 95401743e9 Reload service after remote profile updated 2024-12-03 12:26:07 +08:00
世界 0b18d9f14c Add deprecated warnings 2024-10-29 12:25:53 +08:00
世界 0efe30f873 Make compiler happy 2024-03-21 23:25:30 +08:00
世界 ae7166a699 Add import profile from file 2024-03-17 21:32:00 +08:00
世界 78dd252b78 Improve qr scanner 2024-03-16 21:36:50 +08:00
世界 29e02d2696 Add in-app qr code scanner 2024-03-16 18:57:59 +08:00
世界 73976ce9d1 Minor fixes 2024-03-16 12:04:36 +08:00
世界 f26458ba68 Improve per proxy app selector 2024-03-15 15:18:36 +08:00
世界 096d5ef43d Improve dashboard 2024-03-14 13:57:27 +08:00
世界 39d68dc51d Make Play Store happy 2024-02-28 12:25:02 +08:00
iKirby 57914db97f Add cancel button to permission dialogs 2024-02-28 11:39:06 +08:00
iKirby 54be93167d Rephrase location permission description 2024-02-28 11:39:06 +08:00
iKirby 0bc6108970 Use standard capitalization for "OK" 2024-02-21 14:16:37 +08:00
世界 f8ebfaabe2 Fix WIFI state permission again 2024-02-16 15:28:42 +08:00
世界 3224f56f89 Fix WIFI state permission 2024-02-02 17:53:54 +08:00
世界 d5b1ff5051 Add in-app sponsor support 2024-01-25 17:55:03 +08:00
世界 cac0714587 Improve profile item 2024-01-14 19:50:36 +08:00
世界 f129c4351d Update dependencies 2024-01-05 00:15:01 +08:00
iKirby fdb8288331 Fix typo 2023-11-15 22:31:40 +08:00
世界andMoe 4295c30503 Add dynamic notification
Co-authored-by: Moe <moe@example.com>
Co-authored-by: 世界 <i@sekai.icu>
2023-11-09 14:29:47 +08:00
世界 d45e2af1c2 Split play and other version 2023-11-09 13:05:56 +08:00
世界 56a27728b9 Remove google services 2023-11-07 22:25:36 +08:00