From 507a460dc3e7871cabb4307d55ed3ebb2c32f92d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Thu, 4 Aug 2022 11:35:35 +0200
Subject: [PATCH] Improve application metadata, fix app name

---
 android/gradle.properties                     |  4 ++--
 .../metadata/android/en-US/changelogs/50.txt  |  1 +
 .../android/en-US/full_description.txt        |  2 ++
 .../android/en-US/short_description.txt       |  4 +---
 fastlane/metadata/android/en-US/title.txt     |  2 +-
 .../metadata/android/fr-FR/changelogs/50.txt  |  1 +
 .../android/fr-FR/full_description.txt        |  2 ++
 .../android/fr-FR/short_description.txt       |  4 +---
 fdroid_metadata.yml                           | 21 ++++++++++++-------
 9 files changed, 24 insertions(+), 17 deletions(-)
 create mode 100644 fastlane/metadata/android/en-US/changelogs/50.txt
 create mode 100644 fastlane/metadata/android/fr-FR/changelogs/50.txt

diff --git a/android/gradle.properties b/android/gradle.properties
index 007b41f..9e30671 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.0.49
-app.versionCode=49
+app.versionName=0.0.50
+app.versionCode=50
diff --git a/fastlane/metadata/android/en-US/changelogs/50.txt b/fastlane/metadata/android/en-US/changelogs/50.txt
new file mode 100644
index 0000000..61703b7
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/50.txt
@@ -0,0 +1 @@
+Improve application metadata
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 0932175..5499778 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -11,3 +11,5 @@ You can choose:
 
 -   difficulty (tiles count) : 3x3 (9 tiles), 4x4 (16 tiles) ou 5x5 (25 tiles)
 -   picture from list
+
+Or pick a random game with automatically selected options.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt
index 8a2627e..9ffe803 100644
--- a/fastlane/metadata/android/en-US/short_description.txt
+++ b/fastlane/metadata/android/en-US/short_description.txt
@@ -1,3 +1 @@
-Simple Puzzle Game. Easy to play, easy to enjoy.
-
-Icon based interface, ready to use, with deliberately limited options (tiles count, image).
+Puzzle Game. Easy to play, easy to enjoy.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt
index 2a1d314..6c53635 100644
--- a/fastlane/metadata/android/en-US/title.txt
+++ b/fastlane/metadata/android/en-US/title.txt
@@ -1 +1 @@
-Simple Puzzle Game
+Puzzle Game
diff --git a/fastlane/metadata/android/fr-FR/changelogs/50.txt b/fastlane/metadata/android/fr-FR/changelogs/50.txt
new file mode 100644
index 0000000..ff85067
--- /dev/null
+++ b/fastlane/metadata/android/fr-FR/changelogs/50.txt
@@ -0,0 +1 @@
+Amélioration des métadonnées de l'application
diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt
index 5cc218a..b086377 100644
--- a/fastlane/metadata/android/fr-FR/full_description.txt
+++ b/fastlane/metadata/android/fr-FR/full_description.txt
@@ -11,3 +11,5 @@ Il est possible de choisir :
 
 -   la difficulté du jeu (le nombre de pièces du puzzle) : 3x3 (9 pièces), 4x4 (16 pièces) ou 5x5 (25 pièces)
 -   l'image ou la photo à reconstituer depuis la liste
+
+Vous pouvez aussi jouer un puzzle aléatoire avec des options automatiquement prises au hasard.
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt
index 76d583c..09c66f0 100644
--- a/fastlane/metadata/android/fr-FR/short_description.txt
+++ b/fastlane/metadata/android/fr-FR/short_description.txt
@@ -1,3 +1 @@
-Jeu de puzzle simple, facile à jouer, facile à apprécier.
-
-Interface à base d'icônes, facile à prendre en main et volontairement peu de choix dans les options (sélection du nombre de pièces, sélection de l'image).
+Jeu de puzzle. Facile à jouer, facile à apprécier.
\ No newline at end of file
diff --git a/fdroid_metadata.yml b/fdroid_metadata.yml
index 3b995d9..0a21764 100644
--- a/fdroid_metadata.yml
+++ b/fdroid_metadata.yml
@@ -1,17 +1,22 @@
-AuthorName:   'Benoît Harrault'
+AuthorName:   Benoît Harrault
 Categories:
   - Games
-Name:         Puzzle Game
-AutoName:     puzzlegame
+AutoName:     Puzzle Game
 License:      GPL-3.0-only
-WebSite:      'https://git.harrault.fr/android/org.benoitharrault.puzzlegame'
+WebSite:      https://git.harrault.fr/android/org.benoitharrault.puzzlegame
 SourceCode:   https://git.harrault.fr/android/org.benoitharrault.puzzlegame
 IssueTracker: https://git.harrault.fr/android/org.benoitharrault.puzzlegame/issues
 Changelog:    https://git.harrault.fr/android/org.benoitharrault.puzzlegame/-/tags
-Summary:      ''
-
-Description:  |-
+Summary:      |4-
     Puzzle game, simple and classic.
 
+Description:  |4-
+    Easy to play:
+    - Select split size (3x3, 4x4 or 5x5)
+    - Pick a picture from list
+    - Drag and drop tiles to recompose original picture
+
+    Or just tap on the dice, split size and picture will be chosen randomly for you!
+
 RepoType:     git
-Repo:         'https://git.harrault.fr/android/org.benoitharrault.puzzlegame.git'
+Repo:         https://git.harrault.fr/android/org.benoitharrault.puzzlegame.git
-- 
GitLab