Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-27 | fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.6.0 (#2697) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-09-22 | fix(deps): update dependency com.android.tools.build:gradle to ↵ | renovate[bot] | |
v8.3.0-alpha05 (#2692) * fix(deps): update dependency com.android.tools.build:gradle to v8.3.0-alpha05 * refactor(autofill): workaround `RequiresApi` Lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-09-18 | fix(deps): update dependency com.facebook:ktfmt to v0.45 (#2687) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-08-31 | chore(deps): update hilt to v2.48 (#2668) | renovate[bot] | |
* chore(deps): update hilt to v2.48 * fix: remove unsupported extension syntax --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-08-14 | fix(deps): update dependency me.zhanghai.android.fastscroll:library to ↵ | renovate[bot] | |
v1.3.0 (#2643) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-07-26 | fix: adjust Git log formatter to fix crash | Harsh Shandilya | |
Fixes: d37fdfdbaabe ("fix(app): fully migrate to `java.time`") | |||
2023-07-26 | fix: address new `IntentWithNullActionLaunch` lint | Harsh Shandilya | |
2023-07-26 | chore: remove unnecessary suppressions | Harsh Shandilya | |
2023-07-23 | Sync localisations from Crowdin (#2616) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-07-22 | fix(app): fully migrate to `java.time` | Harsh Shandilya | |
2023-07-19 | chore: remove useless `OptIn` annotations | Harsh Shandilya | |
2023-07-12 | feat(build): target API 34 | Harsh Shandilya | |
2023-07-09 | refactor: rework password dialog to avoid memory leak | Harsh Shandilya | |
2023-07-09 | refactor: extract prompt authentication callback creation | Harsh Shandilya | |
2023-07-09 | fix: correctly use biometrics result in passphrase cache flow | Harsh Shandilya | |
2023-07-09 | refactor: eliminate one level of nesting from BiometricAuthenticator | Harsh Shandilya | |
2023-07-09 | refactor: adopt Kotlin 1.9's `data object`s | Harsh Shandilya | |
2023-07-09 | Sync localisations from Crowdin (#2595) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-07-05 | feat(ui): add a dedicated Compose screen for editing passwords | Harsh Shandilya | |
2023-07-05 | fix(ui): adjust width of items in `PasswordEntryScreen` | Harsh Shandilya | |
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-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: address `ComposeUnstableCollections` lint | 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: clear violations of `RawDispatcherUse` | Harsh Shandilya | |
2023-06-04 | fix: clear violations of `FullyQualifiedResource` | Harsh Shandilya | |
2023-05-19 | feat(gpg): add methods to clear entries from GPG passphrase cache | 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-10 | fix: remove injection redirection in SSHFacade | Harsh Shandilya | |