27 Commits

Author SHA1 Message Date
9f1538f4cc 增加了学习记录 2025-01-17 16:49:56 +08:00
eee89091c6 Merge pull request #32 from forketyfork/fix-deprecations
Updated dependency versions and fixed deprecations for kotlinx-coroutines 1.6
2022-12-05 13:15:11 +01:00
13bd28ceac Updated dependency versions and fixed deprecations
* updated to Kotlin 1.7.21, kotlinx-coroutines 1.6.4, gradle 7.6
* runBlockingTest is deprecated, was replaced with runTest, proper import was added for currentTime
* cleaned up some other deprecations, implemented improvement suggestions
2022-11-28 08:40:55 +01:00
587a0f1d3b Minor changes based on feedback 2022-07-21 15:12:02 +02:00
c9a3cd5bcf Versions update 2021-07-15 18:38:19 +02:00
9299820822 Merge pull request #17 from vidhithakrar/version_upgrade
Upgrade version of kotlin plugins and coroutine dependencies to 1.5.0
2021-07-15 18:30:36 +02:00
2406aa3379 Upgrade version of kotlin plugins and coroutine dependencies to 1.5.0 2021-05-15 16:22:08 +05:30
3f40c75af0 Using kotlinx.serialization instead of jackson 2020-12-29 14:46:29 +01:00
d99d4bba90 Versions update 2020-12-29 14:19:09 +01:00
31b1298657 Merge pull request #14 from stefanozanella/patch-1
Use the right variable name in the commented assertion
2020-12-17 18:45:33 +01:00
173a412336 Use the right variable name in the commented assertion 2020-08-13 19:05:55 +02:00
e3a953210d Updated dependencies 2019-12-20 19:01:55 +01:00
ff58322972 Updated .gitignore and project name 2019-12-20 18:53:17 +01:00
6b7602357f Added license 2019-12-20 18:53:05 +01:00
2a54eaf0ec Added a link to the published text 2019-07-11 14:46:03 +02:00
da31eaef6e Launch coroutines concurrently from the main thread as described initially in the tutorial 2019-06-21 13:11:55 +02:00
2f678edf0b Methods to be added by hand should be removed from MockGithubService so far 2019-06-16 20:32:13 +02:00
b1e73bb4de Update to Retrofit 2.6.0 2019-06-14 18:44:20 +02:00
d8f0e6bc91 Removed suspend github api functions: they should be added as a task 2019-06-06 13:19:17 +02:00
3f02c64276 Minor wording for assertions 2019-06-06 12:23:49 +02:00
6da3ef5dd1 Added sample test 2019-06-06 12:23:49 +02:00
c242b8ecaa Removed rx methods from GitHubService 2019-06-06 12:23:49 +02:00
d1bbcf748d Reverted using virtual time to using real time
in order to introduce virtual time in tasks
2019-06-03 18:12:45 +02:00
4c26794fab Improved comment 2019-06-03 11:26:11 +02:00
e5d8d9bd6d Added samples mentioned in a lab 2019-05-30 19:08:44 +02:00
7345ff5302 Added hands-on lab 2019-05-30 12:43:56 +02:00
56f44244cf Created project 2019-05-30 12:38:56 +02:00