Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | fix: remove use of unnecessary `Object#clone` | Harsh Shandilya | |
2023-06-27 | fix: remove unused feature flag | Harsh Shandilya | |
2023-06-27 | fix: replace hard-coded strings | Harsh Shandilya | |
2023-06-27 | chore: cleanup IDE warnings | Harsh Shandilya | |
2023-06-21 | fix(deps): update bouncycastle to v1.75 (#2557) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-06-15 | feat: adopt Kotlin 1.9 Enum entries feature | Harsh Shandilya | |
2023-06-15 | refactor: consistently adopt PGP over GPG for naming | Harsh Shandilya | |
PGP is the standard, GPG is an implementation of it. We're adhering to PGP, and not using GPG. | |||
2023-06-15 | fix(deps): update bouncycastle to v1.74 | renovate[bot] | |
2023-06-15 | fix: address `ComposeUnstableCollections` lint | Harsh Shandilya | |
2023-06-15 | chore: rename TOML keys for coroutines deps | Harsh Shandilya | |
2023-06-15 | chore: update PGP key list previews | Harsh Shandilya | |
2023-06-15 | fix: ensure PGP key list item works with longer user IDs | Harsh Shandilya | |
2023-06-13 | fix: allow `gpg-id` to be the first line of a `.gpg-id` file | Harsh Shandilya | |
2023-06-04 | fix: replace `Stack` with `ArrayDeque` in `SearchableRepositoryViewModel` | Harsh Shandilya | |
2023-06-04 | feat: add custom dialog title for passphrase cache | Harsh Shandilya | |
2023-06-04 | fix: start clearing violations of `DenyListedApi` | Harsh Shandilya | |
2023-06-04 | fix: clear violations of `RawDispatcherUse` | Harsh Shandilya | |
2023-06-04 | fix: clear violations of `FullyQualifiedResource` | Harsh Shandilya | |
2023-06-04 | chore: refresh lint baseline | Harsh Shandilya | |
2023-05-31 | Revert "fix: adjust R8 rules" | Harsh Shandilya | |
This reverts commit 9838801ed3a0fb83368ede8166e38a38d056f618. | |||
2023-05-28 | fix: adjust R8 rules | Harsh Shandilya | |
Workaround for https://github.com/getsentry/sentry-java/issues/2738 | |||
2023-05-27 | Revert "fix(app): remove invalid lint" | Harsh Shandilya | |
This reverts commit 05c9c8c0ef67c1283aa6c57f7786c9d704655754. | |||
2023-05-20 | refactor(build): sync Gradle properties set with current AGP | Harsh Shandilya | |
2023-05-19 | feat(gpg): add methods to clear entries from GPG passphrase cache | Harsh Shandilya | |
2023-05-16 | fix(app): remove invalid lint | Harsh Shandilya | |
2023-05-16 | chore: refresh Lint baseline with AGP 8.1.0-beta02 | Harsh Shandilya | |
2023-05-13 | fix: check feature flag before biometric auth | Harsh Shandilya | |
2023-05-12 | feat: raise min SDK to 26 | Harsh Shandilya | |
Autofill is only available on API 26 and above and I do not want to deal with bugs on these older Android releases. | |||
2023-05-09 | fix: add warning to passphrase cache feature | Harsh Shandilya | |
2023-05-08 | chore: adjust code style | Harsh Shandilya | |
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-27 | feat(build): add Slack's Compose Lints | Harsh Shandilya | |
2023-04-27 | feat(lint): update baselines | 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 | |