From 3faf8a65d5a4110117f2cd244c57d9cc8a5ad48e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 8 Oct 2018 12:29:30 +0200 Subject: [PATCH 1/3] New app: The Kana Quiz --- metadata/com.noprestige.kanaquiz.yml | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.noprestige.kanaquiz.yml diff --git a/metadata/com.noprestige.kanaquiz.yml b/metadata/com.noprestige.kanaquiz.yml new file mode 100644 index 0000000000..8e5d55eca8 --- /dev/null +++ b/metadata/com.noprestige.kanaquiz.yml @@ -0,0 +1,33 @@ +Categories: + - Science & Education +License: Apache-2.0 +SourceCode: https://github.com/theblackwidower/KanaQuiz +IssueTracker: https://github.com/theblackwidower/KanaQuiz/issues + +AutoName: The Kana Quiz +Summary: A simple app to quiz the user on identifying Japanese characters +Description: |- + Are you trying to learn Japanese, but can't seem to remember the pronunciation of the basic Hiragana or Katakana character set? + + This application is here to help. It will test your knowledge, and drill the basics into your head. You can select which of the twenty different groups you wish to test yourself on. Allowing you to customize based on your skill level. Because we can't learn all this stuff at once. Also includes a reference screen that can display all kana you're currently working on, just to remind you. + +RepoType: git +Repo: https://github.com/theblackwidower/KanaQuiz.git + +Builds: + - versionName: 0.12-pure + versionCode: 14 + commit: cbc23d37f23701eb858ab96dacd24d1513275068 + subdir: app + output: build/outputs/apk/pure/app-pure-unsigned.apk + prebuild: |- + sed -i -e '/maven {/,+2d' -e '/io.fabric.tools/d' ../build.gradle && \ + sed -i -e '/crashlytics/,+2d' -e '/firebase/d' -e '/io.fabric/d' build.gradle + build: gradle assemblePure + +MaintainerNotes: We can't enable auto update because the version name has a suffix. + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 0.12-pure +CurrentVersionCode: 14 From d60a017999b1d5a0d256c008ee041ac79c0603e9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 26 Oct 2018 10:36:53 +0200 Subject: [PATCH 2/3] The Kana Quiz: Upgrade to 0.13-pure --- metadata/com.noprestige.kanaquiz.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/com.noprestige.kanaquiz.yml b/metadata/com.noprestige.kanaquiz.yml index 8e5d55eca8..c5f2f05f0f 100644 --- a/metadata/com.noprestige.kanaquiz.yml +++ b/metadata/com.noprestige.kanaquiz.yml @@ -15,9 +15,9 @@ RepoType: git Repo: https://github.com/theblackwidower/KanaQuiz.git Builds: - - versionName: 0.12-pure - versionCode: 14 - commit: cbc23d37f23701eb858ab96dacd24d1513275068 + - versionName: 0.13-pure + versionCode: 15 + commit: v0.13 subdir: app output: build/outputs/apk/pure/app-pure-unsigned.apk prebuild: |- @@ -29,5 +29,5 @@ MaintainerNotes: We can't enable auto update because the version name has a suff AutoUpdateMode: None UpdateCheckMode: Tags -CurrentVersion: 0.12-pure -CurrentVersionCode: 14 +CurrentVersion: '0.13' +CurrentVersionCode: 15 From 2758ece82bd58765d05a7e42d4f361c7dc00a0a2 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 2 Nov 2018 10:44:33 +0100 Subject: [PATCH 3/3] The Kana Quiz: Upgrade to 0.13.1-pure --- metadata/com.noprestige.kanaquiz.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/com.noprestige.kanaquiz.yml b/metadata/com.noprestige.kanaquiz.yml index c5f2f05f0f..2cfac894c3 100644 --- a/metadata/com.noprestige.kanaquiz.yml +++ b/metadata/com.noprestige.kanaquiz.yml @@ -15,9 +15,9 @@ RepoType: git Repo: https://github.com/theblackwidower/KanaQuiz.git Builds: - - versionName: 0.13-pure - versionCode: 15 - commit: v0.13 + - versionName: 0.13.1-pure + versionCode: 16 + commit: v0.13.1 subdir: app output: build/outputs/apk/pure/app-pure-unsigned.apk prebuild: |- @@ -29,5 +29,5 @@ MaintainerNotes: We can't enable auto update because the version name has a suff AutoUpdateMode: None UpdateCheckMode: Tags -CurrentVersion: '0.13' -CurrentVersionCode: 15 +CurrentVersion: 0.13.1 +CurrentVersionCode: 16