Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-08 | feat: wire up passphrase cache | Harsh Shandilya | |
Currently has horrible UX and is behind an experimental feature flag | |||
2023-05-08 | fix: adjust GPGPassphraseCache public API | Harsh Shandilya | |
2023-05-08 | refactor: move out GPG identifier parser to `BasePgpActivity` | Harsh Shandilya | |
2023-05-08 | chore: touch up codestyle in `BiometricAuthenticator.kt` | Harsh Shandilya | |
2023-05-05 | feat: kick off a very basic passphrase cache | Harsh Shandilya | |
2023-05-05 | refactor: make `PreferenceModule` codestyle consistent | Harsh Shandilya | |
2023-05-05 | feat: switch default password generator to Diceware | Harsh Shandilya | |
2023-04-30 | Sync localisations from Crowdin (#2493) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-04-29 | fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490) | renovate[bot] | |
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-04-27 | fix: use password entry for OTP entry field | Harsh Shandilya | |
2023-04-10 | fix: remove injection redirection in SSHFacade | Harsh Shandilya | |
2023-04-10 | feat: put new SSH layer behind a feature flag | Harsh Shandilya | |
There hasn't been nearly enough regression testing on this and it is causing breakage, let's move it out of the default path until we've ironed out the kinks. | |||
2023-04-10 | fix: actually apply LeakCanary config changes | Harsh Shandilya | |
2023-04-06 | fix: only check repo initialization in commit flow | Harsh Shandilya | |
2023-04-06 | feat: wire up key import functionality | Harsh Shandilya | |
2023-04-06 | fix: use created repository directly | Harsh Shandilya | |
2023-04-02 | Refactor SSHKey into a separate module (#2450) | Aditya Wasan | |
* refactor(ssh): add `ssh` module Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add `SSHKey` data class Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add `SSHKeyType` enum Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add `SSHKeyAlgorithm` class Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add class to generate `RSA` key Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * chore(ssh): add required dependencies Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add `ECDSAKeyGenerator` and remove constants Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): add utilities Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat(ssh): add `SSHKeyWriter` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(ssh): make ssh key generators suspending Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * fix(ssh): fix explicit API violations * feat: complete `ED25519KeyWriter` implementation Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * factor(ssh/writer): update writer interface Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat(ssh/provider): add providers for different key types Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat(ssh): add SSHKeyManager for common key functionality Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat(ssh): add remaining methods to reach feature parity with old SSH implementation Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * wip(app): start using SSHKeyManager instead of SSHKey class Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * refactor(ssh): update package name Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * chore(ssh): fix detekt warnings Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * chore: fixes across the board --------- Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-03-27 | refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changes | Harsh Shandilya | |
2023-03-27 | Sync localisations from Crowdin (#2440) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-26 | Sync localisations from Crowdin (#2439) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-25 | feat: offer to import a PGP key when none are present | Harsh Shandilya | |
2023-03-25 | fix: use DispatcherProvider in CryptoRepository | Harsh Shandilya | |
2023-03-25 | chore: rename import button label string resource | Harsh Shandilya | |
2023-03-25 | fix: ensure repo dir is recreated after deletion | Harsh Shandilya | |
2023-03-24 | fix: extract hard-coded string | Harsh Shandilya | |
2023-03-24 | feat: add user guidance in PGP key manager screen | Harsh Shandilya | |
2023-03-24 | fix: adjust LeakCanary init flow | Harsh Shandilya | |
2023-03-19 | fix: inverted test in `Migrations#removeCurrentBranchValue` | Harsh Shandilya | |
2023-03-18 | fix(app): control LeakCanary lifecycle more explicitly | Harsh Shandilya | |
2023-03-08 | fix: also swallow retry attempts in SSHJ biometric auth | Harsh Shandilya | |
2023-03-08 | chore: add more logging to biometric operations | Harsh Shandilya | |
2023-03-08 | fix: use UI context for more `Toast`s | Harsh Shandilya | |
Fixes: a3b88c1dee86 ("fix: use activity context for Toast") | |||
2023-03-04 | fix: make remembering HTTPS password the default | Harsh Shandilya | |
Not many good reasons to do this a different way | |||
2023-03-04 | fix: use activity context for Toast | Harsh Shandilya | |
Fixes a newly introduced warning in API 33 > Tried to access visual service WindowManager from a non-visual Context:app.passwordstore.Application@d2801f8 WindowManager > should be accessed from Activity or other visual Context. Use an Activity or a Context created with > Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen. | |||
2023-02-26 | Sync localisations from Crowdin (#2392) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-02-23 | chore(i18n): import current translations | Harsh Shandilya | |
2023-02-23 | fix: clarify OTP import failure strings | Harsh Shandilya | |
2023-02-08 | chore(deps): bump `com.facebook:ktfmt` to 0.43 | Harsh Shandilya | |
2023-01-31 | Revert "refactor: use a ViewModel to pass around decryption passphrase" | Harsh Shandilya | |
This fails to correctly handle retries. Will re-land after I can figure out why. This reverts commit 2fbad7ef6b42cc30c5eac79d5d166bba7cba42a4. | |||
2023-01-28 | feat: wire up SLF4J integration | Harsh Shandilya | |
2023-01-28 | refactor: extract SLF4J loggers for re-use | Harsh Shandilya | |
2023-01-26 | chore(deps): upgrade security-crypto to 1.1.0-alpha04 | Harsh Shandilya | |
2023-01-26 | fix(app): address UI inconsistencies in proxy configuration screen | Harsh Shandilya | |
2023-01-19 | refactor: use a ViewModel to pass around decryption passphrase | Harsh Shandilya | |
2023-01-12 | fix: remove deprecated method | Harsh Shandilya | |
2022-12-31 | chore: reword confusing comments | Harsh Shandilya | |
2022-12-31 | chore: add inherited deprecation annotation | Harsh Shandilya | |
2022-12-31 | fix: remove unnecessary log statement | Harsh Shandilya | |
2022-12-12 | fix(autofill): fall back to remote views when inline presentations are ↵ | Harsh Shandilya | |
unavailable Fixes #2290 | |||
2022-12-11 | Sync localisations from Crowdin (#2295) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> |