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

Show snackbar copy take a screenshot test #8

Closed
wants to merge 160 commits into from
Closed

Conversation

Jaehwa-Noh
Copy link
Owner

Show snackbar copy take a screenshot test.

SimonMarquis and others added 30 commits November 21, 2023 19:12
Bumps androidx.activity:activity-compose from 1.8.0 to 1.8.2.

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Change-Id: I838b81bf8e7fd7cb135f422653a8d8041829b28b
Change-Id: I6742d5e221f86a019f44d3e623609bf76d2a3a2a
Change-Id: Ib1bbe4ad0d823c632d387587aa55c5eeb39e4b8d
Change-Id: Ibf93c1b65250e6527e34bc90602c1b1001b2df46
…i/NiaAppScreenSizesScreenshotTests.kt

Co-authored-by: Alex Vanyo <[email protected]>
* main: (37 commits)
  Disable animations of instrumented tests (android#1167)
  Bump gradle/wrapper-validation-action from 1 to 2
  Remove unused release variable. Fixes android#1231
  Apply Composable Parameter Ordering Guidelines
  Remove kotlinx-coroutines-guava dependency from :sync:work
  Add explicit guava-android dependency for :sync:work
  Extract ScreenshotHelper to separate testing module
  Update AGP to 8.3.0
  Remove Insert function - Insert is only used in test. - Upsert do same thing as Insert.
  🤖 Updates baselines for Dependency Guard
  Bump the kotlin-ksp-compose group with 6 updates
  🤖 Updates baselines for Dependency Guard
  Bump hilt from 2.50 to 2.51
  Bump com.google.truth:truth from 1.1.5 to 1.4.2
  Move java to kotlin folder.
  Remove disk usage testing
  Figuring out what is using 66Gb in the runner
  Dpm
  Improve converting to kotlin timezone
  Use trySend multiple times
  ...

Change-Id: If3f564108d42675ba55ef242f0d06f04aff45c4a
…hViewModel

- Remove GetSearchContentsCountUseCase.
- Remove GetSearchContentsCountUseCase from SearchViewModel.
- Remove GetSearchContentsCountUseCase from SearchViewModelTest.

Fixes android#1283
Change-Id: I5b1d7963e623832a766900aa74ef1085aac0cacc
Change-Id: Icd7005ec38495a1a4bc6f1594f70a2c1228538ab
Change-Id: I48bb3c26ef02d6302cb7caabcaa17d5b4659031a
This reverts commit a5be299.
Change-Id: I3b1e19dedd238ec96bd8debee5fcbcc91bc25094
Bumps `androidxMacroBenchmark` from 1.2.2 to 1.2.3.

Updates `androidx.benchmark:benchmark-macro-junit4` from 1.2.2 to 1.2.3

Updates `androidx.baselineprofile` from 1.2.2 to 1.2.3

---
updated-dependencies:
- dependency-name: androidx.benchmark:benchmark-macro-junit4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.baselineprofile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/cashapp/turbine/releases)
- [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md)
- [Commits](cashapp/turbine@1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: app.cash.turbine:turbine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `protobuf` from 3.25.2 to 4.26.0.

Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.25.2 to 4.26.0

Updates `com.google.protobuf:protoc` from 3.25.2 to 4.26.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [com.dropbox.dependency-guard](https://github.com/dropbox/dependency-guard) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/dropbox/dependency-guard/releases)
- [Changelog](https://github.com/dropbox/dependency-guard/blob/main/CHANGELOG.md)
- [Commits](dropbox/dependency-guard@0.4.3...0.5.0)

---
updated-dependencies:
- dependency-name: com.dropbox.dependency-guard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `accompanist` from 0.32.0 to 0.34.0.

Updates `com.google.accompanist:accompanist-permissions` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.32.0...v0.34.0)

Updates `com.google.accompanist:accompanist-testharness` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.32.0...v0.34.0)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-permissions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.accompanist:accompanist-testharness
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
SimonMarquis and others added 18 commits June 16, 2024 18:55
Following Kotlin 2 update, the compose compiler version is already set by default to follow Kotlin's versioning.
lazy property assignment.
https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment

Change-Id: Ibe483324ddc8e4765ed4295e40f2e1483c835f20
Change-Id: Ib610c17b717305f186982679ddd35be74cf3791f
Cleanup unused reference in `libs.versions.toml`
Change `set` to `=` operator in Kotlin DSL
Replace bash commands with proper svgo cli
…les-after-okhttp-update

Remove extra ProGuard rules after OkHttp update
…override-window-insets

Add DeviceConfigurationOverride for insets to allow screenshot testing insets
…dTools-31.4.1

Bump androidTools from 31.4.0 to 31.4.1
…dx.appcompat-appcompat-1.7.0

Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0
…dxLifecycle-2.8.1

Bump androidxLifecycle from 2.7.0 to 2.8.1
…uf-4.26.1

Bump protobuf from 4.26.0 to 4.26.1
…bolectric-robolectric-4.12.2

Bump org.robolectric:robolectric from 4.11.1 to 4.12.2
…dx.test.uiautomator-uiautomator-2.3.0

Bump androidx.test.uiautomator:uiautomator from 2.2.0 to 2.3.0
Change-Id: If26e71be75bb76b3f31b575a92044ea72aafc641
@Jaehwa-Noh Jaehwa-Noh self-assigned this Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

Combined test coverage report

Overall Project 41.41% -1.18% 🍏
Files changed 61.5% 🍏

Module Coverage
search 62.75% 🍏
data 59.74% -5.43%
topic 49.89% -0.41%
work 38.11% 🍏
network 38.01% -2.03%
database 34.45% 🍏
designsystem 32.89% -2.89%
ui 32.41% 🍏
app 30.22% -0.88% 🍏
Files
Module File Coverage
search SearchViewModel.kt 62.97% 🍏
SearchScreen.kt 62.91% 🍏
data SyncUtilities.kt 83.76% 🍏
ConnectivityManagerNetworkMonitor.kt 0% -60.66%
topic TopicNavigation.kt 21.71% -8.55%
work StubSyncSubscriber.kt 33.33% 🍏
network JvmUnitTestDemoAssetManager.kt 78.95% 🍏
DemoNiaNetworkDataSource.kt 58.97% -5.64%
NetworkModule.kt 0% -7.32%
database DatabaseModule.kt 0% 🍏
DaosModule.kt 0% 🍏
designsystem NiaIcons.kt 80.22% 🍏
Chip.kt 63.76% 🍏
Navigation.kt 15.88% -22.13%
ui NewsResourceCard.kt 71.98% 🍏
app Interests2PaneViewModel.kt 100% 🍏
NiaAppState.kt 94.82% 🍏
InterestsListDetailScreen.kt 93.64% -1.9% 🍏
NiaApp.kt 90.12% -5.93% 🍏
MainActivity.kt 81.1% -0.45% 🍏

Jaehwa-Noh and others added 8 commits July 3, 2024 15:17
Change-Id: I93dbc31d9cdf6d23fb8cf5b080846f6e23e8a855
Change-Id: I914d391730d00860d23668d13359e3734e9d6324
Change-Id: Ie592f98a7ecd4fba0d02a671a4083859976e0cf2
Change-Id: I063eb5ec8dc55baaf48206db8801a050c4d6035a
Change-Id: I59dd7c3071a0d11d8a747c9b801d3de136e67770
Change-Id: I71bc6279b4fc9fe12a4783d87b2ed43491cace04
…ackbar-copy

Change-Id: I176216bbbf1562f951fe7c9be0cb0d9a6f94f4e5
@Jaehwa-Noh
Copy link
Owner Author

Test done.

@Jaehwa-Noh Jaehwa-Noh closed this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.