aboutsummaryrefslogtreecommitdiff
path: root/build-logic
AgeCommit message (Collapse)Author
2023-03-01feat(build): configure Lint baselines for all compatible projectsHarsh Shandilya
2023-02-27chore(build): ensure Kotlin versions are aligned in `build-logic` projectHarsh Shandilya
2023-01-05fix: remove deprecated APIHarsh Shandilya
2023-01-03Revert "Revert "fix: disable Sentry dependency report""Harsh Shandilya
This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db.
2022-12-29Revert "fix: disable Sentry dependency report"Harsh Shandilya
This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae.
2022-12-29feat(gradle): bump to 8.0 RC1Harsh Shandilya
2022-12-19fix: disable Sentry dependency reportHarsh Shandilya
Incompatible with configuration cache
2022-12-08refactor: simplify `KtfmtCheckTask`Harsh Shandilya
2022-12-08Revert "fix(deps): update kotlin to v1.7.22 (#2278)"Harsh Shandilya
Let's just wait for a real update This reverts commit 54bb4676a7c16d959769e522ac018f3e3e822797.
2022-12-02refactor(build-logic): use `ExtensionContainer#configure` extensionHarsh Shandilya
2022-12-02refactor(build-logic): move all code to a single top-level projectHarsh Shandilya
2022-12-01fix(deps): update kotlin to v1.7.22 (#2278)renovate[bot]
* fix(deps): update kotlin to v1.7.22 * fix(gradle): allow Kotlin 1.7.22 for Compose Compiler (cherry picked from commit 6c218c20bfd21e0a9ad75e3dfc98525d4ac40a7f) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-11-25fix(build-logic): re-enable Test task state trackingHarsh Shandilya
2022-10-31fix(build-logic): set hook source file path sensitivity to `NONE`Harsh Shandilya
The file path is irrelevant, we only care about the script contents
2022-10-29feat: rip out SpotlessHarsh Shandilya
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
2022-10-29feat(build): add a homebrew ktfmt pluginHarsh Shandilya
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-10-07refactor(build-logic): make `GitHooksTask` more lazyHarsh Shandilya
2022-10-07refactor(build-logic): move PSL download to task actionHarsh Shandilya
2022-10-05chore(deps): upgrade to Compose Compiler 1.3.2Harsh Shandilya
2022-10-03fix(deps): update kotlin to v1.7.20 (#2154)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-24chore(deps): update dependency com.facebook:ktfmt to v0.41 (#2147)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-21Upgrade AndroidX dependencies (#2139)Harsh Shandilya
2022-09-10Fix bundle collection task (#2122)Harsh Shandilya
2022-09-10fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.22.0 (#2121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-08fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 ↵renovate[bot]
(#2114) * fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 * Remove Compose Compiler version check suppression Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-02Upgrade ktfmt and setup automatic updates (#2103)Harsh Shandilya
2022-07-24Fix some StrictMode violations and start logging them (#2031)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-17gradle: add `detekt` as a dependency to the `check` taskHarsh Shandilya
2022-07-17detekt: initHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-07-09gradle: add play-sdk-proto module to gMaven filterHarsh Shandilya
2022-07-07Switch to R8 dev releases (#1986)Harsh Shandilya
2022-07-07gradle: re-enable ui-composeHarsh Shandilya
2022-07-07gradle: bump all versionsHarsh Shandilya
2022-07-07build-logic: introduce versions pluginHarsh Shandilya
2022-06-20build-logic: switch to full publish pluginHarsh Shandilya
2022-06-16Fix Crowdin GitHub Actions job (#1961)Harsh Shandilya
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt
2022-06-12build-logic: rework implementation details of versioning pluginHarsh Shandilya
2022-06-12build-logic: rewrite version overrides to edit the version catalogHarsh Shandilya
2022-06-09Upgrade ktfmt (#1942)Harsh Shandilya
* build-logic: upgrade ktfmt * all: reformat
2022-06-05kotlin-plugins: convert to full pluginsHarsh Shandilya
2022-06-05automation-plugins: convert to full pluginsHarsh Shandilya
2022-06-05android-plugins: convert to full pluginsHarsh Shandilya
2022-06-04Miscellaneous cleanups (#1934)Harsh Shandilya
* build-logic: cleanups * coroutine-utils-testing: cleanups * coroutine-utils: cleanups * crypto-common: cleanups * crypto-pgpainless: cleanups * format-common: cleanups
2022-06-02chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.20.0 (#1932) * chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.20.0 * Simplify maven-publish configuration Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-05-27Simplify BouncyCastle workaround and upgrade Fragment (#1926)Harsh Shandilya
* Simplify bouncycastle workaround * Upgrade fragment-ktx to 1.5.x
2022-05-26Disable sentry autoinstall (#1925)Harsh Shandilya