aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2022-07-09app: turn off crashing lintHarsh Shandilya
2022-07-07ui-compose: import Manrope fontHarsh Shandilya
2022-06-14Fix suspicious indentation in Migrations.kt (#1956)Harsh Shandilya
2022-06-09Upgrade ktfmt (#1942)Harsh Shandilya
* build-logic: upgrade ktfmt * all: reformat
2022-06-07Remove SourceCode Pro typeface (#1938)Harsh Shandilya
2022-05-29Remove unused dependencies (#1930)Harsh Shandilya
gradle: remove unused instrumentation testing deps
2022-05-27Fix ClipboardService crash (#1928)Harsh Shandilya
* Fix clipboard service crash on API 31 * all: use ints directly for SDK version checks I much prefer it this way
2022-05-27Simplify BouncyCastle workaround and upgrade Fragment (#1926)Harsh Shandilya
* Simplify bouncycastle workaround * Upgrade fragment-ktx to 1.5.x
2022-05-24Allow disabling pull-to-sync operation (#1922)Harsh Shandilya
2022-05-19Upgrade to AGP 7.2.0 (#1920)Harsh Shandilya
2022-05-07strings: sync with crowdin (#1901)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2022-05-05Upgrade to ktfmt 0.37 (#1897)Harsh Shandilya
2022-05-02Misc cleanups (#1891)Harsh Shandilya
2022-04-27crypto-pgpainless: prepare for error handling (#1877)Harsh Shandilya
2022-04-26Revert "app: address Overdraw lint" (#1876)Harsh Shandilya
2022-04-25all: reformat with ktfmt 0.36Harsh Shandilya
2022-04-24Reorganize crypto-common code and fix a couple minor bugs (#1868)Harsh Shandilya
2022-04-24app: address SetTextI18n lintHarsh Shandilya
2022-04-24app: address LabelFor lintHarsh Shandilya
2022-04-24app: address ContentDescription lintHarsh Shandilya
2022-04-24app: address Autofill lintHarsh Shandilya
2022-04-24app: address MissingQuantity lintHarsh Shandilya
2022-04-24app: address Overdraw lintHarsh Shandilya
2022-04-24app: address TrustAllX509TrustManager lintHarsh Shandilya
2022-04-24app: address Deprecated lintHarsh Shandilya
2022-04-24app: address VectorRaster lintHarsh Shandilya
2022-04-24app: address InlinedApi lintHarsh Shandilya
2022-04-24app: address UnusedResources lintHarsh Shandilya
2022-04-24app: setup Lint baselineHarsh Shandilya
2022-04-21Remove support for external storage and raise target SDK to 31 (#1863)Harsh Shandilya