Commit graph

36 commits

Author SHA1 Message Date
3b96a5d9eb Issue#67 Extract InstantExecutorExtension 2022-07-12 11:31:06 +03:00
689aee9702 Issue#67 Extract runOnUIAwaitOnCurrent into separate module 2022-07-12 11:08:26 +03:00
4932b4b2e0 Issue#67 Extract MigrationTestHelper into separate module 2022-07-12 11:08:26 +03:00
f35fe810e0 Move dependencies into a single file so it's easier to copy 2022-07-12 11:08:26 +03:00
0c426797d0
Merge pull request #66 from fknives/dependabot/gradle/develop/io.reactivex.rxjava3-rxjava-3.1.4
Bump rxjava from 3.1.3 to 3.1.4
2022-04-12 11:20:30 +03:00
Alex Gabor
2e97716b48 Add suffix version 2022-04-04 12:39:32 +03:00
Alex Gabor
3034717c11 Extract constraintlayout-compose version 2022-04-04 12:37:28 +03:00
Alex Gabor
61b82f1ba7 Refactor navigation event 2022-04-02 11:37:35 +03:00
Alex Gabor
b003e23305 Add password visibility toggle 2022-04-01 10:36:31 +03:00
Alex Gabor
4feb92d4ed Add first compose test 2022-04-01 10:36:31 +03:00
Alex Gabor
0ca6ac9c9a Improve auth screen 2022-04-01 10:36:31 +03:00
Alexandru Gabor
b6e4d282b7 Add home screen 2022-04-01 10:36:31 +03:00
Alex Gabor
a9dc65d0b6 Add compose UI 2022-04-01 10:36:31 +03:00
dependabot[bot]
994d925e77
Bump rxjava from 3.1.3 to 3.1.4
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 12:13:14 +00:00
f8226368f0 Issue#48 Update readme 2022-02-07 12:57:59 +02:00
03e413fba6 Issue#13 Add CodeKata for Robolectric Tests 2022-01-29 00:30:35 +02: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
d8b9fadcbc Issue#13 Remove unnecessary Rules 2022-01-26 23:41:50 +02:00
b278466095 Issue#13 Simplify swapping of URL and certificate for tests 2022-01-26 23:34:58 +02:00
b29870c90c Issue#31 Remove hilt completely 2022-01-24 17:38:59 +02:00
dependabot[bot]
3a0e76ed4f
Bump rxjava from 3.1.2 to 3.1.3
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-23 23:07:40 +00:00
b01ddc2fbe
Merge pull request #38 from fknives/issue#3-room-migration-test
Issue#3 room migration test
2022-01-23 12:56:42 +02:00
2aca350175 Issue#3 Implement migration test which runs both on Real device and via Robolectric 2022-01-23 12:40:30 +02:00
4a1254d092 Issue#3 Start exporting schemas 2022-01-23 10:07:42 +02:00
fc32f1c7cd Issue#4 Add scrolling to recyclerview so elements can be verified safely 2022-01-05 14:55:52 +02: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
5fe8def390 PR#32 Updated dependency versions pointed out by lint 2022-01-04 15:31:57 +02:00
ab3e6a64f0 issue#6 Add DisplayName annotation to ViewModel tests in app module 2022-01-04 14:34:46 +02:00
8707aedd75 Update dependencies, targetSDK add differnet App Names for the different versions 2021-11-04 18:17:42 +02:00
e4f42baaed Add Hilt(Dagger) example of android/shared tests 2021-09-19 02:14:12 +03:00
e8d0c746b9 Add Hilt(Dagger) example of robolectric tests in app 2021-09-18 23:13:44 +03:00
1b8d0e836c Separate Hilt and Koin into their own product flavours 2021-09-18 21:50:38 +03:00
1aa0b48b0a Fix codeAnalysis errors 2021-09-18 17:28:53 +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
90a9426b7d initial commit 2021-04-12 00:32:09 +03:00