nako-ruru
3b2aadde8e
chore: enforce LF for shell scripts and ignore Android .gradle cache ( #2520 )
...
Add a root .gitattributes pinning *.sh to LF so shell scripts stay
executable after a checkout on Windows with autocrlf enabled; without
it every .sh lands in the working tree as CRLF and fails when run
under WSL/bash.
Also ignore tauri-plugin-vpnservice/android/.gradle, which Gradle
regenerates on every sync.
Co-authored-by: bright <nako_ruru@sina.com >
2026-08-23 13:50:36 +08:00
KKRainbow
a1bec48dc9
fix android vpn permission grant ( #2023 )
...
* fix android vpn permission grant
* fix url input behaviour
2026-03-29 23:16:32 +08:00
sky96111
b86692d009
fix(android): use network-assigned DNS when no DNS is provided ( #1612 )
2025-11-26 18:24:05 +08:00
狂男风
28e645a277
Add IPv6 address to VPN service ( #1615 )
2025-11-26 17:15:19 +08:00
Sijie.Sun
2f4a097787
fix android ( #531 )
2024-12-23 19:38:32 -05:00
sijie.sun
d1293276ce
use tun2
...
meh/rust-tun has bug on windows and may stuck on large traffic.
2024-08-07 15:58:23 +08:00
sijie.sun
4a5e426730
fix android route and peer conn disconn bug
...
1. android correctly add route
2. use mock nic ctx to consume packets
2024-08-06 22:19:30 +08:00
Sijie.Sun
fc9812dd54
fix crash on old version android (<= 9) ( #183 )
...
* fix crash on old version android (<= 9)
* fix listener select
2024-07-19 23:55:11 +08:00
Sijie.Sun
8858492fb4
fix vpn close when getting new subnet route ( #179 )
2024-07-18 08:48:45 +08:00
Sijie.Sun
858ade2eee
Android Support ( #166 )
...
1. Add vpnservice tauri plugin for android.
2. add workflow for android.
3. Easytier Core support android, allow set tun fd.
2024-07-15 00:03:55 +08:00