aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2020-06-12Break down PGP Activity into focused sections (#776)Harsh Shandilya
2020-06-10Replace FileUtils with Kotlin stdlib calls (#843)Fabian Henneke
2020-06-10Remove Apache Commons dependencies (#840)...Diogenes Molinares
2020-06-09Allow custom public suffixes for Autofill (#841)...Fabian Henneke
2020-06-04Don't show an error if password prompt is cancelled (#833)Fabian Henneke
2020-06-03Improve Git password/passphrase dialog behavior (#829)...Fabian Henneke
2020-06-02Remove a misguided require from GitOperation (#826)Fabian Henneke
2020-06-02Address GitOperationActivity regressions (#824)Fabian Henneke
2020-05-31Completely revamp decrypted password screen (#817)...Harsh Shandilya
2020-05-31build: Upgrade all dependencies (#803)...Harsh Shandilya
2020-05-30Fix GitAsyncTask activity handling in error case (#818)Fabian Henneke
2020-05-30Make commitChange honor finishWithResultOnEnd (#815)...Fabian Henneke
2020-05-30Switch password authentication over to SSHJ (#811)...Fabian Henneke
2020-05-28Remove HOTP/TOTP support (#806)Harsh Shandilya
2020-05-28Use SSHJ for SSH public key authentication (#801)Fabian Henneke
2020-05-27treewide: update fragments to use LayoutRes constructor (#802)...Harsh Shandilya
2020-05-27Resolve ViewBinding regressions (#799)...Harsh Shandilya
2020-05-27Introduce and switch to FragmentViewBindingDelegate (#797)...Harsh Shandilya
2020-05-26Introduce better R8 optimizations (#796)Harsh Shandilya
2020-05-25Remove "name" from the list of username heuristics (#793)Fabian Henneke
2020-05-24BaseGitActivity: always enforce absolute URLs (#788)Harsh Shandilya
2020-05-23Make connection mode a <= 1 toggle group to prevent UI overflow (#778)Fabian Henneke
2020-05-14treewide: correct misspellings (#781)...Harsh Shandilya
2020-05-14Add specific error messages to GitServerConfigActivityFabian Henneke
2020-05-14Use absolute paths for custom ports, relative for default portFabian Henneke
2020-05-14Improve Git/HTTPS URL generationFabian Henneke
2020-05-12Make APS buildable on F-Droid (#762)...Fabian Henneke
2020-05-11Add setting for fallback username (#772)...Harsh Shandilya
2020-05-10Treewide codestyle cleanup (#765)...Harsh Shandilya
2020-05-10Miscellaneous UI tweaking (#771)...Harsh Shandilya
2020-05-08Introduce no-auth mode for connections (#768)...Harsh Shandilya
2020-05-06PasswordEntry: add user to the potential candidates for username (#766)Harsh Shandilya
2020-05-06PasswordEntry: add more potential fields for username (#764)Harsh Shandilya
2020-05-03Better handle non-git repositories (#756)Harsh Shandilya
2020-05-01Confirm password move if it will replace an existing one (#757)...Harsh Shandilya
2020-04-29Use official FastScroll fix and refactor PasswordFragment (#753)Fabian Henneke
2020-04-29build: update to openpgp-ktx 2.0 (#749)...Harsh Shandilya
2020-04-25Add toggle for debug logging (#745)Harsh Shandilya
2020-04-25Improve UX around settings items (#744)...Harsh Shandilya
2020-04-25Fix search if external root dir starts with a dot (#743)...Maxime Catrice
2020-04-24auth: redo implementation with a cleaner and simpler API surface (#741)Harsh Shandilya
2020-04-24Better detect uninitialized repositories and offer to clone (#738)...Harsh Shandilya
2020-04-22Improve permission handling logic (#732)...Harsh Shandilya
2020-04-22Fix crash when using type independent sort (#734)Fabian Henneke
2020-04-22Mark Autofill onboarding dialog as seen on dismiss (#731)Fabian Henneke
2020-04-21Never obscure OK button in Autofill onboarding UI (#729)Fabian Henneke
2020-04-21PasswordStore: onboard users to Oreo autofill...Harsh Shandilya
2020-04-21Application: only install logging tree in debug features build...Harsh Shandilya
2020-04-21treewide: switch to logging via timberkt...Harsh Shandilya
2020-04-21treewide: use getSystemService extension everywhere...Harsh Shandilya