aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2020-09-19Finish activity in case of external directory (#1110)...Aditya Wasan
2020-09-18Misc cleanups to build and extension functions (#1108)Harsh Shandilya
2020-09-18Add annotation to WelcomeFragment class (#1107)...Aditya Wasan
2020-09-16Autofill: Extract AutofillParser into separate subproject (#1101)...Vincent Breitmoser
2020-09-15Update on-boarding UI (#1099)...Aditya Wasan
2020-09-14Add tentative workaround for dialog crashes and refactor Git-related code (#1......Harsh Shandilya
2020-09-13PasswordRepository: properly gate symlink feature (#1098)...Harsh Shandilya
2020-09-12Continue onboarding if permissions are granted prematurely (#1097)...Harsh Shandilya
2020-09-12Update Public Suffix List data (#1096)...github-actions[bot]
2020-09-11Correctly count children in password list (#1095)Harsh Shandilya
2020-09-11Disable SSH multiplexing if not supported (#1093)...Fabian Henneke
2020-09-10Autofill: add kiwi as a supported browser (#1091)Rounak Datta
2020-09-09Fix directory selection in onboarding if storage permissions are granted (#1090)...Harsh Shandilya
2020-09-08Support multiple authentication methods (#825)...Fabian Henneke
2020-09-08Use same checks as BiometricAuthenticator in UserPreference (#1088)Aditya Wasan
2020-09-07UX fixups and improvements (#1086)...Harsh Shandilya
2020-09-07Fix behavior on failing Git operations (#1084)Fabian Henneke
2020-09-05PasswordGeneratorDialogFragment: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05DecryptActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05PasswordCreationActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05SshjConfig: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05BasePgpActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05SshKey: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05SshjSessionFactory: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GitOperation: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GitLogModel: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05AutofillPublisherChangedActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05AutofillScenario: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GitSettings: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05PasswordRepository: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GitConfigActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GitServerConfigActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05GetKeyIdsActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05SelectFolderFragment: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05Extensions: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05Otp: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05UserPreference: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05PasswordBuilder: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05PasswordStore: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05PasswordFragment: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05ClipboardService: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05Migrations: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05AutofillSmsActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05Form: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05AutofillDecryptActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05OnboardingActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05SshKeyGenActivity: use runCatching to replace exception handling...Harsh Shandilya
2020-09-05Migrations: reuse SharedPreferences instances...Harsh Shandilya
2020-09-05PasswordRepository: add custom FS factory for symlink capabilities (#1081)...Harsh Shandilya
2020-09-05DecryptActivity: properly calculate remaining OTP time on first pass (#1080)...Harsh Shandilya