Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-18 | fix: rework Crowdin integration (#3175) | Harsh Shandilya | |
* chore: set up Crowdin configuration * fix(app): sync strings from Crowdin Closes #3174 * fix(ci): use crowdin/github-action instead of homebrew setup * fix(build): remove obsolete Crowdin plugin | |||
2024-08-14 | chore: add missing copyright headers and update existing ones | Harsh Shandilya | |
2024-08-14 | feat(build): replace homebrew ktfmt formatter with Spotless | Harsh Shandilya | |
Spotless has fixed their Gradle Configuration Cache woes in the past couple months which gets rid of my primary complaint. | |||
2024-08-08 | fix(build): compile against SDK 35 | Harsh Shandilya | |
2024-07-30 | fix: remove useless Lint suppression | Harsh Shandilya | |
2024-06-14 | fix(deps): update ktfmt to 0.51 | Harsh Shandilya | |
2024-05-28 | chore: reformat with trailing commas changes | Harsh Shandilya | |
2024-05-28 | fix(build): automatically manage trailing commas in ktfmt | Harsh Shandilya | |
2024-05-22 | fix(deps): update kotlin and compose to v2 (major) (#3064) | renovate[bot] | |
* fix(deps): update kotlin and compose to v2 * fix(build): switch to Kotlin Compose Compiler --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-05-08 | fix(deps): update kotlin and compose to v1.9.24 (#3043) | renovate[bot] | |
* fix(deps): update kotlin and compose to v1.9.24 * fix(deps): upgrade Compose Compiler to 1.5.14-dev-k1.9.24-50022def4af * fix(build): enable Compose strong skipping --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2024-03-22 | fix(deps): upgrade everything to unstable tracks | Harsh Shandilya | |
2024-03-22 | feat(build): add back dependency updates plugin | Harsh Shandilya | |
2024-03-22 | refactor(build): migrate to java-semver | Harsh Shandilya | |
2024-02-24 | fix(deps): go back to AGP 8.3.x | Harsh Shandilya | |
2024-01-25 | fix(build): disable `ObsoleteLintCustomCheck` lint | Harsh Shandilya | |
2024-01-22 | feat(build): remove dependency updates plugin | Harsh Shandilya | |
Renovate handles this for us | |||
2024-01-12 | chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention ↵ | renovate[bot] | |
to v0.8.0 (#2856) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2024-01-08 | fix(build): tweak repository settings | Harsh Shandilya | |
2023-12-17 | refactor(build): simplify repository declarations | Harsh Shandilya | |
2023-12-16 | fix(build): temporarily downgrade AGP to stable track | Harsh Shandilya | |
Fixes #2820 | |||
2023-12-15 | fix(build): disable all version update lints | Harsh Shandilya | |
2023-12-10 | fix: temporarily disable pre-launch biometric auth (#2803) | Harsh Shandilya | |
* fix: temporarily disable pre-launch biometric auth Completely broken right now and prevents users from opening the app. Updates #2802 * fix: disable UnusedResources lint | |||
2023-11-28 | feat: remove WhatTheStack | Harsh Shandilya | |
This is pretty unmaintained | |||
2023-11-28 | refactor(build): use typed catalog in build-logic | Harsh Shandilya | |
2023-11-26 | fix(build): address `enableAndroidTest` deprecation | Harsh Shandilya | |
2023-11-01 | fix(build): disable `TrulyRandom` lint | Harsh Shandilya | |
2023-11-01 | fix(build): lower JVM compilation target to 17 | Harsh Shandilya | |
Lint does not understand Java 20 classes yet | |||
2023-09-08 | fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.5.0 (#2679) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-09-04 | fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670) | renovate[bot] | |
* fix(deps): update dependency com.hierynomus:sshj to v0.36.0 * refactor(build): drop unnecessary explicit dependency * chore(idea): cruft * fix(app): ensure SLF4J v1 is used * fix(build): disable illegal BindsCanBeExtensionFunction lint * chore: refresh Lint baselines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-08-26 | chore(build): require a Java 20 host | Harsh Shandilya | |
2023-08-17 | chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention ↵ | renovate[bot] | |
to v0.7.0 (#2652) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-07-22 | fix(build): only enable `-Werror` in CI | Harsh Shandilya | |
2023-07-12 | fix(build): properly resolve JavaPoet version resolution issue | Harsh Shandilya | |
2023-07-12 | feat(build): target API 34 | Harsh Shandilya | |
2023-07-12 | refactor(build): move dependency updates to a `Settings` plugin | Harsh Shandilya | |
2023-07-10 | chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention ↵ | renovate[bot] | |
to v0.6.0 (#2597) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-07-07 | fix(build): only suppress compat check for Compose Compiler when required | Harsh Shandilya | |
2023-07-06 | refactor(build): cleanup ktfmt code | Harsh Shandilya | |
2023-07-06 | fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵ | Harsh Shandilya | |
files | |||
2023-07-06 | feat(build): automatically handle Compose Compiler compatibility override | Harsh Shandilya | |
2023-07-01 | fix(build): remove useless Java configuration for Gradle Toolchains | Harsh Shandilya | |
2023-07-01 | fix(build): remove JVM vendor preference | Harsh Shandilya | |
2023-06-28 | fix(build): update `publicsuffix.org` pinned cert chain | Harsh Shandilya | |
2023-06-15 | feat: adopt Kotlin 1.9 Enum entries feature | Harsh Shandilya | |
2023-06-15 | chore: rename TOML keys for coroutines deps | Harsh Shandilya | |
2023-06-15 | fix(build): add default value for Sentry DSN | Harsh Shandilya | |
2023-06-06 | fix(build): use base plugin for publishing | Harsh Shandilya | |
2023-06-06 | fix(build): fully disable Sentry ProGuard by default | Harsh Shandilya | |
2023-06-04 | feat: add `slack-lint-checks` | Harsh Shandilya | |
2023-05-24 | feat(build): use JVM toolchains to enforce Java 17 usage | Harsh Shandilya | |
This simplifies project setup in both CI and for individual contributors |