Skip to content

Releases: AllanWang/KAU

6.4.0

18 Nov 22:47
4c06d0a
Compare
Choose a tag to compare
  • Add support for Bumblebee 2021.1.1
  • Remove Koin
  • Many version bumps
  • Update target SDK to 31

6.3.0

12 Sep 03:16
639771b
Compare
Choose a tag to compare
  • Add support for Arctic Fox 2020.3.1
  • Move to new maven release system
  • Many version bumps
  • Update translations

CI has been moved from Travis to Github Actions. No major changes beyond where to view logs. Auto release from master branch to play store has been disabled

6.2.0

17 Apr 22:37
6492c0c
Compare
Choose a tag to compare
  • Add support for Android 4.2
  • Remove all usages of kotlin synthetics
  • Many version bumps
  • Added Hilt dep

6.1.0

04 Oct 02:52
3ec7519
Compare
Choose a tag to compare
  • Add support for Android 4.1 RC03
  • Breaking: Updated iconic, buganizer, and spotless dependencies

6.0.0

19 Jul 01:26
fd95fb5
Compare
Choose a tag to compare
  • Add support for Android 4.1.x
  • Add major version library updates (FastAdapter, AboutLibrary, Iconics)

5.2.0

31 Dec 07:50
91da441
Compare
Choose a tag to compare
  • :about: Migrate about libraries to v7.x.x
  • :color: Draw CircleView in foreground instead of background
  • :core: Migrate iconics to v4.x.x
  • :core: Automatically switch light mode for navigationBarColor and statusBarColor
  • :core: Remove statusBarLight toggle
  • :core: Remove kau_status_bar_height; height should be found programmatically
  • :fastadapter: Migrate fastadapter to v4.x.x
  • :fastadapter-viewbinding: Create helper items for ViewBinding
  • Update translations

5.0.0

14 Jun 04:38
8725ae5
Compare
Choose a tag to compare
  • Update Android SDK to 29 and Kotlin to 1.3.31
  • Update translations
  • :core: Update Material Dialogs to 3.x
  • :core: Change ProgressAnimator API
  • :core: Remove cursor tinting in EditText as it used reflection
  • :colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension
  • :gradle-plugin: Convert to kotlin, rework dependencies, and remove extension hooks

4.1.0

07 Jun 16:31
b9feba2
Compare
Choose a tag to compare
  • :core: Deprecate NetworkUtils, as the underlying functions are deprecated
  • :core: Permission manager no longer synchronized, as all actions should occur in the main thread
  • :kpref-activity: Getter and setter now have action context, with the option to reload self

4.0.0

21 May 19:04
3f5ce21
Compare
Choose a tag to compare
  • Update translations

4.0.0-alpha02

06 Jan 03:46
4c4996e
Compare
Choose a tag to compare
  • 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