aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2023-12-10Sync localisations from Crowdin (#2801)Harsh Shandilya
* strings: sync with crowdin * fix: use ellipsis character Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * fix: use more ellipses --------- Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: GitHub Actions <noreply@github.com>
2023-12-03Sync localisations from Crowdin (#2793)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-11-30fix(android): add an implementation for Exact filter modeHarsh Shandilya
Will be eventually exposed to the UI
2023-11-30fix: replace `Enum.values()` with `Enum.entries`Harsh Shandilya
2023-11-30Revert "feat: try out new SSH layer again"Harsh Shandilya
Should've tested this before pushing, still broken lol. This reverts commit 23b4d2a6c186ad7027c572e8713140427fb88001.
2023-11-30feat: try out new SSH layer againHarsh Shandilya
The underlying bug that we hit before has been fixed so this is ready for another try
2023-11-29fix: gate passphrase cache behind authenticator availabilityHarsh Shandilya
Fixes #2783
2023-11-27fix(deps): upgrade to JGit 4.5.7.201904151645-rHarsh Shandilya
Currently requires deleting and re-cloning the repository to properly detect symlink support, this will be fixed in the future to auto-detect on existing repositories as well. Fixes #2594 Fixes #2396 Fixes #636 Fixes #387 Fixes #98
2023-11-26feat: remove Leak CanaryHarsh Shandilya
This mostly ends up spamming about Autofill leaks in the framework
2023-11-13fix: ensure parent hierarchy exists when creating passwordsHarsh Shandilya
Also refactor to use NIO Paths APIs Fixes #2755
2023-10-29Sync localisations from Crowdin (#2747)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-09-27fix(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-22fix(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-18fix(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-31chore(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-14fix(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-26fix: adjust Git log formatter to fix crashHarsh Shandilya
Fixes: d37fdfdbaabe ("fix(app): fully migrate to `java.time`")
2023-07-26fix: address new `IntentWithNullActionLaunch` lintHarsh Shandilya
2023-07-26chore: remove unnecessary suppressionsHarsh Shandilya
2023-07-23Sync localisations from Crowdin (#2616)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-07-22fix(app): fully migrate to `java.time`Harsh Shandilya
2023-07-19chore: remove useless `OptIn` annotationsHarsh Shandilya
2023-07-12feat(build): target API 34Harsh Shandilya
2023-07-09refactor: rework password dialog to avoid memory leakHarsh Shandilya
2023-07-09refactor: extract prompt authentication callback creationHarsh Shandilya
2023-07-09fix: correctly use biometrics result in passphrase cache flowHarsh Shandilya
2023-07-09refactor: eliminate one level of nesting from BiometricAuthenticatorHarsh Shandilya
2023-07-09refactor: adopt Kotlin 1.9's `data object`sHarsh Shandilya
2023-07-09Sync localisations from Crowdin (#2595)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-07-05feat(ui): add a dedicated Compose screen for editing passwordsHarsh Shandilya
2023-07-05fix(ui): adjust width of items in `PasswordEntryScreen`Harsh Shandilya
2023-06-27fix: remove use of unnecessary `Object#clone`Harsh Shandilya
2023-06-27fix: remove unused feature flagHarsh Shandilya
2023-06-27fix: replace hard-coded stringsHarsh Shandilya
2023-06-27chore: cleanup IDE warningsHarsh Shandilya
2023-06-15feat: adopt Kotlin 1.9 Enum entries featureHarsh Shandilya
2023-06-15refactor: consistently adopt PGP over GPG for namingHarsh Shandilya
PGP is the standard, GPG is an implementation of it. We're adhering to PGP, and not using GPG.
2023-06-15fix: address `ComposeUnstableCollections` lintHarsh Shandilya
2023-06-15chore: update PGP key list previewsHarsh Shandilya
2023-06-15fix: ensure PGP key list item works with longer user IDsHarsh Shandilya
2023-06-13fix: allow `gpg-id` to be the first line of a `.gpg-id` fileHarsh Shandilya
2023-06-04fix: replace `Stack` with `ArrayDeque` in `SearchableRepositoryViewModel`Harsh Shandilya
2023-06-04feat: add custom dialog title for passphrase cacheHarsh Shandilya
2023-06-04fix: clear violations of `RawDispatcherUse`Harsh Shandilya
2023-06-04fix: clear violations of `FullyQualifiedResource`Harsh Shandilya
2023-05-19feat(gpg): add methods to clear entries from GPG passphrase cacheHarsh Shandilya
2023-05-13fix: check feature flag before biometric authHarsh Shandilya
2023-05-12feat: raise min SDK to 26Harsh 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-09fix: add warning to passphrase cache featureHarsh Shandilya
2023-05-08chore: adjust code styleHarsh Shandilya