aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2024-08-18fix: rework Crowdin integration (#3175)Harsh Shandilya
* chore: set up Crowdin configuration * fix(app): sync strings from Crowdin Closes #3174 * fix(ci): use crowdin/github-action instead of homebrew setup * fix(build): remove obsolete Crowdin plugin
2024-08-14directory 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-14chore: add missing copyright headers and update existing onesHarsh Shandilya
2024-08-14feat(build): replace homebrew ktfmt formatter with SpotlessHarsh Shandilya
Spotless has fixed their Gradle Configuration Cache woes in the past couple months which gets rid of my primary complaint.
2024-08-11add 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-11fix blocking createPasswordUI() when OTP is displayed (#3162)agrahn
2024-08-08fix(build): compile against SDK 35Harsh Shandilya
2024-08-05enable per-app language setting (Android-13+) (#3152)agrahn
2024-08-04more 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-08-04Sync localisations from Crowdin (#3150)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2024-07-30fix: re-enable biometric lock featureHarsh Shandilya
Fixes #2802
2024-07-28fix 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-28Sync localisations from Crowdin (#3139)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2024-07-25Fix application crash when disabling cache auto-clear option and potential ↵agrahn
attack vector (#3136) prevent app crash upon passphrase cache clearing
2024-07-24refactor: refine `CryptoRepository#{encrypt,decrypt}` APIsHarsh Shandilya
2024-07-24fix: use the same decryption flow in autofillHarsh Shandilya
Fixes #3131
2024-07-24refactor: import-alias `BiometricAuthenticator.Result`Harsh Shandilya
2024-07-23fix: only show cache checkbox when enabledHarsh Shandilya
2024-07-22add 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-20enabling 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-02clear passphrase cache, fix application crash on auto screen-off (#3108)agrahn
clear passphrase chache on screen-off
2024-06-14fix(deps): update dependency com.android.tools.build:gradle to v8.5.0 (#3094)renovate[bot]
* fix(deps): update dependency com.android.tools.build:gradle to v8.5.0 * chore: refresh Lint baseline --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-06-09Sync localisations from Crowdin (#3084)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.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>