Skip to content

Commit

Permalink
fix: bypass mode in loadbalance and smart mode is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed May 21, 2023
1 parent 6a44657 commit 228492c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
minSdkVersion 21
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 5100552 //hiddify when comes to version 5 change it
versionName "5.2.0" //hiddify
versionCode 5100553 //hiddify when comes to version 5 change it
versionName "5.3.0" //hiddify
}

signingConfigs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ object V2rayConfigUtil {
}
delay
}
v2rayConfig.outbounds.clear()

v2rayConfig.outbounds.removeAt(0)

var balancerSelectors=ArrayList<String>()

for (pair in serversConfigs){
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/app/src/main/res/values/hiddify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string name="no_server_selected">No server is selected!</string>
<string name="expired">Expired</string>
<string name="title_country">Country</string>
<string name="proxyAppAndSites">Proxy which applications and sites</string>
<string name="proxyAppAndSites">Proxy Applications</string>
<string name="hiddify_notification">Hiddify Notifications</string>
<string name="toast_services_failure_config_error">One config has error. Please remove it. It can be one of configs that has -1.</string>
<string name="speedtest">Speed Test</string>
Expand Down

0 comments on commit 228492c

Please sign in to comment.