aboutsummaryrefslogtreecommitdiff
path: root/build-logic
AgeCommit message (Collapse)Author
2024-09-13fix(build): drop use of deprecated KAPT APIHarsh Shandilya
2024-08-20chore(deps): update dependency com.facebook:ktfmt to v0.52 (#3181)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18fix: 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-14chore: add missing copyright headers and update existing onesHarsh Shandilya
2024-08-14feat(build): replace homebrew ktfmt formatter with SpotlessHarsh Shandilya
Spotless has fixed their Gradle Configuration Cache woes in the past couple months which gets rid of my primary complaint.
2024-08-08fix(build): compile against SDK 35Harsh Shandilya
2024-07-30fix: remove useless Lint suppressionHarsh Shandilya
2024-06-14fix(deps): update ktfmt to 0.51Harsh Shandilya
2024-05-28chore: reformat with trailing commas changesHarsh Shandilya
2024-05-28fix(build): automatically manage trailing commas in ktfmtHarsh Shandilya
2024-05-22fix(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-08fix(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-22fix(deps): upgrade everything to unstable tracksHarsh Shandilya
2024-03-22feat(build): add back dependency updates pluginHarsh Shandilya
2024-03-22refactor(build): migrate to java-semverHarsh Shandilya
2024-02-24fix(deps): go back to AGP 8.3.xHarsh Shandilya
2024-01-25fix(build): disable `ObsoleteLintCustomCheck` lintHarsh Shandilya
2024-01-22feat(build): remove dependency updates pluginHarsh Shandilya
Renovate handles this for us
2024-01-12chore(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-08fix(build): tweak repository settingsHarsh Shandilya
2023-12-17refactor(build): simplify repository declarationsHarsh Shandilya
2023-12-16fix(build): temporarily downgrade AGP to stable trackHarsh Shandilya
Fixes #2820
2023-12-15fix(build): disable all version update lintsHarsh Shandilya
2023-12-10fix: 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-28feat: remove WhatTheStackHarsh Shandilya
This is pretty unmaintained
2023-11-28refactor(build): use typed catalog in build-logicHarsh Shandilya
2023-11-26fix(build): address `enableAndroidTest` deprecationHarsh Shandilya
2023-11-01fix(build): disable `TrulyRandom` lintHarsh Shandilya
2023-11-01fix(build): lower JVM compilation target to 17Harsh Shandilya
Lint does not understand Java 20 classes yet
2023-09-08fix(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-04fix(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-26chore(build): require a Java 20 hostHarsh Shandilya
2023-08-17chore(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-22fix(build): only enable `-Werror` in CIHarsh Shandilya
2023-07-12fix(build): properly resolve JavaPoet version resolution issueHarsh Shandilya
2023-07-12feat(build): target API 34Harsh Shandilya
2023-07-12refactor(build): move dependency updates to a `Settings` pluginHarsh Shandilya
2023-07-10chore(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-07fix(build): only suppress compat check for Compose Compiler when requiredHarsh Shandilya
2023-07-06refactor(build): cleanup ktfmt codeHarsh Shandilya
2023-07-06fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵Harsh Shandilya
files
2023-07-06feat(build): automatically handle Compose Compiler compatibility overrideHarsh Shandilya
2023-07-01fix(build): remove useless Java configuration for Gradle ToolchainsHarsh Shandilya
2023-07-01fix(build): remove JVM vendor preferenceHarsh Shandilya
2023-06-28fix(build): update `publicsuffix.org` pinned cert chainHarsh Shandilya
2023-06-15feat: adopt Kotlin 1.9 Enum entries featureHarsh Shandilya
2023-06-15chore: rename TOML keys for coroutines depsHarsh Shandilya
2023-06-15fix(build): add default value for Sentry DSNHarsh Shandilya
2023-06-06fix(build): use base plugin for publishingHarsh Shandilya
2023-06-06fix(build): fully disable Sentry ProGuard by defaultHarsh Shandilya