Commit graph

26 commits

Author SHA1 Message Date
00e7a806eb Issue#5 Shows basic example of testing NavController usage 2022-09-23 13:55:11 +03:00
fad19ffee7 Issue#67 Test published dependencies 2022-07-12 14:21:13 +03:00
f35fe810e0 Move dependencies into a single file so it's easier to copy 2022-07-12 11:08:26 +03:00
d7f0ca8ccf Issue#67 Move Project specific Test Tasks out of testoptions.gradle 2022-07-12 11:08:26 +03:00
dependabot[bot]
6142ff26f4
Bump gradle from 7.1.2 to 7.1.3
Bumps gradle from 7.1.2 to 7.1.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 12:22:06 +00:00
dependabot[bot]
7274c287f5
Bump gradle from 7.1.1 to 7.1.2
Bumps gradle from 7.1.1 to 7.1.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 12:12:44 +00:00
dependabot[bot]
441cc941e7
Bump gradle from 7.1.0 to 7.1.1
Bumps gradle from 7.1.0 to 7.1.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 12:11:06 +00:00
3f4d22528c Issue#8 Take use of TestFixtures to keep MockWebServer TLS setup in the network module, while still being able to use it in Android Tests 2022-01-27 22:46:03 +02:00
c4c2ea7c26 Issue#13 Add separate task for robolectric tests 2022-01-27 03:21:55 +02:00
b29870c90c Issue#31 Remove hilt completely 2022-01-24 17:38:59 +02:00
fc32f1c7cd Issue#4 Add scrolling to recyclerview so elements can be verified safely 2022-01-05 14:55:52 +02:00
dependabot[bot]
87b8dcb61f Bump kotlin-gradle-plugin from 1.5.31 to 1.6.10
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.31...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 18:36:08 +02:00
dependabot[bot]
5ece02d874
Bump hilt_version from 2.40 to 2.40.5
Bumps `hilt_version` from 2.40 to 2.40.5.

Updates `hilt-android-gradle-plugin` from 2.40 to 2.40.5
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40...dagger-2.40.5)

Updates `hilt-core` from 2.40 to 2.40.5
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40...dagger-2.40.5)

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

Updates `dagger-compiler` from 2.40 to 2.40.5
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40...dagger-2.40.5)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 16:30:16 +00:00
513a21d839
Merge pull request #29 from fknives/dependabot/gradle/develop/org.jlleitschuh.gradle-ktlint-gradle-10.2.1
Bump ktlint-gradle from 10.2.0 to 10.2.1
2022-01-04 18:29:58 +02:00
dependabot[bot]
050ed960df
Bump io.gitlab.arturbosch.detekt from 1.18.1 to 1.19.0
Bumps io.gitlab.arturbosch.detekt from 1.18.1 to 1.19.0.

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 16:15:41 +00:00
dependabot[bot]
0f577bc6e4
Bump ktlint-gradle from 10.2.0 to 10.2.1
Bumps ktlint-gradle from 10.2.0 to 10.2.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 16:12:14 +00:00
ef14673a32 PR#32 Fix lint issues, remove Jake's IdlingResources, since it won't be updated anymore 2022-01-04 18:00:38 +02:00
364b726484 Update hilt dependency 2021-11-04 19:05:42 +02:00
dependabot[bot]
e50e71bda7
Bump gradle from 7.0.2 to 7.0.3
Bumps gradle from 7.0.2 to 7.0.3.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 16:35:15 +00:00
dependabot[bot]
69622c2dfd
Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 12:10:02 +00:00
e4f42baaed Add Hilt(Dagger) example of android/shared tests 2021-09-19 02:14:12 +03:00
1b8d0e836c Separate Hilt and Koin into their own product flavours 2021-09-18 21:50:38 +03:00
516b097e9e Add pipeline: codeAnalysis, tests and clean up gradle 2021-09-18 17:03:28 +03:00
472b7591f5 Update dependencies and make adjustments based on version migrations 2021-09-18 13:55:58 +03:00
878eff1f59 Update readme with code kata and create empty instruction sets 2021-04-19 21:58:31 +03:00
90a9426b7d initial commit 2021-04-12 00:32:09 +03:00