summaryrefslogtreecommitdiff
path: root/build-logic
AgeCommit message (Collapse)Author
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
2022-05-26gradle: bump dependencies (#1924)Harsh Shandilya
2022-05-25Instate shadow jobs (#1923)Harsh Shandilya
2022-05-19Upgrade to AGP 7.2.0 (#1920)Harsh Shandilya
2022-05-09Tighten down dependency resolution (#1903)Harsh Shandilya
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-26build-logic: remove explicit Dokka dependency (#1873)Harsh Shandilya
2022-04-25Allow sentry mapping upload task to be configured at build-time (#1870)Harsh Shandilya
2022-04-25all: reformat with ktfmt 0.36Harsh Shandilya
2022-04-25build-logic: upgrade ktfmtHarsh Shandilya
2022-04-24Reorganize crypto-common code and fix a couple minor bugs (#1868)Harsh 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-01chore(deps): update org.jetbrains.kotlin to v1.6.20 (#1817)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-03-24Bump ktfmt to 0.35 (#1797)Harsh Shandilya
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-08build-logic: rename copy files to destination rather than move (#1773)Harsh Shandilya
2022-02-26chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.19.0 (#1756) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-26Upgrade ktfmt to 0.33 (#1753)Harsh Shandilya
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33
2022-02-23Use explicit Gradle tasks to handle build artifact collection (#1745)Harsh Shandilya
2022-02-22Expand tests for multiple identity keys (#1743)Harsh Shandilya
2022-02-20Introduce Sentry for error reporting (#1737)Harsh Shandilya
2022-02-17Turn on Configuration Cache (#1733)Harsh Shandilya
2022-02-08chore(deps): update dependency gradle to v7.4 (#1717)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-05Workaround configuration cache bug in AGP (#1711)Harsh Shandilya
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-01-26Move Compose code to ui-compose module (#1687)Harsh Shandilya
2022-01-13Refactor randomized password generator into a separate module (#1663)Aditya Wasan
2022-01-09Delete empty values directories in Crowdin cleanup (#1656)Harsh Shandilya
2022-01-09Raise timeouts for Crowdin task again (#1652)Harsh Shandilya
* build-logic: raise HTTP timeouts for Crowdin again * github: allow running Crowdin job manually
2021-12-26Misc cleanups to build-logic and expand BCV exclusion list (#1622)Harsh Shandilya
* build-logic: remove `kotlin-dsl-precompiled-script-plugins` plugin * build-logic: use generated accessors for extensions * build: exclude non-published library projects from API dump There's no point in tracking binary compatibility for libraries that are only used internally
2021-12-23Misc cleanups and fixes (#1611)Harsh Shandilya
2021-12-23Increase timeouts for Crowdin API build task (#1602)Harsh Shandilya
2021-12-22Upgrade to Gradle 7.3.3 (#1600)Harsh Shandilya
* gradle: upgrade to 7.3.3 * build-logic: make Kotlin and Java targets match
2021-12-14Batch dependency upgrades (#1590)Harsh Shandilya
2021-12-11Miscellaneous build and CI cleanups (#1587)Harsh Shandilya