diff --git a/app/orion/release/output-metadata.json b/app/orion/release/output-metadata.json index 980e848e..4050f188 100644 --- a/app/orion/release/output-metadata.json +++ b/app/orion/release/output-metadata.json @@ -16,10 +16,23 @@ } ], "attributes": [], - "versionCode": 565, - "versionName": "Build | Dark-Origin 1.1.0.9", + "versionCode": 580, + "versionName": "Build | Dark-Origin 1.1.0.12", "outputFile": "app-orion-x86_64-release.apk" }, + { + "type": "ONE_OF_MANY", + "filters": [ + { + "filterType": "ABI", + "value": "armeabi-v7a" + } + ], + "attributes": [], + "versionCode": 580, + "versionName": "Build | Dark-Origin 1.1.0.12", + "outputFile": "app-orion-armeabi-v7a-release.apk" + }, { "type": "ONE_OF_MANY", "filters": [ @@ -29,8 +42,8 @@ } ], "attributes": [], - "versionCode": 565, - "versionName": "Build | Dark-Origin 1.1.0.9", + "versionCode": 580, + "versionName": "Build | Dark-Origin 1.1.0.12", "outputFile": "app-orion-x86-release.apk" }, { @@ -42,22 +55,9 @@ } ], "attributes": [], - "versionCode": 565, - "versionName": "Build | Dark-Origin 1.1.0.9", + "versionCode": 580, + "versionName": "Build | Dark-Origin 1.1.0.12", "outputFile": "app-orion-arm64-v8a-release.apk" - }, - { - "type": "ONE_OF_MANY", - "filters": [ - { - "filterType": "ABI", - "value": "armeabi-v7a" - } - ], - "attributes": [], - "versionCode": 565, - "versionName": "Build | Dark-Origin 1.1.0.9", - "outputFile": "app-orion-armeabi-v7a-release.apk" } ], "elementType": "File" diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 6de4a9ff..2f8a7303 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png index c462ce15..e112b86e 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index ddeb85b5..51446637 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png index f2cab61a..da2c991f 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index feaebf88..9d030de2 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png index 052d4627..1c2c6fb3 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 85e6aeb5..9ee2dc57 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png index b28135db..257eb09a 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 7c21dacc..2d680c4d 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png index 635bd331..21537ca1 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ diff --git a/app/src/main/res/values/splashlogoclip_background.xml b/app/src/main/res/values/splashlogoclip_background.xml index 9f72de83..cd7c5594 100644 --- a/app/src/main/res/values/splashlogoclip_background.xml +++ b/app/src/main/res/values/splashlogoclip_background.xml @@ -1,4 +1,4 @@ - #3DDC84 - \ No newline at end of file + #000000 + diff --git a/app/variables.gradle b/app/variables.gradle index b403ea64..bcdd08e6 100755 --- a/app/variables.gradle +++ b/app/variables.gradle @@ -38,7 +38,7 @@ project.ext.min_sdk_version = 21 project.ext.target_sdk_version = 33 project.ext.build_tool_version = '33' project.ext.ndk_version = '24.0.8215888' -project.ext.application_id = "com.hiddenservices.onionservices" +project.ext.application_id = "com.leos.onionservices" project.ext.debugSymbolLevel = 'FULL' /* Splits */ diff --git a/build/kotlin/sessions/kotlin-compiler-16200033780565772113.salive b/build/kotlin/sessions/kotlin-compiler-16200033780565772113.salive deleted file mode 100644 index e69de29b..00000000 diff --git a/build/reports/configuration-cache/4x13hjewmsoppj44lxaaqupn3/7qjy0nhazr889t9ajimaisl34/configuration-cache-report.html b/build/reports/configuration-cache/4x13hjewmsoppj44lxaaqupn3/7qjy0nhazr889t9ajimaisl34/configuration-cache-report.html new file mode 100644 index 00000000..257e0263 --- /dev/null +++ b/build/reports/configuration-cache/4x13hjewmsoppj44lxaaqupn3/7qjy0nhazr889t9ajimaisl34/configuration-cache-report.html @@ -0,0 +1,419 @@ + + + + + + + + + + + Gradle Configuration Cache + + + +
+ +
+ Loading... +
+ + + + + + diff --git a/orbotmanager/src/main/res/values/strings.xml b/orbotmanager/src/main/res/values/strings.xml index 133ddede..92b5baff 100644 --- a/orbotmanager/src/main/res/values/strings.xml +++ b/orbotmanager/src/main/res/values/strings.xml @@ -1,13 +1,13 @@ - Orion - Orion VPN - Orion is a free proxy app that empowers other apps to use the internet more securely. Orion uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis. - Orion is Starting… + LeOSium + LeOSium VPN + LeOSium is a free proxy app that empowers other apps to use the internet more securely. LeOSium uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis. + LeOSium is Starting… Connected to the Tor Network - Orion is Deactivated + LeOSium is Deactivated Connecting with tor network - Orion is Shutting Down + LeOSium is Shutting Down Connect to Tor Couldn\'t start Tor process: