From 921e9f96b9bec5e2bf8633947792d6991956507f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 17 Jul 2021 03:13:16 +0530 Subject: Refactor TOTP implementation and expand SteamGuard hacks (#1460) * UriTotpFinder: commonize query parameter handling * gitignore: add more IDEA files * TotpFinder: add `findIssuer` * PasswordEntry: don't eagerly fetch TOTP related fields * format-common: expand SteamGuard workaround * CHANGELOG: add SteamGuard workaround --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19fea860..6dbf3b8c 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,7 @@ obj/ .idea/assetWizardSettings.xml .idea/gradle.xml .idea/jarRepositories.xml +.idea/runConfigurations.xml # OS-specific files .DS_Store -- cgit v1.2.3