Parcourir la source

updated code - QA_3.2.8

Khubaib il y a 8 mois
Parent
commit
ebc68fdd3b

+ 2 - 2
.idea/deploymentTargetSelector.xml

@@ -4,10 +4,10 @@
     <selectionStates>
       <SelectionState runConfigName="app">
         <option name="selectionMode" value="DROPDOWN" />
-        <DropdownSelection timestamp="2024-06-14T10:24:17.798644529Z">
+        <DropdownSelection timestamp="2024-06-21T15:07:37.894965434Z">
           <Target type="DEFAULT_BOOT">
             <handle>
-              <DeviceId pluginId="Default" identifier="serial=192.168.110.8:5555;connection=9c358723" />
+              <DeviceId pluginId="LocalEmulator" identifier="path=/home/ubuntu/.android/avd/Television_1080p_API_31.avd" />
             </handle>
           </Target>
         </DropdownSelection>

+ 2 - 2
app/build.gradle.kts

@@ -15,8 +15,8 @@ android {
         applicationId = "com.vpn.fastestvpnservice"
         minSdk = 21
         targetSdk = 34
-        versionCode = 327
-        versionName = "3.2.7.1"
+        versionCode = 328
+        versionName = "3.2.8"
 
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
         ndk {

BIN
app/release/app-release.apk


BIN
app/release/app-release.aab


+ 1 - 1
app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java

@@ -388,7 +388,7 @@ public class OpenVPNService extends VpnService implements StateListener, Callbac
 
         }
 
-        startTrafficMonitoring();
+//        startTrafficMonitoring();
         Date Today = Calendar.getInstance().getTime();
         SimpleDateFormat df = new SimpleDateFormat("dd-MMM-yyyy");
 

+ 1 - 1
app/src/main/java/org/strongswan/android/logic/CharonVpnService.java

@@ -257,7 +257,7 @@ public class CharonVpnService extends VpnService implements Runnable, VpnStateSe
                     profile.setVpnType(VpnType.IKEV2_EAP);
                     profile.setName(server_name);
 
-                    startTrafficMonitoring();
+//                    startTrafficMonitoring();
 
                     UiModeManager uiModeManager = (UiModeManager) getApplicationContext().getSystemService(UI_MODE_SERVICE);
                     List<String> splitList = Arrays.asList("All apps use the VPN", "Only allow selected apps to use the vpn",