aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2024-05-29feat: implement credential provider service for passkeysAditya Wasan
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2024-05-29refactor(ui): tokenize spacingHarsh Shandilya
2024-05-29fix: bundle JetBrainsMono for monospace use casesHarsh Shandilya
2024-05-28chore: reformat with trailing commas changesHarsh Shandilya
2024-05-28fix: convert SettingsActivity to `onBackPressedDispatcher`Harsh Shandilya
2024-05-28Revert "refactor: properly use OnBackPressedDispatcher"Harsh Shandilya
Narrator: it was in fact not proper This reverts commit 7c9e563d969a34e6142f22db779b79101babc483.
2024-05-28refactor(compose): make theme decisions within `APSTheme`Harsh Shandilya
2024-05-27feat(pgpainless): add detection for passphrase-less messages (#3069)Harsh Shandilya
* WIP: feat(pgpainless): add detection for passphrase-less messages * refactor: test keys instead of the message This makes more logical sense
2024-05-26feat: add option to auto clear passphrase cacheHarsh Shandilya
Fixes #3053
2024-05-26fix: restore monospace typeface for passwordsHarsh Shandilya
Fixes #3066
2024-05-22fix(deps): update kotlin and compose to v2 (major) (#3064)renovate[bot]
* fix(deps): update kotlin and compose to v2 * fix(build): switch to Kotlin Compose Compiler --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-04-17Fix obtaining pgp identifiers to decrypting file. (#3009)Oleh Kopeykin
2024-04-14fix: special-case AEAD failureHarsh Shandilya
Fixes #2974 Fixes #2963 Fixes #2921 Fixes #2924 Fixes #2653 Fixes #2461 Fixes #2586 Fixes #2179
2024-04-06fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78 (#2986)renovate[bot]
* fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78 * fix(deps): add missing bcutil dependency * fix(build): drop multi-release JAR artifacts from APK --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-03-17fix(deps): update kotlinresult to v1.1.21 (#2958)renovate[bot]
* fix(deps): update kotlinresult to v1.1.21 * refactor: fix deprecation warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-03-17Sync localisations from Crowdin (#2959)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2024-03-12refactor: improve passphrase cache save logicHarsh Shandilya
2024-03-12fix: clear passphrase cache when disablingHarsh Shandilya
2024-03-12fix(autofill): populate passphrase cache on successful decryptionHarsh Shandilya
2024-03-10fix: remove cleartext check from StrictModeHarsh Shandilya
Apparently this is tripping up SSHJ. Probably fixes #2580 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2024-03-10Sync localisations from Crowdin (#2943)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2024-02-04Sync localisations from Crowdin (#2888)Harsh Shandilya
* strings: sync with crowdin * chore: refresh Lint baseline --------- Co-authored-by: GitHub Actions <noreply@github.com>
2024-01-26fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to ↵renovate[bot]
v1.3.1 (#2874) * fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 * refactor: address issues from compose-lints 1.3.x --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-01-25chore(deps): upgrade androidx.activityHarsh Shandilya
2024-01-22refactor: properly use OnBackPressedDispatcherHarsh Shandilya
2024-01-21fix: route navigation events correctlyHarsh Shandilya
Fixes #2865
2024-01-17fix: restore copy-on-decrypt featureHarsh Shandilya
2023-12-31Sync localisations from Crowdin (#2841)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-12-27Revert "fix: check if passphrase is necessary before asking for it"Harsh Shandilya
Didn't fix the issue. This reverts commit d8f76b33e9ea74eb567a115dd63559f6b27b2fce.
2023-12-25fix: check if passphrase is necessary before asking for itHarsh Shandilya
Updates #2836
2023-12-17refactor: rework `BiometricAuthenticator` APIHarsh Shandilya
Align internal representation with the AndroidX documentation
2023-12-16Add snackbar error message when .gpg-id contains a short hex id (#2819)Mathias Rav
2023-12-15Revert "Refactor SSHKey into a separate module (#2450)"Harsh Shandilya
This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50.
2023-12-15Revert "feat: put new SSH layer behind a feature flag"Harsh Shandilya
This reverts commit fb8d74fc1f01c73a4afc3003978ac4ad86e7b890.
2023-12-10fix: temporarily disable pre-launch biometric auth (#2803)Harsh Shandilya
* fix: temporarily disable pre-launch biometric auth Completely broken right now and prevents users from opening the app. Updates #2802 * fix: disable UnusedResources lint
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-28feat: remove WhatTheStackHarsh Shandilya
This is pretty unmaintained
2023-11-28chore: reorder ProGuard rulesHarsh Shandilya
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>