Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-10 | fix(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-06 | Sync 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-04 | Update app icon and add a monochrome layer (#2045) | Harsh Shandilya | |
* app: check-in updated app icon * app: add a monochrome icon | |||
2022-07-30 | Sync localisations from Crowdin (#2039) | github-actions[bot] | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-07-24 | Fix some StrictMode violations and start logging them (#2031) | Harsh Shandilya | |
2022-07-23 | Improvements to key list activity (#2030) | Harsh Shandilya | |
2022-07-22 | Begin cleaning up Detekt warnings (#2027) | Harsh Shandilya | |
2022-07-20 | Compile 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-18 | Misc 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-18 | Add key manager UI | Harsh Shandilya | |
2022-07-17 | Mark key import dialogs as non-cancellable | Harsh Shandilya | |
2022-07-17 | Refactor key import flow and implement support for replacing | Harsh Shandilya | |
2022-07-17 | PGPKeyImportActivity: close key stream after use | Harsh Shandilya | |
2022-07-15 | Switch SettingsActivity to use Material3 Switch (#2006) | Harsh Shandilya | |
2022-07-15 | Remove unnecessary V2 suffix | Harsh Shandilya | |
2022-07-15 | Remove OpenKeychain code and leave TODOs for missing functionality | Harsh Shandilya | |
2022-07-15 | Remove PGPainless feature flag | Harsh Shandilya | |
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
2022-07-07 | ui-compose: import Manrope font | Harsh Shandilya | |
2022-06-14 | Fix suspicious indentation in Migrations.kt (#1956) | Harsh Shandilya | |
2022-06-09 | Upgrade ktfmt (#1942) | Harsh Shandilya | |
* build-logic: upgrade ktfmt * all: reformat | |||
2022-06-07 | Remove SourceCode Pro typeface (#1938) | Harsh Shandilya | |
2022-05-27 | Fix 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-24 | Allow disabling pull-to-sync operation (#1922) | Harsh Shandilya | |
2022-05-07 | strings: sync with crowdin (#1901) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-05-05 | Upgrade to ktfmt 0.37 (#1897) | Harsh Shandilya | |
2022-05-02 | Misc cleanups (#1891) | Harsh Shandilya | |
2022-04-27 | crypto-pgpainless: prepare for error handling (#1877) | Harsh Shandilya | |
2022-04-26 | Revert "app: address Overdraw lint" (#1876) | Harsh Shandilya | |
2022-04-25 | all: reformat with ktfmt 0.36 | Harsh Shandilya | |
2022-04-24 | Reorganize crypto-common code and fix a couple minor bugs (#1868) | Harsh Shandilya | |
2022-04-24 | app: address SetTextI18n lint | Harsh Shandilya | |
2022-04-24 | app: address LabelFor lint | Harsh Shandilya | |
2022-04-24 | app: address Autofill lint | Harsh Shandilya | |
2022-04-24 | app: address Overdraw lint | Harsh Shandilya | |
2022-04-24 | app: address Deprecated lint | Harsh Shandilya | |
2022-04-24 | app: address VectorRaster lint | Harsh Shandilya | |
2022-04-24 | app: address InlinedApi lint | Harsh Shandilya | |
2022-04-24 | app: address UnusedResources lint | Harsh Shandilya | |
2022-04-21 | Remove support for external storage and raise target SDK to 31 (#1863) | Harsh Shandilya | |
2022-04-06 | Use full canonical path for classes in manifest (#1823) | Harsh Shandilya | |
* app: switch to full class names in manifest * CONTRIBUTING: document configuration cache failures | |||
2022-03-27 | Migrate namespaces to Gradle (#1805) | Harsh Shandilya | |
* ui-compose: update Gradle configuration * gradle: fix namespace for a couple astray Compose dependencies * all: switch to Gradle namespace property Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf | |||
2022-03-13 | Misc PGP v2 fixes (#1784) | Harsh Shandilya | |
* Don't throw in PGPKeyImportActivity when no file is selected * PGPSettings: mark import option as dependent on V2 backend pref | |||
2022-03-13 | Configure Sentry with more information (#1782) | Harsh Shandilya | |
* build-logic: remove error path in Sentry plugin * gradle: fix UnstableApiUsage warning * build-logic: configure Sentry Gradle Plugin * app: set traces sample-rate to 1.0 * sentry-stub: init * app: populate Sentry user field with feature flags | |||
2022-03-12 | Fix typo in german translation (#1781) | c-steindl | |
2022-03-11 | Fix TOTP field flashing on each update (#1779) | Harsh Shandilya | |
* Fix TOTP field flashing on each update * Add missing changelog entry | |||
2022-03-10 | Show remaining time in TOTP field (#1766) | Harsh Shandilya | |
* Pass down remaining time for TOTPs to UI layer * format-common: switch TOTP flow to use co-operative cancelation * format-common: add a regression test for OTP duration calculation * Abstract out labels * Switch to launchIn | |||
2022-03-02 | app: turn off StrictMode (#1761) | Harsh Shandilya | |
2022-02-26 | Upgrade ktfmt to 0.33 (#1753) | Harsh Shandilya | |
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33 | |||
2022-02-24 | Fix Autofill ANR when entry has no TOTP (#1746) | Harsh Shandilya | |