From 1d13a1fbd6580c0d28c90579ade96e0a93e17c92 Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Mon, 2 Nov 2020 20:25:37 +0100 Subject: Improve Autofill UI and enable inline presentations (#1181) * Improve Autofill UI and enable inline presentations Improves the Autofill UI in the following ways: * Add support for Android 11 inline presentations of Autofill datasets. * Instead of showing the identifier (app name or web origin) of the current app on top of every Autofill dataset, it is now shown 1) as a header dataset on Android 9 and 10 as well as 2) at the top of the search activity on all supported versions of Android. Rationale: The identifier is only used in trust decisions when choosing an existing entry to fill and should feature prominently in that view, not elsewhere. * Show the actual identifier part of a matched entry's path, which may differ from the identifier of the matched app/website. * Slightly tweak the labels of Search/Generate Autofill actions to indicate that a) this is about entries and b) the user may skip the generation of a password and supply a custom one as well. * Suppress lint error * Address review comments * Add a fixme about properly handling fill-in datasets * CHANGELOG: add entry for inline presentation Signed-off-by: Harsh Shandilya * Remove unused parameter Signed-off-by: Harsh Shandilya Co-authored-by: Harsh Shandilya --- app/src/main/res/values-fr/strings.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/values-fr/strings.xml') diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 557591e8..10fa1130 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -185,17 +185,15 @@ Apparier avec %1$s Effacer l’appairage actuel Aucun résultat. - Rechercher dans le dépôt… Échec de la sauvegarde : erreur interne Cette application n\'est actuellement pas prise en charge Les mots de passe ne coïncident pas - Générer un mot de passe… - Extraire le code depuis un SMS… + Extraire le code depuis un SMS L\'éditeur de cette application a changé depuis que vous avez appairé un mot de passe avec celle-ci: L\'application actuellement installée peut essayer de voler vos identifiants en faisant semblant d\'être une application de confiance.\n\nEssayez de désinstaller et de réinstaller l\'application à partir d\'une source fiable, comme le Play Store, l\'AppStore d\'Amazon, le F-Droid ou la boutique du fabricant de votre téléphone. Installé : %1$s Avertissement - Appuyez pour en savoir plus… + Appuyez pour en savoir plus Tentative possible d\'hameçonnage Remplir et enregistrer les identifiants Remplir les identifiants -- cgit v1.2.3