aboutsummaryrefslogtreecommitdiffstats
path: root/ui/kotlinx-coroutines-android/src
Commit message (Expand)AuthorAgeFilesLines
* General cleanup (#2809)Vsevolod Tolstopyatov2021-07-081-1/+1
* Cancel dispatched coroutine on Dispatchers.IO when the underlying Han… (#2784)Vsevolod Tolstopyatov2021-06-281-11/+27
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-042-2/+2
* Cancel current Job on RejectedExecutionException (#2012)Roman Elizarov2020-10-091-1/+1
* Consistent toString for MainCoroutineDispatcher implementations (#2131)Roman Elizarov2020-07-161-8/+6
* Migrate to androidx.annotation from legacy android.support.annotion (#1932)Roman Elizarov2020-04-222-2/+2
* Update copyright yearVsevolod Tolstopyatov2020-02-182-2/+2
* Optimize the size of the coroutines library in Android projects (#1282)Roman Elizarov2020-02-141-11/+18
* Adds R8 optimization rule for FastServiceLoaderWojtek Kaliciński2019-07-231-1/+0
* Documentation improvements (#1229)Vsevolod Tolstopyatov2019-05-311-0/+4
* Merge lazy getter with AndroidExceptionPreHandler to reduce class countVsevolod Tolstopyatov2019-03-221-14/+15
* Do not use reflective exception pre-handler on newer Androids, since Pie runt...Vsevolod Tolstopyatov2019-03-221-14/+26
* Promote MainScope and CoroutineScope.cancel to stable APIVsevolod Tolstopyatov2019-03-011-1/+0
* Promote MainCoroutineDispatcher.immediate to stable APIVsevolod Tolstopyatov2019-03-011-5/+20
* Introduce test module with testable main dispatcher (#749)Vsevolod Tolstopyatov2018-12-171-17/+13
* Prevent temporary leaks in HandlerDispatcher by properly handlingChristophe Beyls2018-10-221-2/+4
* Add workaround for androidx toolchain issues: try to load main dispat… (#709)Vsevolod Tolstopyatov2018-10-181-0/+5
* Make all API internal where it is possibleVsevolod Tolstopyatov2018-10-092-10/+1
* Remove deprecated APIVsevolod Tolstopyatov2018-10-082-43/+0
* Migrate to Kotlin 1.3 coroutines, drop experimental from packageRoman Elizarov2018-10-083-13/+13
* Move UI dispatcher to common Dispatchers.Main (#641)Vsevolod Tolstopyatov2018-10-011-4/+16
* Add name parameter to Handler.asCoroutineDispatcherVsevolod Tolstopyatov2018-09-251-4/+11
* API Review for 1.0 releaseRoman Elizarov2018-09-252-10/+15
* Send async messages to the Android main looperJake Wharton2018-09-191-2/+29
* Restore backward compatibilityVsevolod Tolstopyatov2018-09-112-17/+27
* Dispatchers are renamed and grouped in the Dispatchers objectRoman Elizarov2018-09-112-115/+164
* Revert "Provide BlockingChecker mechanism which checks current context"Vsevolod Tolstopyatov2018-08-101-12/+2
* Provide HandlerContext.immediate extension to immediately execute tasks which...Vsevolod Tolstopyatov2018-07-181-4/+29
* BlockingChecker: Updated docs and renamed to checkRunBlocking functionRoman Elizarov2018-07-181-1/+7
* Provide BlockingChecker mechanism which checks current contextVsevolod Tolstopyatov2018-07-181-5/+8
* Fixed placement of resource files in new project structureRoman Elizarov2018-06-291-1/+0
* Updated copyright to short template and year 2018 across all filesRoman Elizarov2018-06-292-13/+5
* Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimen...Vsevolod Tolstopyatov2018-06-193-0/+0
* Use android-support @Keep annotation to avoid removal of AndroidExceptionPreH...Roman Elizarov2018-02-021-4/+5
* Fixed delay(Long.MAX_VALUE) on AndroidRoman Elizarov2017-11-101-2/+4
* Support Android UI.awaitFrame for animation;Roman Elizarov2017-11-091-0/+35
* Use ServiceLoader to find instances of CoroutineExceptionHandler;Roman Elizarov2017-11-062-0/+31
* equals/hashCode for wrapper CoroutineDispatcher implsRoman Elizarov2017-04-111-4/+3
* Android UI context implementation and Guide to UI programming with coroutinesRoman Elizarov2017-03-091-0/+67