Skip to content

4.0.0-alpha02

Compare
Choose a tag to compare
@AllanWang AllanWang released this 06 Jan 03:46
· 446 commits to dev since this release
4c4996e
  • Update translations
  • :core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes
  • :core: Add default CoroutineScope implementation to KauBaseActivity
  • :core: Remove zip class. Coroutines and join can be used as an alternative
  • :core: Delete flyweight implementation. Kotlin already has getOrPut
  • :core: Introduce ContextHelper, where you can get the default looper, handler, and dispatcher for Android
  • :mediapicker: Use video preloading instead of full async loading