aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2022-10-29feat(app): wire in ASCII armor toggleHarsh Shandilya
2022-10-29feat(crypto-common): support passing arbitrary crypto optionsHarsh Shandilya
2022-10-29feat: add a no-op ASCII armor toggleHarsh Shandilya
2022-10-25refactor: move UriTotpFinderTest to `format-common-impl`Harsh Shandilya
2022-10-25refactor(deps): switch to Compose BOMHarsh Shandilya
2022-10-24fix: lower log priority in `SshjConfig`Harsh Shandilya
2022-10-24fix: remove useless logging lineHarsh Shandilya
2022-10-24feat: setup Beagle for debuggingHarsh Shandilya
2022-10-24refactor: use generated accessors for flavor dependenciesHarsh Shandilya
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-10-21Refactor `format-common` module (#2196)Harsh Shandilya
* fix: touch up `PasswordEntryTest` KDoc * feat: add format-common-impl module * refactor: switch app to format-common-impl * refactor: move `format-common` tests to `format-common-impl` * feat: add a test for Steam OTP
2022-10-10Revert "chore: remove unnecessary `CryptoHandlerModule`"Harsh Shandilya
This is used in #2170 so let's avoid the unnecessary conflict. This reverts commit f5bf45037a57b431dd693a29ac41217576a7d437.
2022-10-10chore: remove unnecessary `CryptoHandlerModule`Harsh Shandilya
2022-10-09refactor(app): switch `logExecutionTime` to `kotlin.time.measureTime`Harsh Shandilya
2022-10-09feat(app): support toggling read-only status in DecryptScreenHarsh Shandilya
2022-10-08feat(app): refactor `CopyButton` and add missing spacingHarsh Shandilya
2022-10-08feat(app): add username to DecryptScreenHarsh Shandilya
2022-10-08feat(ui-compose): add a `PasswordField` composable and switch decrypt screen ↵Harsh Shandilya
to it
2022-10-07refactor: simplify `PasswordDialog` emissionsHarsh Shandilya
2022-10-07fix: protect `PasswordDialog` windowHarsh Shandilya