From bc8011a605a5b6245dbc49c3c9cf3081ca240988 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 15 Jan 2019 00:30:31 +0100 Subject: [PATCH] NorthDog: Use YAML --- metadata/cz.harvie.northdog.txt | 25 ------------------------- metadata/cz.harvie.northdog.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 25 deletions(-) delete mode 100644 metadata/cz.harvie.northdog.txt create mode 100644 metadata/cz.harvie.northdog.yml diff --git a/metadata/cz.harvie.northdog.txt b/metadata/cz.harvie.northdog.txt deleted file mode 100644 index 70f2530b89..0000000000 --- a/metadata/cz.harvie.northdog.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Navigation -License:Apache-2.0 -Web Site: -Source Code:https://github.com/Harvie/NorthDog -Issue Tracker:https://github.com/Harvie/NorthDog/issues - -Auto Name:NorthDog -Summary:3D Audio Compass -Description: -This will play 3D sound so that it will appear to come from north. Can be used -by blind people and for various other reasons. Stereo headphones required. -. - -Repo Type:git -Repo:https://github.com/Harvie/NorthDog.git - -Build:0.1b,3 - commit=v0.1b - subdir=app/ - gradle=yes - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:0.1b -Current Version Code:3 diff --git a/metadata/cz.harvie.northdog.yml b/metadata/cz.harvie.northdog.yml new file mode 100644 index 0000000000..cafbb3d8bd --- /dev/null +++ b/metadata/cz.harvie.northdog.yml @@ -0,0 +1,27 @@ +Categories: + - Navigation +License: Apache-2.0 +SourceCode: https://github.com/Harvie/NorthDog +IssueTracker: https://github.com/Harvie/NorthDog/issues + +AutoName: NorthDog +Summary: 3D Audio Compass +Description: |- + This will play 3D sound so that it will appear to come from north. Can be used + by blind people and for various other reasons. Stereo headphones required. + +RepoType: git +Repo: https://github.com/Harvie/NorthDog.git + +Builds: + - versionName: 0.1b + versionCode: 3 + commit: v0.1b + subdir: app/ + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 0.1b +CurrentVersionCode: 3