telemetrie and new icon

v1.6.1
harvey186 2023-09-09 16:52:28 +02:00
parent 7025751084
commit 4f5adae21d
75 changed files with 1701 additions and 26 deletions

View File

@ -16,8 +16,8 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 580, "versionCode": 581,
"versionName": "Build | Dark-Origin 1.1.0.12", "versionName": "Build 1.6.1",
"outputFile": "app-orion-x86_64-release.apk" "outputFile": "app-orion-x86_64-release.apk"
}, },
{ {
@ -29,23 +29,10 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 580, "versionCode": 581,
"versionName": "Build | Dark-Origin 1.1.0.12", "versionName": "Build 1.6.1",
"outputFile": "app-orion-x86-release.apk" "outputFile": "app-orion-x86-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", "type": "ONE_OF_MANY",
"filters": [ "filters": [
@ -55,9 +42,22 @@
} }
], ],
"attributes": [], "attributes": [],
"versionCode": 580, "versionCode": 581,
"versionName": "Build | Dark-Origin 1.1.0.12", "versionName": "Build 1.6.1",
"outputFile": "app-orion-arm64-v8a-release.apk" "outputFile": "app-orion-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 581,
"versionName": "Build 1.6.1",
"outputFile": "app-orion-armeabi-v7a-release.apk"
} }
], ],
"elementType": "File" "elementType": "File"

View File

@ -130,12 +130,12 @@
android:name="com.hiddenservices.onionservices.appManager.settingManager.searchEngineManager.settingSearchController" android:name="com.hiddenservices.onionservices.appManager.settingManager.searchEngineManager.settingSearchController"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:windowSoftInputMode="adjustPan" /> android:windowSoftInputMode="adjustPan" />
<!--
<activity <activity
android:name="com.hiddenservices.onionservices.appManager.settingManager.trackingManager.settingTrackingController" android:name="com.hiddenservices.onionservices.appManager.settingManager.trackingManager.settingTrackingController"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:windowSoftInputMode="adjustPan" /> android:windowSoftInputMode="adjustPan" />
-->
<activity <activity
android:name="com.hiddenservices.onionservices.appManager.homeManager.homeController.homeController" android:name="com.hiddenservices.onionservices.appManager.homeManager.homeController.homeController"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -14,7 +14,6 @@ buildscript {
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.4.2' classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.google.gms:google-services:4.3.15'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
} }
} }

View File

@ -26,7 +26,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = '1.8' jvmTarget = '1.8'
} }
namespace 'org.mozilla.telemetry' namespace 'org.mozilla.telemet'
} }
dependencies { dependencies {

View File

@ -23,7 +23,7 @@ import org.mozilla.telemetry.measurement.TimezoneOffsetMeasurement;
* https://github.com/mozilla-services/mozilla-pipeline-schemas/blob/dc458113a7a523e60a9ba50e1174a3b1e0cfdc24/schemas/pocket/fire-tv-events/fire-tv-events.1.schema.json * https://github.com/mozilla-services/mozilla-pipeline-schemas/blob/dc458113a7a523e60a9ba50e1174a3b1e0cfdc24/schemas/pocket/fire-tv-events/fire-tv-events.1.schema.json
*/ */
public class TelemetryPocketEventPingBuilder extends TelemetryPingBuilder { public class TelemetryPocketEventPingBuilder extends TelemetryPingBuilder {
public static final String TYPE = "fire-tv-events"; public static final String TYPE = "fuck-tv-events";
private static final int VERSION = 1; private static final int VERSION = 1;
private EventsMeasurement eventsMeasurement; private EventsMeasurement eventsMeasurement;