Commit Graph

  • bb1c3d915f Refactor user asset management with ViewModel and adapter 2dust 2026-01-21 17:43:34 +08:00
  • d8983a4761 Bug fix 2dust 2026-01-20 21:07:51 +08:00
  • 9815041c77 Remove unused imports and commented debug logs 2dust 2026-01-20 10:52:52 +08:00
  • 41b0983582 Refactor logcat handling to use LogcatViewModel 2dust 2026-01-20 10:46:46 +08:00
  • bb1f677d45 Refactor RoutingSetting adapter to use listener interface 2dust 2026-01-20 10:17:57 +08:00
  • de1c8bcfcc Refactor VPN mode checks and TUN config logic 2dust 2026-01-19 19:43:09 +08:00
  • ca6e963575 Refactor remarks assignment using ifEmpty in formatters 2dust 2026-01-19 19:18:26 +08:00
  • bfb6813dc7 Fix HevTun settings to preferences UI 2dust 2026-01-19 19:18:15 +08:00
  • cc2b4eec65 up 2.0.4 2dust 2026-01-18 15:23:02 +08:00
  • dd11569969 Add version field to Hysteria2 config 2dust 2026-01-18 15:22:33 +08:00
  • 11c3dd97c3 Update AndroidLibXrayLite 2dust 2026-01-18 15:00:07 +08:00
  • 92f15150cd up 2.0.3 2dust 2026-01-18 14:58:40 +08:00
  • f8e809da8b Refactor adapter callbacks with BaseAdapterListener 2dust 2026-01-18 14:58:15 +08:00
  • 12b9349e62 Fix sniffing (#5173) DHR60 2026-01-16 19:52:18 +08:00
  • a580494bde Update sdk (#5174) DHR60 2026-01-16 19:22:43 +08:00
  • 66f100ebb3 up 2.0.2 2dust 2026-01-16 17:40:34 +08:00
  • b0213ffdf6 Refactor FAB state handling in MainActivity 2dust 2026-01-16 17:40:09 +08:00
  • 538b2eb0f8 Bug fix 2dust 2026-01-16 16:36:01 +08:00
  • f2093c4c52 Refactor real ping test logic into worker service 2dust 2026-01-16 16:28:35 +08:00
  • 02ac57a4c6 Fix and improve port hopping interval handling 2dust 2026-01-16 15:21:19 +08:00
  • 379266f205 Add tun inbound to custom config if missing 2dust 2026-01-16 15:07:10 +08:00
  • 23dbb35da7 Refactor MainActivity and clean up SettingsActivity 2dust 2026-01-15 17:54:15 +08:00
  • 22a605ecda up 2.0.1 2dust 2026-01-15 14:51:11 +08:00
  • c7dd45f4f2 Bug fix 2dust 2026-01-15 14:49:29 +08:00
  • 609e688d87 Fix HYSTERIA2 string 2dust 2026-01-15 14:30:10 +08:00
  • a2a4ea79a9 Optimize coroutine dispatcher in V2RayTestService 2dust 2026-01-15 14:22:24 +08:00
  • c08147c362 Refactor WebDAV backup path and file name handling 2dust 2026-01-15 11:52:18 +08:00
  • c99fda9839 Bug fix 2dust 2026-01-15 11:11:16 +08:00
  • 587d103518 Fix enum declaration for RoutingType 2dust 2026-01-15 10:41:06 +08:00
  • 192a4afe6d Add Russia whitelist routing option (#5161) Umor1st 2026-01-15 05:34:11 +03:00
  • ee69364f2b Remove hysteria submodule and related build steps 2dust 2026-01-15 10:32:10 +08:00
  • 6be0bd7b21 Remove plugin framework and refactor Hysteria2 integration 2dust 2026-01-15 10:19:25 +08:00
  • a3972b98f3 up 2.0.0 2dust 2026-01-14 15:57:20 +08:00
  • a2b6e669d8 Update XrayLite submodule and optimize imports 2dust 2026-01-14 09:54:49 +08:00
  • 55c42fbf2a Update Russian translation (#5156) solokot 2026-01-14 04:30:05 +03:00
  • ab4af6bd82 Refactor rulesets management to ViewModel 2dust 2026-01-13 17:29:40 +08:00
  • c3a8ee59dc Refactor subscription management to ViewModel 2dust 2026-01-13 17:29:22 +08:00
  • 18f23d9d3b Bug fix 2dust 2026-01-13 11:10:48 +08:00
  • 4a3686fb32 Refactor per-app proxy logic to ViewModel 2dust 2026-01-13 10:57:42 +08:00
  • 68ed08d36e Add invert selection to per-app proxy list 2dust 2026-01-13 09:56:28 +08:00
  • d0612619fd Raise minSdk to 24 (#5152) DHR60 2026-01-12 19:33:15 +08:00
  • 3ddd6ee699 Refactor V2Ray native integration to V2RayNativeManager 2dust 2026-01-12 17:40:48 +08:00
  • 485ea2e28d Update submodules to latest commits 2dust 2026-01-12 16:27:53 +08:00
  • 2fd57baa37 Refactor TUN selection to use HEV toggle and cleanup 2dust 2026-01-12 16:14:33 +08:00
  • 73d1dce4db Add xray-core tun mode (#5150) yuhan6665 2026-01-12 01:16:44 -05:00
  • bd60224577 Add auto remove and sort after test options 2dust 2026-01-11 20:08:37 +08:00
  • 3f1b741d9d Refactor progress bar handling to BaseActivity 2dust 2026-01-11 17:06:11 +08:00
  • b71614a9cd Show and update subscription last updated time 2dust 2026-01-11 14:40:41 +08:00
  • 31d29d97c0 Refactor imports and remove unused code 2dust 2026-01-11 11:48:40 +08:00
  • 183391b6e3 Enable log copy on long press 2dust 2026-01-11 11:24:02 +08:00
  • 3ad6464595 Refactor V2RayTestService 2dust 2026-01-10 18:25:38 +08:00
  • e684bef35d Migrate settings storage to MMKV and add PreferenceDataStore 2dust 2026-01-10 14:31:02 +08:00
  • a87d5d375b Refactor themes to use shared AppThemeBase style 2dust 2026-01-09 18:11:36 +08:00
  • 545683c9ba Reorganize and expand settings preferences UI 2dust 2026-01-09 17:34:07 +08:00
  • 1a8631257b Refactor UI to use Material3 toolbar and theme 2dust 2026-01-09 14:44:39 +08:00
  • ebebd3277f Update Persian translate (#5145) Skh-web6982 2026-01-09 05:28:38 +03:30
  • 5242827baf Update Russian translation (#5141) solokot 2026-01-09 04:58:23 +03:00
  • c6799d5bf3 Update strings.xml (#5143) Hossein Abaspanah 2026-01-08 15:06:36 +03:30
  • 054a3bfa5e Update Luri Bakhtiari translation (#5140) Hossein Abaspanah 2026-01-08 15:04:33 +03:30
  • 02a9d64188 Tests for shadowsocks fmt protocol formatter (#5137) AmirMohammad Yazdanmanesh 2026-01-08 15:01:13 +03:30
  • 29b67c29f5 Show running test task count in UI and improve test service 2dust 2026-01-08 16:37:10 +08:00
  • 79d5cad738 Refactor server list data handling in adapter 2dust 2026-01-08 15:07:19 +08:00
  • de5b714a28 Refactor group tab to ViewPager2 with fragments 2dust 2026-01-08 13:58:52 +08:00
  • 416ee28e80 Rename proxy_packagename.txt to proxy_package_name 2dust 2026-01-05 11:00:40 +08:00
  • 71f0d98e68 Add SettingsChangeManager and centralize restart logic 2dust 2026-01-05 10:40:55 +08:00
  • 37bd57ffc5 Add WebDAV backup and restore functionality 2dust 2026-01-03 15:22:45 +08:00
  • b4ac79e4fa Comment out local DNS port preference in settings 2dust 2026-01-01 16:46:54 +08:00
  • 8aba43d448 Remove promotion summary strings and update config labels 2dust 2026-01-01 16:34:31 +08:00
  • e564083352 Add configurable IP API URL and improve IP info parsing 2dust 2026-01-01 16:08:17 +08:00
  • 08bf66350a Add ECH config support to TLS settings 2dust 2025-12-31 19:13:49 +08:00
  • 66d4c21b77 Update compile-hevtun.sh 2dust 2025-12-31 10:15:08 +08:00
  • 359b0af7ae Remove tun2socks and related dependencies 2dust 2025-12-31 10:06:59 +08:00
  • 4b1fa29ade Refactor backup flow and remove backup summary 2dust 2025-12-30 20:36:53 +08:00
  • e287ac88c8 Remove legacy tun2socks support and related settings 2dust 2025-12-30 20:03:17 +08:00
  • 4812f067db Add policy group config type and UI support 2dust 2025-12-30 16:16:32 +08:00
  • 47be68c52f Remove legacy server config migration logic 2dust 2025-12-29 16:34:37 +08:00
  • 418477267b Update Luri Bakhtiari translation (#5121) Hossein Abaspanah 2025-12-29 11:48:16 +03:30
  • 74ad37d329 Update library versions in libs.versions.toml 2dust 2025-12-29 15:19:48 +08:00
  • fd83f88ec2 Raised minSdk to 24,Drop legacy Android support 2dust 2025-12-29 14:45:36 +08:00
  • 214ab76459 Refactor code 2dust 2025-12-28 19:24:15 +08:00
  • f67bee04ad Update build.gradle.kts 2dust 2025-12-28 19:06:04 +08:00
  • 2cfef7a614 Make JSON parsing methods return null on failure 2dust 2025-12-28 17:59:11 +08:00
  • bd6b67cbfc Update Russian translation (#5113) solokot 2025-12-26 11:54:26 +03:00
  • bb374f2c7e Update Luri Bakhtiari translation (#5112) Hossein Abaspanah 2025-12-26 12:24:10 +03:30
  • f85c382dbd up 1.10.32 2dust 2025-12-25 17:13:13 +08:00
  • 0b76ff0409 fix(accessibility): Add content description for QR code dialog / [无障碍] 修复二维码弹窗缺失内容描述的问题 (#5110) if 2025-12-25 17:08:59 +08:00
  • e3bbd47c81 Update Persian translate (#5108) Skh-web6982 2025-12-25 12:38:42 +03:30
  • 0672820718 Update kotlin version to 2.3.0 (#5107) Skh-web6982 2025-12-25 12:38:33 +03:30
  • e0e58dff45 Update build.gradle.kts (#5087) fuilloi 2025-12-25 17:07:26 +08:00
  • cfae051109 Refactor hev tunnel timeout settings 2dust 2025-12-24 20:07:34 +08:00
  • 60ddf5ba6b [Accessibility] Fix missing labels for buttons and FAB / 修复主界面无障碍标签缺失问题 (#5105) if 2025-12-24 19:02:15 +08:00
  • 861b1746e3 Update strings.xml (#5097) David 2025-12-18 20:56:43 +08:00
  • 4dec554b42 Fixes RU translation for server-test menu items (#5091) Liniya 2025-12-13 04:39:58 +03:00
  • d7ad91fe8b up 1.10.31 2dust 2025-12-09 10:25:05 +08:00
  • fb51683981 Update AndroidLibXrayLite 2dust 2025-12-09 10:16:44 +08:00
  • e5d14bada9 up 1.10.30 2dust 2025-12-07 15:59:33 +08:00
  • 80fb265960 Update AndroidLibXrayLite 2dust 2025-12-07 15:59:25 +08:00
  • f5493b08ae Update IP API URL in AppConfig 2dust 2025-12-06 18:51:53 +08:00
  • 4f7d6db361 Update kotlin to version 2.2.21 (#5077) Skh-web6982 2025-12-06 14:18:15 +03:30
  • 636b20290a Update submodules AndroidLibXrayLite and hev-socks5-tunnel 2dust 2025-12-03 09:38:08 +08:00