-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix shadowsocks/shadowsocks-android#2562 #278
Conversation
Why is this? Also there is a better fix imo for this. |
That's bad.. :( |
shadowsocks/shadowsocks-android@0d75659 We should try to find a fix for 0.10.30 as well. Perhaps the new prefab thing? https://android-developers.googleblog.com/2020/02/native-dependencies-in-android-studio-40.html |
Maybe we just increase the minSDK to 23... |
Where did you find the information regarding minSDK? |
I don't know what's impacting the code, but to my perspective, people still use SDK 23 devices don't care about GFW.... My grandma has a MI 6, and it's now on Android 10... I guess it's completely fine to set minSDK to 23. |
Reported to upstream: sfackler/rust-openssl#1315 If we do not get a satisfactory fix we can drop support for Android 5. (openssl updates > legacy Android support) |
So, is it ok for me to merge this MR? @Mygod |
I don't think we need this merged for now. |
I think the missing part is how to pass VPN option to plugins, which is not defined before. Maybe we should fix this from plugin's side instead. |
So let's settle this once and for all: what should we use? |
Since Some programs will exit immediately if it meets unrecognized arguments, which is why I don't think it is a good idea to implicitly add BTW, I propose |
Or maybe we can define a new environment variable, such as |
Let's put |
Fixed via shadowsocks/v2ray-plugin-android@4788843 |
Should we get rid of this hack then? shadowsocks-rust/src/plugin/ss_plugin.rs Line 28 in efd9e77
|
Yep, let's remove that hack. |
Fix shadowsocks/shadowsocks-android#2562