diff options
| -rw-r--r-- | CONTRIBUTING.md | 13 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | metadata/android/en-US/full_description.txt | 2 | ||||
| -rw-r--r-- | metadata/android/fr-FR/full_description.txt | 2 |
4 files changed, 8 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc7ec16..e674805 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,14 +25,11 @@ If the build succeed, the debug apk is located in ## Debugging on your phone -You need to have *USB debugging* enabled on your phone, see [Android's doc](https://developer.android.com/studio/debug/dev-options#enable). - -It is also possible to enable *ADB over network* in the settings and connect -with `adb connect <ip of the phone>`. Make sure to be connected to a local -network that you trust. - -Install the application with: +First [Enable adb debugging on your device](https://developer.android.com/studio/command-line/adb#Enabling). +Then connect your phone to your computer using an USB cable or wireless +debugging. +And finally, install the application with: ```sh make installd ``` @@ -41,7 +38,7 @@ The debug version of the application won't be removed, both versions will stay installed at the same time. The application must be enabled in the settings: -System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards. +System > Languages & input > On-screen keyboard > Manage on-screen keyboards. ## Debugging the application: INSTALL_FAILED_UPDATE_INCOMPATIBLE @@ -21,7 +21,7 @@ Highlight of some of the features: - Multiple layouts: QWERTY, QWERTZ, AZERTY. Themes: White, Dark, OLED Black. And many other options. Like any other virtual keyboards, it must be enabled in the system settings. Open the System Settings and go to: -System > Languages & Input > Virtual keyboard > Manage keyboards. +System > Languages & input > On-screen keyboard > Manage on-screen keyboards. [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" diff --git a/metadata/android/en-US/full_description.txt b/metadata/android/en-US/full_description.txt index 885546f..49d686f 100644 --- a/metadata/android/en-US/full_description.txt +++ b/metadata/android/en-US/full_description.txt @@ -15,4 +15,4 @@ Highlight of some of the features: - Multiple layouts: QWERTY, QWERTZ, AZERTY. Themes: White, Dark, OLED Black. And many other options. Like any other virtual keyboards, it must be enabled in the system settings. Open the System Settings and go to: -System > Languages & Input > Virtual keyboard > Manage keyboards. +System > Languages & input > On-screen keyboard > Manage on-screen keyboards. diff --git a/metadata/android/fr-FR/full_description.txt b/metadata/android/fr-FR/full_description.txt index 8e2af35..5de43bb 100644 --- a/metadata/android/fr-FR/full_description.txt +++ b/metadata/android/fr-FR/full_description.txt @@ -15,4 +15,4 @@ Quelques fonctionnalités: - Plusieurs configurations: QWERTY, QWERTZ, AZERTY. Thèmes: Clair, Sombre, Noir OLED. Et beaucoup d'autres options. Comme tous les claviers virtuels, il doit être activé dans les paramètres systèmes. Ouvrez les paramètres et allez dans: -Système > Langue & Saisie > Clavier virtuel > Gérer. +Système > Langue & saisie > Clavier à l'écran > Gérer les claviers à l'écran. |
