diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-30 17:07:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 17:07:57 -0500 |
commit | ab349293e52d77f6fc4b44446e19dc80aa8e789f (patch) | |
tree | 3fa9743571bbdc2cdd0987944fdad72fa233fae4 /sample/src/main/res/xml | |
parent | 3aa909f055c24d3700fa02f80c88e77a0c096f6e (diff) | |
download | kau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.tar.gz kau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.tar.bz2 kau-ab349293e52d77f6fc4b44446e19dc80aa8e789f.zip |
Emulator tests (#183)
* Add connected check
* Delete flyweight
* Add skin tag
* Try emulator api 22
* Try emulator api 19
* Remove emulator tests for now. Too flaky
Diffstat (limited to 'sample/src/main/res/xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 3c49078..0283d7f 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -10,11 +10,11 @@ <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=":core: Delete flyweight implementation. Kotlin already has getOrPut" /> <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." /> |