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