From 17ffac88de197cc50d924cb0632217a010a2c19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Tue, 2 Jul 2019 00:52:11 +0200 Subject: [PATCH] rewrite yml: eu.lavarde.pmtd --- metadata/eu.lavarde.pmtd.txt | 92 ---------------------------- metadata/eu.lavarde.pmtd.yml | 115 +++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 92 deletions(-) delete mode 100644 metadata/eu.lavarde.pmtd.txt create mode 100644 metadata/eu.lavarde.pmtd.yml diff --git a/metadata/eu.lavarde.pmtd.txt b/metadata/eu.lavarde.pmtd.txt deleted file mode 100644 index a52cb26459..0000000000 --- a/metadata/eu.lavarde.pmtd.txt +++ /dev/null @@ -1,92 +0,0 @@ -Categories:Science & Education -License:GPL-3.0-or-later -Web Site:http://eric.lavar.de/comp/android/pmtd -Source Code:https://github.com/ericzolf/pmtd -Issue Tracker:https://github.com/ericzolf/pmtd/issues -Changelog:https://github.com/ericzolf/pmtd/blob/HEAD/doc/CHANGELOG - -Auto Name:PlusMinusTimesDivide -Summary:Train children in arithmetic -Description: -A program to train children's mathematical skills in the four calculation -methods: addition, subtraction, multiplication and division. - -The preferences allow to adapt the difficulty to any pupil's level, from basic -primary (elementary) school to secondary and beyond. Possible changes include: - -* maximum of operands or result, -* integer or decimal (with up to four decimal places) operations, -* with or without carry over, -* multiplication and addition tables training, -* number of authorized tries, -* and some few others... - -The program also gives hints when the given answer is wrong (send your tips to -the author, if you have some more!). For advanced users, there is a timer -- but -it is shut-off by default, as to not stress sensible children. - -The challenge mode (reachable from the menu in the first dialog) allows children -to play against themselves and others with predefined challenges and a -high-scores list. - -Finally, the language of the app can be set differently (English, French, -German, Italian, Spanish) from the system default. -. - -Repo Type:git -Repo:https://github.com/ericzolf/pmtd.git - -Build:2012.12.18.20,2012121820 - commit=2012.12.18.20 - -Build:2013.02.03.13,2013020313 - commit=2013.02.03.13 - -Build:2013.05.04.13,2013050413 - commit=2013.05.04.13 - target=android-12 - -Build:2013.09.15.17,2013091517 - commit=2013.09.15.17 - target=android-12 - -Build:2014.02.08.18,2014020818 - commit=2014.02.08.18 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Build:2014.03.01.17,2014030117 - commit=2014.03.01.17 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Build:2014.05.01.18,2014050118 - commit=2014.05.01.18 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Build:2014.10.19.10,2014101910 - commit=2014.10.19.10 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Build:2014.10.25.08,2014102508 - commit=2014.10.25.08 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Build:2014.11.08.20,2014110820 - commit=2014.11.08.20 - srclibs=1:Support/v7/appcompat@android-4.4_r1.2 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support$$/libs - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2014.11.08.20 -Current Version Code:2014110820 diff --git a/metadata/eu.lavarde.pmtd.yml b/metadata/eu.lavarde.pmtd.yml new file mode 100644 index 0000000000..ee2daa1683 --- /dev/null +++ b/metadata/eu.lavarde.pmtd.yml @@ -0,0 +1,115 @@ +Categories: + - Science & Education +License: GPL-3.0-or-later +WebSite: http://eric.lavar.de/comp/android/pmtd +SourceCode: https://github.com/ericzolf/pmtd +IssueTracker: https://github.com/ericzolf/pmtd/issues +Changelog: https://github.com/ericzolf/pmtd/blob/HEAD/doc/CHANGELOG + +AutoName: PlusMinusTimesDivide +Summary: Train children in arithmetic +Description: |- + A program to train children's mathematical skills in the four calculation + methods: addition, subtraction, multiplication and division. + + The preferences allow to adapt the difficulty to any pupil's level, from basic + primary (elementary) school to secondary and beyond. Possible changes include: + + * maximum of operands or result, + * integer or decimal (with up to four decimal places) operations, + * with or without carry over, + * multiplication and addition tables training, + * number of authorized tries, + * and some few others... + + The program also gives hints when the given answer is wrong (send your tips to + the author, if you have some more!). For advanced users, there is a timer -- but + it is shut-off by default, as to not stress sensible children. + + The challenge mode (reachable from the menu in the first dialog) allows children + to play against themselves and others with predefined challenges and a + high-scores list. + + Finally, the language of the app can be set differently (English, French, + German, Italian, Spanish) from the system default. + +RepoType: git +Repo: https://github.com/ericzolf/pmtd.git + +Builds: + - versionName: 2012.12.18.20 + versionCode: 2012121820 + commit: 2012.12.18.20 + + - versionName: 2013.02.03.13 + versionCode: 2013020313 + commit: 2013.02.03.13 + + - versionName: 2013.05.04.13 + versionCode: 2013050413 + commit: 2013.05.04.13 + target: android-12 + + - versionName: 2013.09.15.17 + versionCode: 2013091517 + commit: 2013.09.15.17 + target: android-12 + + - versionName: 2014.02.08.18 + versionCode: 2014020818 + commit: 2014.02.08.18 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + + - versionName: 2014.03.01.17 + versionCode: 2014030117 + commit: 2014.03.01.17 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + + - versionName: 2014.05.01.18 + versionCode: 2014050118 + commit: 2014.05.01.18 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + + - versionName: 2014.10.19.10 + versionCode: 2014101910 + commit: 2014.10.19.10 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + + - versionName: 2014.10.25.08 + versionCode: 2014102508 + commit: 2014.10.25.08 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + + - versionName: 2014.11.08.20 + versionCode: 2014110820 + commit: 2014.11.08.20 + srclibs: + - 1:Support/v7/appcompat@android-4.4_r1.2 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support$$/libs + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2014.11.08.20 +CurrentVersionCode: 2014110820