aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.1Roman Elizarov2019-09-043-3/+3
* Version 1.3.0Vsevolod Tolstopyatov2019-08-233-3/+3
* Merge branch 'master' into developVsevolod Tolstopyatov2019-08-223-3/+3
|\
| * Version 1.3.0-RC2Vsevolod Tolstopyatov2019-08-093-3/+3
* | Update Kotlin to 1.3.50Vsevolod Tolstopyatov2019-08-222-2/+2
|/
* Change keep rules targeting to match AGP changesWojtek Kaliciński2019-08-086-4/+4
* Merge branch 'master' into developVsevolod Tolstopyatov2019-07-243-3/+3
|\
| * Version 1.3.0-RCVsevolod Tolstopyatov2019-07-193-3/+3
* | Adds R8 optimization rule for FastServiceLoaderWojtek Kaliciński2019-07-2310-1/+192
|/
* Update Kotlin version to 1.3.41Vsevolod Tolstopyatov2019-07-192-2/+2
* Update copyright year to 2019 in all the knit-generated filesRoman Elizarov2019-07-0312-12/+12
* Update versions in Android example project to 3.4.1 toolsRoman Elizarov2019-07-036-8/+4
* Version 1.3.0-M2Vsevolod Tolstopyatov2019-06-263-3/+3
* Merge branch 'version-1.2.2' into developRoman Elizarov2019-06-182-2/+2
|\
| * Version 1.2.2Roman Elizarov2019-06-183-5/+5
* | Version 1.3.0-M1Vsevolod Tolstopyatov2019-06-063-3/+3
* | Documentation improvements (#1229)Vsevolod Tolstopyatov2019-05-311-0/+4
* | Update Kotlin to 1.3.31Vsevolod Tolstopyatov2019-05-162-2/+2
* | Use downloaded package list for dokka (and knit, transitively) to avoid depen...Vsevolod Tolstopyatov2019-05-152-0/+212
|/
* Version 1.2.1Vsevolod Tolstopyatov2019-04-263-3/+3
* Move coroutine scope resources to android-unit-test projectVsevolod Tolstopyatov2019-04-243-11/+13
* Add a period in the "You can get full code here" blocks and other small fixesInego2019-04-211-5/+5
* Fix "note that" comma everywhereInego2019-04-211-3/+3
* Version 1.2.0Vsevolod Tolstopyatov2019-04-123-5/+5
* Version 1.2.0-alpha-2Vsevolod Tolstopyatov2019-04-043-3/+3
* Merge branch 'master' into developVsevolod Tolstopyatov2019-03-263-3/+3
|\
| * Version 1.2.0-alphaVsevolod Tolstopyatov2019-03-263-3/+3
* | Load services both from regular jars and files, filter duplicatesVsevolod Tolstopyatov2019-03-252-2/+3
* | Custom ServiceLoader without jar checksum verificationsokolova2019-03-254-1/+32
|/
* 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
* Update Kotlin to 1.3.21Vsevolod Tolstopyatov2019-03-132-2/+2
* Promote MainScope and CoroutineScope.cancel to stable APIVsevolod Tolstopyatov2019-03-011-1/+0
* Promote MainCoroutineDispatcher.immediate to stable APIVsevolod Tolstopyatov2019-03-011-5/+20
* Merge branch 'master' into developRoman Elizarov2019-02-202-0/+6
|\
| * Update ProGuard rules to keep Android-specific classes as wellVsevolod Tolstopyatov2019-02-182-0/+6
* | Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-283-0/+0
|/
* Update Kotlin version in readmeVsevolod Tolstopyatov2019-01-242-2/+2
* Version 1.1.1Vsevolod Tolstopyatov2019-01-233-3/+3
* Update coroutines-guide-ui.mdrosuH2019-01-091-1/+1
* Consistently update Kotlin version everywhereRoman Elizarov2018-12-212-2/+2
* Version 1.1.0Vsevolod Tolstopyatov2018-12-213-3/+3
* Version 1.1.0-alphaVsevolod Tolstopyatov2018-12-183-3/+3
* Introduce test module with testable main dispatcher (#749)Vsevolod Tolstopyatov2018-12-1710-19/+226
* Merge remote-tracking branch 'origin/master' into developRoman Elizarov2018-12-141-1/+1
|\
| * Update coroutines-guide-ui.md gradle dependenciesJason Travis2018-11-211-1/+1
* | Wording in docs is improvedRoman Elizarov2018-12-101-1/+1
* | Code style in test code fixedRoman Elizarov2018-12-101-1/+3
* | Introduce MainScope factory and CoroutineScope.cancel extensionVsevolod Tolstopyatov2018-12-102-11/+57
* | Initialize JavaFx more accurately, do not leave dispatcher in uninitialized s...Vsevolod Tolstopyatov2018-11-272-23/+26
|/