aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2023-03-04fix: make remembering HTTPS password the defaultHarsh Shandilya
Not many good reasons to do this a different way
2023-03-04fix: use activity context for ToastHarsh Shandilya
Fixes a newly introduced warning in API 33 > Tried to access visual service WindowManager from a non-visual Context:app.passwordstore.Application@d2801f8 WindowManager > should be accessed from Activity or other visual Context. Use an Activity or a Context created with > Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
2023-02-26Sync localisations from Crowdin (#2392)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2023-02-23chore(i18n): import current translationsHarsh Shandilya
2023-02-23fix: clarify OTP import failure stringsHarsh Shandilya
2023-02-08chore(deps): bump `com.facebook:ktfmt` to 0.43Harsh Shandilya
2023-01-31Revert "refactor: use a ViewModel to pass around decryption passphrase"Harsh Shandilya
This fails to correctly handle retries. Will re-land after I can figure out why. This reverts commit 2fbad7ef6b42cc30c5eac79d5d166bba7cba42a4.
2023-01-28feat: wire up SLF4J integrationHarsh Shandilya
2023-01-28refactor: extract SLF4J loggers for re-useHarsh Shandilya
2023-01-26chore(deps): upgrade security-crypto to 1.1.0-alpha04Harsh Shandilya
2023-01-26fix(app): address UI inconsistencies in proxy configuration screenHarsh Shandilya
2023-01-19refactor: use a ViewModel to pass around decryption passphraseHarsh Shandilya
2023-01-12fix: remove deprecated methodHarsh Shandilya
2022-12-31chore: reword confusing commentsHarsh Shandilya
2022-12-31chore: add inherited deprecation annotationHarsh Shandilya
2022-12-31fix: remove unnecessary log statementHarsh Shandilya
2022-12-12fix(autofill): fall back to remote views when inline presentations are ↵Harsh Shandilya
unavailable Fixes #2290
2022-12-11Sync localisations from Crowdin (#2295)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-12-09chore(deps): upgrade ktfmt to 0.42Harsh Shandilya
2022-12-08chore: fix issues flagged by LintHarsh Shandilya
2022-12-03feat(leakcanary): migrate to manual initializationHarsh Shandilya
2022-12-03feat(app): add implementations for SentryLeakUploaderHarsh Shandilya
2022-11-27refactor: break out overly long methodHarsh Shandilya
2022-11-27refactor: replace branch preference value with repository-based helperHarsh Shandilya
2022-11-27refactor: remove branch input for cloningHarsh Shandilya
2022-11-27chore: use `asLog` extension instead of duplicatingHarsh Shandilya
2022-11-27refactor: make `ResetToRemoteOperation` actually work and use its own ↵Harsh Shandilya
`remoteBranch` input
2022-11-27feat: add a helper to `PasswordRepository` to retrieve the current branchHarsh Shandilya
2022-11-27feat: add `TextInputDialog` for generic text input dialogsHarsh Shandilya
2022-11-27feat: remove BeagleHarsh Shandilya
It breaks WhatTheStack and doesn't offer anything particularly useful
2022-11-26fix: correctly handle default auth modeHarsh Shandilya
2022-11-21fix(deps): update dependency ↵renovate[bot]
io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.22.0 (#2262) * fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.22.0 * chore: sync detekt config with 0.22.0 changes * chore: fix Detekt warning Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-11-18chore: inject VM with Lifecycle-ViewModel-Compose integrationHarsh Shandilya
2022-11-18feat: make key import update key listHarsh Shandilya
2022-11-18feat: move key import to key manager UIHarsh Shandilya
2022-11-18refactor: extract deletion confirmation dialog to its own methodHarsh Shandilya
2022-11-18feat: add a confirmation dialog for key deletionHarsh Shandilya
Fixes #2257
2022-11-18fix: add an explicit delete button to PGP key list itemsHarsh Shandilya
2022-11-17fix(app): enable Hilt processing for folder selection screensHarsh Shandilya
Fixes #2255 Fixes PASSWORD-STORE-GOOGLE-PLAY-11
2022-11-16feat: remove Beagle's logger integrationHarsh Shandilya
Fixes Sentry issue PASSWORD-STORE-GOOGLE-PLAY-14
2022-11-12fix: make `itemDetails` nullableHarsh Shandilya
2022-11-06Sync localisations from Crowdin (#2228)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-30Sync localisations from Crowdin (#2219)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-29refactor: flip PGPainless feature flagHarsh Shandilya
It's always enabled now
2022-10-29feat(sentry): add profiling sample rate configHarsh Shandilya
2022-10-29refactor: add invalid `.gpg-id` file contents to errorsHarsh Shandilya
2022-10-29refactor: remove unnecessary `LaunchActivity` injectionHarsh Shandilya
2022-10-29refactor(format-common): add a getter to `PasswordEntry` for current OTP valueHarsh Shandilya
2022-10-29chore: sync Crowdin localisationsHarsh Shandilya
2022-10-29chore: extract hard-coded preference stringsHarsh Shandilya