From 8a0c0407e7c99261ab0f1fdc565200711095acad Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:04:05 +0000 Subject: [PATCH 01/14] Add My RC Setup (com.myrcsetup.app) --- metadata/com.myrcsetup.app.yml | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml new file mode 100644 index 00000000000..1f58c203811 --- /dev/null +++ b/metadata/com.myrcsetup.app.yml @@ -0,0 +1,37 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +AuthorName: kapoue +AuthorEmail: kapoue@gmail.com +SourceCode: https://github.com/kapoue/MyRCSetup +IssueTracker: https://github.com/kapoue/MyRCSetup/issues + +AutoName: My RC Setup +Summary: Gestionnaire de réglages pour voitures RC +Description: | + Application Android moderne pour gérer et sauvegarder les réglages + de voitures RC pendant les sessions d'entraînement au club. + + Fonctionnalités principales : + * Gestion complète des réglages moteur (pignon, couronne, rapport) + * Configuration châssis (empattement, voie, hauteur de caisse) + * Paramètres pneus (compound, pression, marque) + * Réglages amortisseurs (huile, ressorts, compression/détente) + * Calcul automatique du rapport final + * Historique complet des sessions avec date/heure + * Interface Material Design 3 moderne + * Base de données locale sécurisée + + Développé par un passionné pour la communauté RC française. + Partagez vos réglages, améliorez vos performances ! + +RepoType: git +Repo: https://github.com/kapoue/MyRCSetup + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: main + subdir: app + gradle: + - release \ No newline at end of file -- GitLab From ef6cd1903de260714e0034c54bb5f118d5c2c6bf Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:23:48 +0000 Subject: [PATCH 02/14] Add My RC Setup (com.myrcsetup.app). --- metadata/com.myrcsetup.app.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 1f58c203811..2c7c51d56f4 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -7,23 +7,23 @@ SourceCode: https://github.com/kapoue/MyRCSetup IssueTracker: https://github.com/kapoue/MyRCSetup/issues AutoName: My RC Setup -Summary: Gestionnaire de réglages pour voitures RC +Summary: RC car settings manager for training sessions Description: | - Application Android moderne pour gérer et sauvegarder les réglages - de voitures RC pendant les sessions d'entraînement au club. + Modern Android application to manage and save RC car settings + during training sessions at the club. - Fonctionnalités principales : - * Gestion complète des réglages moteur (pignon, couronne, rapport) - * Configuration châssis (empattement, voie, hauteur de caisse) - * Paramètres pneus (compound, pression, marque) - * Réglages amortisseurs (huile, ressorts, compression/détente) - * Calcul automatique du rapport final - * Historique complet des sessions avec date/heure - * Interface Material Design 3 moderne - * Base de données locale sécurisée + Main features: + * Complete engine settings management (pinion, crown, ratio) + * Chassis configuration (wheelbase, track, ride height) + * Tire parameters (compound, pressure, brand) + * Shock absorber settings (oil, springs, compression/rebound) + * Automatic final ratio calculation + * Complete session history with date/time + * Modern Material Design 3 interface + * Secure local database - Développé par un passionné pour la communauté RC française. - Partagez vos réglages, améliorez vos performances ! + Developed by an enthusiast for the French RC community. + Share your settings, improve your performance! RepoType: git Repo: https://github.com/kapoue/MyRCSetup -- GitLab From 71697f4f8971512ed23044ce61e2b35fd02c4d8b Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:34:04 +0000 Subject: [PATCH 03/14] Add My RC Setup (com.myrcsetup.app)_ --- metadata/com.myrcsetup.app.yml | 35 ++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 2c7c51d56f4..8353186acb6 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -9,21 +9,21 @@ IssueTracker: https://github.com/kapoue/MyRCSetup/issues AutoName: My RC Setup Summary: RC car settings manager for training sessions Description: | - Modern Android application to manage and save RC car settings - during training sessions at the club. - - Main features: - * Complete engine settings management (pinion, crown, ratio) - * Chassis configuration (wheelbase, track, ride height) - * Tire parameters (compound, pressure, brand) - * Shock absorber settings (oil, springs, compression/rebound) - * Automatic final ratio calculation - * Complete session history with date/time - * Modern Material Design 3 interface - * Secure local database - - Developed by an enthusiast for the French RC community. - Share your settings, improve your performance! + Modern Android application to manage and save RC car settings + during training sessions at the club. + + Main features: + * Complete engine settings management (pinion, crown, ratio) + * Chassis configuration (wheelbase, track, ride height) + * Tire parameters (compound, pressure, brand) + * Shock absorber settings (oil, springs, compression/rebound) + * Automatic final ratio calculation + * Complete session history with date/time + * Modern Material Design 3 interface + * Secure local database + + Developed by an enthusiast for the French RC community. + Share your settings, improve your performance! RepoType: git Repo: https://github.com/kapoue/MyRCSetup @@ -34,4 +34,7 @@ Builds: commit: main subdir: app gradle: - - release \ No newline at end of file + - release + +AutoUpdateMode: None +UpdateCheckMode: None \ No newline at end of file -- GitLab From 3ed233ca8e3c4a6495c2c9d054d49de22568df8e Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:49:13 +0000 Subject: [PATCH 04/14] Add My RC Setup (com.myrcsetup.app)- --- metadata/com.myrcsetup.app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 8353186acb6..a3400e821b4 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -23,7 +23,7 @@ Description: | * Secure local database Developed by an enthusiast for the French RC community. - Share your settings, improve your performance! + Share your settings, improve your performance ! RepoType: git Repo: https://github.com/kapoue/MyRCSetup -- GitLab From bfd51cd1fa883395a9797b59020fd221f84075bc Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:53:59 +0000 Subject: [PATCH 05/14] Supprimer com.myrcsetup.app.yml --- metadata/com.myrcsetup.app.yml | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml deleted file mode 100644 index a3400e821b4..00000000000 --- a/metadata/com.myrcsetup.app.yml +++ /dev/null @@ -1,40 +0,0 @@ -Categories: - - Sports & Health -License: GPL-3.0-or-later -AuthorName: kapoue -AuthorEmail: kapoue@gmail.com -SourceCode: https://github.com/kapoue/MyRCSetup -IssueTracker: https://github.com/kapoue/MyRCSetup/issues - -AutoName: My RC Setup -Summary: RC car settings manager for training sessions -Description: | - Modern Android application to manage and save RC car settings - during training sessions at the club. - - Main features: - * Complete engine settings management (pinion, crown, ratio) - * Chassis configuration (wheelbase, track, ride height) - * Tire parameters (compound, pressure, brand) - * Shock absorber settings (oil, springs, compression/rebound) - * Automatic final ratio calculation - * Complete session history with date/time - * Modern Material Design 3 interface - * Secure local database - - Developed by an enthusiast for the French RC community. - Share your settings, improve your performance ! - -RepoType: git -Repo: https://github.com/kapoue/MyRCSetup - -Builds: - - versionName: '1.1' - versionCode: 2 - commit: main - subdir: app - gradle: - - release - -AutoUpdateMode: None -UpdateCheckMode: None \ No newline at end of file -- GitLab From 31b3a641226b26891f26ee55b6ee3afa486dc17d Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 16:55:52 +0000 Subject: [PATCH 06/14] Add My RC Setup (com.myrcsetup.app) --- metadata/com.myrcsetup.app.yml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml new file mode 100644 index 00000000000..8353186acb6 --- /dev/null +++ b/metadata/com.myrcsetup.app.yml @@ -0,0 +1,40 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +AuthorName: kapoue +AuthorEmail: kapoue@gmail.com +SourceCode: https://github.com/kapoue/MyRCSetup +IssueTracker: https://github.com/kapoue/MyRCSetup/issues + +AutoName: My RC Setup +Summary: RC car settings manager for training sessions +Description: | + Modern Android application to manage and save RC car settings + during training sessions at the club. + + Main features: + * Complete engine settings management (pinion, crown, ratio) + * Chassis configuration (wheelbase, track, ride height) + * Tire parameters (compound, pressure, brand) + * Shock absorber settings (oil, springs, compression/rebound) + * Automatic final ratio calculation + * Complete session history with date/time + * Modern Material Design 3 interface + * Secure local database + + Developed by an enthusiast for the French RC community. + Share your settings, improve your performance! + +RepoType: git +Repo: https://github.com/kapoue/MyRCSetup + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: main + subdir: app + gradle: + - release + +AutoUpdateMode: None +UpdateCheckMode: None \ No newline at end of file -- GitLab From 851614ebb5c09f403c1bfbd1cdaf2b9dafe9ed0f Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 18:45:39 +0000 Subject: [PATCH 07/14] Supprimer com.myrcsetup.app.yml --- metadata/com.myrcsetup.app.yml | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml deleted file mode 100644 index 8353186acb6..00000000000 --- a/metadata/com.myrcsetup.app.yml +++ /dev/null @@ -1,40 +0,0 @@ -Categories: - - Sports & Health -License: GPL-3.0-or-later -AuthorName: kapoue -AuthorEmail: kapoue@gmail.com -SourceCode: https://github.com/kapoue/MyRCSetup -IssueTracker: https://github.com/kapoue/MyRCSetup/issues - -AutoName: My RC Setup -Summary: RC car settings manager for training sessions -Description: | - Modern Android application to manage and save RC car settings - during training sessions at the club. - - Main features: - * Complete engine settings management (pinion, crown, ratio) - * Chassis configuration (wheelbase, track, ride height) - * Tire parameters (compound, pressure, brand) - * Shock absorber settings (oil, springs, compression/rebound) - * Automatic final ratio calculation - * Complete session history with date/time - * Modern Material Design 3 interface - * Secure local database - - Developed by an enthusiast for the French RC community. - Share your settings, improve your performance! - -RepoType: git -Repo: https://github.com/kapoue/MyRCSetup - -Builds: - - versionName: '1.1' - versionCode: 2 - commit: main - subdir: app - gradle: - - release - -AutoUpdateMode: None -UpdateCheckMode: None \ No newline at end of file -- GitLab From 25736853a298c76ecc6635d5dc873f736ad00152 Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 18:46:43 +0000 Subject: [PATCH 08/14] =?UTF-8?q?T=C3=A9l=C3=A9verser=20un=20nouveau=20fic?= =?UTF-8?q?hier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/com.myrcsetup.app.yml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml new file mode 100644 index 00000000000..3f9a55ccbba --- /dev/null +++ b/metadata/com.myrcsetup.app.yml @@ -0,0 +1,40 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +AuthorName: kapoue +AuthorEmail: kapoue@gmail.com +SourceCode: https://github.com/kapoue/MyRCSetup +IssueTracker: https://github.com/kapoue/MyRCSetup/issues + +AutoName: My RC Setup +Summary: RC car settings manager for training sessions +Description: | + Modern Android application to manage and save RC car settings + during training sessions at the club. + + Main features: + * Complete engine settings management (pinion, crown, ratio) + * Chassis configuration (wheelbase, track, ride height) + * Tire parameters (compound, pressure, brand) + * Shock absorber settings (oil, springs, compression/rebound) + * Automatic final ratio calculation + * Complete session history with date/time + * Modern Material Design 3 interface + * Secure local database + + Developed by an enthusiast for the French RC community. + Share your settings, improve your performance! + +RepoType: git +Repo: https://github.com/kapoue/MyRCSetup + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: main + subdir: app + gradle: + - release + +AutoUpdateMode: None +UpdateCheckMode: None \ No newline at end of file -- GitLab From 44b5213afab011b62b99421e5766c12f1c1bb492 Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 18:58:42 +0000 Subject: [PATCH 09/14] Supprimer com.myrcsetup.app.yml --- metadata/com.myrcsetup.app.yml | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml deleted file mode 100644 index 3f9a55ccbba..00000000000 --- a/metadata/com.myrcsetup.app.yml +++ /dev/null @@ -1,40 +0,0 @@ -Categories: - - Sports & Health -License: GPL-3.0-or-later -AuthorName: kapoue -AuthorEmail: kapoue@gmail.com -SourceCode: https://github.com/kapoue/MyRCSetup -IssueTracker: https://github.com/kapoue/MyRCSetup/issues - -AutoName: My RC Setup -Summary: RC car settings manager for training sessions -Description: | - Modern Android application to manage and save RC car settings - during training sessions at the club. - - Main features: - * Complete engine settings management (pinion, crown, ratio) - * Chassis configuration (wheelbase, track, ride height) - * Tire parameters (compound, pressure, brand) - * Shock absorber settings (oil, springs, compression/rebound) - * Automatic final ratio calculation - * Complete session history with date/time - * Modern Material Design 3 interface - * Secure local database - - Developed by an enthusiast for the French RC community. - Share your settings, improve your performance! - -RepoType: git -Repo: https://github.com/kapoue/MyRCSetup - -Builds: - - versionName: '1.1' - versionCode: 2 - commit: main - subdir: app - gradle: - - release - -AutoUpdateMode: None -UpdateCheckMode: None \ No newline at end of file -- GitLab From e44138855b8733ec062c8a42da358fbfeacc7b41 Mon Sep 17 00:00:00 2001 From: David Kapoue Date: Tue, 16 Sep 2025 19:00:52 +0000 Subject: [PATCH 10/14] Add My RC Setup (com.myrcsetup.app). --- metadata/com.myrcsetup.app.yml | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.myrcsetup.app.yml diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml new file mode 100644 index 00000000000..fcff3548f6c --- /dev/null +++ b/metadata/com.myrcsetup.app.yml @@ -0,0 +1,40 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +AuthorName: kapoue +AuthorEmail: kapoue@gmail.com +SourceCode: https://github.com/kapoue/MyRCSetup +IssueTracker: https://github.com/kapoue/MyRCSetup/issues + +AutoName: My RC Setup +Summary: RC car settings manager for training sessions +Description: | + Modern Android application to manage and save RC car settings + during training sessions at the club. + + Main features: + * Complete engine settings management (pinion, crown, ratio) + * Chassis configuration (wheelbase, track, ride height) + * Tire parameters (compound, pressure, brand) + * Shock absorber settings (oil, springs, compression/rebound) + * Automatic final ratio calculation + * Complete session history with date/time + * Modern Material Design 3 interface + * Secure local database + + Developed by an enthusiast for the French RC community. + Share your settings, improve your performance! + +RepoType: git +Repo: https://github.com/kapoue/MyRCSetup + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: main + subdir: app + gradle: + - release + +AutoUpdateMode: None +UpdateCheckMode: None -- GitLab From 169c245d12473c7d9bcbb4d6f850042445dba6ba Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 17 Sep 2025 13:14:17 +0000 Subject: [PATCH 11/14] Apply 4 suggestion(s) to 1 file(s) --- metadata/com.myrcsetup.app.yml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index fcff3548f6c..2d76a42b2ad 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -7,23 +7,6 @@ SourceCode: https://github.com/kapoue/MyRCSetup IssueTracker: https://github.com/kapoue/MyRCSetup/issues AutoName: My RC Setup -Summary: RC car settings manager for training sessions -Description: | - Modern Android application to manage and save RC car settings - during training sessions at the club. - - Main features: - * Complete engine settings management (pinion, crown, ratio) - * Chassis configuration (wheelbase, track, ride height) - * Tire parameters (compound, pressure, brand) - * Shock absorber settings (oil, springs, compression/rebound) - * Automatic final ratio calculation - * Complete session history with date/time - * Modern Material Design 3 interface - * Secure local database - - Developed by an enthusiast for the French RC community. - Share your settings, improve your performance! RepoType: git Repo: https://github.com/kapoue/MyRCSetup @@ -31,10 +14,12 @@ Repo: https://github.com/kapoue/MyRCSetup Builds: - versionName: '1.1' versionCode: 2 - commit: main + commit: 09be7b1869f427ead78bbc46b561e4f72495418b subdir: app gradle: - - release + - yes -AutoUpdateMode: None -UpdateCheckMode: None +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '1.1' +CurrentVersionCode: 2 -- GitLab From 15a274d7fd1f302b650ee7182b5d31aa54d61dd5 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 17 Sep 2025 15:32:47 +0000 Subject: [PATCH 12/14] Apply 1 suggestion(s) to 1 file(s) --- metadata/com.myrcsetup.app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 2d76a42b2ad..0bdcc3cccb3 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -14,7 +14,7 @@ Repo: https://github.com/kapoue/MyRCSetup Builds: - versionName: '1.1' versionCode: 2 - commit: 09be7b1869f427ead78bbc46b561e4f72495418b + commit: 5e63f67b7190db7117b4d2ee222b2c6c40600d62 subdir: app gradle: - yes -- GitLab From 6278c3efabeb9e78c18c3b2832f2baa92b81f177 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 18 Sep 2025 10:44:20 +0000 Subject: [PATCH 13/14] update, try repro --- metadata/com.myrcsetup.app.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 0bdcc3cccb3..8b177f83bf5 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -10,15 +10,19 @@ AutoName: My RC Setup RepoType: git Repo: https://github.com/kapoue/MyRCSetup +Binaries: https://github.com/kapoue/MyRCSetup/releases/download/v1.2/MyRCSetup-v1.2-release.apk Builds: - versionName: '1.1' versionCode: 2 - commit: 5e63f67b7190db7117b4d2ee222b2c6c40600d62 + commit: 10ed0ddb6186015eee48e374b25063aa8c6cbc43 subdir: app gradle: - yes + +AllowedAPKSigningKeys: 29ace62cc3af4a70175c9c63199577b7147a57d53fb956ab3468597b6d2a3a7f + AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '1.1' -- GitLab From f8ced6cf5be76b4b0c9c6085e23e798e7e19aebd Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 18 Sep 2025 10:47:12 +0000 Subject: [PATCH 14/14] fix lint --- metadata/com.myrcsetup.app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/com.myrcsetup.app.yml b/metadata/com.myrcsetup.app.yml index 8b177f83bf5..d8fa05ba9c0 100644 --- a/metadata/com.myrcsetup.app.yml +++ b/metadata/com.myrcsetup.app.yml @@ -20,7 +20,6 @@ Builds: gradle: - yes - AllowedAPKSigningKeys: 29ace62cc3af4a70175c9c63199577b7147a57d53fb956ab3468597b6d2a3a7f AutoUpdateMode: Version -- GitLab