aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2022-10-07refactor: switch `DecryptActivity` to `DispatcherProvider`Harsh Shandilya
2022-10-07fix(app): ensure decryption errors are captured by UIHarsh Shandilya
2022-10-07fix: remove stale commentHarsh Shandilya
2022-10-07feat(app): make `DecryptScreen` properly standaloneHarsh Shandilya
2022-10-07feat(app): start working on a Compose-backed decrypt screenHarsh Shandilya
2022-10-05chore(deps): upgrade AndroidX dependenciesHarsh Shandilya
2022-09-20Refactor navigation and search code (#2134)Harsh Shandilya
2022-09-07Use `GENERAL_SHOW_TIME` for decryption screen timeout (#2107)Aditya Wasan
* feat(app): use `GENERAL_SHOW_TIME` for decryption screen as well Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat: update timeout to 60 seconds Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(app): use constant instead of using a magic number Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * Add changelog entry Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-05fix(lint): resolve and suppress lints to fix canary buildsHarsh Shandilya
2022-09-02Upgrade ktfmt and setup automatic updates (#2103)Harsh Shandilya
2022-09-01Fix reported Lint issues (#2101)Harsh Shandilya
2022-09-01Remove unnecessary `RequiresApi` annotation (#2100)Harsh Shandilya
2022-08-27Sync localisations from Crowdin (#2091)github-actions[bot]
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-08-24Implement support for `.gpg-id` (#2080)Harsh Shandilya
2022-08-10fix(deps): update dependency com.hierynomus:sshj to v0.34.0 (#2053)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-08-06Sync localisations from Crowdin (#2049)github-actions[bot]
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-08-04Update app icon and add a monochrome layer (#2045)Harsh Shandilya
* app: check-in updated app icon * app: add a monochrome icon
2022-07-30Sync localisations from Crowdin (#2039)github-actions[bot]
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-07-24Fix some StrictMode violations and start logging them (#2031)Harsh Shandilya
2022-07-23Improvements to key list activity (#2030)Harsh Shandilya
2022-07-22Begin cleaning up Detekt warnings (#2027)Harsh Shandilya
2022-07-20Compile 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-18Misc 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-18Add key manager UIHarsh Shandilya
2022-07-17Mark key import dialogs as non-cancellableHarsh Shandilya
2022-07-17Refactor key import flow and implement support for replacingHarsh Shandilya
2022-07-17PGPKeyImportActivity: close key stream after useHarsh Shandilya
2022-07-15Switch SettingsActivity to use Material3 Switch (#2006)Harsh Shandilya
2022-07-15Remove unnecessary V2 suffixHarsh Shandilya
2022-07-15Remove OpenKeychain code and leave TODOs for missing functionalityHarsh Shandilya
2022-07-15Remove PGPainless feature flagHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-07-15Change app package name to app.passwordstoreHarsh Shandilya