diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-24 20:05:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 20:05:06 -0500 |
commit | 8447b1ae8ce89b3f1bbe79dbae8847d901831c12 (patch) | |
tree | ce516950e452581766e905ead32970d891bb46f6 /sample | |
parent | 701b94ab09ff53aca682fac6c4ef5364566339be (diff) | |
download | kau-8447b1ae8ce89b3f1bbe79dbae8847d901831c12.tar.gz kau-8447b1ae8ce89b3f1bbe79dbae8847d901831c12.tar.bz2 kau-8447b1ae8ce89b3f1bbe79dbae8847d901831c12.zip |
Enhancement/coroutines (#180)
* Add coroutine dependency
* Add coroutines to kprefactivity
* Change base job to supervisor
* Update coroutines for faq
* Update changelog
* Use preloading in media picker core
* Make test logging internal
* Remove anko
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 6c0fea1..3c49078 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,16 @@ <item text="" /> --> + <version title="v4.0.0-alpha02" /> + <item text=":core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes" /> + <item text=":core: Add default CoroutineScope implementation to KauBaseActivity" /> + <item text=":core: Remove zip class. Coroutines and join can be used as an alternative" /> + <item text=":mediapicker: Use video preloading instead of full async loading" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v4.0.0-alpha01" /> <item text="Migrate to androidx. See migration for external dependency changes." /> <item text=":core: Remove deprecation warning for Kotterknife" /> |