From 0dd33a81484f084584a7648170d6cd21f9d4399a Mon Sep 17 00:00:00 2001 From: danuo Date: Wed, 1 Oct 2025 00:39:22 +0200 Subject: [PATCH 1/2] add metadata for hsware.neo --- metadata/hsware.neo.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/hsware.neo.yml diff --git a/metadata/hsware.neo.yml b/metadata/hsware.neo.yml new file mode 100644 index 00000000000..3efbe7fb7d5 --- /dev/null +++ b/metadata/hsware.neo.yml @@ -0,0 +1,31 @@ +Categories: + - Music Practice Tool + - Science & Education +License: GPL-3.0-only +AuthorName: Hideki Saito +AuthorEmail: hidekis@gmail.com +SourceCode: https://github.com/danuo/hstempo-neo +IssueTracker: https://github.com/danuo/hstempo-neo/issues + +AutoName: HSTempo +Description: |- + Tempo Measurement is now possible with a simple utility that allows you to find + BPMs of music or other sound sources. You tap to your tune and you will get the + BPM. + + This version has been updated to work on modern Android devices (Android 15+). + +RepoType: git +Repo: https://github.com/danuo/hstempo-neo.git + +Builds: + - versionName: '1.3.0' + versionCode: 1 + commit: v1.3.0 + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: '1.3.0' +CurrentVersionCode: 1 -- GitLab From b1e5350330c7becde7ce19dadecd718bddf3085b Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 1 Oct 2025 06:14:46 +0000 Subject: [PATCH 2/2] Apply 3 suggestion(s) to 1 file(s) --- metadata/hsware.neo.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/metadata/hsware.neo.yml b/metadata/hsware.neo.yml index 3efbe7fb7d5..62cae670023 100644 --- a/metadata/hsware.neo.yml +++ b/metadata/hsware.neo.yml @@ -8,24 +8,19 @@ SourceCode: https://github.com/danuo/hstempo-neo IssueTracker: https://github.com/danuo/hstempo-neo/issues AutoName: HSTempo -Description: |- - Tempo Measurement is now possible with a simple utility that allows you to find - BPMs of music or other sound sources. You tap to your tune and you will get the - BPM. - - This version has been updated to work on modern Android devices (Android 15+). RepoType: git Repo: https://github.com/danuo/hstempo-neo.git Builds: - - versionName: '1.3.0' + - versionName: 1.3.0 versionCode: 1 - commit: v1.3.0 + commit: b510c1c6b0c507717890288f1d3145a5201aea11 + subdir: app gradle: - yes -AutoUpdateMode: None +AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '1.3.0' +CurrentVersion: 1.3.0 CurrentVersionCode: 1 -- GitLab