From 8e9ce260c2ca24528e6025874645d75a0c9e0222 Mon Sep 17 00:00:00 2001 From: StefanTodoran Date: Wed, 5 Apr 2023 15:42:07 -0700 Subject: [PATCH 01/50] improved password input (hides chars & view option) --- .gitignore | 2 ++ .idea/gradle.xml | 1 + .idea/misc.xml | 2 +- app/src/main/AndroidManifest.xml | 1 - app/src/main/res/layout/fragment_account.xml | 23 +++++++++++++------- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index aa724b7..23c29da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,14 @@ *.iml .gradle /local.properties +/.idea/.name /.idea/caches /.idea/libraries /.idea/modules.xml /.idea/workspace.xml /.idea/navEditor.xml /.idea/assetWizardSettings.xml +.idea/deploymentTargetDropDown.xml .DS_Store /build /captures diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..a0de2a1 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,6 +7,7 @@