mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Compare commits
	
		
			20 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 7d330cd074 | ||
|  | 8b0e2aaef1 | ||
|  | 5db53d9c71 | ||
|  | ff5bba933b | ||
|  | 2b48ee81b7 | ||
|  | fe6d0040c4 | ||
|  | 17d32cd1c6 | ||
|  | c6a62fe15a | ||
|  | 2b22de585e | ||
|  | 346c670488 | ||
|  | 2137335e56 | ||
|  | cea96275b7 | ||
|  | 9954b68332 | ||
|  | 974a822b29 | ||
|  | 48b89335fa | ||
|  | e834630688 | ||
|  | 3dd1ef076f | ||
|  | e70edae831 | ||
|  | d9b2d18d85 | ||
|  | 96b260e431 | 
							
								
								
									
										2
									
								
								.flutter
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								.flutter
									
									
									
									
									
								
							 Submodule .flutter updated: dec2ee5c1f...17025dd882
									
								
							
							
								
								
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,7 +17,6 @@ jobs: | |||||||
|       - uses: subosito/flutter-action@v2 |       - uses: subosito/flutter-action@v2 | ||||||
|         with: |         with: | ||||||
|           channel: stable |           channel: stable | ||||||
|           flutter-version: 3.24.5 |  | ||||||
|       - uses: actions/setup-java@v4 |       - uses: actions/setup-java@v4 | ||||||
|         with: |         with: | ||||||
|           distribution: 'temurin' # See 'Supported distributions' for available options |           distribution: 'temurin' # See 'Supported distributions' for available options | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -5,9 +5,11 @@ | |||||||
| *.swp | *.swp | ||||||
| .DS_Store | .DS_Store | ||||||
| .atom/ | .atom/ | ||||||
|  | .build/ | ||||||
| .buildlog/ | .buildlog/ | ||||||
| .history | .history | ||||||
| .svn/ | .svn/ | ||||||
|  | .swiftpm/ | ||||||
| migrate_working_dir/ | migrate_working_dir/ | ||||||
| .vscode/ | .vscode/ | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										30
									
								
								.metadata
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								.metadata
									
									
									
									
									
								
							| @@ -1,11 +1,11 @@ | |||||||
| # This file tracks properties of this Flutter project. | # This file tracks properties of this Flutter project. | ||||||
| # Used by Flutter tool to assess capabilities and perform upgrades etc. | # Used by Flutter tool to assess capabilities and perform upgrades etc. | ||||||
| # | # | ||||||
| # This file should be version controlled. | # This file should be version controlled and should not be manually edited. | ||||||
|  |  | ||||||
| version: | version: | ||||||
|   revision: 543dac2f35de563fcb6905e9146bdce712c44000 |   revision: "17025dd88227cd9532c33fa78f5250d548d87e9a" | ||||||
|   channel: master |   channel: "stable" | ||||||
|  |  | ||||||
| project_type: app | project_type: app | ||||||
|  |  | ||||||
| @@ -13,14 +13,26 @@ project_type: app | |||||||
| migration: | migration: | ||||||
|   platforms: |   platforms: | ||||||
|     - platform: root |     - platform: root | ||||||
|       create_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|       base_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|     - platform: android |     - platform: android | ||||||
|       create_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|       base_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|     - platform: ios |     - platform: ios | ||||||
|       create_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|       base_revision: 543dac2f35de563fcb6905e9146bdce712c44000 |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |     - platform: linux | ||||||
|  |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |     - platform: macos | ||||||
|  |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |     - platform: web | ||||||
|  |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |     - platform: windows | ||||||
|  |       create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |       base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a | ||||||
|  |  | ||||||
|   # User provided section |   # User provided section | ||||||
|  |  | ||||||
|   | |||||||
| @@ -13,8 +13,7 @@ linter: | |||||||
|   # The lint rules applied to this project can be customized in the |   # The lint rules applied to this project can be customized in the | ||||||
|   # section below to disable rules from the `package:flutter_lints/flutter.yaml` |   # section below to disable rules from the `package:flutter_lints/flutter.yaml` | ||||||
|   # included above or to enable additional rules. A list of all available lints |   # included above or to enable additional rules. A list of all available lints | ||||||
|   # and their documentation is published at |   # and their documentation is published at https://dart.dev/lints. | ||||||
|   # https://dart-lang.github.io/linter/lints/index.html. |  | ||||||
|   # |   # | ||||||
|   # Instead of disabling a lint rule for the entire project in the |   # Instead of disabling a lint rule for the entire project in the | ||||||
|   # section below, it can also be suppressed for a single line of code |   # section below, it can also be suppressed for a single line of code | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								android/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								android/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -7,7 +7,7 @@ gradle-wrapper.jar | |||||||
| GeneratedPluginRegistrant.java | GeneratedPluginRegistrant.java | ||||||
|  |  | ||||||
| # Remember to never publicly share your keystore. | # Remember to never publicly share your keystore. | ||||||
| # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app | # See https://flutter.dev/to/reference-keystore | ||||||
| key.properties | key.properties | ||||||
| **/*.keystore | **/*.keystore | ||||||
| **/*.jks | **/*.jks | ||||||
|   | |||||||
| @@ -1,6 +1,7 @@ | |||||||
| plugins { | plugins { | ||||||
|     id "com.android.application" |     id "com.android.application" | ||||||
|     id "kotlin-android" |     id "kotlin-android" | ||||||
|  |     // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. | ||||||
|     id "dev.flutter.flutter-gradle-plugin" |     id "dev.flutter.flutter-gradle-plugin" | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -29,31 +30,28 @@ if (keystorePropertiesFile.exists()) { | |||||||
| } | } | ||||||
|  |  | ||||||
| android { | android { | ||||||
|     namespace "dev.imranr.obtainium" |     namespace = "dev.imranr.obtainium" | ||||||
|     compileSdk flutter.compileSdkVersion |     compileSdk = flutter.compileSdkVersion | ||||||
|     ndkVersion flutter.ndkVersion |     ndkVersion = flutter.ndkVersion | ||||||
|  |  | ||||||
|     compileOptions { |     compileOptions { | ||||||
|         sourceCompatibility JavaVersion.VERSION_1_8 |         sourceCompatibility = JavaVersion.VERSION_1_8 | ||||||
|         targetCompatibility JavaVersion.VERSION_1_8 |         targetCompatibility = JavaVersion.VERSION_1_8 | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     kotlinOptions { |     kotlinOptions { | ||||||
|         jvmTarget = '1.8' |         jvmTarget = JavaVersion.VERSION_1_8 | ||||||
|     } |  | ||||||
|  |  | ||||||
|     sourceSets { |  | ||||||
|         main.java.srcDirs += 'src/main/kotlin' |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         applicationId "dev.imranr.obtainium" |         // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | ||||||
|  |         applicationId = "dev.imranr.obtainium" | ||||||
|         // You can update the following values to match your application needs. |         // You can update the following values to match your application needs. | ||||||
|         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. |         // For more information, see: https://flutter.dev/to/review-gradle-config. | ||||||
|         minSdkVersion 24 |         minSdk = 24 | ||||||
|         targetSdkVersion flutter.targetSdkVersion |         targetSdk = flutter.targetSdkVersion | ||||||
|         versionCode flutterVersionCode.toInteger() |         versionCode = flutter.versionCode | ||||||
|         versionName flutterVersionName |         versionName = flutter.versionName | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     flavorDimensions "flavor" |     flavorDimensions "flavor" | ||||||
| @@ -77,6 +75,7 @@ android { | |||||||
|             storePassword keystoreProperties['storePassword'] |             storePassword keystoreProperties['storePassword'] | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     buildTypes { |     buildTypes { | ||||||
|         release { |         release { | ||||||
|             signingConfig signingConfigs.release |             signingConfig signingConfigs.release | ||||||
| @@ -89,11 +88,7 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| flutter { | flutter { | ||||||
|     source '../..' |     source = "../.." | ||||||
| } |  | ||||||
|  |  | ||||||
| repositories { |  | ||||||
|     maven { url 'https://jitpack.io' } |  | ||||||
| } | } | ||||||
|  |  | ||||||
| ext.abiCodes = ["x86_64": 1, "armeabi-v7a": 2, "arm64-v8a": 3] | ext.abiCodes = ["x86_64": 1, "armeabi-v7a": 2, "arm64-v8a": 3] | ||||||
|   | |||||||
| @@ -12,6 +12,7 @@ | |||||||
|             android:name=".MainActivity" |             android:name=".MainActivity" | ||||||
|             android:exported="true" |             android:exported="true" | ||||||
|             android:launchMode="singleTop" |             android:launchMode="singleTop" | ||||||
|  |             android:taskAffinity="" | ||||||
|             android:theme="@style/LaunchTheme" |             android:theme="@style/LaunchTheme" | ||||||
|             android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" |             android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" | ||||||
|             android:hardwareAccelerated="true" |             android:hardwareAccelerated="true" | ||||||
| @@ -25,8 +26,8 @@ | |||||||
|               android:resource="@style/NormalTheme" |               android:resource="@style/NormalTheme" | ||||||
|               /> |               /> | ||||||
|             <intent-filter> |             <intent-filter> | ||||||
|                 <action android:name="android.intent.action.MAIN" /> |                 <action android:name="android.intent.action.MAIN"/> | ||||||
|                 <category android:name="android.intent.category.LAUNCHER" /> |                 <category android:name="android.intent.category.LAUNCHER"/> | ||||||
|             </intent-filter> |             </intent-filter> | ||||||
|             <intent-filter> |             <intent-filter> | ||||||
|                 <action |                 <action | ||||||
| @@ -39,7 +40,6 @@ | |||||||
|                 <category android:name="android.intent.category.BROWSABLE" /> |                 <category android:name="android.intent.category.BROWSABLE" /> | ||||||
|                 <data android:scheme="obtainium" /> |                 <data android:scheme="obtainium" /> | ||||||
|             </intent-filter> |             </intent-filter> | ||||||
|  |  | ||||||
|         </activity> |         </activity> | ||||||
|         <!-- Don't delete the meta-data below. |         <!-- Don't delete the meta-data below. | ||||||
|              This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> |              This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> | ||||||
| @@ -71,6 +71,17 @@ | |||||||
|     <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> |     <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> | ||||||
|     <uses-permission |     <uses-permission | ||||||
|         android:name="android.permission.WRITE_EXTERNAL_STORAGE" |         android:name="android.permission.WRITE_EXTERNAL_STORAGE" | ||||||
|         android:maxSdkVersion="29" />\ |         android:maxSdkVersion="29" /> | ||||||
|     <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> |     <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> | ||||||
|  |     <!-- Required to query activities that can process text, see: | ||||||
|  |          https://developer.android.com/training/package-visibility and | ||||||
|  |          https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT. | ||||||
|  |  | ||||||
|  |          In particular, this is used by the Flutter engine in io.flutter.plugin.text.ProcessTextPlugin. --> | ||||||
|  |     <queries> | ||||||
|  |         <intent> | ||||||
|  |             <action android:name="android.intent.action.PROCESS_TEXT"/> | ||||||
|  |             <data android:mimeType="text/plain"/> | ||||||
|  |         </intent> | ||||||
|  |     </queries> | ||||||
| </manifest> | </manifest> | ||||||
|   | |||||||
| @@ -9,12 +9,12 @@ allprojects { | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| rootProject.buildDir = '../build' | rootProject.buildDir = "../build" | ||||||
| subprojects { | subprojects { | ||||||
|     project.buildDir = "${rootProject.buildDir}/${project.name}" |     project.buildDir = "${rootProject.buildDir}/${project.name}" | ||||||
| } | } | ||||||
| subprojects { | subprojects { | ||||||
|     project.evaluationDependsOn(':app') |     project.evaluationDependsOn(":app") | ||||||
| } | } | ||||||
|  |  | ||||||
| tasks.register("clean", Delete) { | tasks.register("clean", Delete) { | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| org.gradle.jvmargs=-Xmx2048M | org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError | ||||||
| android.useAndroidX=true | android.useAndroidX=true | ||||||
| android.enableJetifier=true | android.enableJetifier=true | ||||||
|   | |||||||
| @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME | |||||||
| distributionPath=wrapper/dists | distributionPath=wrapper/dists | ||||||
| zipStoreBase=GRADLE_USER_HOME | zipStoreBase=GRADLE_USER_HOME | ||||||
| zipStorePath=wrapper/dists | zipStorePath=wrapper/dists | ||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip | distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip | ||||||
|   | |||||||
| @@ -18,8 +18,8 @@ pluginManagement { | |||||||
|  |  | ||||||
| plugins { | plugins { | ||||||
|     id "dev.flutter.flutter-plugin-loader" version "1.0.0" |     id "dev.flutter.flutter-plugin-loader" version "1.0.0" | ||||||
|     id "com.android.application" version "7.4.2" apply false |     id "com.android.application" version "8.1.0" apply false | ||||||
|     id "org.jetbrains.kotlin.android" version "1.8.10" apply false |     id "org.jetbrains.kotlin.android" version "1.8.22" apply false | ||||||
| } | } | ||||||
|  |  | ||||||
| include ":app" | include ":app" | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								assets/graphics/badge_obtainium_i18n/badge_obtainium_zh-Hans.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/graphics/badge_obtainium_i18n/badge_obtainium_zh-Hans.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 26 KiB | 
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Allow insecure HTTP requests", |     "allowInsecure": "Allow insecure HTTP requests", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "Stay one version behind latest", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "Refresh app details before download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Želite li ukloniti aplikaciju?", |         "one": "Želite li ukloniti aplikaciju?", | ||||||
|         "other": "Želite li ukloniti aplikacije?" |         "other": "Želite li ukloniti aplikacije?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Povolení nezabezpečených požadavků HTTP", |     "allowInsecure": "Povolení nezabezpečených požadavků HTTP", | ||||||
|     "stayOneVersionBehind": "Zůstaňte o jednu verzi pozadu za nejnovější", |     "stayOneVersionBehind": "Zůstaňte o jednu verzi pozadu za nejnovější", | ||||||
|     "refreshBeforeDownload": "Obnovení údajů o aplikaci před stažením", |     "refreshBeforeDownload": "Obnovení údajů o aplikaci před stažením", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Odstranit Apku?", |         "one": "Odstranit Apku?", | ||||||
|         "other": "Odstranit Apky?" |         "other": "Odstranit Apky?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Tillad usikre HTTP-anmodninger", |     "allowInsecure": "Tillad usikre HTTP-anmodninger", | ||||||
|     "stayOneVersionBehind": "Forbliv én version bagud den seneste", |     "stayOneVersionBehind": "Forbliv én version bagud den seneste", | ||||||
|     "refreshBeforeDownload": "Opdater app-detaljer før download", |     "refreshBeforeDownload": "Opdater app-detaljer før download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Fjern app?", |         "one": "Fjern app?", | ||||||
|         "other": "Fjern apps?" |         "other": "Fjern apps?" | ||||||
|   | |||||||
| @@ -31,9 +31,9 @@ | |||||||
|     "xIsTrackOnly": "{} ist nur zur Nachverfolgung", |     "xIsTrackOnly": "{} ist nur zur Nachverfolgung", | ||||||
|     "source": "Quelle", |     "source": "Quelle", | ||||||
|     "app": "App", |     "app": "App", | ||||||
|     "appsFromSourceAreTrackOnly": "Apps aus dieser Quelle sind nur zur Nachverfolgung.", |     "appsFromSourceAreTrackOnly": "Apps aus dieser Quelle sind nur zur Versionsüberwachung.", | ||||||
|     "youPickedTrackOnly": "Sie haben die Option „Nur nachverfolgen“ gewählt.", |     "youPickedTrackOnly": "Du hast die Option „Nur nachverfolgen“ gewählt.", | ||||||
|     "trackOnlyAppDescription": "Die App wird auf Aktualisierungen überwacht, aber Obtainium wird sie nicht herunterladen oder installieren.", |     "trackOnlyAppDescription": "Die App wird auf neue verfügbare Versionen überwacht, aber Obtainium wird sie nicht herunterladen oder installieren.", | ||||||
|     "cancelled": "Abgebrochen", |     "cancelled": "Abgebrochen", | ||||||
|     "appAlreadyAdded": "App bereits hinzugefügt", |     "appAlreadyAdded": "App bereits hinzugefügt", | ||||||
|     "alreadyUpToDateQuestion": "App bereits auf dem neuesten Stand?", |     "alreadyUpToDateQuestion": "App bereits auf dem neuesten Stand?", | ||||||
| @@ -85,8 +85,8 @@ | |||||||
|     "filter": "Filter", |     "filter": "Filter", | ||||||
|     "filterApps": "Apps filtern", |     "filterApps": "Apps filtern", | ||||||
|     "appName": "App-Name", |     "appName": "App-Name", | ||||||
|     "author": "Autor", |     "author": "Autor:in", | ||||||
|     "upToDateApps": "Apps mit aktueller Version", |     "upToDateApps": "Apps mit aktuellster Version", | ||||||
|     "nonInstalledApps": "Nicht installierte Apps", |     "nonInstalledApps": "Nicht installierte Apps", | ||||||
|     "importExport": "Import/Export", |     "importExport": "Import/Export", | ||||||
|     "settings": "Einstellungen", |     "settings": "Einstellungen", | ||||||
| @@ -102,7 +102,7 @@ | |||||||
|     "searchX": "{} suchen", |     "searchX": "{} suchen", | ||||||
|     "noResults": "Keine Ergebnisse gefunden", |     "noResults": "Keine Ergebnisse gefunden", | ||||||
|     "importX": "{} importieren", |     "importX": "{} importieren", | ||||||
|     "importedAppsIdDisclaimer": "Importierte Apps werden manchmal fälschlicherweise als „Nicht installiert“ angezeigt. Um dies zu beheben, installieren Sie sie erneut über Obtainium. Dies hat keine Auswirkungen auf App-Daten. Es betrifft nur URL- und Drittanbieter-Importmethoden.", |     "importedAppsIdDisclaimer": "Importierte Apps werden manchmal fälschlicherweise als „Nicht installiert“ angezeigt. Um dies zu beheben, installiere sie erneut über Obtainium. Dies hat keine Auswirkungen auf App-Daten. Es betrifft nur URL- und Drittanbieter-Importmethoden.", | ||||||
|     "importErrors": "Importfehler", |     "importErrors": "Importfehler", | ||||||
|     "importedXOfYApps": "{} von {} Apps importiert.", |     "importedXOfYApps": "{} von {} Apps importiert.", | ||||||
|     "followingURLsHadErrors": "Bei folgenden URLs traten Fehler auf:", |     "followingURLsHadErrors": "Bei folgenden URLs traten Fehler auf:", | ||||||
| @@ -112,12 +112,12 @@ | |||||||
|     "theme": "Theme", |     "theme": "Theme", | ||||||
|     "dark": "Dunkel", |     "dark": "Dunkel", | ||||||
|     "light": "Hell", |     "light": "Hell", | ||||||
|     "followSystem": "System folgen", |     "followSystem": "Systemstandard", | ||||||
|     "followSystemThemeExplanation": "Das Folgen des Systemthemes ist unter Android < 10 nur mit Hilfe von Drittanbieterapps möglich", |     "followSystemThemeExplanation": "Das Abrufen des Systemdesigns ist unter Android < 10 nur mit Hilfe von Drittanbieterapps möglich", | ||||||
|     "useBlackTheme": "Rein schwarzen Hintergrund verwenden", |     "useBlackTheme": "Rein schwarzen Hintergrund verwenden", | ||||||
|     "appSortBy": "App sortieren nach", |     "appSortBy": "App sortieren nach", | ||||||
|     "authorName": "Autor/Name", |     "authorName": "Autor:in/Name", | ||||||
|     "nameAuthor": "Name/Autor", |     "nameAuthor": "Name/Autor:in", | ||||||
|     "asAdded": "Wie hinzugefügt", |     "asAdded": "Wie hinzugefügt", | ||||||
|     "appSortOrder": "App sortieren nach", |     "appSortOrder": "App sortieren nach", | ||||||
|     "ascending": "Aufsteigend", |     "ascending": "Aufsteigend", | ||||||
| @@ -138,30 +138,30 @@ | |||||||
|     "obtainiumExportHyphenatedLowercase": "Obtainium-Export", |     "obtainiumExportHyphenatedLowercase": "Obtainium-Export", | ||||||
|     "pickAnAPK": "APK auswählen", |     "pickAnAPK": "APK auswählen", | ||||||
|     "appHasMoreThanOnePackage": "{} verfügt über mehr als ein Paket:", |     "appHasMoreThanOnePackage": "{} verfügt über mehr als ein Paket:", | ||||||
|     "deviceSupportsXArch": "Ihr Gerät unterstützt die CPU-Architektur {}.", |     "deviceSupportsXArch": "Dein Gerät unterstützt die CPU-Architektur {}.", | ||||||
|     "deviceSupportsFollowingArchs": "Ihr Gerät unterstützt die folgenden CPU-Architekturen:", |     "deviceSupportsFollowingArchs": "Dein Gerät unterstützt die folgenden CPU-Architekturen:", | ||||||
|     "warning": "Warnung", |     "warning": "Warnung", | ||||||
|     "sourceIsXButPackageFromYPrompt": "Die App-Quelle ist '{}', aber das Release-Paket stammt von '{}'. Fortfahren?", |     "sourceIsXButPackageFromYPrompt": "Die App-Quelle ist '{}', aber das Release-Paket stammt von '{}'. Fortfahren?", | ||||||
|     "updatesAvailable": "Aktualisierungen verfügbar", |     "updatesAvailable": "Aktualisierungen verfügbar", | ||||||
|     "updatesAvailableNotifDescription": "Benachrichtigt den Nutzer, dass Aktualisierungen für eine oder mehrere von Obtainium verfolgte Apps verfügbar sind", |     "updatesAvailableNotifDescription": "Benachrichtigt, wenn Aktualisierungen für eine oder mehrere von Obtainium verfolgte Apps verfügbar sind", | ||||||
|     "noNewUpdates": "Keine neuen Aktualisierungen.", |     "noNewUpdates": "Keine neuen Aktualisierungen.", | ||||||
|     "xHasAnUpdate": "{} hat eine Aktualisierung.", |     "xHasAnUpdate": "{} hat eine Aktualisierung.", | ||||||
|     "appsUpdated": "App wurde aktualisiert", |     "appsUpdated": "App wurde aktualisiert", | ||||||
|     "appsNotUpdated": "Aktualisierung der Apps fehlgeschlagen", |     "appsNotUpdated": "Aktualisierung der Apps fehlgeschlagen", | ||||||
|     "appsUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps im Hintergrund durchgeführt wurden", |     "appsUpdatedNotifDescription": "Benachrichtigt, wenn Aktualisierungen für eine oder mehrere Apps im Hintergrund durchgeführt wurden", | ||||||
|     "xWasUpdatedToY": "{} wurde auf {} aktualisiert.", |     "xWasUpdatedToY": "{} wurde auf {} aktualisiert.", | ||||||
|     "xWasNotUpdatedToY": "Die Aktualisierung von {} auf {} ist fehlgeschlagen.", |     "xWasNotUpdatedToY": "Die Aktualisierung von {} auf {} ist fehlgeschlagen.", | ||||||
|     "errorCheckingUpdates": "Fehler beim Prüfen auf Aktualisierungen", |     "errorCheckingUpdates": "Fehler beim Prüfen auf Aktualisierungen", | ||||||
|     "errorCheckingUpdatesNotifDescription": "Eine Benachrichtigung, die angezeigt wird, wenn die Prüfung der Hintergrundaktualisierung fehlschlägt", |     "errorCheckingUpdatesNotifDescription": "Weist darauf hin, dass die Prüfung der Hintergrundaktualisierung fehlgeschlagen ist", | ||||||
|     "appsRemoved": "Apps entfernt", |     "appsRemoved": "Apps entfernt", | ||||||
|     "appsRemovedNotifDescription": "Benachrichtigt den Benutzer, dass eine oder mehrere Apps aufgrund von Fehlern beim Laden entfernt wurden", |     "appsRemovedNotifDescription": "Weist darauf hin, dass eine oder mehrere Apps aufgrund von Fehlern beim Laden entfernt wurden", | ||||||
|     "xWasRemovedDueToErrorY": "{} wurde aufgrund des folgenden Fehlers entfernt: {}", |     "xWasRemovedDueToErrorY": "{} wurde aufgrund des folgenden Fehlers entfernt: {}", | ||||||
|     "completeAppInstallation": "App-Installation abschließen", |     "completeAppInstallation": "App-Installation abschließen", | ||||||
|     "obtainiumMustBeOpenToInstallApps": "Obtainium muss geöffnet sein, um Apps zu installieren", |     "obtainiumMustBeOpenToInstallApps": "Obtainium muss geöffnet sein, um Apps zu installieren", | ||||||
|     "completeAppInstallationNotifDescription": "Aufforderung an den Benutzer, zu Obtainium zurückzukehren, um die Installation einer App abzuschließen", |     "completeAppInstallationNotifDescription": "Aufforderung zu Obtainium zurückzukehren, um die Installation einer App abzuschließen", | ||||||
|     "checkingForUpdates": "Nach Aktualisierungen suchen", |     "checkingForUpdates": "Nach Aktualisierungen suchen", | ||||||
|     "checkingForUpdatesNotifDescription": "Vorübergehende Benachrichtigung, die bei der Suche nach Aktualisierungen angezeigt wird", |     "checkingForUpdatesNotifDescription": "Vorübergehende Benachrichtigung, die bei der Suche nach Aktualisierungen angezeigt wird", | ||||||
|     "pleaseAllowInstallPerm": "Bitte erlauben Sie Obtainium die Installation von Apps", |     "pleaseAllowInstallPerm": "Bitte erlaube Obtainium die Installation von Apps", | ||||||
|     "trackOnly": "Nur nachverfolgen", |     "trackOnly": "Nur nachverfolgen", | ||||||
|     "errorWithHttpStatusCode": "Fehler {}", |     "errorWithHttpStatusCode": "Fehler {}", | ||||||
|     "versionCorrectionDisabled": "Versionskorrektur deaktiviert (Plugin scheint nicht zu funktionieren)", |     "versionCorrectionDisabled": "Versionskorrektur deaktiviert (Plugin scheint nicht zu funktionieren)", | ||||||
| @@ -190,7 +190,7 @@ | |||||||
|     "downloadX": "{} herunterladen", |     "downloadX": "{} herunterladen", | ||||||
|     "downloadedX": "{} heruntergeladen", |     "downloadedX": "{} heruntergeladen", | ||||||
|     "releaseAsset": "Release-Asset", |     "releaseAsset": "Release-Asset", | ||||||
|     "downloadNotifDescription": "Benachrichtigt den Nutzer über den Fortschritt beim Herunterladen einer App", |     "downloadNotifDescription": "Zeigt den Fortschritt beim Herunterladen einer App", | ||||||
|     "noAPKFound": "Keine APK gefunden", |     "noAPKFound": "Keine APK gefunden", | ||||||
|     "noVersionDetection": "Keine Versionserkennung", |     "noVersionDetection": "Keine Versionserkennung", | ||||||
|     "categorize": "Kategorisieren", |     "categorize": "Kategorisieren", | ||||||
| @@ -223,7 +223,7 @@ | |||||||
|     "autoApkFilterByArch": "Nach Möglichkeit versuchen, APKs nach CPU-Architektur zu filtern", |     "autoApkFilterByArch": "Nach Möglichkeit versuchen, APKs nach CPU-Architektur zu filtern", | ||||||
|     "overrideSource": "Quelle überschreiben", |     "overrideSource": "Quelle überschreiben", | ||||||
|     "dontShowAgain": "Nicht noch einmal anzeigen", |     "dontShowAgain": "Nicht noch einmal anzeigen", | ||||||
|     "dontShowTrackOnlyWarnings": "Warnung für 'Nur nachverfolgen' nicht anzeigen", |     "dontShowTrackOnlyWarnings": "Warnung für „Nur nachverfolgen“ nicht anzeigen", | ||||||
|     "dontShowAPKOriginWarnings": "Warnung für APK-Herkunft nicht anzeigen", |     "dontShowAPKOriginWarnings": "Warnung für APK-Herkunft nicht anzeigen", | ||||||
|     "moveNonInstalledAppsToBottom": "Nicht installierte Apps ans Ende der App-Ansicht verschieben", |     "moveNonInstalledAppsToBottom": "Nicht installierte Apps ans Ende der App-Ansicht verschieben", | ||||||
|     "gitlabPATLabel": "Persönlicher Zugangstoken für GitLab", |     "gitlabPATLabel": "Persönlicher Zugangstoken für GitLab", | ||||||
| @@ -231,7 +231,7 @@ | |||||||
|     "requiresCredentialsInSettings": "{}: Benötigt zusätzliche Anmeldedaten (in den Einstellungen)", |     "requiresCredentialsInSettings": "{}: Benötigt zusätzliche Anmeldedaten (in den Einstellungen)", | ||||||
|     "checkOnStart": "Einmalig beim Start überprüfen", |     "checkOnStart": "Einmalig beim Start überprüfen", | ||||||
|     "tryInferAppIdFromCode": "Versuchen, die App-ID aus dem Quellcode zu ermitteln", |     "tryInferAppIdFromCode": "Versuchen, die App-ID aus dem Quellcode zu ermitteln", | ||||||
|     "removeOnExternalUninstall": "Automatisches Entfernen von extern deinstallierten Apps", |     "removeOnExternalUninstall": "Extern deinstallierte Apps automatische entfernen", | ||||||
|     "pickHighestVersionCode": "Automatische Auswahl des APK mit höchstem Versionscode", |     "pickHighestVersionCode": "Automatische Auswahl des APK mit höchstem Versionscode", | ||||||
|     "checkUpdateOnDetailPage": "Nach Aktualisierungen suchen, wenn eine App-Detailseite geöffnet wird", |     "checkUpdateOnDetailPage": "Nach Aktualisierungen suchen, wenn eine App-Detailseite geöffnet wird", | ||||||
|     "disablePageTransitions": "Animationen für Seitenübergänge deaktivieren", |     "disablePageTransitions": "Animationen für Seitenübergänge deaktivieren", | ||||||
| @@ -241,10 +241,10 @@ | |||||||
|     "addInfoInSettings": "Diese Information in den Einstellungen hinzufügen.", |     "addInfoInSettings": "Diese Information in den Einstellungen hinzufügen.", | ||||||
|     "githubSourceNote": "Die GitHub-Ratenbegrenzung kann mit einem API-Schlüssel umgangen werden.", |     "githubSourceNote": "Die GitHub-Ratenbegrenzung kann mit einem API-Schlüssel umgangen werden.", | ||||||
|     "sortByLastLinkSegment": "Nur nach dem letzten Teil des Links sortieren", |     "sortByLastLinkSegment": "Nur nach dem letzten Teil des Links sortieren", | ||||||
|     "filterReleaseNotesByRegEx": "Versionshinweise nach regulärem Ausdruck filtern", |     "filterReleaseNotesByRegEx": "Versionshinweise nach regulärem Ausdruck\nfiltern", | ||||||
|     "customLinkFilterRegex": "Benutzerdefinierter APK-Linkfilter durch regulären Ausdruck (Standard '.apk$')", |     "customLinkFilterRegex": "Benutzerdefinierter APK-Linkfilter durch regulären Ausdruck (Standard '.apk$')", | ||||||
|     "appsPossiblyUpdated": "App-Aktualisierungen wurden versucht", |     "appsPossiblyUpdated": "App-Aktualisierungen wurden versucht", | ||||||
|     "appsPossiblyUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps möglicherweise im Hintergrund durchgeführt wurden", |     "appsPossiblyUpdatedNotifDescription": "Benachrichtigt, dass Aktualisierungen für eine oder mehrere Apps möglicherweise im Hintergrund durchgeführt wurden", | ||||||
|     "xWasPossiblyUpdatedToY": "{} wurde möglicherweise aktualisiert auf {}.", |     "xWasPossiblyUpdatedToY": "{} wurde möglicherweise aktualisiert auf {}.", | ||||||
|     "enableBackgroundUpdates": "Hintergrundaktualisierungen aktivieren", |     "enableBackgroundUpdates": "Hintergrundaktualisierungen aktivieren", | ||||||
|     "backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.", |     "backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.", | ||||||
| @@ -254,13 +254,13 @@ | |||||||
|     "filterByLinkText": "Links durch Linktext filtern", |     "filterByLinkText": "Links durch Linktext filtern", | ||||||
|     "intermediateLinkNotFound": "„Zwischen“-Link nicht gefunden", |     "intermediateLinkNotFound": "„Zwischen“-Link nicht gefunden", | ||||||
|     "intermediateLink": "„Zwischen“-Link", |     "intermediateLink": "„Zwischen“-Link", | ||||||
|     "exemptFromBackgroundUpdates": "Ausschluss von Hintergrundaktualisierungen (falls aktiviert)", |     "exemptFromBackgroundUpdates": "Von Hintergrundaktualisierungen (falls aktiviert) ausschließen", | ||||||
|     "bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen deaktivieren, wenn kein WLAN vorhanden ist", |     "bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen nur im WLAN ausführen", | ||||||
|     "bgUpdatesWhileChargingOnly": "Hintergrundaktualisierungen deaktivieren, wenn nicht geladen wird", |     "bgUpdatesWhileChargingOnly": "Hintergrundaktualisierungen nur ausführen, während das Gerät geladen wird", | ||||||
|     "autoSelectHighestVersionCode": "Automatisch höchste APK-Version auswählen", |     "autoSelectHighestVersionCode": "Automatisch höchste APK-Version auswählen", | ||||||
|     "versionExtractionRegEx": "Versionsextraktion per RegEx", |     "versionExtractionRegEx": "Versionsextraktion per RegEx", | ||||||
|     "trimVersionString": "Versionszeichenfolge mit RegEx kürzen", |     "trimVersionString": "Versionszeichenfolge mit RegEx kürzen", | ||||||
|     "matchGroupToUseForX": "Zu verwendende Abgleichsgruppe für „{}“", |     "matchGroupToUseForX": "Zu verwendende Abgleichsgruppe für\n„{}“", | ||||||
|     "matchGroupToUse": "Zu verwendende Gruppe abgleichen", |     "matchGroupToUse": "Zu verwendende Gruppe abgleichen", | ||||||
|     "highlightTouchTargets": "Weniger offensichtliche Touch-Ziele hervorheben", |     "highlightTouchTargets": "Weniger offensichtliche Touch-Ziele hervorheben", | ||||||
|     "pickExportDir": "Export-Verzeichnis wählen", |     "pickExportDir": "Export-Verzeichnis wählen", | ||||||
| @@ -268,7 +268,7 @@ | |||||||
|     "includeSettings": "Einstellungen einbeziehen", |     "includeSettings": "Einstellungen einbeziehen", | ||||||
|     "filterVersionsByRegEx": "Versionen nach regulären Ausdrücken filtern", |     "filterVersionsByRegEx": "Versionen nach regulären Ausdrücken filtern", | ||||||
|     "trySelectingSuggestedVersionCode": "Versuchen, den vorgeschlagenen APK-Versionscode auszuwählen", |     "trySelectingSuggestedVersionCode": "Versuchen, den vorgeschlagenen APK-Versionscode auszuwählen", | ||||||
|     "dontSortReleasesList": "Freigaberelease von der API ordern", |     "dontSortReleasesList": "Releases-Sortierung der API beibehalten", | ||||||
|     "reverseSort": "Umgekehrtes Sortieren", |     "reverseSort": "Umgekehrtes Sortieren", | ||||||
|     "takeFirstLink": "Ersten Link verwenden", |     "takeFirstLink": "Ersten Link verwenden", | ||||||
|     "skipSort": "Sortieren überspringen", |     "skipSort": "Sortieren überspringen", | ||||||
| @@ -294,10 +294,10 @@ | |||||||
|     "shizukuBinderNotFound": "Kompatibler Shizuku-Dienst wurde nicht gefunden", |     "shizukuBinderNotFound": "Kompatibler Shizuku-Dienst wurde nicht gefunden", | ||||||
|     "shizukuOld": "Alte Shizuku-Version (< 11) - aktualisieren Sie sie", |     "shizukuOld": "Alte Shizuku-Version (< 11) - aktualisieren Sie sie", | ||||||
|     "shizukuOldAndroidWithADB": "Shizuku läuft auf Android < 8.1 mit ADB - aktualisieren Sie Android oder verwenden Sie stattdessen Sui", |     "shizukuOldAndroidWithADB": "Shizuku läuft auf Android < 8.1 mit ADB - aktualisieren Sie Android oder verwenden Sie stattdessen Sui", | ||||||
|     "shizukuPretendToBeGooglePlay": "Google Play als Installationsquelle festlegen (wenn Shizuku verwendet wird)", |     "shizukuPretendToBeGooglePlay": "(Mittels Shizuku) Google Play als Installationsquelle registrieren", | ||||||
|     "useSystemFont": "Systemschriftart verwenden", |     "useSystemFont": "Systemschriftart verwenden", | ||||||
|     "useVersionCodeAsOSVersion": "App-Version als erkannte Version vom Betriebssystem verwenden", |     "useVersionCodeAsOSVersion": "Versionscode (versionCode) als erkannte Version vom Betriebssystem verwenden", | ||||||
|     "requestHeader": "Kopfzeile anfordern", |     "requestHeader": "Kopfzeile („Header“) anfordern", | ||||||
|     "useLatestAssetDateAsReleaseDate": "Letzten Asset-Upload als Veröffentlichungsdatum verwenden", |     "useLatestAssetDateAsReleaseDate": "Letzten Asset-Upload als Veröffentlichungsdatum verwenden", | ||||||
|     "defaultPseudoVersioningMethod": "Standardmäßiges Verfahren zur Pseudo-Versionierung", |     "defaultPseudoVersioningMethod": "Standardmäßiges Verfahren zur Pseudo-Versionierung", | ||||||
|     "partialAPKHash": "Partieller APK-Hash", |     "partialAPKHash": "Partieller APK-Hash", | ||||||
| @@ -309,30 +309,31 @@ | |||||||
|     "invertRegEx": "Regulären Ausdruck invertieren", |     "invertRegEx": "Regulären Ausdruck invertieren", | ||||||
|     "note": "Hinweis", |     "note": "Hinweis", | ||||||
|     "selfHostedNote": "Das „{}“-Drop-down-Menü kann verwendet werden, um selbst gehostete/angepasste Instanzen einer beliebigen Quelle zu erreichen.", |     "selfHostedNote": "Das „{}“-Drop-down-Menü kann verwendet werden, um selbst gehostete/angepasste Instanzen einer beliebigen Quelle zu erreichen.", | ||||||
|     "badDownload": "Die APK konnte nicht geparst werden (inkompatibler oder teilweiser Download)", |     "badDownload": "Die APK konnte nicht gelesen werden (inkompatibler oder unfertiger Download)", | ||||||
|     "beforeNewInstallsShareToAppVerifier": "Neue Apps mit AppVerifier teilen (falls verfügbar)", |     "beforeNewInstallsShareToAppVerifier": "Neue Apps mit AppVerifier teilen (falls verfügbar)", | ||||||
|     "appVerifierInstructionToast": "Geben Sie die Daten an AppVerifier weiter und kehren Sie dann hierher zurück, wenn Sie fertig sind.", |     "appVerifierInstructionToast": "Teile die Daten mit AppVerifier und kehre im Anschluss hierher zurück.", | ||||||
|     "wiki": "Hilfe/Wiki", |     "wiki": "Hilfe/Wiki", | ||||||
|     "crowdsourcedConfigsLabel": "Crowdsourced App-Konfigurationen (Verwendung auf eigene Gefahr)", |     "crowdsourcedConfigsLabel": "Crowdsourced App-Konfigurationen (Verwendung auf eigene Gefahr)", | ||||||
|     "crowdsourcedConfigsShort": "Crowdsourced App-Konfigurationen", |     "crowdsourcedConfigsShort": "Crowdsourced App-Konfigurationen", | ||||||
|     "allowInsecure": "Unsichere HTTP-Anfragen zulassen", |     "allowInsecure": "Unsichere HTTP-Anfragen zulassen", | ||||||
|     "stayOneVersionBehind": "Eine Version hinter der neuesten Version bleiben", |     "stayOneVersionBehind": "Eine Version hinter der neuesten Version bleiben", | ||||||
|     "refreshBeforeDownload": "App-Details vor dem Download aktualisieren", |     "refreshBeforeDownload": "App-Details vor dem Download aktualisieren", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "App entfernen?", |         "one": "App entfernen?", | ||||||
|         "other": "Apps entfernen?" |         "other": "Apps entfernen?" | ||||||
|     }, |     }, | ||||||
|     "tooManyRequestsTryAgainInMinutes": { |     "tooManyRequestsTryAgainInMinutes": { | ||||||
|         "one": "Zu viele Anfragen (Rate begrenzt) – versuchen Sie es in {} Minute erneut", |         "one": "Zu viele Anfragen (Rate begrenzt) – versuche es in {} Minute erneut", | ||||||
|         "other": "Zu viele Anfragen (Rate begrenzt) – versuchen Sie es in {} Minuten erneut" |         "other": "Zu viele Anfragen (Rate begrenzt) – versuche es in {} Minuten erneut" | ||||||
|     }, |     }, | ||||||
|     "bgUpdateGotErrorRetryInMinutes": { |     "bgUpdateGotErrorRetryInMinutes": { | ||||||
|         "one": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minute geplant", |         "one": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minute geplant", | ||||||
|         "other": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minuten geplant" |         "other": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minuten geplant" | ||||||
|     }, |     }, | ||||||
|     "bgCheckFoundUpdatesWillNotifyIfNeeded": { |     "bgCheckFoundUpdatesWillNotifyIfNeeded": { | ||||||
|         "one": "Die Hintergrundaktualisierungsprüfung fand {} Aktualisierung – benachrichtigt den Benutzer, falls erforderlich", |         "one": "Die Aktualisierungsprüfung fand {} Aktualisierung – benachrichtigt, falls erforderlich", | ||||||
|         "other": "Die Hintergrundaktualisierungsprüfung fand {} Aktualisierungen – benachrichtigt den Benutzer, falls erforderlich" |         "other": "Die Aktualisierungsprüfung fand {} Aktualisierungen – benachrichtigt, falls erforderlich" | ||||||
|     }, |     }, | ||||||
|     "apps": { |     "apps": { | ||||||
|         "one": "{} App", |         "one": "{} App", | ||||||
| @@ -359,8 +360,8 @@ | |||||||
|         "other": "{n} Logs gelöscht (vorher = {before}, nachher = {after})" |         "other": "{n} Logs gelöscht (vorher = {before}, nachher = {after})" | ||||||
|     }, |     }, | ||||||
|     "xAndNMoreUpdatesAvailable": { |     "xAndNMoreUpdatesAvailable": { | ||||||
|         "one": "{} und 1 weitere App haben Aktualisierungen.", |         "one": "{} und 1 weitere App können aktualisiert werden.", | ||||||
|         "other": "{} und {} weitere Apps haben Aktualisierungen." |         "other": "{} und {} weitere Apps können aktualisiert werden." | ||||||
|     }, |     }, | ||||||
|     "xAndNMoreUpdatesInstalled": { |     "xAndNMoreUpdatesInstalled": { | ||||||
|         "one": "{} und 1 weitere App wurden aktualisiert.", |         "one": "{} und 1 weitere App wurden aktualisiert.", | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Allow insecure HTTP requests", |     "allowInsecure": "Allow insecure HTTP requests", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "Stay one version behind latest", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "Refresh app details before download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Forigi la aplikaĵon?", |         "one": "Forigi la aplikaĵon?", | ||||||
|         "other": "Forigi la aplikaĵojn?" |         "other": "Forigi la aplikaĵojn?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Allow insecure HTTP requests", |     "allowInsecure": "Allow insecure HTTP requests", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "Stay one version behind latest", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "Refresh app details before download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Remove App?", |         "one": "Remove App?", | ||||||
|         "other": "Remove Apps?" |         "other": "Remove Apps?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Permitir peticiones HTTP inseguras", |     "allowInsecure": "Permitir peticiones HTTP inseguras", | ||||||
|     "stayOneVersionBehind": "Mantenerse una versión por detrás de la última", |     "stayOneVersionBehind": "Mantenerse una versión por detrás de la última", | ||||||
|     "refreshBeforeDownload": "Actualiza los datos de la aplicación antes de descargarla", |     "refreshBeforeDownload": "Actualiza los datos de la aplicación antes de descargarla", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "¿Eliminar aplicación?", |         "one": "¿Eliminar aplicación?", | ||||||
|         "other": "¿Eliminar aplicaciones?" |         "other": "¿Eliminar aplicaciones?" | ||||||
|   | |||||||
| @@ -211,7 +211,7 @@ | |||||||
|     "uninstallFromDevice": "حذف نصب از دستگاه", |     "uninstallFromDevice": "حذف نصب از دستگاه", | ||||||
|     "onlyWorksWithNonVersionDetectApps": "فقط برای برنامههایی کار میکند که تشخیص نسخه غیرفعال است.", |     "onlyWorksWithNonVersionDetectApps": "فقط برای برنامههایی کار میکند که تشخیص نسخه غیرفعال است.", | ||||||
|     "releaseDateAsVersion": "از تاریخ انتشار به عنوان نسخه استفاده کنید", |     "releaseDateAsVersion": "از تاریخ انتشار به عنوان نسخه استفاده کنید", | ||||||
|     "releaseTitleAsVersion": "Use release title as version string", |     "releaseTitleAsVersion": "از عنوان انتشار به عنوان رشته نسخه استفاده کنید", | ||||||
|     "releaseDateAsVersionExplanation": "این گزینه فقط باید برای برنامه هایی استفاده شود که تشخیص نسخه به درستی کار نمی کند، اما تاریخ انتشار در دسترس است.", |     "releaseDateAsVersionExplanation": "این گزینه فقط باید برای برنامه هایی استفاده شود که تشخیص نسخه به درستی کار نمی کند، اما تاریخ انتشار در دسترس است.", | ||||||
|     "changes": "تغییرات", |     "changes": "تغییرات", | ||||||
|     "releaseDate": "تاریخ انتشار", |     "releaseDate": "تاریخ انتشار", | ||||||
| @@ -256,7 +256,7 @@ | |||||||
|     "intermediateLink": "پیوند میانی", |     "intermediateLink": "پیوند میانی", | ||||||
|     "exemptFromBackgroundUpdates": "معاف از بهروزرسانیهای پسزمینه (در صورت فعال بودن)", |     "exemptFromBackgroundUpdates": "معاف از بهروزرسانیهای پسزمینه (در صورت فعال بودن)", | ||||||
|     "bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به WiFi غیرفعال کنید", |     "bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به WiFi غیرفعال کنید", | ||||||
|     "bgUpdatesWhileChargingOnly": "Disable background updates when not charging", |     "bgUpdatesWhileChargingOnly": "بهروزرسانیهای پسزمینه را هنگام شارژ نشدن غیرفعال کنید", | ||||||
|     "autoSelectHighestVersionCode": "انتخاب خودکار بالاترین نسخه کد APK", |     "autoSelectHighestVersionCode": "انتخاب خودکار بالاترین نسخه کد APK", | ||||||
|     "versionExtractionRegEx": "نسخه استخراج RegEx", |     "versionExtractionRegEx": "نسخه استخراج RegEx", | ||||||
|     "trimVersionString": "برش رشته نسخه با RegEx", |     "trimVersionString": "برش رشته نسخه با RegEx", | ||||||
| @@ -313,11 +313,12 @@ | |||||||
|     "beforeNewInstallsShareToAppVerifier": "اشتراکگذاری برنامههای جدید با AppVerifier (در صورت وجود)", |     "beforeNewInstallsShareToAppVerifier": "اشتراکگذاری برنامههای جدید با AppVerifier (در صورت وجود)", | ||||||
|     "appVerifierInstructionToast": "در AppVerifier به اشتراک بگذارید، سپس پس از آماده شدن به اینجا برگردید.", |     "appVerifierInstructionToast": "در AppVerifier به اشتراک بگذارید، سپس پس از آماده شدن به اینجا برگردید.", | ||||||
|     "wiki": "راهنما/ویکی", |     "wiki": "راهنما/ویکی", | ||||||
|     "crowdsourcedConfigsLabel": "تنظیمات برنامه Crowdsourced (با مسئولیت خود استفاده کنید)", |     "crowdsourcedConfigsLabel": "تنظیمات برنامه های مشارکت جمعی (با مسئولیت خود استفاده کنید)", | ||||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", |     "crowdsourcedConfigsShort": "تنظیمات برنامه های مشارکت جمعی", | ||||||
|     "allowInsecure": "درخواست های HTTP ناامن را مجاز کنید", |     "allowInsecure": "درخواست های HTTP ناامن را مجاز کنید", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "یک نسخه از آخرین نسخه پشت سر بگذارید", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "قبل از دانلود، جزئیات برنامه را بازخوانی کنید", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "برنامه حذف شود؟", |         "one": "برنامه حذف شود؟", | ||||||
|         "other": "برنامه ها حذف شوند؟" |         "other": "برنامه ها حذف شوند؟" | ||||||
|   | |||||||
| @@ -25,11 +25,11 @@ | |||||||
|     "standard": "Standard", |     "standard": "Standard", | ||||||
|     "custom": "Personnalisé", |     "custom": "Personnalisé", | ||||||
|     "useMaterialYou": "Utiliser Material You", |     "useMaterialYou": "Utiliser Material You", | ||||||
|     "githubStarredRepos": "Dépôts étoilés GitHub", |     "githubStarredRepos": "dépôts étoilés GitHub", | ||||||
|     "uname": "Nom d'utilisateur", |     "uname": "Nom d'utilisateur", | ||||||
|     "wrongArgNum": "Nombre incorrect des arguments fournis", |     "wrongArgNum": "Nombre incorrect des arguments fournis", | ||||||
|     "xIsTrackOnly": "{} en Suivi uniquement", |     "xIsTrackOnly": "{} en Suivi uniquement", | ||||||
|     "source": "Source", |     "source": "source", | ||||||
|     "app": "Application", |     "app": "Application", | ||||||
|     "appsFromSourceAreTrackOnly": "Les applications de cette source sont en 'Suivi uniquement'.", |     "appsFromSourceAreTrackOnly": "Les applications de cette source sont en 'Suivi uniquement'.", | ||||||
|     "youPickedTrackOnly": "Vous avez sélectionné l'option 'Suivi uniquement'.", |     "youPickedTrackOnly": "Vous avez sélectionné l'option 'Suivi uniquement'.", | ||||||
| @@ -60,7 +60,7 @@ | |||||||
|     "deselectX": "Déselectionner {}", |     "deselectX": "Déselectionner {}", | ||||||
|     "xWillBeRemovedButRemainInstalled": "{} sera supprimée d'Obtainium mais restera installée sur l'appareil.", |     "xWillBeRemovedButRemainInstalled": "{} sera supprimée d'Obtainium mais restera installée sur l'appareil.", | ||||||
|     "removeSelectedAppsQuestion": "Supprimer les applications sélectionnées ?", |     "removeSelectedAppsQuestion": "Supprimer les applications sélectionnées ?", | ||||||
|     "removeSelectedApps": "Les applications sélectionnées ont été supprimées", |     "removeSelectedApps": "Supprimer les applications sélectionnées", | ||||||
|     "updateX": "Mettre à jour {}", |     "updateX": "Mettre à jour {}", | ||||||
|     "installX": "Installer {}", |     "installX": "Installer {}", | ||||||
|     "markXTrackOnlyAsUpdated": "Marquer {}\n(Suivi uniquement)\ncomme étant à jour", |     "markXTrackOnlyAsUpdated": "Marquer {}\n(Suivi uniquement)\ncomme étant à jour", | ||||||
| @@ -78,7 +78,7 @@ | |||||||
|     "customLinkMessage": "Ces liens fonctionnent sur les appareils sur lesquels Obtainium est installé", |     "customLinkMessage": "Ces liens fonctionnent sur les appareils sur lesquels Obtainium est installé", | ||||||
|     "shareAppConfigLinks": "Partager la configuration de l'application sous forme de lien HTML", |     "shareAppConfigLinks": "Partager la configuration de l'application sous forme de lien HTML", | ||||||
|     "shareSelectedAppURLs": "Partager les URL des applications sélectionnées", |     "shareSelectedAppURLs": "Partager les URL des applications sélectionnées", | ||||||
|     "resetInstallStatus": "L'état d'installation des applications a été réinitialisé", |     "resetInstallStatus": "Réinitialiser l'état d'installation des applications", | ||||||
|     "more": "Plus", |     "more": "Plus", | ||||||
|     "removeOutdatedFilter": "Supprimer le filtre des applications obsolètes", |     "removeOutdatedFilter": "Supprimer le filtre des applications obsolètes", | ||||||
|     "showOutdatedOnly": "Afficher uniquement les applications obsolètes", |     "showOutdatedOnly": "Afficher uniquement les applications obsolètes", | ||||||
| @@ -91,15 +91,15 @@ | |||||||
|     "importExport": "Importer/exporter", |     "importExport": "Importer/exporter", | ||||||
|     "settings": "Paramètres", |     "settings": "Paramètres", | ||||||
|     "exportedTo": "Exporté vers {}", |     "exportedTo": "Exporté vers {}", | ||||||
|     "obtainiumExport": "Exporter Obtainium", |     "obtainiumExport": "Exporter la configuration d'Obtainium", | ||||||
|     "invalidInput": "Entrée invalide", |     "invalidInput": "Entrée invalide", | ||||||
|     "importedX": "Importé {}", |     "importedX": "Importé {}", | ||||||
|     "obtainiumImport": "Importer sur Obtainium", |     "obtainiumImport": "Importer la configuration sur Obtainium", | ||||||
|     "importFromURLList": "Importer depuis une liste d'URL", |     "importFromURLList": "Importer depuis une liste d'URL", | ||||||
|     "searchQuery": "Requête de recherche", |     "searchQuery": "Requête de recherche", | ||||||
|     "appURLList": "Liste d'URL de l'application", |     "appURLList": "Liste d'URL de l'application", | ||||||
|     "line": "Ligne", |     "line": "Ligne", | ||||||
|     "searchX": "Rechercher {}", |     "searchX": "Sélectionner {}", | ||||||
|     "noResults": "Aucun résultat", |     "noResults": "Aucun résultat", | ||||||
|     "importX": "Importation de {}", |     "importX": "Importation de {}", | ||||||
|     "importedAppsIdDisclaimer": "Les applications importées peuvent s'afficher de manière incorrecte comme étant \"Non installées\".\nPour résoudre ce problème, réinstallez-les via Obtainium.\nCela n'affectera pas les données des applications.\n\nN'affecte que les méthodes d'importation d'URL et par des tiers.", |     "importedAppsIdDisclaimer": "Les applications importées peuvent s'afficher de manière incorrecte comme étant \"Non installées\".\nPour résoudre ce problème, réinstallez-les via Obtainium.\nCela n'affectera pas les données des applications.\n\nN'affecte que les méthodes d'importation d'URL et par des tiers.", | ||||||
| @@ -313,11 +313,12 @@ | |||||||
|     "beforeNewInstallsShareToAppVerifier": "Partager les nouvelles applications avec AppVerifier (si disponible)", |     "beforeNewInstallsShareToAppVerifier": "Partager les nouvelles applications avec AppVerifier (si disponible)", | ||||||
|     "appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque tout est prêt.", |     "appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque tout est prêt.", | ||||||
|     "wiki": "Aide/Wiki", |     "wiki": "Aide/Wiki", | ||||||
|     "crowdsourcedConfigsLabel": "Configuration d'applis communautaire (à utiliser à vos risques et périls)", |     "crowdsourcedConfigsLabel": "Configuration d'applis communautaires (à utiliser à vos risques et périls)", | ||||||
|     "crowdsourcedConfigsShort": "Applis communautaires", |     "crowdsourcedConfigsShort": "Applis communautaires", | ||||||
|     "allowInsecure": "Autoriser les requêtes HTTP non sécurisées", |     "allowInsecure": "Autoriser les requêtes HTTP non sécurisées", | ||||||
|     "stayOneVersionBehind": "Rester à une version de la dernière", |     "stayOneVersionBehind": "Rester à une version de la dernière", | ||||||
|     "refreshBeforeDownload": "Actualiser les détails de l'application avant de la télécharger", |     "refreshBeforeDownload": "Actualiser les détails de l'application avant de la télécharger", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Supprimer l'application ?", |         "one": "Supprimer l'application ?", | ||||||
|         "other": "Supprimer les applications ?" |         "other": "Supprimer les applications ?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Nem biztonságos HTTP-kérések engedélyezése", |     "allowInsecure": "Nem biztonságos HTTP-kérések engedélyezése", | ||||||
|     "stayOneVersionBehind": "Maradjon egy verzióval a legújabb mögött", |     "stayOneVersionBehind": "Maradjon egy verzióval a legújabb mögött", | ||||||
|     "refreshBeforeDownload": "Az alkalmazás adatainak frissítése a letöltés előtt", |     "refreshBeforeDownload": "Az alkalmazás adatainak frissítése a letöltés előtt", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Eltávolítja az alkalmazást?", |         "one": "Eltávolítja az alkalmazást?", | ||||||
|         "other": "Eltávolítja az alkalmazásokat?" |         "other": "Eltávolítja az alkalmazásokat?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Izinkan permintaan HTTP yang tidak aman", |     "allowInsecure": "Izinkan permintaan HTTP yang tidak aman", | ||||||
|     "stayOneVersionBehind": "Tetap satu versi di belakang versi terbaru", |     "stayOneVersionBehind": "Tetap satu versi di belakang versi terbaru", | ||||||
|     "refreshBeforeDownload": "Segarkan detail aplikasi sebelum mengunduh", |     "refreshBeforeDownload": "Segarkan detail aplikasi sebelum mengunduh", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Hapus aplikasi?", |         "one": "Hapus aplikasi?", | ||||||
|         "other": "Hapus aplikasi?" |         "other": "Hapus aplikasi?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Consentire le richieste HTTP non sicure", |     "allowInsecure": "Consentire le richieste HTTP non sicure", | ||||||
|     "stayOneVersionBehind": "Rimanere una versione indietro rispetto alla più recente", |     "stayOneVersionBehind": "Rimanere una versione indietro rispetto alla più recente", | ||||||
|     "refreshBeforeDownload": "Aggiornare i dettagli dell'app prima del download", |     "refreshBeforeDownload": "Aggiornare i dettagli dell'app prima del download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Rimuovere l'app?", |         "one": "Rimuovere l'app?", | ||||||
|         "other": "Rimuovere le app?" |         "other": "Rimuovere le app?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "安全でないHTTPリクエストを許可する", |     "allowInsecure": "安全でないHTTPリクエストを許可する", | ||||||
|     "stayOneVersionBehind": "最新のバージョンから1つ前のものを使用する", |     "stayOneVersionBehind": "最新のバージョンから1つ前のものを使用する", | ||||||
|     "refreshBeforeDownload": "ダウンロード前にアプリの詳細を更新する", |     "refreshBeforeDownload": "ダウンロード前にアプリの詳細を更新する", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "アプリを削除しますか?", |         "one": "アプリを削除しますか?", | ||||||
|         "other": "アプリを削除しますか?" |         "other": "アプリを削除しますか?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Onveilige HTTP-verzoeken toestaan", |     "allowInsecure": "Onveilige HTTP-verzoeken toestaan", | ||||||
|     "stayOneVersionBehind": "Blijf een versie achter op de nieuwste", |     "stayOneVersionBehind": "Blijf een versie achter op de nieuwste", | ||||||
|     "refreshBeforeDownload": "Vernieuw app details voor download", |     "refreshBeforeDownload": "Vernieuw app details voor download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "App verwijderen?", |         "one": "App verwijderen?", | ||||||
|         "other": "Apps verwijderen?" |         "other": "Apps verwijderen?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Zezwalaj na niezabezpieczone żądania HTTP", |     "allowInsecure": "Zezwalaj na niezabezpieczone żądania HTTP", | ||||||
|     "stayOneVersionBehind": "Pozostań jedną wersję w tyle za najnowszą", |     "stayOneVersionBehind": "Pozostań jedną wersję w tyle za najnowszą", | ||||||
|     "refreshBeforeDownload": "Odśwież szczegóły aplikacji przed pobraniem", |     "refreshBeforeDownload": "Odśwież szczegóły aplikacji przed pobraniem", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Usunąć aplikację?", |         "one": "Usunąć aplikację?", | ||||||
|         "few": "Usunąć aplikacje?", |         "few": "Usunąć aplikacje?", | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Permitir pedidos HTTP inseguros", |     "allowInsecure": "Permitir pedidos HTTP inseguros", | ||||||
|     "stayOneVersionBehind": "Manter-se uma versão atrás da mais recente", |     "stayOneVersionBehind": "Manter-se uma versão atrás da mais recente", | ||||||
|     "refreshBeforeDownload": "Atualizar os detalhes da aplicação antes da transferência", |     "refreshBeforeDownload": "Atualizar os detalhes da aplicação antes da transferência", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Remover aplicativo?", |         "one": "Remover aplicativo?", | ||||||
|         "other": "Remover aplicativos?" |         "other": "Remover aplicativos?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Разрешить небезопасные HTTP-запросы", |     "allowInsecure": "Разрешить небезопасные HTTP-запросы", | ||||||
|     "stayOneVersionBehind": "Не отставайте от последней версии", |     "stayOneVersionBehind": "Не отставайте от последней версии", | ||||||
|     "refreshBeforeDownload": "Обновляйте информацию о приложении перед загрузкой", |     "refreshBeforeDownload": "Обновляйте информацию о приложении перед загрузкой", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Удалить приложение?", |         "one": "Удалить приложение?", | ||||||
|         "other": "Удалить приложения?" |         "other": "Удалить приложения?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Tillåt osäkra HTTP-förfrågningar", |     "allowInsecure": "Tillåt osäkra HTTP-förfrågningar", | ||||||
|     "stayOneVersionBehind": "Håll dig en version bakom den senaste", |     "stayOneVersionBehind": "Håll dig en version bakom den senaste", | ||||||
|     "refreshBeforeDownload": "Uppdatera appdetaljerna före nedladdning", |     "refreshBeforeDownload": "Uppdatera appdetaljerna före nedladdning", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Ta Bort App?", |         "one": "Ta Bort App?", | ||||||
|         "other": "Ta Bort Appar?" |         "other": "Ta Bort Appar?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Güvensiz HTTP isteklerine izin ver", |     "allowInsecure": "Güvensiz HTTP isteklerine izin ver", | ||||||
|     "stayOneVersionBehind": "En son sürümün bir sürüm gerisinde kalın", |     "stayOneVersionBehind": "En son sürümün bir sürüm gerisinde kalın", | ||||||
|     "refreshBeforeDownload": "İndirmeden önce uygulama ayrıntılarını yenileyin", |     "refreshBeforeDownload": "İndirmeden önce uygulama ayrıntılarını yenileyin", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Uygulamayı Kaldır?", |         "one": "Uygulamayı Kaldır?", | ||||||
|         "other": "Uygulamaları Kaldır?" |         "other": "Uygulamaları Kaldır?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Дозволити незахищені HTTP-запити", |     "allowInsecure": "Дозволити незахищені HTTP-запити", | ||||||
|     "stayOneVersionBehind": "Залишайтеся на одну версію актуальнішою", |     "stayOneVersionBehind": "Залишайтеся на одну версію актуальнішою", | ||||||
|     "refreshBeforeDownload": "Оновіть інформацію про програму перед завантаженням", |     "refreshBeforeDownload": "Оновіть інформацію про програму перед завантаженням", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Видалити застосунок?", |         "one": "Видалити застосунок?", | ||||||
|         "other": "Видалити застосунки?" |         "other": "Видалити застосунки?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Allow insecure HTTP requests", |     "allowInsecure": "Allow insecure HTTP requests", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "Stay one version behind latest", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "Refresh app details before download", | ||||||
|  |     "tencentAppStore": "Tencent App Store", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "Gỡ ứng dụng?", |         "one": "Gỡ ứng dụng?", | ||||||
|         "other": "Gỡ ứng dụng?" |         "other": "Gỡ ứng dụng?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "Allow insecure HTTP requests", |     "allowInsecure": "Allow insecure HTTP requests", | ||||||
|     "stayOneVersionBehind": "Stay one version behind latest", |     "stayOneVersionBehind": "Stay one version behind latest", | ||||||
|     "refreshBeforeDownload": "Refresh app details before download", |     "refreshBeforeDownload": "Refresh app details before download", | ||||||
|  |     "tencentAppStore": "騰訊應用寶", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "移除應用程式?", |         "one": "移除應用程式?", | ||||||
|         "other": "移除應用程式?" |         "other": "移除應用程式?" | ||||||
|   | |||||||
| @@ -318,6 +318,7 @@ | |||||||
|     "allowInsecure": "允许不安全的 HTTP 请求", |     "allowInsecure": "允许不安全的 HTTP 请求", | ||||||
|     "stayOneVersionBehind": "比最新版本晚一个版本", |     "stayOneVersionBehind": "比最新版本晚一个版本", | ||||||
|     "refreshBeforeDownload": "下载前刷新应用程序详细信息", |     "refreshBeforeDownload": "下载前刷新应用程序详细信息", | ||||||
|  |     "tencentAppStore": "腾讯应用宝", | ||||||
|     "removeAppQuestion": { |     "removeAppQuestion": { | ||||||
|         "one": "是否删除应用?", |         "one": "是否删除应用?", | ||||||
|         "other": "是否删除应用?" |         "other": "是否删除应用?" | ||||||
|   | |||||||
| @@ -1,11 +1,12 @@ | |||||||
| import 'dart:convert'; | import 'dart:convert'; | ||||||
|  |  | ||||||
|  | import 'package:easy_localization/easy_localization.dart'; | ||||||
| import 'package:obtainium/custom_errors.dart'; | import 'package:obtainium/custom_errors.dart'; | ||||||
| import 'package:obtainium/providers/source_provider.dart'; | import 'package:obtainium/providers/source_provider.dart'; | ||||||
|  |  | ||||||
| class Tencent extends AppSource { | class Tencent extends AppSource { | ||||||
|   Tencent() { |   Tencent() { | ||||||
|     name = 'Tencent App Store'; |     name = tr('tencentAppStore'); | ||||||
|     hosts = ['sj.qq.com']; |     hosts = ['sj.qq.com']; | ||||||
|     naiveStandardVersionDetection = true; |     naiveStandardVersionDetection = true; | ||||||
|     showReleaseDateAsVersionToggle = true; |     showReleaseDateAsVersionToggle = true; | ||||||
|   | |||||||
| @@ -182,7 +182,10 @@ class _AppPageState extends State<AppPage> { | |||||||
|                                             Brightness.light |                                             Brightness.light | ||||||
|                                         ? Theme.of(context).primaryColor |                                         ? Theme.of(context).primaryColor | ||||||
|                                         : Theme.of(context).primaryColorLight) |                                         : Theme.of(context).primaryColorLight) | ||||||
|                                     .withAlpha(20) |                                     .withAlpha(Theme.of(context).brightness == | ||||||
|  |                                             Brightness.light | ||||||
|  |                                         ? 20 | ||||||
|  |                                         : 40) | ||||||
|                                 : null), |                                 : null), | ||||||
|                         padding: settingsProvider.highlightTouchTargets |                         padding: settingsProvider.highlightTouchTargets | ||||||
|                             ? const EdgeInsetsDirectional.fromSTEB(12, 6, 12, 6) |                             ? const EdgeInsetsDirectional.fromSTEB(12, 6, 12, 6) | ||||||
|   | |||||||
| @@ -481,7 +481,10 @@ class AppsPageState extends State<AppsPage> { | |||||||
|                           ? (Theme.of(context).brightness == Brightness.light |                           ? (Theme.of(context).brightness == Brightness.light | ||||||
|                                   ? Theme.of(context).primaryColor |                                   ? Theme.of(context).primaryColor | ||||||
|                                   : Theme.of(context).primaryColorLight) |                                   : Theme.of(context).primaryColorLight) | ||||||
|                               .withAlpha(20) |                               .withAlpha(Theme.of(context).brightness == | ||||||
|  |                                       Brightness.light | ||||||
|  |                                   ? 20 | ||||||
|  |                                   : 40) | ||||||
|                           : null), |                           : null), | ||||||
|                   padding: settingsProvider.highlightTouchTargets |                   padding: settingsProvider.highlightTouchTargets | ||||||
|                       ? const EdgeInsetsDirectional.fromSTEB(12, 0, 12, 0) |                       ? const EdgeInsetsDirectional.fromSTEB(12, 0, 12, 0) | ||||||
|   | |||||||
							
								
								
									
										112
									
								
								pubspec.lock
									
									
									
									
									
								
							
							
						
						
									
										112
									
								
								pubspec.lock
									
									
									
									
									
								
							| @@ -14,17 +14,18 @@ packages: | |||||||
|     description: |     description: | ||||||
|       path: "." |       path: "." | ||||||
|       ref: main |       ref: main | ||||||
|       resolved-ref: bcad19e964d377da8816718032e5dbf6dd16ba3a |       resolved-ref: "6109d0b1dc015c016e113ded3dd80ac823f790ab" | ||||||
|       url: "https://github.com/ImranR98/android_package_installer" |       url: "https://github.com/ImranR98/android_package_installer" | ||||||
|     source: git |     source: git | ||||||
|     version: "0.0.1" |     version: "0.0.1" | ||||||
|   android_package_manager: |   android_package_manager: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: android_package_manager |       path: "." | ||||||
|       sha256: "2de859fae7226a7de1c1ff9a2308f1967599408800330501a1ce97927c051153" |       ref: master | ||||||
|       url: "https://pub.dev" |       resolved-ref: "18231a8a2343747440b0bfe90f7d56ef7f586099" | ||||||
|     source: hosted |       url: "https://github.com/ImranR98/android_package_manager" | ||||||
|  |     source: git | ||||||
|     version: "0.7.1" |     version: "0.7.1" | ||||||
|   android_system_font: |   android_system_font: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
| @@ -167,10 +168,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: collection |       name: collection | ||||||
|       sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a |       sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "1.18.0" |     version: "1.19.0" | ||||||
|   connectivity_plus: |   connectivity_plus: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
| @@ -303,10 +304,10 @@ packages: | |||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: file_picker |       name: file_picker | ||||||
|       sha256: c2376a6aae82358a9f9ccdd7d1f4006d08faa39a2767cce01031d9f593a8bd3b |       sha256: c904b4ab56d53385563c7c39d8e9fa9af086f91495dfc48717ad84a42c3cf204 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "8.1.6" |     version: "8.1.7" | ||||||
|   fixnum: |   fixnum: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -319,18 +320,18 @@ packages: | |||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: flex_color_picker |       name: flex_color_picker | ||||||
|       sha256: "12dc855ae8ef5491f529b1fc52c655f06dcdf4114f1f7fdecafa41eec2ec8d79" |       sha256: c083b79f1c57eaeed9f464368be376951230b3cb1876323b784626152a86e480 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.6.0" |     version: "3.7.0" | ||||||
|   flex_seed_scheme: |   flex_seed_scheme: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: flex_seed_scheme |       name: flex_seed_scheme | ||||||
|       sha256: "7639d2c86268eff84a909026eb169f008064af0fb3696a651b24b0fa24a40334" |       sha256: d3ba3c5c92d2d79d45e94b4c6c71d01fac3c15017da1545880c53864da5dfeb0 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.4.1" |     version: "3.5.0" | ||||||
|   flutter: |   flutter: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: flutter |     description: flutter | ||||||
| @@ -449,10 +450,10 @@ packages: | |||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: flutter_markdown |       name: flutter_markdown | ||||||
|       sha256: "255b00afa1a7bad19727da6a7780cf3db6c3c12e68d302d85e0ff1fdf173db9e" |       sha256: e37f4c69a07b07bb92622ef6b131a53c9aae48f64b176340af9e8e5238718487 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "0.7.4+3" |     version: "0.7.5" | ||||||
|   flutter_plugin_android_lifecycle: |   flutter_plugin_android_lifecycle: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -491,10 +492,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: fraction |       name: fraction | ||||||
|       sha256: ac0d9904bb8211eb28606bdf623ff9f222c53240d8e9b927a07c149d356eddc2 |       sha256: "7804c9a73d26bd3d5ccf52b7225eecd0af4e33b310729726dc8f8bb14c217716" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "5.0.3" |     version: "5.0.4" | ||||||
|   gtk: |   gtk: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -531,10 +532,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: http_parser |       name: http_parser | ||||||
|       sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" |       sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "4.0.2" |     version: "4.1.2" | ||||||
|   image: |   image: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -563,18 +564,18 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: leak_tracker |       name: leak_tracker | ||||||
|       sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05" |       sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "10.0.5" |     version: "10.0.7" | ||||||
|   leak_tracker_flutter_testing: |   leak_tracker_flutter_testing: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: leak_tracker_flutter_testing |       name: leak_tracker_flutter_testing | ||||||
|       sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806" |       sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.0.5" |     version: "3.0.8" | ||||||
|   leak_tracker_testing: |   leak_tracker_testing: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -587,10 +588,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: lints |       name: lints | ||||||
|       sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413" |       sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "5.0.0" |     version: "5.1.1" | ||||||
|   markdown: |   markdown: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
| @@ -843,18 +844,18 @@ packages: | |||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: shared_preferences |       name: shared_preferences | ||||||
|       sha256: "3c7e73920c694a436afaf65ab60ce3453d91f84208d761fbd83fc21182134d93" |       sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.3.4" |     version: "2.3.5" | ||||||
|   shared_preferences_android: |   shared_preferences_android: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: shared_preferences_android |       name: shared_preferences_android | ||||||
|       sha256: "02a7d8a9ef346c9af715811b01fbd8e27845ad2c41148eefd31321471b41863d" |       sha256: bf808be89fe9dc467475e982c1db6c2faf3d2acf54d526cd5ec37d86c99dbd84 | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.4.0" |     version: "2.4.1" | ||||||
|   shared_preferences_foundation: |   shared_preferences_foundation: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -898,11 +899,12 @@ packages: | |||||||
|   shared_storage: |   shared_storage: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
|       name: shared_storage |       path: "." | ||||||
|       sha256: cf20428d06af065311b71e09cbfbbfe431e979a3bf9180001c1952129b7c708f |       ref: master | ||||||
|       url: "https://pub.dev" |       resolved-ref: "8784c39b909324df8913dd30fa416b8a50d55f49" | ||||||
|     source: hosted |       url: "https://github.com/AlexBacich/shared-storage" | ||||||
|     version: "0.8.1" |     source: git | ||||||
|  |     version: "0.7.0" | ||||||
|   shizuku_apk_installer: |   shizuku_apk_installer: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
| @@ -916,7 +918,7 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: flutter |     description: flutter | ||||||
|     source: sdk |     source: sdk | ||||||
|     version: "0.0.99" |     version: "0.0.0" | ||||||
|   source_span: |   source_span: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -961,10 +963,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: sqflite_darwin |       name: sqflite_darwin | ||||||
|       sha256: "96a698e2bc82bd770a4d6aab00b42396a7c63d9e33513a56945cbccb594c2474" |       sha256: "22adfd9a2c7d634041e96d6241e6e1c8138ca6817018afc5d443fef91dcefa9c" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.4.1" |     version: "2.4.1+1" | ||||||
|   sqflite_platform_interface: |   sqflite_platform_interface: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -977,10 +979,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: stack_trace |       name: stack_trace | ||||||
|       sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" |       sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "1.11.1" |     version: "1.12.0" | ||||||
|   stream_channel: |   stream_channel: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -993,10 +995,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: string_scanner |       name: string_scanner | ||||||
|       sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" |       sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "1.2.0" |     version: "1.3.0" | ||||||
|   synchronized: |   synchronized: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1017,10 +1019,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: test_api |       name: test_api | ||||||
|       sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" |       sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "0.7.2" |     version: "0.7.3" | ||||||
|   timezone: |   timezone: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1097,18 +1099,18 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: url_launcher_web |       name: url_launcher_web | ||||||
|       sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e" |       sha256: "3ba963161bd0fe395917ba881d320b9c4f6dd3c4a233da62ab18a5025c85f1e9" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.3.3" |     version: "2.4.0" | ||||||
|   url_launcher_windows: |   url_launcher_windows: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: url_launcher_windows |       name: url_launcher_windows | ||||||
|       sha256: "44cf3aabcedde30f2dba119a9dea3b0f2672fbe6fa96e85536251d678216b3c4" |       sha256: "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.1.3" |     version: "3.1.4" | ||||||
|   uuid: |   uuid: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1129,10 +1131,10 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: vm_service |       name: vm_service | ||||||
|       sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" |       sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "14.2.5" |     version: "14.3.0" | ||||||
|   web: |   web: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1169,18 +1171,18 @@ packages: | |||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: webview_flutter_wkwebview |       name: webview_flutter_wkwebview | ||||||
|       sha256: b7e92f129482460951d96ef9a46b49db34bd2e1621685de26e9eaafd9674e7eb |       sha256: "4adc14ea9a770cc9e2c8f1ac734536bd40e82615bd0fa6b94be10982de656cc7" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.16.3" |     version: "3.17.0" | ||||||
|   win32: |   win32: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|       name: win32 |       name: win32 | ||||||
|       sha256: "8b338d4486ab3fbc0ba0db9f9b4f5239b6697fcee427939a40e720cbb9ee0a69" |       sha256: "154360849a56b7b67331c21f09a386562d88903f90a1099c5987afc1912e1f29" | ||||||
|       url: "https://pub.dev" |       url: "https://pub.dev" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "5.9.0" |     version: "5.10.0" | ||||||
|   win32_registry: |   win32_registry: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1214,5 +1216,5 @@ packages: | |||||||
|     source: hosted |     source: hosted | ||||||
|     version: "3.1.3" |     version: "3.1.3" | ||||||
| sdks: | sdks: | ||||||
|   dart: ">=3.5.0 <4.0.0" |   dart: ">=3.6.0 <4.0.0" | ||||||
|   flutter: ">=3.24.0" |   flutter: ">=3.27.0" | ||||||
|   | |||||||
							
								
								
									
										26
									
								
								pubspec.yaml
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								pubspec.yaml
									
									
									
									
									
								
							| @@ -1,6 +1,5 @@ | |||||||
| name: obtainium | name: obtainium | ||||||
| description: Get Android app updates straight from the source. | description: Get Android app updates straight from the source. | ||||||
|  |  | ||||||
| # The following line prevents the package from being accidentally published to | # The following line prevents the package from being accidentally published to | ||||||
| # pub.dev using `flutter pub publish`. This is preferred for private packages. | # pub.dev using `flutter pub publish`. This is preferred for private packages. | ||||||
| publish_to: 'none' # Remove this line if you wish to publish to pub.dev | publish_to: 'none' # Remove this line if you wish to publish to pub.dev | ||||||
| @@ -17,10 +16,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev | |||||||
| # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html | # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html | ||||||
| # In Windows, build-name is used as the major, minor, and patch parts | # In Windows, build-name is used as the major, minor, and patch parts | ||||||
| # of the product and file versions while build-number is used as the build suffix. | # of the product and file versions while build-number is used as the build suffix. | ||||||
| version: 1.1.37+2294 | version: 1.1.38+2295 | ||||||
|  |  | ||||||
| environment: | environment: | ||||||
|   sdk: '>=3.0.0 <4.0.0' |   sdk: ^3.6.0 | ||||||
|  |  | ||||||
| # Dependencies specify other packages that your package needs in order to work. | # Dependencies specify other packages that your package needs in order to work. | ||||||
| # To automatically upgrade your package dependencies to the latest versions | # To automatically upgrade your package dependencies to the latest versions | ||||||
| @@ -32,7 +31,6 @@ dependencies: | |||||||
|   flutter: |   flutter: | ||||||
|     sdk: flutter |     sdk: flutter | ||||||
|  |  | ||||||
|  |  | ||||||
|   # The following adds the Cupertino Icons font to your application. |   # The following adds the Cupertino Icons font to your application. | ||||||
|   # Use with the CupertinoIcons class for iOS style icons. |   # Use with the CupertinoIcons class for iOS style icons. | ||||||
|   cupertino_icons: ^1.0.5 |   cupertino_icons: ^1.0.5 | ||||||
| @@ -51,11 +49,14 @@ dependencies: | |||||||
|   device_info_plus: ^11.0.0 |   device_info_plus: ^11.0.0 | ||||||
|   file_picker: ^8.0.0+1 |   file_picker: ^8.0.0+1 | ||||||
|   animations: ^2.0.4 |   animations: ^2.0.4 | ||||||
|   android_package_installer: |   android_package_installer: # TODO: See if PR will be accepted (dev may not be active), else remove this comment | ||||||
|     git: |     git: | ||||||
|       url: https://github.com/ImranR98/android_package_installer |       url: https://github.com/ImranR98/android_package_installer | ||||||
|       ref: main |       ref: main | ||||||
|   android_package_manager: ^0.7.0 |   android_package_manager: # TODO: Make PR and switch to upstream | ||||||
|  |     git: | ||||||
|  |       url: https://github.com/ImranR98/android_package_manager | ||||||
|  |       ref: master | ||||||
|   share_plus: ^10.0.0 |   share_plus: ^10.0.0 | ||||||
|   sqflite: ^2.2.0+3 |   sqflite: ^2.2.0+3 | ||||||
|   easy_localization: ^3.0.1 |   easy_localization: ^3.0.1 | ||||||
| @@ -64,7 +65,10 @@ dependencies: | |||||||
|   flutter_archive: ^6.0.0 |   flutter_archive: ^6.0.0 | ||||||
|   hsluv: ^1.1.3 |   hsluv: ^1.1.3 | ||||||
|   connectivity_plus: ^6.0.1 |   connectivity_plus: ^6.0.1 | ||||||
|   shared_storage: ^0.8.0 |   shared_storage: # TODO: Is this maintained? | ||||||
|  |     git: | ||||||
|  |       url: https://github.com/AlexBacich/shared-storage | ||||||
|  |       ref: master | ||||||
|   crypto: ^3.0.3 |   crypto: ^3.0.3 | ||||||
|   app_links: ^6.0.1 |   app_links: ^6.0.1 | ||||||
|   background_fetch: ^1.2.1 |   background_fetch: ^1.2.1 | ||||||
| @@ -110,7 +114,7 @@ flutter: | |||||||
|   uses-material-design: true |   uses-material-design: true | ||||||
|  |  | ||||||
|   # To add assets to your application, add an assets section, like this: |   # To add assets to your application, add an assets section, like this: | ||||||
|   # - assets: |   # assets: | ||||||
|   #   - images/a_dot_burr.jpeg |   #   - images/a_dot_burr.jpeg | ||||||
|   #   - images/a_dot_ham.jpeg |   #   - images/a_dot_ham.jpeg | ||||||
|  |  | ||||||
| @@ -120,10 +124,10 @@ flutter: | |||||||
|     - assets/ca/ |     - assets/ca/ | ||||||
|  |  | ||||||
|   # An image asset can refer to one or more resolution-specific "variants", see |   # An image asset can refer to one or more resolution-specific "variants", see | ||||||
|   # https://flutter.dev/assets-and-images/#resolution-aware |   # https://flutter.dev/to/resolution-aware-images | ||||||
|  |  | ||||||
|   # For details regarding adding assets from package dependencies, see |   # For details regarding adding assets from package dependencies, see | ||||||
|   # https://flutter.dev/assets-and-images/#from-packages |   # https://flutter.dev/to/asset-from-package | ||||||
|  |  | ||||||
|   # To add custom fonts to your application, add a fonts section here, |   # To add custom fonts to your application, add a fonts section here, | ||||||
|   # in this "flutter" section. Each entry in this list should have a |   # in this "flutter" section. Each entry in this list should have a | ||||||
| @@ -143,7 +147,7 @@ flutter: | |||||||
|   #         weight: 700 |   #         weight: 700 | ||||||
|   # |   # | ||||||
|   # For details regarding fonts from package dependencies, |   # For details regarding fonts from package dependencies, | ||||||
|   # see https://flutter.dev/custom-fonts/#from-packages |   # see https://flutter.dev/to/font-from-package | ||||||
|  |  | ||||||
|   fonts: |   fonts: | ||||||
|       - family: Wix-Madefor-Display |       - family: Wix-Madefor-Display | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user