Skip to content

Conversation

@superus8r
Copy link
Owner

No description provided.

superus8r and others added 30 commits May 26, 2025 20:02
…CoverageReport

DROID-12: Fix Jacoco Unified Coverage Report
* chore: update gradle

* chore: change project-level build.gradle file to build.gradle.kts

* chore: use gradle version catalog in project level build.gradle.kts file

* chore: update gradle android plugin to 8.10.1

* refactor: move dependency definitions from app level build.gradle.kts to gradle catalog toml file

* nitpick: update instrumented test cluster; no changes

* nitpick: update comments

* nitpick: make the version catalog file more readable

* deps: add missing coroutines.test dependency implementation for instrumented tests

* nitpick: rename MainActivityTest.kt to MainActivityAndroidTest.kt

* tests: make sure clicking on the settings button opens the settings sheet

* tests: make sure action items are accessible to allow testing on headless emulator e.g. on the CI

* tests: separate checking action menu items in another method

* tests (nitpick): rename unused cached error to _

* ci: record a video of emulator screen while running instrumented tests and store them in the artifacts folder

* chore: change settings.gradle to settings.gradle.kts
Bumps com.google.gms:google-services from 4.4.1 to 4.4.2.

---
updated-dependencies:
- dependency-name: com.google.gms:google-services
  dependency-version: 4.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps com.google.firebase:firebase-bom from 32.8.0 to 33.15.0.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
  dependency-version: 33.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
… file (#39)

* ci: update github actions cache keys ot consider version catalog toml file

* ci: add caching for the ui-test job as well

* ci: reuse cache keys by defining them in a top-level env block and reference them in each job; add caching for the lint job

* ci: revert the keys to the way they used to be defined because the runner context is not available in the top-level env block

* ci: store the ui test results in the artifacts
dependabot bot and others added 28 commits June 22, 2025 16:39
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.4.4.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits/v1.4.4)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…s-google-services-4.4.2

chore(deps): bump com.google.gms:google-services from 4.4.1 to 4.4.2
…rebase-firebase-bom-33.15.0

chore(deps): bump com.google.firebase:firebase-bom from 32.8.0 to 33.15.0
Bumps `coroutines` from 1.7.3 to 1.10.2.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.10.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.10.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.3 to 1.10.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.10.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.10.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.10.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…uth-truth-1.4.4

chore(deps): bump com.google.truth:truth from 1.1.3 to 1.4.4
…10.2

chore(deps): bump coroutines from 1.7.3 to 1.10.2
Bumps androidx.datastore:datastore-preferences from 1.1.4 to 1.1.7.

---
updated-dependencies:
- dependency-name: androidx.datastore:datastore-preferences
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.7 to 2.9.1.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](hamcrest/JavaHamcrest@v2.2...v3.0)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest-library
  dependency-version: '3.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…cycle-lifecycle-viewmodel-ktx-2.9.1

chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.7 to 2.9.1
…store-datastore-preferences-1.1.7

chore(deps): bump androidx.datastore:datastore-preferences from 1.1.4 to 1.1.7
…hamcrest-library-3.0

chore(deps): bump org.hamcrest:hamcrest-library from 2.2 to 3.0
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 8, 2025

@superus8r superus8r merged commit 543b757 into main Jul 8, 2025
11 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

Development

Successfully merging this pull request may close these issues.

2 participants