Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-14 | Properly support password renaming (#852) | Diogenes Molinares | |
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-06-14 | UserPreference: delete all shortcuts when repository is deleted (#850) | Harsh Shandilya | |
2020-06-14 | Misc UI fixups (#851) | Harsh Shandilya | |
2020-06-12 | github: add flow to purge Cloudflare cache after snapshot deploy (#848) | Harsh Shandilya | |
This will ensure that APKs served from Cloudflare's edge will always be fresh. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-06-12 | Break down PGP Activity into focused sections (#776) | Harsh Shandilya | |
2020-06-12 | github: run instrumentation tests against API 30 (#847) | Harsh Shandilya | |
2020-06-11 | Dependency updates (#844) | Harsh Shandilya | |
* build: uprev dependencies, add leakcanary plumber to patch leaks at runtime Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: upgrade security-crypto Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * build: fix copypasta fail Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-06-10 | Replace FileUtils with Kotlin stdlib calls (#843) | Fabian Henneke | |
2020-06-10 | Remove Apache Commons dependencies (#840) | Diogenes Molinares | |
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-06-09 | Update changelog and pull request template (#842) | Harsh Shandilya | |
2020-06-09 | Allow custom public suffixes for Autofill (#841) | Fabian Henneke | |
Adds a preference that allows the user to specify domains that are then treated as additional public suffixes for the purposes of Autofill. | |||
2020-06-06 | Update Public Suffix List data (#834) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2020-06-05 | AccessibilityAutofill: disable the service above Oreo (#827) | Harsh Shandilya | |
2020-06-04 | Don't show an error if password prompt is cancelled (#833) | Fabian Henneke | |
2020-06-03 | Improve Git password/passphrase dialog behavior (#829) | Fabian Henneke | |
* Reset PasswordFinder retry state after authentication * Memorize password inbetween Git commands | |||
2020-06-02 | Remove a misguided require from GitOperation (#826) | Fabian Henneke | |
2020-06-02 | Address GitOperationActivity regressions (#824) | Fabian Henneke | |
2020-06-01 | Revert "Stabilize .idea/gradle.xml (#819)" (#822) | Harsh Shandilya | |
This reverts commit 8bacbf5ed654f25a55b69d88e94bbe46f80da63f. | |||
2020-05-31 | app: main: res: add bools.xml with LeakCanary debug build config (#821) | Simao Gomes Viana | |
According to https://square.github.io/leakcanary/recipes/#leakcanary-in-release-builds this is necessary. As of now, the latest snapshot build crashes when starting. This is needed to prevent that. | |||
2020-05-31 | Stabilize .idea/gradle.xml (#819) | Fabian Henneke | |
2020-05-31 | Completely revamp decrypted password screen (#817) | Harsh Shandilya | |
* Completely revamp decrypted password screen Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * update changelog Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com> | |||
2020-05-31 | build: Upgrade all dependencies (#803) | Harsh Shandilya | |
* build: upgrade all dependencies We've accumulated a fat backlog here that's gonna need some heavy testing * build: adjust for WhatTheStack upgrade This is now automatically initialized * build: downgrade security-crypto * build: upgrade to Gradle 6.4 * idea: sync from AS 4.1.x * build: bump AGP to 4.0.0 * build: disable Jetifier Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com> | |||
2020-05-30 | Fix GitAsyncTask activity handling in error case (#818) | Fabian Henneke | |
2020-05-30 | Make commitChange honor finishWithResultOnEnd (#815) | Fabian Henneke | |
If PasswordRepository.isGitRepo() returns false, commitChange currently doesn't honor the finishWithResultOnEnd parameter, which causes Autofill generate flows to hang on a blank AutofillSaveActivity. This commit lets commitChange mimic what GitAsyncTask does with the parameter. Co-authored-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2020-05-30 | Switch password authentication over to SSHJ (#811) | Fabian Henneke | |
* Switch password authentication over to SSHJ * Address review comments and refactor further | |||
2020-05-30 | Fix i18n fr (#813) | Élie Bouttier | |
2020-05-29 | github: run PSL update workflow weekly (#809) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-29 | Update Public Suffix List data (#808) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2020-05-28 | Remove HOTP/TOTP support (#806) | Harsh Shandilya | |
2020-05-28 | Configure IME options and focus direction (#805) | Harsh Shandilya | |
2020-05-28 | Use SSHJ for SSH public key authentication (#801) | Fabian Henneke | |
2020-05-28 | Update Public Suffix List data (#804) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2020-05-27 | treewide: update fragments to use LayoutRes constructor (#802) | Harsh Shandilya | |
Third time's the charm Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-27 | Resolve ViewBinding regressions (#799) | Harsh Shandilya | |
* PasswordStore: remove broken snippet Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Cleanup code and remove incorrect onCreateView uses Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Fixup imports Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-27 | Update Public Suffix List data (#798) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2020-05-27 | Introduce and switch to FragmentViewBindingDelegate (#797) | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-26 | Introduce better R8 optimizations (#796) | Harsh Shandilya | |
2020-05-25 | Remove "name" from the list of username heuristics (#793) | Fabian Henneke | |
2020-05-25 | Update Public Suffix List data (#792) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
2020-05-24 | Fix up fastlane metadata (#791) | Fabian Henneke | |
In response to https://gitlab.com/fdroid/fdroiddata/-/merge_requests/6844#note_347985854. | |||
2020-05-24 | release/deploy-github: simplify tag checks | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-24 | build: prepare next development revision | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-24 | build: bump versionv1.8.1 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-24 | BaseGitActivity: always enforce absolute URLs (#788) | Harsh Shandilya | |
2020-05-23 | github: Switch to dynamic filtering (#786) | Harsh Shandilya | |
Also update cache layout for snapshot deployment workflows | |||
2020-05-23 | Fix tests for #778 | Harsh Shandilya | |
And this is why you rebase your PRs before merging :^) Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-23 | build: prepare next development revision | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-23 | build: bump versionv1.8.0 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-23 | CHANGELOG: sync with master | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-05-23 | Make connection mode a <= 1 toggle group to prevent UI overflow (#778) | Fabian Henneke | |