Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-05-26 | feat: add option to auto clear passphrase cache | Harsh Shandilya | |
Fixes #3053 | |||
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-12 | fix: clear passphrase cache when disabling | Harsh Shandilya | |
2023-12-16 | Add snackbar error message when .gpg-id contains a short hex id (#2819) | Mathias Rav | |
2023-11-29 | fix: gate passphrase cache behind authenticator availability | Harsh Shandilya | |
Fixes #2783 | |||
2023-07-05 | feat(ui): add a dedicated Compose screen for editing passwords | Harsh Shandilya | |
2023-06-04 | feat: add custom dialog title for passphrase cache | Harsh Shandilya | |
2023-05-09 | fix: add warning to passphrase cache feature | Harsh Shandilya | |
2023-05-08 | feat: wire up passphrase cache | Harsh Shandilya | |
Currently has horrible UX and is behind an experimental feature flag | |||
2023-04-06 | feat: wire up key import functionality | Harsh Shandilya | |
2023-03-25 | feat: offer to import a PGP key when none are present | Harsh Shandilya | |
2023-03-25 | chore: rename import button label string resource | Harsh Shandilya | |
2023-03-24 | fix: extract hard-coded string | Harsh Shandilya | |
2023-03-18 | fix(app): control LeakCanary lifecycle more explicitly | Harsh Shandilya | |
2023-02-23 | fix: clarify OTP import failure strings | Harsh Shandilya | |
2023-01-26 | fix(app): address UI inconsistencies in proxy configuration screen | Harsh Shandilya | |
2022-12-08 | chore: fix issues flagged by Lint | Harsh Shandilya | |
2022-11-27 | refactor: make `ResetToRemoteOperation` actually work and use its own ↵ | Harsh Shandilya | |
`remoteBranch` input | |||
2022-11-18 | feat: add a confirmation dialog for key deletion | Harsh Shandilya | |
Fixes #2257 | |||
2022-10-29 | chore: extract hard-coded preference strings | Harsh Shandilya | |
2022-08-24 | Implement support for `.gpg-id` (#2080) | Harsh Shandilya | |
2022-07-20 | Compile against SDK 33 (#2023) | Harsh Shandilya | |
* Compile against SDK 33 * autofill-parser: fix warnings for SDK 33 upgrade * app: fix warnings for SDK 33 upgrade * Mark all clipboard content as sensitive from crypto activities * Skip Snackbar on Android 13 and above * detekt: raise `TooManyFunctions` limit to 15 | |||
2022-07-18 | Misc cleanups and bugfixes (#2019) | Harsh Shandilya | |
* Fix decrypt activity items being editable * Remove unused resources and re-roll lint baseline * Make lint mark all warnings as errors | |||
2022-07-18 | Add key manager UI | Harsh Shandilya | |
2022-07-17 | Refactor key import flow and implement support for replacing | Harsh Shandilya | |
2022-05-24 | Allow disabling pull-to-sync operation (#1922) | Harsh Shandilya | |
2022-04-24 | app: address SetTextI18n lint | Harsh Shandilya | |
2022-04-24 | app: address UnusedResources lint | Harsh Shandilya | |
2022-01-25 | Add the ability to run garbage collection on the internal Git repository (#1683) | Harsh Shandilya | |
2022-01-13 | Refactor randomized password generator into a separate module (#1663) | Aditya Wasan | |
2022-01-09 | Fix a bunch of Lint warnings and errors (#1655) | Harsh Shandilya | |
* autofill-parser: add missing `@RequiresApi` annotations * app: remove unused strings and sync with Crowdin * app: remove unused chip_text_color selector * app: remove unused capitalization_type_values array * app: add `PendingIntent.FLAG_IMMUTABLE` flag where required | |||
2022-01-09 | Integrate PGPainless backend into the UI properly (#1647) | Harsh Shandilya | |
2021-12-21 | app: integrate diceware UI | Harsh Shandilya | |
2021-12-21 | app: remove XkPasswd generator | Harsh Shandilya | |
2021-12-07 | Allow importing TOTP from images (#1580) | Aditya Wasan | |
* feat(aps): allow importing TOTP code from an image containing a QR code Signed-off-by: Aditya <adityawasan55@gmail.com> * Reorder OTP import options and implement it for V2 * Replace try-catch with runCatching * Use the correct TextWatcher extension at the right place Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-11-03 | app: remove unused M2 resources | Harsh Shandilya | |
2021-11-03 | app: refactor M3 themes and styles | Harsh Shandilya | |
2021-11-03 | app: make toolbars match system bars | Harsh Shandilya | |
2021-11-03 | app: fix system bars theming | Harsh Shandilya | |
2021-11-03 | app: remove invalid color references | Harsh Shandilya | |
2021-11-03 | app: switch M3 to Manrope typeface | Harsh Shandilya | |
2021-11-03 | app: add Material3 themes | Harsh Shandilya | |