aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2022-04-09chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 (#1832)renovate[bot]
* chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 * gradle: bump bouncycastle to 1.71 * Transparently update older BC versions Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-04-06Use 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-27Migrate 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-13Misc 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-13Configure 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-12Fix typo in german translation (#1781)c-steindl
2022-03-11Fix TOTP field flashing on each update (#1779)Harsh Shandilya
* Fix TOTP field flashing on each update * Add missing changelog entry
2022-03-10Show 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-02app: turn off StrictMode (#1761)Harsh Shandilya
2022-02-26Upgrade ktfmt to 0.33 (#1753)Harsh Shandilya
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33
2022-02-24Fix Autofill ANR when entry has no TOTP (#1746)Harsh Shandilya
2022-02-23Use explicit Gradle tasks to handle build artifact collection (#1745)Harsh Shandilya
2022-02-21Add CI job to assemble release APKs and fix build (#1742)Harsh Shandilya
2022-02-21Cleanup R8 rules (#1739)Harsh Shandilya
2022-02-20Introduce Sentry for error reporting (#1737)Harsh Shandilya
2022-02-09chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle ↵renovate[bot]
to v6.2.2 (#1718) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-05Begin rework for configuration cache compatibility (#1709)Harsh Shandilya
2022-02-04Port build to Gradle 7.4-rc-2 (#1707)Harsh Shandilya
2022-02-01Refactor PasswordEntry TOTP calculation into a cold flow (#1702)Harsh Shandilya
2022-01-27Unwind PasswordRepository's confusing control flow (#1686)Harsh Shandilya
* Cleanup PasswordRepository * Tear out nonsensical logic for getRepository
2022-01-26Move Compose code to ui-compose module (#1687)Harsh Shandilya