Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-21 | refactor(build): wire up CC-compatible task dependencies for Crowdin | Harsh Shandilya | |
2023-03-21 | feat(build): pull out Crowdin tasks to their own classes | Harsh Shandilya | |
2023-03-21 | fix(build): disable SAM conversion for build-logic | Harsh Shandilya | |
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas | |||
2023-03-21 | fix(build): remove `DSL_SCOPE_VIOLATION` suppression | Harsh Shandilya | |
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block | |||
2023-03-21 | fix(build): remove unneeded `afterEvaluate` | Harsh Shandilya | |
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options | |||
2023-03-21 | chore(build): fix deprecation warning | Harsh Shandilya | |
Now visible due to this change: https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Useful%20deprecation%20warnings%20and%20errors%20from%20Kotlin%20script%20compilation | |||
2023-03-04 | refactor: use worker API for `KtfmtFormatTask` | Harsh Shandilya | |
2023-03-01 | feat(build): configure Lint baselines for all compatible projects | Harsh Shandilya | |
2023-02-27 | chore(build): ensure Kotlin versions are aligned in `build-logic` project | Harsh Shandilya | |
2023-01-05 | fix: remove deprecated API | Harsh Shandilya | |
2023-01-03 | Revert "Revert "fix: disable Sentry dependency report"" | Harsh Shandilya | |
This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db. | |||
2022-12-29 | Revert "fix: disable Sentry dependency report" | Harsh Shandilya | |
This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae. | |||
2022-12-29 | feat(gradle): bump to 8.0 RC1 | Harsh Shandilya | |
2022-12-19 | fix: disable Sentry dependency report | Harsh Shandilya | |
Incompatible with configuration cache | |||
2022-12-08 | refactor: simplify `KtfmtCheckTask` | Harsh Shandilya | |
2022-12-08 | Revert "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-02 | refactor(build-logic): use `ExtensionContainer#configure` extension | Harsh Shandilya | |
2022-12-02 | refactor(build-logic): move all code to a single top-level project | Harsh Shandilya | |
2022-12-01 | fix(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-25 | fix(build-logic): re-enable Test task state tracking | Harsh Shandilya | |
2022-10-31 | fix(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-29 | feat: rip out Spotless | Harsh Shandilya | |
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon. | |||
2022-10-29 | feat(build): add a homebrew ktfmt plugin | Harsh Shandilya | |
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle | |||
2022-10-24 | chore(gradle): add missing suppressions and license headers | Harsh Shandilya | |
2022-10-21 | Migrate to Metalava for validating API (#2195) | Harsh Shandilya | |
2022-10-07 | refactor(build-logic): make `GitHooksTask` more lazy | Harsh Shandilya | |
2022-10-07 | refactor(build-logic): move PSL download to task action | Harsh Shandilya | |
2022-10-05 | chore(deps): upgrade to Compose Compiler 1.3.2 | Harsh Shandilya | |
2022-10-03 | fix(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-24 | chore(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-21 | Upgrade AndroidX dependencies (#2139) | Harsh Shandilya | |
2022-09-10 | Fix bundle collection task (#2122) | Harsh Shandilya | |
2022-09-10 | fix(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-08 | fix(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-02 | Upgrade ktfmt and setup automatic updates (#2103) | Harsh Shandilya | |
2022-07-24 | Fix some StrictMode violations and start logging them (#2031) | 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-17 | gradle: add `detekt` as a dependency to the `check` task | Harsh Shandilya | |
2022-07-17 | detekt: init | Harsh Shandilya | |
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
2022-07-09 | gradle: add play-sdk-proto module to gMaven filter | Harsh Shandilya | |
2022-07-07 | Switch to R8 dev releases (#1986) | Harsh Shandilya | |
2022-07-07 | gradle: re-enable ui-compose | Harsh Shandilya | |
2022-07-07 | gradle: bump all versions | Harsh Shandilya | |
2022-07-07 | build-logic: introduce versions plugin | Harsh Shandilya | |
2022-06-20 | build-logic: switch to full publish plugin | Harsh Shandilya | |
2022-06-16 | Fix Crowdin GitHub Actions job (#1961) | Harsh Shandilya | |
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt | |||
2022-06-12 | build-logic: rework implementation details of versioning plugin | Harsh Shandilya | |
2022-06-12 | build-logic: rewrite version overrides to edit the version catalog | Harsh Shandilya | |
2022-06-09 | Upgrade ktfmt (#1942) | Harsh Shandilya | |
* build-logic: upgrade ktfmt * all: reformat |