From f8523eb7335cc59dd8bc99b331c948a3accbbdf9 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 14:30:39 +0200 Subject: [PATCH 01/11] New app: com.kolktech.linxshare --- metadata/com.kolktech.linxshare.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 metadata/com.kolktech.linxshare.yml diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml new file mode 100644 index 00000000000..58be17e02af --- /dev/null +++ b/metadata/com.kolktech.linxshare.yml @@ -0,0 +1,22 @@ +Categories: + - Internet +License: WTFPL +SourceCode: https://github.com/tuxx/LinxShare +IssueTracker: https://github.com/tuxx/LinxShare/issues +WebSite: https://github.com/tuxx/LinxShare +Changelog: https://github.com/tuxx/LinxShare/releases + +AutoName: LinxShare +RepoType: git +Repo: https://github.com/tuxx/LinxShare.git + +Builds: + - versionName: 1.4 + versionCode: 20 + commit: dea9d08 + gradle: + - yes + output: app/build/outputs/apk/release/app-release-unsigned.apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags -- GitLab From 2880998549bf9f5c6912667a71fb642a22b065eb Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 14:35:57 +0200 Subject: [PATCH 02/11] fix pipeline issues --- metadata/com.kolktech.linxshare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 58be17e02af..8b8a08451c5 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -11,12 +11,12 @@ RepoType: git Repo: https://github.com/tuxx/LinxShare.git Builds: - - versionName: 1.4 + - versionName: "1.4" versionCode: 20 commit: dea9d08 gradle: - yes output: app/build/outputs/apk/release/app-release-unsigned.apk -AutoUpdateMode: Version v%v +AutoUpdateMode: Version +v%v UpdateCheckMode: Tags -- GitLab From 355d481fa0202338304034ceefeab97fcdc0a347 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 14:38:36 +0200 Subject: [PATCH 03/11] fix pipeline issues 2 --- metadata/com.kolktech.linxshare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 8b8a08451c5..77face19ea3 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -18,5 +18,5 @@ Builds: - yes output: app/build/outputs/apk/release/app-release-unsigned.apk -AutoUpdateMode: Version +v%v +AutoUpdateMode: Version UpdateCheckMode: Tags -- GitLab From c07542174f2a57fa96e70516820efbf89b74e781 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 14:58:28 +0200 Subject: [PATCH 04/11] Fixed lint, hopefully pipeline succeeds now --- metadata/com.kolktech.linxshare.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 77face19ea3..b2e63405d63 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -3,17 +3,17 @@ Categories: License: WTFPL SourceCode: https://github.com/tuxx/LinxShare IssueTracker: https://github.com/tuxx/LinxShare/issues -WebSite: https://github.com/tuxx/LinxShare Changelog: https://github.com/tuxx/LinxShare/releases AutoName: LinxShare + RepoType: git Repo: https://github.com/tuxx/LinxShare.git Builds: - - versionName: "1.4" + - versionName: '1.4' versionCode: 20 - commit: dea9d08 + commit: 2d10c47 gradle: - yes output: app/build/outputs/apk/release/app-release-unsigned.apk -- GitLab From 391319537c88cbaaf85bdda2616e9637240fd33d Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 15:10:48 +0200 Subject: [PATCH 05/11] Add CurrentVersion and CurrentVersionCode --- metadata/com.kolktech.linxshare.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index b2e63405d63..23fed4b77e1 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -20,3 +20,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags +CurrentVersion: 1.4 +CurrentVersionCode: 20 \ No newline at end of file -- GitLab From 11c0838b5a5a21cc6de2bfa322d57f019aab2037 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Sat, 11 Oct 2025 15:14:52 +0200 Subject: [PATCH 06/11] CurrentVersion as string --- metadata/com.kolktech.linxshare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 23fed4b77e1..854704ef78f 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -20,5 +20,5 @@ Builds: AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.4 -CurrentVersionCode: 20 \ No newline at end of file +CurrentVersion: '1.4' +CurrentVersionCode: 20 -- GitLab From 73061442e811b2e05e9c8dd0b604957e07b6d708 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Wed, 15 Oct 2025 00:13:26 +0200 Subject: [PATCH 07/11] Full commit hash, subdir app added, removed output --- metadata/com.kolktech.linxshare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 854704ef78f..a82d6dbf7cf 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -13,10 +13,10 @@ Repo: https://github.com/tuxx/LinxShare.git Builds: - versionName: '1.4' versionCode: 20 - commit: 2d10c47 + commit: 2d10c47ed203a02c1183125a0fc352f722325c10 + subdir: app gradle: - yes - output: app/build/outputs/apk/release/app-release-unsigned.apk AutoUpdateMode: Version UpdateCheckMode: Tags -- GitLab From 1b586c94eb89864163e43ecbec8b8fc4c913686f Mon Sep 17 00:00:00 2001 From: Tuxx Date: Wed, 15 Oct 2025 00:27:06 +0200 Subject: [PATCH 08/11] Reproducable builds --- metadata/com.kolktech.linxshare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index a82d6dbf7cf..27f878c2dae 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -13,7 +13,7 @@ Repo: https://github.com/tuxx/LinxShare.git Builds: - versionName: '1.4' versionCode: 20 - commit: 2d10c47ed203a02c1183125a0fc352f722325c10 + commit: d943bc171db7563a65756ef04c16f7e16fbda9bf subdir: app gradle: - yes -- GitLab From ce93ec630e35cb0620cc70bfbf0bc30ad844475e Mon Sep 17 00:00:00 2001 From: Tuxx Date: Tue, 14 Oct 2025 22:42:01 +0000 Subject: [PATCH 09/11] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: linsui <2873532-linsui@users.noreply.gitlab.com> --- metadata/com.kolktech.linxshare.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 27f878c2dae..01bd0e59b74 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -15,6 +15,7 @@ Builds: versionCode: 20 commit: d943bc171db7563a65756ef04c16f7e16fbda9bf subdir: app + subdir: app gradle: - yes -- GitLab From a987a98d6284fda411f7a4acafedc1c6018add84 Mon Sep 17 00:00:00 2001 From: Tuxx Date: Wed, 15 Oct 2025 00:47:02 +0200 Subject: [PATCH 10/11] remove double subdir definition --- metadata/com.kolktech.linxshare.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 01bd0e59b74..27f878c2dae 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -15,7 +15,6 @@ Builds: versionCode: 20 commit: d943bc171db7563a65756ef04c16f7e16fbda9bf subdir: app - subdir: app gradle: - yes -- GitLab From 0eda6ce5464b7fb0c54bce419359cbe805217521 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 15 Oct 2025 03:54:31 +0000 Subject: [PATCH 11/11] Apply 2 suggestion(s) to 1 file(s) --- metadata/com.kolktech.linxshare.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/com.kolktech.linxshare.yml b/metadata/com.kolktech.linxshare.yml index 27f878c2dae..9746ec30a77 100644 --- a/metadata/com.kolktech.linxshare.yml +++ b/metadata/com.kolktech.linxshare.yml @@ -9,6 +9,7 @@ AutoName: LinxShare RepoType: git Repo: https://github.com/tuxx/LinxShare.git +Binaries: https://github.com/tuxx/LinxShare/releases/download/v%v/LinxShare-v%v-signed.apk Builds: - versionName: '1.4' @@ -18,6 +19,8 @@ Builds: gradle: - yes +AllowedAPKSigningKeys: a1042b0837fabb156e6a6ad3ceae8f06b63feec97476729514e9980b540f7300 + AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '1.4' -- GitLab