From 87c66b4d096dcd384f9b8eeb1fa4bd7fa39e0b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin?= <93716347+Kevinr99089@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:20:52 +0200 Subject: [PATCH 1/4] Modification of 2 translations (fr.json) - Suggested by [peternmuller](https://github.com/peternmuller) --- assets/translations/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/fr.json b/assets/translations/fr.json index 8b4dab6..0228558 100644 --- a/assets/translations/fr.json +++ b/assets/translations/fr.json @@ -37,7 +37,7 @@ "cancelled": "Annulé", "appAlreadyAdded": "Application déjà ajoutée", "alreadyUpToDateQuestion": "L'application est à jour?", - "addApp": "Ajouter Appli", + "addApp": "Ajouter appli", "appSourceURL": "URL source de l'application", "error": "Erreur", "add": "Ajouter", @@ -88,7 +88,7 @@ "author": "Auteur", "upToDateApps": "Applications à jour", "nonInstalledApps": "Applications non installées", - "importExport": "Importer/Exporter", + "importExport": "Importer/exporter", "settings": "Paramètres", "exportedTo": "Exporté vers {}", "obtainiumExport": "Exporter Obtainium", From cff6b86997b6ce7744422b69ea9c6f81747b3a7a Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Wed, 16 Oct 2024 01:22:57 +0100 Subject: [PATCH 2/4] App debug builds can now be installed side-by-side with non-debug --- android/app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index d461e41..c5a7cdd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,6 +81,10 @@ android { release { signingConfig signingConfigs.release } + debug { + applicationIdSuffix = ".debug" + versionNameSuffix = "-debug" + } } } From 25233f325939847d9fece933fc71012f62e036fe Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Wed, 16 Oct 2024 01:30:18 +0100 Subject: [PATCH 3/4] App is now called debug so its easier to spot --- android/app/src/debug/res/values/string.xml | 4 ++++ android/app/src/main/AndroidManifest.xml | 2 +- android/app/src/main/res/values/string.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 android/app/src/debug/res/values/string.xml create mode 100644 android/app/src/main/res/values/string.xml diff --git a/android/app/src/debug/res/values/string.xml b/android/app/src/debug/res/values/string.xml new file mode 100644 index 0000000..a01a60a --- /dev/null +++ b/android/app/src/debug/res/values/string.xml @@ -0,0 +1,4 @@ + + + Obtainium Debug + \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 935509b..6ce6efa 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ xmlns:tools="http://schemas.android.com/tools" package="dev.imranr.obtainium"> + + Obtainium + \ No newline at end of file From efb75afb9baae924c4fda4ab59f19dd61640ef0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin?= <93716347+Kevinr99089@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:46:33 +0200 Subject: [PATCH 4/4] French Translation correction for "Community App Sources". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Corrected to "Configurations d'applications par la communauté (à utiliser à vos risques et périls)" line 317, and "Configurations d'applications par la communauté" line 318 --- assets/translations/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/translations/fr.json b/assets/translations/fr.json index 4551ce5..8909677 100644 --- a/assets/translations/fr.json +++ b/assets/translations/fr.json @@ -315,7 +315,7 @@ "appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque tout est prêt.", "wiki": "Aide/Wiki", "crowdsourcedConfigsLabel": "Configurations d'applications par la communauté (à utiliser à vos risques et périls)", - "crowdsourcedConfigsShort": "Configurations d'applications par la foule", + "crowdsourcedConfigsShort": "Configurations d'applications par la communauté", "allowInsecure": "Autoriser les requêtes HTTP non sécurisées", "stayOneVersionBehind": "Rester à une version de la dernière", "removeAppQuestion": {