From d4d5b67181851271e79ff30d39f52e5a57319411 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 18 Oct 2021 22:27:21 +0200 Subject: Add fastlane metadata --- metadata/android/en-US/changelogs/11.txt | 3 +++ metadata/android/en-US/full_description.txt | 6 ++++++ metadata/android/en-US/images/featureGraphic.png | Bin 0 -> 37262 bytes metadata/android/en-US/images/icon.png | Bin 0 -> 17751 bytes metadata/android/en-US/images/old/xxxhdpi.png | Bin 0 -> 6067 bytes metadata/android/en-US/images/phoneScreenshots/1.png | Bin 0 -> 47784 bytes metadata/android/en-US/images/phoneScreenshots/2.png | Bin 0 -> 49811 bytes metadata/android/en-US/images/phoneScreenshots/3.png | Bin 0 -> 171882 bytes metadata/android/en-US/images/phoneScreenshots/4.png | Bin 0 -> 64788 bytes metadata/android/en-US/images/phoneScreenshots/5.png | Bin 0 -> 66875 bytes 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 create mode 100644 metadata/android/en-US/images/featureGraphic.png create mode 100644 metadata/android/en-US/images/icon.png create mode 100644 metadata/android/en-US/images/old/xxxhdpi.png create mode 100644 metadata/android/en-US/images/phoneScreenshots/1.png create mode 100644 metadata/android/en-US/images/phoneScreenshots/2.png create mode 100644 metadata/android/en-US/images/phoneScreenshots/3.png create mode 100644 metadata/android/en-US/images/phoneScreenshots/4.png create mode 100644 metadata/android/en-US/images/phoneScreenshots/5.png 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 (limited to 'metadata') 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/metadata/android/en-US/images/featureGraphic.png b/metadata/android/en-US/images/featureGraphic.png new file mode 100644 index 0000000..139ac94 Binary files /dev/null and b/metadata/android/en-US/images/featureGraphic.png differ diff --git a/metadata/android/en-US/images/icon.png b/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..b5f75e7 Binary files /dev/null and b/metadata/android/en-US/images/icon.png differ diff --git a/metadata/android/en-US/images/old/xxxhdpi.png b/metadata/android/en-US/images/old/xxxhdpi.png new file mode 100644 index 0000000..f680143 Binary files /dev/null and b/metadata/android/en-US/images/old/xxxhdpi.png differ diff --git a/metadata/android/en-US/images/phoneScreenshots/1.png b/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..d9e428f Binary files /dev/null and b/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/metadata/android/en-US/images/phoneScreenshots/2.png b/metadata/android/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..eb85798 Binary files /dev/null and b/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/metadata/android/en-US/images/phoneScreenshots/3.png b/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 0000000..8692f12 Binary files /dev/null and b/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/metadata/android/en-US/images/phoneScreenshots/4.png b/metadata/android/en-US/images/phoneScreenshots/4.png new file mode 100644 index 0000000..905dde4 Binary files /dev/null and b/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/metadata/android/en-US/images/phoneScreenshots/5.png b/metadata/android/en-US/images/phoneScreenshots/5.png new file mode 100644 index 0000000..c881740 Binary files /dev/null and b/metadata/android/en-US/images/phoneScreenshots/5.png differ 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 -- cgit v1.2.3