1. 71fa64f Use downloaded package list for dokka (and knit, transitively) to avoid dependency on (frequently) unstable external JavaDoc resources by Vsevolod Tolstopyatov · 5 years ago
  2. 42b5237 Version 1.2.1 by Vsevolod Tolstopyatov · 5 years ago
  3. be467e3 Move coroutine scope resources to android-unit-test project by Vsevolod Tolstopyatov · 5 years ago
  4. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  5. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  6. 8c2606d Version 1.2.0 by Vsevolod Tolstopyatov · 5 years ago
  7. 2cbcd05 Version 1.2.0-alpha-2 by Vsevolod Tolstopyatov · 5 years ago
  8. c67ecab Merge branch 'master' into develop by Vsevolod Tolstopyatov · 5 years ago
  9. d36fc16 Version 1.2.0-alpha by Vsevolod Tolstopyatov · 5 years ago
  10. 5514edb Load services both from regular jars and files, filter duplicates by Vsevolod Tolstopyatov · 5 years ago
  11. 15b6345 Custom ServiceLoader without jar checksum verification by sokolova · 5 years ago
  12. 5ea9339 Merge lazy getter with AndroidExceptionPreHandler to reduce class count by Vsevolod Tolstopyatov · 5 years ago
  13. b4d3dff Do not use reflective exception pre-handler on newer Androids, since Pie runtime ensures that uncaught exception is always logged by Vsevolod Tolstopyatov · 5 years ago
  14. 91c49e1 Update Kotlin to 1.3.21 by Vsevolod Tolstopyatov · 5 years ago
  15. 372d275 Promote MainScope and CoroutineScope.cancel to stable API by Vsevolod Tolstopyatov · 5 years ago
  16. 4fc4fd5 Promote MainCoroutineDispatcher.immediate to stable API by Vsevolod Tolstopyatov · 5 years ago
  17. 36105c1 Merge branch 'master' into develop by Roman Elizarov · 5 years ago
  18. 39c7ca5 Update ProGuard rules to keep Android-specific classes as well by Vsevolod Tolstopyatov · 5 years ago
  19. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  20. e478715 Update Kotlin version in readme by Vsevolod Tolstopyatov · 6 years ago
  21. 2326634 Version 1.1.1 by Vsevolod Tolstopyatov · 6 years ago
  22. 66f0123 Update coroutines-guide-ui.md by rosuH · 6 years ago
  23. 245a88e Consistently update Kotlin version everywhere by Roman Elizarov · 6 years ago
  24. c7f8bdb Version 1.1.0 by Vsevolod Tolstopyatov · 6 years ago
  25. 63b4673 Version 1.1.0-alpha by Vsevolod Tolstopyatov · 6 years ago
  26. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  27. e9224ac Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  28. 6d7a216 Wording in docs is improved by Roman Elizarov · 6 years ago
  29. 8e9e4d1 Code style in test code fixed by Roman Elizarov · 6 years ago
  30. e64b52c Introduce MainScope factory and CoroutineScope.cancel extension by Vsevolod Tolstopyatov · 6 years ago
  31. 69a2d92 Initialize JavaFx more accurately, do not leave dispatcher in uninitialized state in case of unexpected failure by Vsevolod Tolstopyatov · 6 years ago
  32. 46741db Update coroutines-guide-ui.md gradle dependencies by Jason Travis · 6 years ago
  33. 6591c4e Version 1.0.1 by Vsevolod Tolstopyatov · 6 years ago
  34. 15407e3 Try to reflectively use public JavaFX API before PlatormImpl fallback… (#798) by Vsevolod Tolstopyatov · 6 years ago
  35. ea89e60 Merge pull request #756 from Kotlin/version-1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  36. dd472fc Update coroutines-guide-ui.md by Jeff Brandon · 6 years ago
  37. 8a45c47 Version 1.0.0 by Vsevolod Tolstopyatov · 6 years ago
  38. e321394 Prevent temporary leaks in HandlerDispatcher by properly handling by Christophe Beyls · 6 years ago
  39. d6a5a39 Version 1.0.0-RC1 by Vsevolod Tolstopyatov · 6 years ago
  40. e44c9b2 Update coroutines-ui-guide, provide alternatives to currentScope builder by Vsevolod Tolstopyatov · 6 years ago
  41. aba0edc Add workaround for androidx toolchain issues: try to load main dispat… (#709) by Vsevolod Tolstopyatov · 6 years ago
  42. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  43. 67222cb Update readme and version numbers by Vsevolod Tolstopyatov · 6 years ago
  44. 1bdbb3e Cleanup: get rid of workarounds, cleanup guide, suppress/fix compilation warnings by Vsevolod Tolstopyatov · 6 years ago
  45. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  46. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  47. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  48. a6199a8 Version 0.30.2 by Vsevolod Tolstopyatov · 6 years ago
  49. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  50. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  51. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  52. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  53. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  54. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  55. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  56. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  57. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  58. 39a2c55 Fix typo in deprecation message of JavaFx dispatcher by Jonathan Cornaz · 6 years ago
  59. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  60. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  61. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  62. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago
  63. 256e31c Fix broken link by Alex Saveau · 6 years ago
  64. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  65. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  66. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  67. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  68. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  69. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  70. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  71. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  72. 7e827fb Android examples: Gradle Version 4.9, Android Gradle Tools version 3.3.0-alpha04 by Roman Elizarov · 6 years ago
  73. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  74. 717bc8b Kotlin version 1.2.61 by Roman Elizarov · 6 years ago
  75. 255d495 Defined specific dependencies for android sample apps by Dmitry Borodin · 6 years ago
  76. cf5e0e5 Update Kotlin to 1.2.60, K/N to 0.81, atomicfu to 0.11.1 by Roman Elizarov · 6 years ago
  77. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  78. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  79. 9964b3d Version 0.24.0 by Roman Elizarov · 6 years ago
  80. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  81. 5557245 Access to PlatformImpl in JavaFx dispatcher, on Java 9 it's an internal module which should be explicitly exported by Vsevolod Tolstopyatov · 6 years ago
  82. c2fba3a Provide HandlerContext.immediate extension to immediately execute tasks which are invoked from the right context by Vsevolod Tolstopyatov · 6 years ago
  83. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  84. c75fd40 Initialize JavaFx once [tests] by Vsevolod Tolstopyatov · 6 years ago
  85. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  86. 2a63775 Use parent = contextJob instead of contextJob + UI by Marko Topolnik · 6 years ago
  87. f9408f6 Fixed placement of resource files in new project structure by Roman Elizarov · 6 years ago
  88. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  89. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  90. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  91. f4e14b9 Version 0.23.4 by Roman Elizarov · 6 years ago
  92. c1eb19f Adapt knit for new folder layout by Vsevolod Tolstopyatov · 6 years ago
  93. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  94. 5f2e94b Version 0.23.3 by Roman Elizarov · 6 years ago
  95. 606a9cb Kotlin 1.2.50 & atomicfu 0.10.3 by Roman Elizarov · 6 years ago
  96. 6dc049d Version 0.23.2 by Sergey Mashkov · 6 years ago
  97. e4e064c Version 0.23.1 by Roman Elizarov · 6 years ago
  98. 9f33574 Version 0.23.0 by Roman Elizarov · 6 years ago
  99. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  100. a735f9e updated dependencies for android sample apps by Dmitry Borodin · 6 years ago