diff --git a/metadata/felixwiemuth.lincal.txt b/metadata/felixwiemuth.lincal.txt deleted file mode 100644 index 5643729c0a..0000000000 --- a/metadata/felixwiemuth.lincal.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/felixwiemuth/LinCal -Issue Tracker:https://github.com/felixwiemuth/LinCal/issues - -Auto Name:LinCal -Summary:Surprise friends with notifications -Description: -"LinCal" is short for "Link Calendar" and allows to show links or small messages -at predefined points in time, in the form of notifications. If the message is a -link, it can be opened by clicking the notification. Calendars are created as a -text file using a simple format and can then be loaded into the app. Use it as -Advent calendar or just to make someone happy! -. - -Repo Type:git -Repo:https://github.com/felixwiemuth/LinCal - -Build:1.0.0,9 - commit=v1.0.0 - subdir=app - submodules=yes - gradle=yes - -Build:1.1.0,10 - commit=v1.1.0 - subdir=app - submodules=yes - gradle=yes - -Build:1.3.0,12 - commit=v1.3.0 - subdir=app - submodules=yes - gradle=yes - prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle - -Build:1.3.1,13 - commit=v1.3.1 - subdir=app - submodules=yes - gradle=yes - prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle - -Archive Policy:10 versions -Auto Update Mode:Version v%v -Update Check Mode:Tags v\d+\.\d+\.\d+ -Current Version:1.3.1 -Current Version Code:13 diff --git a/metadata/felixwiemuth.lincal.yml b/metadata/felixwiemuth.lincal.yml new file mode 100644 index 0000000000..0d582945c5 --- /dev/null +++ b/metadata/felixwiemuth.lincal.yml @@ -0,0 +1,58 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://github.com/felixwiemuth/LinCal +IssueTracker: https://github.com/felixwiemuth/LinCal/issues + +AutoName: LinCal +Summary: Surprise friends with notifications +Description: |- + "LinCal" is short for "Link Calendar" and allows to show links or small messages + at predefined points in time, in the form of notifications. If the message is a + link, it can be opened by clicking the notification. Calendars are created as a + text file using a simple format and can then be loaded into the app. Use it as + Advent calendar or just to make someone happy! + +RepoType: git +Repo: https://github.com/felixwiemuth/LinCal + +Builds: + - versionName: 1.0.0 + versionCode: 9 + commit: v1.0.0 + subdir: app + submodules: true + gradle: + - yes + + - versionName: 1.1.0 + versionCode: 10 + commit: v1.1.0 + subdir: app + submodules: true + gradle: + - yes + + - versionName: 1.3.0 + versionCode: 12 + commit: v1.3.0 + subdir: app + submodules: true + gradle: + - yes + prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle + + - versionName: 1.3.1 + versionCode: 13 + commit: v1.3.1 + subdir: app + submodules: true + gradle: + - yes + prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle + +ArchivePolicy: 10 versions +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v\d+\.\d+\.\d+ +CurrentVersion: 1.3.1 +CurrentVersionCode: 13