From 99bc03ce35e61ca270503d261ea8572b21d5debb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:05:56 +0200 Subject: [PATCH] rewrite yml: bander.notepad --- metadata/bander.notepad.txt | 23 ----------------------- metadata/bander.notepad.yml | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 metadata/bander.notepad.txt create mode 100644 metadata/bander.notepad.yml diff --git a/metadata/bander.notepad.txt b/metadata/bander.notepad.txt deleted file mode 100644 index 1c8dc9a755..0000000000 --- a/metadata/bander.notepad.txt +++ /dev/null @@ -1,23 +0,0 @@ -Categories:Writing -License:Apache-2.0 -Web Site:https://code.google.com/p/banderlabs -Source Code:https://code.google.com/p/banderlabs/source -Issue Tracker: - -Auto Name:Notepad -Summary:Basic note taking -Description: -It has selectable text size, searching, sorting, and the ability to send notes. -. - -Repo Type:git-svn -Repo:https://banderlabs.googlecode.com/svn/trunk/Notepad - -Build:1.06,12 - commit=77 - target=android-15 - -Auto Update Mode:None -Update Check Mode:Static -Current Version:1.06 -Current Version Code:12 diff --git a/metadata/bander.notepad.yml b/metadata/bander.notepad.yml new file mode 100644 index 0000000000..532ca10be9 --- /dev/null +++ b/metadata/bander.notepad.yml @@ -0,0 +1,24 @@ +Categories: + - Writing +License: Apache-2.0 +WebSite: https://code.google.com/p/banderlabs +SourceCode: https://code.google.com/p/banderlabs/source + +AutoName: Notepad +Summary: Basic note taking +Description: It has selectable text size, searching, sorting, and the ability to send + notes. + +RepoType: git-svn +Repo: https://banderlabs.googlecode.com/svn/trunk/Notepad + +Builds: + - versionName: '1.06' + versionCode: 12 + commit: '77' + target: android-15 + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '1.06' +CurrentVersionCode: 12