Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-28 | Reapply "refactor: use `Closeable#use` extension where applicable" | Harsh Shandilya | |
This reverts commit 04f4b9804f10e4724bac22d40bf01711ff708533. | |||
2024-09-28 | Reapply "refactor(app): inline pointless methods in `CryptoRepository`" | Harsh Shandilya | |
This reverts commit cb22561878d4358dba974c16ba9a05cc693d411a. | |||
2024-09-26 | Revert "refactor: use `Closeable#use` extension where applicable" | Harsh Shandilya | |
This reverts commit 69513bf24613d4ba540bcdeaffe04dc9330a65a4. | |||
2024-09-26 | Revert "refactor(app): inline pointless methods in `CryptoRepository`" | Harsh Shandilya | |
This reverts commit b05a6d411b98393abe3bdbdd4f673bbe49e30f88. | |||
2024-09-23 | refactor(app): inline pointless methods in `CryptoRepository` | Harsh Shandilya | |
2024-09-22 | refactor: use `Closeable#use` extension where applicable | Harsh Shandilya | |
2024-08-14 | directory structure setting moved to general settings (#3166) | Alexander Grahn | |
* directory structure setting moved to general settings * Update app/src/main/java/app/passwordstore/util/settings/PreferenceKeys.kt Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Alexander Grahn <agrahn@users.noreply.github.com> --------- Signed-off-by: Alexander Grahn <agrahn@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-08-14 | chore: add missing copyright headers and update existing ones | Harsh Shandilya | |
2024-08-11 | add user ID input field (password creation/edit), may fix #1458 (#3161) | Alexander Grahn | |
* add user ID input field (password creation/edit), may fix #1458 * fix: revert change to username label * refactor: rework FieldItem to drop hard-coded strings * refactor: drop unnecessary `.apply` --------- Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-08-11 | fix blocking createPasswordUI() when OTP is displayed (#3162) | agrahn | |
2024-08-08 | fix(build): compile against SDK 35 | Harsh Shandilya | |
2024-08-04 | more robust switch actions in pgp settings (#3148) | agrahn | |
* more robust switch actions in pgp settings * Update app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: agrahn <agrahn@users.noreply.github.com> * Update app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: agrahn <agrahn@users.noreply.github.com> * Update app/src/main/java/app/passwordstore/ui/settings/PGPSettings.kt Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: agrahn <agrahn@users.noreply.github.com> * formatting fixed (ktfmtFormat) --------- Signed-off-by: agrahn <agrahn@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-07-30 | fix: re-enable biometric lock feature | Harsh Shandilya | |
Fixes #2802 | |||
2024-07-28 | fix crash due to passphrase caching after biom. authentication expired (#3141) | agrahn | |
* fix crash due to passphrase caching after biom. authentication expired * fix: add missing imports --------- Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-07-25 | Fix application crash when disabling cache auto-clear option and potential ↵ | agrahn | |
attack vector (#3136) prevent app crash upon passphrase cache clearing | |||
2024-07-24 | refactor: refine `CryptoRepository#{encrypt,decrypt}` APIs | Harsh Shandilya | |
2024-07-24 | fix: use the same decryption flow in autofill | Harsh Shandilya | |
Fixes #3131 | |||
2024-07-24 | refactor: import-alias `BiometricAuthenticator.Result` | Harsh Shandilya | |
2024-07-23 | fix: only show cache checkbox when enabled | Harsh Shandilya | |
2024-07-22 | add checkbox in passphrase dialog to clear cache (#3127) | agrahn | |
* add checkbox in passphrase dialog to clear cache * instantiating PasswordDialog via newInstance, passing args as Bundle * refactor: put checkbox directly in the layout --------- Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-07-20 | enabling pgp passphrase cache with authentication (#3124) | agrahn | |
* enabling pgp passphrase cache with authentication * clear passphrase cache on first autofill decrypt after screen off --------- Co-authored-by: Alexander Grahn <me@null.org> | |||
2024-07-02 | clear passphrase cache, fix application crash on auto screen-off (#3108) | agrahn | |
clear passphrase chache on screen-off | |||
2024-05-29 | refactor(ui): tokenize spacing | Harsh Shandilya | |
2024-05-29 | fix: bundle JetBrainsMono for monospace use cases | Harsh Shandilya | |
2024-05-28 | chore: reformat with trailing commas changes | Harsh Shandilya | |
2024-05-28 | fix: convert SettingsActivity to `onBackPressedDispatcher` | Harsh Shandilya | |
2024-05-28 | Revert "refactor: properly use OnBackPressedDispatcher" | Harsh Shandilya | |
Narrator: it was in fact not proper This reverts commit 7c9e563d969a34e6142f22db779b79101babc483. | |||
2024-05-28 | refactor(compose): make theme decisions within `APSTheme` | Harsh Shandilya | |
2024-05-27 | feat(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-26 | feat: add option to auto clear passphrase cache | Harsh Shandilya | |
Fixes #3053 | |||
2024-05-26 | fix: restore monospace typeface for passwords | Harsh Shandilya | |
Fixes #3066 | |||
2024-04-17 | Fix obtaining pgp identifiers to decrypting file. (#3009) | Oleh Kopeykin | |
2024-04-14 | fix: special-case AEAD failure | Harsh Shandilya | |
Fixes #2974 Fixes #2963 Fixes #2921 Fixes #2924 Fixes #2653 Fixes #2461 Fixes #2586 Fixes #2179 | |||
2024-03-17 | fix(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-12 | refactor: improve passphrase cache save logic | Harsh Shandilya | |
2024-03-12 | fix: clear passphrase cache when disabling | Harsh Shandilya | |
2024-03-12 | fix(autofill): populate passphrase cache on successful decryption | Harsh Shandilya | |
2024-03-10 | fix: remove cleartext check from StrictMode | Harsh Shandilya | |
Apparently this is tripping up SSHJ. Probably fixes #2580 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-01-26 | fix(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-22 | refactor: properly use OnBackPressedDispatcher | Harsh Shandilya | |
2024-01-21 | fix: route navigation events correctly | Harsh Shandilya | |
Fixes #2865 | |||
2024-01-17 | fix: restore copy-on-decrypt feature | Harsh Shandilya | |
2023-12-27 | Revert "fix: check if passphrase is necessary before asking for it" | Harsh Shandilya | |
Didn't fix the issue. This reverts commit d8f76b33e9ea74eb567a115dd63559f6b27b2fce. | |||
2023-12-25 | fix: check if passphrase is necessary before asking for it | Harsh Shandilya | |
Updates #2836 | |||
2023-12-17 | refactor: rework `BiometricAuthenticator` API | Harsh Shandilya | |
Align internal representation with the AndroidX documentation | |||
2023-12-16 | Add snackbar error message when .gpg-id contains a short hex id (#2819) | Mathias Rav | |
2023-12-15 | Revert "Refactor SSHKey into a separate module (#2450)" | Harsh Shandilya | |
This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50. | |||
2023-12-15 | Revert "feat: put new SSH layer behind a feature flag" | Harsh Shandilya | |
This reverts commit fb8d74fc1f01c73a4afc3003978ac4ad86e7b890. | |||
2023-12-10 | fix: 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-11-30 | fix(android): add an implementation for Exact filter mode | Harsh Shandilya | |
Will be eventually exposed to the UI |