From d4d5b67181851271e79ff30d39f52e5a57319411 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 18 Oct 2021 22:27:21 +0200 Subject: [PATCH] Add fastlane metadata --- metadata/android/en-US/changelogs/11.txt | 3 +++ metadata/android/en-US/full_description.txt | 6 ++++++ .../android/en-US/images/featureGraphic.png | Bin .../android/en-US/images}/icon.png | Bin .../android/en-US/images}/old/xxxhdpi.png | Bin .../android/en-US/images/phoneScreenshots/1.png | Bin .../android/en-US/images/phoneScreenshots/2.png | Bin .../android/en-US/images/phoneScreenshots/3.png | Bin .../android/en-US/images/phoneScreenshots/4.png | Bin .../android/en-US/images/phoneScreenshots/5.png | Bin metadata/android/en-US/short_description.txt | 1 + metadata/android/en-US/title.txt | 1 + metadata/android/fr-FR/changelogs/11.txt | 3 +++ metadata/android/fr-FR/full_description.txt | 3 +++ metadata/android/fr-FR/short_description.txt | 1 + metadata/android/fr-FR/title.txt | 1 + 16 files changed, 19 insertions(+) create mode 100644 metadata/android/en-US/changelogs/11.txt create mode 100644 metadata/android/en-US/full_description.txt rename play_store/banner.png => metadata/android/en-US/images/featureGraphic.png (100%) rename {play_store => metadata/android/en-US/images}/icon.png (100%) rename {play_store => metadata/android/en-US/images}/old/xxxhdpi.png (100%) rename play_store/capture1.png => metadata/android/en-US/images/phoneScreenshots/1.png (100%) rename play_store/capture2.png => metadata/android/en-US/images/phoneScreenshots/2.png (100%) rename play_store/capture3.png => metadata/android/en-US/images/phoneScreenshots/3.png (100%) rename play_store/capture4.png => metadata/android/en-US/images/phoneScreenshots/4.png (100%) rename play_store/capture5.png => metadata/android/en-US/images/phoneScreenshots/5.png (100%) create mode 100644 metadata/android/en-US/short_description.txt create mode 100644 metadata/android/en-US/title.txt create mode 100644 metadata/android/fr-FR/changelogs/11.txt create mode 100644 metadata/android/fr-FR/full_description.txt create mode 100644 metadata/android/fr-FR/short_description.txt create mode 100644 metadata/android/fr-FR/title.txt diff --git a/metadata/android/en-US/changelogs/11.txt b/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..d502a46 --- /dev/null +++ b/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,3 @@ +- Add support for Spanish and Italian +- Improved the placement of some characters (especially accents) and added more (french quotes, dash and em-dash). +- Fixed some bugs (a crash on old versions of Android and a graphical bug due to rotation) diff --git a/metadata/android/en-US/full_description.txt b/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..ed52e39 --- /dev/null +++ b/metadata/android/en-US/full_description.txt @@ -0,0 +1,6 @@ +All the characters you might need are available on a single screen, as well as control, alt, escape and many others. + +Several characters are displayed on each key. Get the one in the middle with a press and the ones in the corners by sliding your finger. + +Like any other keyboard app, you will need to activate it in the system settings to be able to use it. +This can be found in the System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards. diff --git a/play_store/banner.png b/metadata/android/en-US/images/featureGraphic.png similarity index 100% rename from play_store/banner.png rename to metadata/android/en-US/images/featureGraphic.png diff --git a/play_store/icon.png b/metadata/android/en-US/images/icon.png similarity index 100% rename from play_store/icon.png rename to metadata/android/en-US/images/icon.png diff --git a/play_store/old/xxxhdpi.png b/metadata/android/en-US/images/old/xxxhdpi.png similarity index 100% rename from play_store/old/xxxhdpi.png rename to metadata/android/en-US/images/old/xxxhdpi.png diff --git a/play_store/capture1.png b/metadata/android/en-US/images/phoneScreenshots/1.png similarity index 100% rename from play_store/capture1.png rename to metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/play_store/capture2.png b/metadata/android/en-US/images/phoneScreenshots/2.png similarity index 100% rename from play_store/capture2.png rename to metadata/android/en-US/images/phoneScreenshots/2.png diff --git a/play_store/capture3.png b/metadata/android/en-US/images/phoneScreenshots/3.png similarity index 100% rename from play_store/capture3.png rename to metadata/android/en-US/images/phoneScreenshots/3.png diff --git a/play_store/capture4.png b/metadata/android/en-US/images/phoneScreenshots/4.png similarity index 100% rename from play_store/capture4.png rename to metadata/android/en-US/images/phoneScreenshots/4.png diff --git a/play_store/capture5.png b/metadata/android/en-US/images/phoneScreenshots/5.png similarity index 100% rename from play_store/capture5.png rename to metadata/android/en-US/images/phoneScreenshots/5.png diff --git a/metadata/android/en-US/short_description.txt b/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..a555fe3 --- /dev/null +++ b/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A lightweight virtual keyboard for developers. diff --git a/metadata/android/en-US/title.txt b/metadata/android/en-US/title.txt new file mode 100644 index 0000000..c18b05b --- /dev/null +++ b/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Unexpected Keyboard diff --git a/metadata/android/fr-FR/changelogs/11.txt b/metadata/android/fr-FR/changelogs/11.txt new file mode 100644 index 0000000..e3c2b94 --- /dev/null +++ b/metadata/android/fr-FR/changelogs/11.txt @@ -0,0 +1,3 @@ +- Ajout de l'Espagnol et l'Italien +- Nouvel emplacement pour les accents (encore) et ajout de nouveaux caratères +- Correction de bugs (un crash sur d'anciennes versions d'Android et un rare glitch graphique après une rotation) diff --git a/metadata/android/fr-FR/full_description.txt b/metadata/android/fr-FR/full_description.txt new file mode 100644 index 0000000..1b8d3c4 --- /dev/null +++ b/metadata/android/fr-FR/full_description.txt @@ -0,0 +1,3 @@ +Tous les caractères dont vous pourriez avoir besoin sont disponibles sur un seul écran, ainsi que les touches control, alt, escape et bien d'autres. + +Plusieurs caractères sont affichés sur chaque touche. Tapez celui du milieu par une simple pression et ceux des coins en faisant glisser votre doigt. diff --git a/metadata/android/fr-FR/short_description.txt b/metadata/android/fr-FR/short_description.txt new file mode 100644 index 0000000..671ce77 --- /dev/null +++ b/metadata/android/fr-FR/short_description.txt @@ -0,0 +1 @@ +Le meilleur clavier pour les développeurs. diff --git a/metadata/android/fr-FR/title.txt b/metadata/android/fr-FR/title.txt new file mode 100644 index 0000000..c18b05b --- /dev/null +++ b/metadata/android/fr-FR/title.txt @@ -0,0 +1 @@ +Unexpected Keyboard