mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 09:13:57 +00:00
Compare commits
11 Commits
v1.19.4-de
...
v1.19.4-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecadb80113 | ||
|
|
9a66357f7a | ||
|
|
63d83a43ad | ||
|
|
7833a0d552 | ||
|
|
966796dfec | ||
|
|
2d19f36901 | ||
|
|
6f70a07970 | ||
|
|
e85ed5a8e3 | ||
|
|
ad416387c2 | ||
|
|
58d8e7f34f | ||
|
|
bb105b5662 |
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
config: crowdin.yml
|
config: crowdin.yml
|
||||||
upload_sources: true
|
upload_sources: true
|
||||||
upload_translations: false
|
upload_translations: false
|
||||||
download_translations: true
|
download_bundle: 16
|
||||||
localization_branch_name: feat/translations
|
localization_branch_name: feat/translations
|
||||||
create_pull_request: true
|
create_pull_request: true
|
||||||
pull_request_title: "chore: Sync translations"
|
pull_request_title: "chore: Sync translations"
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<a href="https://revanced.app/">
|
<a href="https://revanced.app/">
|
||||||
<picture>
|
<picture>
|
||||||
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo-round.svg" />
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
|
||||||
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
|
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ReVanced">
|
<a href="https://github.com/ReVanced">
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<a href="https://revanced.app/">
|
<a href="https://revanced.app/">
|
||||||
<picture>
|
<picture>
|
||||||
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo-round.svg" />
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
|
||||||
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
|
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ReVanced">
|
<a href="https://github.com/ReVanced">
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<a href="https://revanced.app/">
|
<a href="https://revanced.app/">
|
||||||
<picture>
|
<picture>
|
||||||
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo-round.svg" />
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
|
||||||
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
|
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ReVanced">
|
<a href="https://github.com/ReVanced">
|
||||||
|
|||||||
@@ -113,8 +113,6 @@ flutter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.22")
|
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:19.3.1")
|
implementation("app.revanced:revanced-patcher:19.3.1")
|
||||||
implementation("app.revanced:revanced-library:2.2.1")
|
implementation("app.revanced:revanced-library:2.2.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ 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 "8.1.2" apply false
|
id "com.android.application" version "8.1.2" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "1.9.10" apply false
|
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
include ":app"
|
include ":app"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -20,8 +20,9 @@ class SManageApiUrl extends BaseViewModel {
|
|||||||
builder: (context) => AlertDialog(
|
builder: (context) => AlertDialog(
|
||||||
title: Row(
|
title: Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(t.settingsView.apiURLLabel),
|
Expanded(
|
||||||
const Spacer(),
|
child: Text(t.settingsView.apiURLLabel),
|
||||||
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: const Icon(Icons.manage_history_outlined),
|
icon: const Icon(Icons.manage_history_outlined),
|
||||||
onPressed: () => showApiUrlResetDialog(context),
|
onPressed: () => showApiUrlResetDialog(context),
|
||||||
|
|||||||
@@ -21,8 +21,9 @@ class SManageKeystorePassword extends BaseViewModel {
|
|||||||
builder: (context) => AlertDialog(
|
builder: (context) => AlertDialog(
|
||||||
title: Row(
|
title: Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(t.settingsView.selectKeystorePassword),
|
Expanded(
|
||||||
const Spacer(),
|
child: Text(t.settingsView.selectKeystorePassword),
|
||||||
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: const Icon(Icons.manage_history_outlined),
|
icon: const Icon(Icons.manage_history_outlined),
|
||||||
onPressed: () => _keystorePasswordController.text =
|
onPressed: () => _keystorePasswordController.text =
|
||||||
|
|||||||
@@ -29,8 +29,9 @@ class SManageSources extends BaseViewModel {
|
|||||||
builder: (context) => AlertDialog(
|
builder: (context) => AlertDialog(
|
||||||
title: Row(
|
title: Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(t.settingsView.sourcesLabel),
|
Expanded(
|
||||||
const Spacer(),
|
child: Text(t.settingsView.sourcesLabel),
|
||||||
|
),
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: const Icon(Icons.manage_history_outlined),
|
icon: const Icon(Icons.manage_history_outlined),
|
||||||
onPressed: () => showResetConfirmationDialog(context),
|
onPressed: () => showResetConfirmationDialog(context),
|
||||||
|
|||||||
@@ -63,9 +63,11 @@ class SUpdateLanguage extends BaseViewModel {
|
|||||||
child: ListBody(
|
child: ListBody(
|
||||||
children: [
|
children: [
|
||||||
RadioListTile(
|
RadioListTile(
|
||||||
|
// TODO(Someone): There must've been a better way to do this.
|
||||||
title: Text(currentlyUsedLanguage.englishName),
|
title: Text(currentlyUsedLanguage.englishName),
|
||||||
subtitle: Text(
|
subtitle: Text(
|
||||||
'${currentlyUsedLanguage.nativeName} (${LocaleSettings.currentLocale.languageCode}${LocaleSettings.currentLocale.countryCode != null ? '-${LocaleSettings.currentLocale.countryCode}' : ''})'),
|
'${currentlyUsedLanguage.nativeName} (${LocaleSettings.currentLocale.languageCode}${LocaleSettings.currentLocale.countryCode != null ? '-${LocaleSettings.currentLocale.countryCode}' : ''})',
|
||||||
|
),
|
||||||
value:
|
value:
|
||||||
'${LocaleSettings.currentLocale.languageCode}-${LocaleSettings.currentLocale.countryCode}' ==
|
'${LocaleSettings.currentLocale.languageCode}-${LocaleSettings.currentLocale.countryCode}' ==
|
||||||
selectedLanguageCode.value,
|
selectedLanguageCode.value,
|
||||||
@@ -110,6 +112,7 @@ class SUpdateLanguage extends BaseViewModel {
|
|||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
// TODO(nullcube): Translation will not update until we refresh the page.
|
||||||
updateLocale(selectedLanguageCode.value);
|
updateLocale(selectedLanguageCode.value);
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -445,8 +445,11 @@ class _TextFieldForPatchOptionState extends State<TextFieldForPatchOption> {
|
|||||||
value: '',
|
value: '',
|
||||||
child: Text(
|
child: Text(
|
||||||
t.patchOptionsView.customValue,
|
t.patchOptionsView.customValue,
|
||||||
style: const TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
color: Theme.of(context)
|
||||||
|
.colorScheme
|
||||||
|
.onSecondaryContainer,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
10
pubspec.lock
10
pubspec.lock
@@ -323,9 +323,9 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
|
ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
|
||||||
resolved-ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
|
resolved-ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
|
||||||
url: "https://github.com/BenjaminHalko/flutter_background"
|
url: "https://github.com/JulianAssmann/flutter_background"
|
||||||
source: git
|
source: git
|
||||||
version: "1.2.0"
|
version: "1.2.0"
|
||||||
flutter_cache_manager:
|
flutter_cache_manager:
|
||||||
@@ -563,10 +563,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: language_code
|
name: language_code
|
||||||
sha256: cbd50546df7c21857a7cfa35f97943f8759705d0c17f9282593abe654cbbdf38
|
sha256: "3124246f599039a89c990d007b00bc41b1526d6400de97cf13a478b7f4b16a83"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.4.1"
|
version: "0.4.2"
|
||||||
leak_tracker:
|
leak_tracker:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
10
pubspec.yaml
10
pubspec.yaml
@@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager
|
|||||||
|
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 1.19.4-dev.2+101800008
|
version: 1.19.4-dev.4+101800010
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
@@ -26,9 +26,9 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_background:
|
flutter_background:
|
||||||
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
|
git: # Switch to 'flutter_background' once new version is released
|
||||||
url: https://github.com/BenjaminHalko/flutter_background
|
url: https://github.com/JulianAssmann/flutter_background
|
||||||
ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace
|
ref: 65cf0ec93486b3a6c74339aadaeb384cf2c9a24b # Branch: master
|
||||||
flutter_cache_manager: ^3.3.0
|
flutter_cache_manager: ^3.3.0
|
||||||
flutter_file_dialog: ^3.0.2
|
flutter_file_dialog: ^3.0.2
|
||||||
flutter_local_notifications: ^16.1.0
|
flutter_local_notifications: ^16.1.0
|
||||||
@@ -41,7 +41,7 @@ dependencies:
|
|||||||
injectable: ^2.1.1
|
injectable: ^2.1.1
|
||||||
intl: ^0.18.0
|
intl: ^0.18.0
|
||||||
json_annotation: ^4.8.1
|
json_annotation: ^4.8.1
|
||||||
language_code: ^0.4.1
|
language_code: ^0.4.2
|
||||||
logcat:
|
logcat:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/BenjaminHalko/logcat
|
url: https://github.com/BenjaminHalko/logcat
|
||||||
|
|||||||
Reference in New Issue
Block a user