mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 09:13:57 +00:00
Compare commits
13 Commits
v1.19.4-de
...
v1.19.4-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a971cbd519 | ||
|
|
c265794d0e | ||
|
|
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"
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "This feature has not been implemented yet"
|
"updateNotImplemented": "This feature has not been implemented yet"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contributors",
|
"widgetTitle": "Contributors"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Version mismatch",
|
"mount_version_mismatch": "Version mismatch",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Bu özəllik hələ tətbiq olunmayıb"
|
"updateNotImplemented": "Bu özəllik hələ tətbiq olunmayıb"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Töhfə verənlər",
|
"widgetTitle": "Töhfə verənlər"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Yamaqları",
|
|
||||||
"integrationsContributors": "ReVanced İnteqrasiyaları",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versiya uyuşmur",
|
"mount_version_mismatch": "Versiya uyuşmur",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Пакуль яшчэ гэта функцыя не рэалізавана"
|
"updateNotImplemented": "Пакуль яшчэ гэта функцыя не рэалізавана"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Удзельнікі",
|
"widgetTitle": "Удзельнікі"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "Выпраўленні ReVanced",
|
|
||||||
"integrationsContributors": "Інтэграцыі ReVanced",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Неадпаведнасць версій",
|
"mount_version_mismatch": "Неадпаведнасць версій",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "এই ফিচারটি এখনো কার্যকর করা হয়নি"
|
"updateNotImplemented": "এই ফিচারটি এখনো কার্যকর করা হয়নি"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "অবদানকারীগণ",
|
"widgetTitle": "অবদানকারীগণ"
|
||||||
"patcherContributors": "ReVanced প্যাচার",
|
|
||||||
"patchesContributors": "ReVanced প্যাচসমূহ",
|
|
||||||
"integrationsContributors": "ReVanced ইন্ট্রিগ্রেশন",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "সংস্করণ মেলেনি",
|
"mount_version_mismatch": "সংস্করণ মেলেনি",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Diese Funktion ist noch nicht implementiert"
|
"updateNotImplemented": "Diese Funktion ist noch nicht implementiert"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Mitwirkende",
|
"widgetTitle": "Mitwirkende"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versionskonflikt",
|
"mount_version_mismatch": "Versionskonflikt",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Αυτή η δυνατότητα δεν είναι ακόμα διαθέσιμη"
|
"updateNotImplemented": "Αυτή η δυνατότητα δεν είναι ακόμα διαθέσιμη"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Συνεισφέροντες",
|
"widgetTitle": "Συνεισφέροντες"
|
||||||
"patcherContributors": "Τροποποιητής ReVanced",
|
|
||||||
"patchesContributors": "Τροποποιήσεις ReVanced",
|
|
||||||
"integrationsContributors": "Ενσωματώσεις ReVanced",
|
|
||||||
"cliContributors": "Τερματικό ReVanced",
|
|
||||||
"managerContributors": "Διαχειριστής ReVanced"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Ασυμφωνία έκδοσης",
|
"mount_version_mismatch": "Ασυμφωνία έκδοσης",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Esta función no se implementó aún"
|
"updateNotImplemented": "Esta función no se implementó aún"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contribuidores",
|
"widgetTitle": "Contribuidores"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "La versión no coincide",
|
"mount_version_mismatch": "La versión no coincide",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Esta función no se ha implementado aún"
|
"updateNotImplemented": "Esta función no se ha implementado aún"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contribuidores",
|
"widgetTitle": "Contribuidores"
|
||||||
"patcherContributors": "Parcheador de ReVanced",
|
|
||||||
"patchesContributors": "Parches de ReVanced",
|
|
||||||
"integrationsContributors": "Integraciones de ReVanced",
|
|
||||||
"cliContributors": "CLI de ReVanced",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "La versión no coincide",
|
"mount_version_mismatch": "La versión no coincide",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Cette fonctionnalité n'est pas encore disponible"
|
"updateNotImplemented": "Cette fonctionnalité n'est pas encore disponible"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contributeurs",
|
"widgetTitle": "Contributeurs"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Incompatibilité de version",
|
"mount_version_mismatch": "Incompatibilité de version",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Ez a funkció még nem készült el"
|
"updateNotImplemented": "Ez a funkció még nem készült el"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Közreműködők",
|
"widgetTitle": "Közreműködők"
|
||||||
"patcherContributors": "ReVanced Patchelő",
|
|
||||||
"patchesContributors": "ReVanced Patchek",
|
|
||||||
"integrationsContributors": "ReVanced Integrációk",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Verzió ütközés",
|
"mount_version_mismatch": "Verzió ütközés",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Fitur ini belum diimplementasikan"
|
"updateNotImplemented": "Fitur ini belum diimplementasikan"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Kontributor",
|
"widgetTitle": "Kontributor"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versi tidak cocok",
|
"mount_version_mismatch": "Versi tidak cocok",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Questa funzionalità non è stata ancora implementata"
|
"updateNotImplemented": "Questa funzionalità non è stata ancora implementata"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contributori",
|
"widgetTitle": "Contributori"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "Patches di ReVanced",
|
|
||||||
"integrationsContributors": "Integrazioni di ReVanced",
|
|
||||||
"cliContributors": "CLI di ReVanced",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versione non corrispondente",
|
"mount_version_mismatch": "Versione non corrispondente",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "이 기능은 아직 구현되지 않았습니다."
|
"updateNotImplemented": "이 기능은 아직 구현되지 않았습니다."
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "도움을 주신 분들",
|
"widgetTitle": "도움을 주신 분들"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "버전 불일치",
|
"mount_version_mismatch": "버전 불일치",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Deze functie is nog niet geïmplementeerd"
|
"updateNotImplemented": "Deze functie is nog niet geïmplementeerd"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Bijdragers",
|
"widgetTitle": "Bijdragers"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced patches",
|
|
||||||
"integrationsContributors": "ReVanced integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Verkeerde versie",
|
"mount_version_mismatch": "Verkeerde versie",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Ta funkcja nie została jeszcze zaimplementowana"
|
"updateNotImplemented": "Ta funkcja nie została jeszcze zaimplementowana"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Współtwórcy",
|
"widgetTitle": "Współtwórcy"
|
||||||
"patcherContributors": "Program łatający ReVanced",
|
|
||||||
"patchesContributors": "Łatki ReVanced",
|
|
||||||
"integrationsContributors": "Integracje ReVanced",
|
|
||||||
"cliContributors": "CLI ReVanced",
|
|
||||||
"managerContributors": "Menedżer ReVanced"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Niezgodność wersji",
|
"mount_version_mismatch": "Niezgodność wersji",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Este recurso ainda não foi implementado"
|
"updateNotImplemented": "Este recurso ainda não foi implementado"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contribuidores",
|
"widgetTitle": "Contribuidores"
|
||||||
"patcherContributors": "Modificador ReVanced",
|
|
||||||
"patchesContributors": "Modificações ReVanced",
|
|
||||||
"integrationsContributors": "Integrações ReVanced",
|
|
||||||
"cliContributors": "Cliente ReVanced",
|
|
||||||
"managerContributors": "Gestor ReVanced"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versão incompatível",
|
"mount_version_mismatch": "Versão incompatível",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Această funcție nu a fost încă implementată"
|
"updateNotImplemented": "Această funcție nu a fost încă implementată"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Contribuitori",
|
"widgetTitle": "Contribuitori"
|
||||||
"patcherContributors": "Patcher ReVanced",
|
|
||||||
"patchesContributors": "Patch-uri ReVanced",
|
|
||||||
"integrationsContributors": "Integrări ReVanced",
|
|
||||||
"cliContributors": "CLI ReVanced",
|
|
||||||
"managerContributors": "Manager ReVanced"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versiune nepotrivită",
|
"mount_version_mismatch": "Versiune nepotrivită",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Эта возможность ещё не реализована"
|
"updateNotImplemented": "Эта возможность ещё не реализована"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Соучастники проекта",
|
"widgetTitle": "Соучастники проекта"
|
||||||
"patcherContributors": "ReVanced патчер",
|
|
||||||
"patchesContributors": "ReVanced патчи",
|
|
||||||
"integrationsContributors": "Интеграции ReVanced",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Менеджер"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Несовпадение версий",
|
"mount_version_mismatch": "Несовпадение версий",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Ova funkcija još uvek nije implementirana"
|
"updateNotImplemented": "Ova funkcija još uvek nije implementirana"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Saradnici",
|
"widgetTitle": "Saradnici"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced pečevi",
|
|
||||||
"integrationsContributors": "ReVanced integracije",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Verzija se ne poklapa",
|
"mount_version_mismatch": "Verzija se ne poklapa",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Ова функција још увек није имплементирана"
|
"updateNotImplemented": "Ова функција још увек није имплементирана"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Сарадници",
|
"widgetTitle": "Сарадници"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced печеви",
|
|
||||||
"integrationsContributors": "ReVanced интеграције",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Верзија се не поклапа",
|
"mount_version_mismatch": "Верзија се не поклапа",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Denna funktionen har inte lagts till ännu"
|
"updateNotImplemented": "Denna funktionen har inte lagts till ännu"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Bidragsgivare",
|
"widgetTitle": "Bidragsgivare"
|
||||||
"patcherContributors": "Revanced-patcher",
|
|
||||||
"patchesContributors": "Revanced-patchar",
|
|
||||||
"integrationsContributors": "ReVanced-integrationer",
|
|
||||||
"cliContributors": "ReVanced-CLI",
|
|
||||||
"managerContributors": "ReVanced-hanterare"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Versionerna stämmer inte överens",
|
"mount_version_mismatch": "Versionerna stämmer inte överens",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Bu özellik henüz geliştirilmedi"
|
"updateNotImplemented": "Bu özellik henüz geliştirilmedi"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Katkıda bulunanlar",
|
"widgetTitle": "Katkıda bulunanlar"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Sürüm uyuşmazlığı",
|
"mount_version_mismatch": "Sürüm uyuşmazlığı",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Ця можливість ще не реалізована"
|
"updateNotImplemented": "Ця можливість ще не реалізована"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Розробники",
|
"widgetTitle": "Розробники"
|
||||||
"patcherContributors": "ReVanced Patcher",
|
|
||||||
"patchesContributors": "ReVanced Patches",
|
|
||||||
"integrationsContributors": "ReVanced Integrations",
|
|
||||||
"cliContributors": "ReVanced CLI",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Невідповідність версії",
|
"mount_version_mismatch": "Невідповідність версії",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "Tính năng này chưa được triển khai"
|
"updateNotImplemented": "Tính năng này chưa được triển khai"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "Những người đóng góp",
|
"widgetTitle": "Những người đóng góp"
|
||||||
"patcherContributors": "Trình vá ReVanced",
|
|
||||||
"patchesContributors": "Bản vá ReVanced",
|
|
||||||
"integrationsContributors": "Tích hợp ReVanced",
|
|
||||||
"cliContributors": "Giao tiếp dòng lệnh (CLI) ReVanced",
|
|
||||||
"managerContributors": "ReVanced Manager"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "Phiên bản không phù hợp",
|
"mount_version_mismatch": "Phiên bản không phù hợp",
|
||||||
|
|||||||
@@ -271,12 +271,7 @@
|
|||||||
"updateNotImplemented": "這項功能尚未實作"
|
"updateNotImplemented": "這項功能尚未實作"
|
||||||
},
|
},
|
||||||
"contributorsView": {
|
"contributorsView": {
|
||||||
"widgetTitle": "貢獻者",
|
"widgetTitle": "貢獻者"
|
||||||
"patcherContributors": "ReVanced 修補程式",
|
|
||||||
"patchesContributors": "ReVanced 補丁",
|
|
||||||
"integrationsContributors": "ReVanced 整合",
|
|
||||||
"cliContributors": "ReVanced 命令行介面",
|
|
||||||
"managerContributors": "ReVanced 管理器"
|
|
||||||
},
|
},
|
||||||
"installErrorDialog": {
|
"installErrorDialog": {
|
||||||
"mount_version_mismatch": "版本不相符",
|
"mount_version_mismatch": "版本不相符",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -31,27 +31,27 @@ class ContributorsView extends StatelessWidget {
|
|||||||
delegate: SliverChildListDelegate.fixed(
|
delegate: SliverChildListDelegate.fixed(
|
||||||
<Widget>[
|
<Widget>[
|
||||||
ContributorsCard(
|
ContributorsCard(
|
||||||
title: t.contributorsView.patcherContributors,
|
title: 'ReVanced Patcher',
|
||||||
contributors: model.patcherContributors,
|
contributors: model.patcherContributors,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
ContributorsCard(
|
ContributorsCard(
|
||||||
title: t.contributorsView.patchesContributors,
|
title: 'ReVanced Patches',
|
||||||
contributors: model.patchesContributors,
|
contributors: model.patchesContributors,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
ContributorsCard(
|
ContributorsCard(
|
||||||
title: t.contributorsView.integrationsContributors,
|
title: 'ReVanced Integrations',
|
||||||
contributors: model.integrationsContributors,
|
contributors: model.integrationsContributors,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
ContributorsCard(
|
ContributorsCard(
|
||||||
title: t.contributorsView.cliContributors,
|
title: 'ReVanced CLI',
|
||||||
contributors: model.cliContributors,
|
contributors: model.cliContributors,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
ContributorsCard(
|
ContributorsCard(
|
||||||
title: t.contributorsView.managerContributors,
|
title: 'ReVanced Manager',
|
||||||
contributors: model.managerContributors,
|
contributors: model.managerContributors,
|
||||||
),
|
),
|
||||||
SizedBox(height: MediaQuery.viewPaddingOf(context).bottom),
|
SizedBox(height: MediaQuery.viewPaddingOf(context).bottom),
|
||||||
|
|||||||
@@ -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.5+101800011
|
||||||
|
|
||||||
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