diff --git a/android/gradle.properties b/android/gradle.properties index 007b41f87df662638a73e32c7ad937e5b08460a6..9e30671427dd5cd513d8a1f0583cfaf05e2e0a85 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 0000000000000000000000000000000000000000..61703b7125695bef33a0a012bf738faf0c6b85f1 --- /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 09321758a8040ab54836c784e31f2f2ce1303b9e..54997783ce0b1b29a693f8f0a06f43bcadce802b 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 8a2627e8a6319a0610f7d49f9a6dcb8a4a6a1872..9ffe8032077f887a440c163ad02a9bd512a41cf5 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 2a1d314076208b55e88a763923dddd3e4fccc734..6c53635eb8fbd9fc34b5ff9ca5e704578a179576 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 0000000000000000000000000000000000000000..ff85067258e2eff0b8f95fd1e47cca485085d39a --- /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 5cc218a57ce49d362a8f2fdb5a1bc3ed22486ab6..b086377407b474ad8c5103da194401a5bc77ccf3 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 76d583cf03bb91b88ec226853cf9105e92728ca0..09c66f07f372a30cd81219a1685a7de28e73ed4f 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 3b995d92e36a0e5b48ea790d87ac8cba724ce64f..0a2176439bad97cc5d80c0f02fa4a179d216d93f 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