From 5448b2b4e2f1d5d6c91813f88163ea806df3e176 Mon Sep 17 00:00:00 2001 From: Jonathan Glanz Date: Fri, 11 Jul 2025 11:51:08 +0000 Subject: [PATCH] New App: org.tfv.deskflow --- metadata/org.tfv.deskflow.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/org.tfv.deskflow.yml diff --git a/metadata/org.tfv.deskflow.yml b/metadata/org.tfv.deskflow.yml new file mode 100644 index 0000000000..28349ca801 --- /dev/null +++ b/metadata/org.tfv.deskflow.yml @@ -0,0 +1,32 @@ +Categories: + - Connectivity + - Development + - Internet + - Keyboard & IME + - System +License: MIT +AuthorName: Jonathan Glanz +AuthorEmail: jonathan.glanz@gmail.com +SourceCode: https://github.com/jglanz/deskflow-android + +AutoName: Deskflow + +RepoType: git +Repo: https://github.com/jglanz/deskflow-android +Binaries: https://github.com/jglanz/deskflow-android/releases/download/v%v/DeskflowAndroid-v%v-signed.apk + +Builds: + - versionName: 1.0.14 + versionCode: 10014 + commit: 1d34ca83ed8cd0daa3580b3eb4e194e2792b8eb8 + subdir: app + gradle: + - yes + +AllowedAPKSigningKeys: a55bd0913e678a86a1ddd28c272f0b08b88c31beab2f2e1039a40afe4225bad8 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: version.properties|versionCode=(\d+)|.|versionName=([\d.]+) +CurrentVersion: 1.0.14 +CurrentVersionCode: 10014