shadowsocks-android
shadowsocks-android copied to clipboard
A shadowsocks client for Android
For issue #2591 Adds short video walkthrough of project, updates to README.md and CONTRIBUTING.md to provide more information for new project users and contributors.
:construction: **ONLY INTENDED FOR DEBUGGING PURPOSES DO NOT MERGE** :construction: By disallowing this app itself, every socket created by this app will go through default network automatically. However, since it's...
Android VPN 只能建立一个,目前绝大多数 Android 防火墙都是基于 VPN 连接的,一开 Shadowsocks 防火墙就退出了,防火墙用来阻止某些 APP 联网,所以希望增加这个功能。
Of course we should use camerax, because there is no way we want to maintain these features: https://medium.com/androiddevelopers/camerax-learn-how-to-use-cameracontroller-e3ed10fffecf
**Describe the bug** After turning on Android's private DNS feature, it cannot connect properly. **To Reproduce** Steps to reproduce the behavior: 1. Turn on the private DNS function inside the...
在 shadowsocks-libev 中引入了Key认证方式,能否在shadowsocks-android加入这个认证方式,谢谢!
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Open Shadowsocks app 2. Click on bottom of the...
After 857fb552e92720f94185bb74ebd43c2cd0bf8b53, the only special case this repo does for ACL file is to add bypass LAN routes: https://github.com/shadowsocks/shadowsocks-android/blob/857fb552e92720f94185bb74ebd43c2cd0bf8b53/core/src/main/java/com/github/shadowsocks/bg/VpnService.kt#L192-L206 Unfortunately, this is [known to be buggy on Android 10](https://issuetracker.google.com/issues/149636790), so...