From b90ff49f8fe6e92f555c085cc51649a7fb1dc995 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Thu, 23 Jun 2022 13:03:56 +0200
Subject: [PATCH] Improve app metadata, include fdroid metadata in repository

---
 android/gradle.properties                     |  4 +--
 .../metadata/android/en-US/changelogs/55.txt  |  1 +
 .../metadata/android/fr-FR/changelogs/55.txt  |  1 +
 fdroid_metadata.yml                           | 34 +++++++++++++++++++
 4 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 fastlane/metadata/android/en-US/changelogs/55.txt
 create mode 100644 fastlane/metadata/android/fr-FR/changelogs/55.txt
 create mode 100644 fdroid_metadata.yml

diff --git a/android/gradle.properties b/android/gradle.properties
index a818966..da9c800 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,5 +1,5 @@
 org.gradle.jvmargs=-Xmx1536M
 android.useAndroidX=true
 android.enableJetifier=true
-app.versionName=0.1.5
-app.versionCode=54
+app.versionName=0.1.6
+app.versionCode=55
diff --git a/fastlane/metadata/android/en-US/changelogs/55.txt b/fastlane/metadata/android/en-US/changelogs/55.txt
new file mode 100644
index 0000000..9927928
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/55.txt
@@ -0,0 +1 @@
+Improve app metadata, include fdroid metadata in repository
diff --git a/fastlane/metadata/android/fr-FR/changelogs/55.txt b/fastlane/metadata/android/fr-FR/changelogs/55.txt
new file mode 100644
index 0000000..da11564
--- /dev/null
+++ b/fastlane/metadata/android/fr-FR/changelogs/55.txt
@@ -0,0 +1 @@
+Ajout des métadata fdroid dans le dépôt
diff --git a/fdroid_metadata.yml b/fdroid_metadata.yml
new file mode 100644
index 0000000..085efb8
--- /dev/null
+++ b/fdroid_metadata.yml
@@ -0,0 +1,34 @@
+AuthorName:   'Benoît Harrault'
+Categories:
+  - Games
+Name:         Simple Sudoku Game
+AutoName:     sudoku
+License:      GPL-3.0-only
+WebSite:      'https://git.harrault.fr/android/org.benoitharrault.sudoku'
+SourceCode:   'https://git.harrault.fr/android/org.benoitharrault.sudoku'
+IssueTracker: 'https://git.harrault.fr/android/org.benoitharrault.sudoku/issues'
+Changelog:    'https://git.harrault.fr/android/org.benoitharrault.sudoku/-/tags'
+Summary:      Simple Sudoku Game, easy to play, easy to enjoy
+Description:  |
+  Simple Sudoku Game:
+
+  This simple sudoku game is aimed for kids (but not only).
+
+  You can play and have fun even if you can't read!
+
+  With a deliberately limited number of game options, everyone can understand how to play and how to adapt this game to his needs.
+
+  You can choose:
+  #   difficulty: easy, medium, hard, nightmare
+  #   size: 2x2 (very easy, for kids), 3x2 (easy), 3x3 (standard), 4x4 (why?)
+  #   tiles theme: digits (standard), pictures (for kids, several themes available)
+
+  Some help can be provided with two buttons:
+  #   "tip": will select next fillable cell on first tap, will fill this cell whith right value on second tap
+  #   "conflicts": will show conflicting cells
+
+  Every grid has one unique solution. No assumption or guessing is needed to solve grids.
+
+RepoType:     git
+Repo:         'https://git.harrault.fr/android/org.benoitharrault.sudoku.git'
+FdroidAppUrl: 'https://f-droid.org/fr/packages/org.benoitharrault.sudoku/'
-- 
GitLab