Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to update local fork #6

Merged
merged 78 commits into from
Dec 20, 2023
Merged

Try to update local fork #6

merged 78 commits into from
Dec 20, 2023

Conversation

AndreSand
Copy link
Owner

Thanks for submitting a pull request. Please include the following information.

What I have done and why
Include a summary of what your pull request contains, and why you have made these changes.

Fixes #<issue_number_goes_here>

Do tests pass?

  • Run local tests on DemoDebug variant: ./gradlew testDemoDebug
  • Check formatting: ./gradlew --init-script gradle/init.gradle.kts spotlessApply

Is this your first pull request?

SimonMarquis and others added 30 commits September 20, 2023 17:37
using the `version update` label for gradle updates.
* [CI] Runs build in macos to generate a cache for androidTest runs

* Build projects before running emulator

* Fixes flaky coroutines test

* Moves spotless up in local tests job

* Enables config cache by setting problems to warn. Fixes #1022
* Moved protobuf to separate module to avoid having to wire KSP's Plugin with the Protobuf Plugin.
* `@Binds` function cannot be an extension function.
* Commented `kotlin.compiler.execution.strategy=in-process` in CI to circumvent OOMs due to increased metaspace usage.
Update to Hilt 2.48 and use the KSP version
Baseline profile generation is disabled for the PR level Build task. Release tasks require a fresh baseline profile. A new profile is generated using the baseline profile Gradle plugin.

* Prepare for usage of dex layout optimizations which can be actively used once NiA switches to AGP 8.2+.
* Add GMD config to release build
* Switch to macos-latest
* Update names for StartupBenchmark tests to better reflect states
* Stable release and recent GMD device
* Reduce flakiness by adding wait to benchmark
* More convenient waiting for objects
* Rename junit dependency to androidx-junit
* Only run baseline profile benchmarks during GH workflow
* Enable automatic BP generation for only release builds
* Disable BP generation from Build workflow
* Specify modules and skip benchmarking Build workflow

Bug: b/299334172
…eScaffold

Change-Id: I54b402e28b6e1bd400c9f44644bd4dd35c98e723
Replace manual navigation component switching with new NavigationSuiteScaffold
…-scaffold"

This reverts commit 335a7ec, reversing
changes made to aa8ce0e.
Revert "Merge pull request #942 from android/feature/navigation-suite…
- https://github.com/robolectric/robolectric/releases/tag/robolectric-4.11
- https://github.com/robolectric/robolectric/releases/tag/robolectric-4.11.1

> Robolectric 4.11 adds support for Android SDK 34 (U). It also contains many bug fixes, performance improvements, and Shadow API enhancements. Robolectric 4.11 removes support for Android SDKs 18 and below.

Removing explicit API 33 Robolectric configuration.
Change-Id: Ie0779252d969b80b8c8bcea6d58c13132e20c13c
Change-Id: Iaed9b4a68c45c1f52a2311d79b34569d20aaea62
Change-Id: I129fc4839ac2b4d5624c91cd25b47efba8847f44
Change-Id: Ib695ca18512d0ccde4c67e101f09ebbff8897912
Change-Id: Id74cc7f372498c4cea3fe221230d6042bfc10478
Add dependency guard plugin
Move Scrollbar state reads out of composition
SimonMarquis and others added 29 commits December 16, 2023 10:50
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Move app screenshot tests to match dependencies declaration
Change-Id: I0adf6c70b9634de876aed64400a7d3b4033983b3
Don't run unit tests on prodDebug variant
Revert "Move app screenshot tests to match dependencies declaration"
Update README.md to include more details about testing
Remove unnecessary RequiresOptIn opt-in
Remove unnecessary FlowPreview opt-in
Add truth for better badging diff output
….kotlinx-kotlinx-datetime-0.5.0

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.1 to 0.5.0
…ns/setup-java-4

Bump actions/setup-java from 3 to 4
Update max concurrent PRs for dependabot
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
Bumps `lint` from 31.1.3 to 31.2.0.

Updates `com.android.tools.lint:lint-api` from 31.1.3 to 31.2.0

Updates `com.android.tools.lint:lint-checks` from 31.1.3 to 31.2.0

Updates `com.android.tools.lint:lint-tests` from 31.1.3 to 31.2.0

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.tools.lint:lint-checks
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.tools.lint:lint-tests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `hilt` from 2.49 to 2.50.

Updates `com.google.dagger:hilt-android` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

Updates `com.google.dagger:hilt-android-testing` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

Updates `com.google.dagger:hilt-android-compiler` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

Updates `com.google.dagger.hilt.android` from 2.49 to 2.50
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.49...dagger-2.50)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger.hilt.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…Benchmark-1.2.2

Bump androidxMacroBenchmark from 1.2.0 to 1.2.2
…ose.runtime-runtime-tracing-1.0.0-beta01

Bump androidx.compose.runtime:runtime-tracing from 1.0.0-alpha03 to 1.0.0-beta01
Bumps `androidGradlePlugin` from 8.1.3 to 8.2.0.

Updates `com.android.tools.build:gradle` from 8.1.3 to 8.2.0

Updates `com.android.application` from 8.1.3 to 8.2.0

Updates `com.android.library` from 8.1.3 to 8.2.0

Updates `com.android.test` from 8.1.3 to 8.2.0

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps androidx.window:window from 1.1.0 to 1.2.0.

---
updated-dependencies:
- dependency-name: androidx.window:window
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.3 to 2.0.4.
- [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/desugar_jdk_libs/commits)

---
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ools-desugar_jdk_libs-2.0.4

Bump com.android.tools:desugar_jdk_libs from 2.0.3 to 2.0.4
…ow-window-1.2.0

Bump androidx.window:window from 1.1.0 to 1.2.0
…Plugin-8.2.0

Bump androidGradlePlugin from 8.1.3 to 8.2.0
@AndreSand AndreSand merged commit cd52256 into AndreSand:main Dec 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet