From 63383a11fc111edfa1a3f41b7beea368d8e612d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:15:09 +0200 Subject: [PATCH] rewrite yml: biz.gyrus.yaab --- metadata/biz.gyrus.yaab.txt | 67 ------------------------------ metadata/biz.gyrus.yaab.yml | 81 +++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 67 deletions(-) delete mode 100644 metadata/biz.gyrus.yaab.txt create mode 100644 metadata/biz.gyrus.yaab.yml diff --git a/metadata/biz.gyrus.yaab.txt b/metadata/biz.gyrus.yaab.txt deleted file mode 100644 index 438743d109..0000000000 --- a/metadata/biz.gyrus.yaab.txt +++ /dev/null @@ -1,67 +0,0 @@ -Categories:System -License:MIT -Web Site:http://www.gyrus.biz -Source Code:https://bitbucket.org/gyrussolutions/yaab/src -Issue Tracker:https://bitbucket.org/gyrussolutions/yaab/issues - -Auto Name:YAAB -Summary:Control screen brightness -Description: -This is a small custom brightness regulator app. The idea is to make screens of -old devices like HTC Desire dimmer, as dim as possible. Of course HTC Sense on -Desire has auto brightness feature, but average brightness level set by Sense is -pretty much higher than needed for comfortable work. For people who use their -devices for reading books, emails, texting, etc. this kind of application would -allow to save up to 30% of battery. The website has a full explanation of the -ideas behind the operation. -. - -Repo Type:hg -Repo:https://bitbucket.org/gyrussolutions/yaab - -Build:1.6.2,10 - commit=6def1b3 - -Build:1.6.3,11 - commit=release1.6.3 - target=android-16 - -Build:1.9,14 - commit=release1.9 - target=android-16 - -Build:1.9.3,17 - commit=release1.9.3 - target=android-17 - -Build:1.9.5,19 - commit=release1.9.5 - -Build:1.9.6,20 - commit=release1.9.6 - -Build:1.9.7,21 - commit=release1.9.7 - -Build:1.9.8,22 - commit=release1.9.8 - -Build:1.9.9,23 - commit=release1.9.9 - -Build:1.9.10,26 - commit=release1.9.10 - -Build:1.9.11,27 - commit=release1.9.11 - -Build:1.9.12,28 - commit=release1.9.12 - -Build:1.10.1,30 - commit=release1.10.1 - -Auto Update Mode:Version release%v -Update Check Mode:Tags -Current Version:1.10.1 -Current Version Code:30 diff --git a/metadata/biz.gyrus.yaab.yml b/metadata/biz.gyrus.yaab.yml new file mode 100644 index 0000000000..cfee7566e6 --- /dev/null +++ b/metadata/biz.gyrus.yaab.yml @@ -0,0 +1,81 @@ +Categories: + - System +License: MIT +WebSite: http://www.gyrus.biz +SourceCode: https://bitbucket.org/gyrussolutions/yaab/src +IssueTracker: https://bitbucket.org/gyrussolutions/yaab/issues + +AutoName: YAAB +Summary: Control screen brightness +Description: |- + This is a small custom brightness regulator app. The idea is to make screens of + old devices like HTC Desire dimmer, as dim as possible. Of course HTC Sense on + Desire has auto brightness feature, but average brightness level set by Sense is + pretty much higher than needed for comfortable work. For people who use their + devices for reading books, emails, texting, etc. this kind of application would + allow to save up to 30% of battery. The website has a full explanation of the + ideas behind the operation. + +RepoType: hg +Repo: https://bitbucket.org/gyrussolutions/yaab + +Builds: + - versionName: 1.6.2 + versionCode: 10 + commit: 6def1b3 + + - versionName: 1.6.3 + versionCode: 11 + commit: release1.6.3 + target: android-16 + + - versionName: '1.9' + versionCode: 14 + commit: release1.9 + target: android-16 + + - versionName: 1.9.3 + versionCode: 17 + commit: release1.9.3 + target: android-17 + + - versionName: 1.9.5 + versionCode: 19 + commit: release1.9.5 + + - versionName: 1.9.6 + versionCode: 20 + commit: release1.9.6 + + - versionName: 1.9.7 + versionCode: 21 + commit: release1.9.7 + + - versionName: 1.9.8 + versionCode: 22 + commit: release1.9.8 + + - versionName: 1.9.9 + versionCode: 23 + commit: release1.9.9 + + - versionName: 1.9.10 + versionCode: 26 + commit: release1.9.10 + + - versionName: 1.9.11 + versionCode: 27 + commit: release1.9.11 + + - versionName: 1.9.12 + versionCode: 28 + commit: release1.9.12 + + - versionName: 1.10.1 + versionCode: 30 + commit: release1.10.1 + +AutoUpdateMode: Version release%v +UpdateCheckMode: Tags +CurrentVersion: 1.10.1 +CurrentVersionCode: 30