aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Expand)Author
2020-09-05Update Public Suffix List data (#1079)github-actions[bot]
2020-09-04Assorted UX improvements (#1077)...Harsh Shandilya
2020-09-04Add migration to new SshKey backend (#1076)...Fabian Henneke
2020-09-04Revamp onboarding logic (#1068)Harsh Shandilya
2020-09-04Remove BaseGitActivity's onOptionsItemSelected override (#1075)...Harsh Shandilya
2020-09-03Refactor Git operations and auth (#1066)...Fabian Henneke
2020-09-01Add Keystore backend for SSH public key authentication (#1070)Fabian Henneke
2020-08-29Simplify decrypt intent creation (#1069)Alexander Kirillov
2020-08-28Add Activity to view the Git commit log (#1056)Nosweh
2020-08-27Do not return stored password on first retry (#1061)Fabian Henneke
2020-08-27Remember HTTPS password throughout a sync operation (#1062)...Fabian Henneke
2020-08-27Delete HTTPS instead of SSH key password on error (#1060)Fabian Henneke
2020-08-27Expand show hidden folders to also cover files (#1059)...Harsh Shandilya
2020-08-26Get rid of explicit Git server protocol (#1054)...Fabian Henneke
2020-08-26Rename ConnectionMode to AuthMode and remove clone_ prefix (#1053)Fabian Henneke
2020-08-24Improve Git server config activity (#1051)Fabian Henneke
2020-08-24Return HTTPS URI username from CredentialsProvider (#1049)...Fabian Henneke
2020-08-23Prevent racing double commits on password creation (#1047)...Fabian Henneke
2020-08-23BiometricAuthenticator: also allow Class 2 biometric implementations (#1046)...Harsh Shandilya
2020-08-23BiometricAuthenticator: fix multiple regressions from AndroidX update (#1045)...Harsh Shandilya
2020-08-22Don't use git config for setting author and email (#1043)...Harsh Shandilya
2020-08-22Autofill: add support for Bromite and Ungoogled Chromium (#1041)Devin J. Pohly
2020-08-21Update dependencies (#1039)...Harsh Shandilya
2020-08-21Wrap password creation layout in ScrollView (#1036)Nosweh
2020-08-21Merge branch 'release' into develop...Harsh Shandilya
2020-08-21Revert "Reland symlink support (#1020)"...Harsh Shandilya
2020-08-20Fix incorrect preference key (#1033)...Harsh Shandilya
2020-08-20Sort by recently used (#1031)...Diogenes Molinares
2020-08-18Add SSHJ backend for OpenKeychain authentication (#995)...Fabian Henneke
2020-08-18Preserve SSH key passphrase on connection errors (#979)...Fabian Henneke
2020-08-18Update sshj to 0.30.0 and improve algorithm order (#1026)...Fabian Henneke
2020-08-17Allow adding digits and symbols in XkPasswd generator using mask-like values ......glowinthedark
2020-08-16Also invert copy_on_decrypt preference value (#1024)...Harsh Shandilya
2020-08-15Fix external storage UX (#1022)...Harsh Shandilya
2020-08-14Reland symlink support (#1020)...Fabian Henneke
2020-08-13Restore workaround for preventing empty commits (#1019)...Harsh Shandilya
2020-08-12Create only one SSH session per GitOperation (#1012)Fabian Henneke
2020-08-12Improve Git error message handling (#1011)...Fabian Henneke
2020-08-12Improve clone operation semantics (#1010)...Harsh Shandilya
2020-08-11Notify user when remote branch is up-to-date (#1009)...Harsh Shandilya
2020-08-11Switch to URL-based Git config and refactor Git settings (#1008)...Fabian Henneke
2020-08-10Replicate key selection flow for directory creation (#999)...Harsh Shandilya
2020-08-10Disable automatic copy on decrypt by default (#1006)...Harsh Shandilya
2020-08-10Prompt user to install OpenKeychain when missing (#1005)...Harsh Shandilya
2020-08-06Refactor uses of applicationContext and startActivityForResult (#997)...Fabian Henneke
2020-08-05Remove GitAsyncTask and replace with non-blocking coroutines (#865)...Harsh Shandilya
2020-07-31Switch to non-deprecated stdlib methods (#990)...Harsh Shandilya
2020-07-30Add "challenge" and "verification" to OTP heuristic terms (#984)Fabian Henneke
2020-07-29Upgrade to Kotlin 1.4 (#978)...Harsh Shandilya
2020-07-29Add ability to change default branch (#977)...Harsh Shandilya