Skip to content

Releases: AllanWang/KAU

4.0.0-alpha01

06 Jan 03:44
701b94a
Compare
Choose a tag to compare
  • Migrate to androidx. See migration for external dependency changes.
  • :core: Remove deprecation warning for Kotterknife

3.8.0

08 Oct 19:55
2ed21b3
Compare
Choose a tag to compare
  • Update everything to Android Studio 3.1
  • Fix new lint issues (see Migration for resource related methods)
  • :adapter: Add more IAdapter functions to help retrieve selections
  • :core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead
  • :kpref-activity: Fix seekbar increment

3.6.1

31 Dec 22:28
332d633
Compare
Choose a tag to compare

v3.6.1

  • :core: [Breaking] Removed private text field and introduced lazy logging functions

v3.6.0

  • :adapter: Create withOnRepeatedClickListener
  • :core: Create kotlin flyweight
  • :core: Created BundleUtils
  • :core: [Breaking] Refactored startActivity functions
  • :kpref-activity: [Breaking] Simplified listener function parameters
  • :kpref-activity: [Breaking] Added dynamic string loading options
  • (See Migrations.md for further details on breaking changes)

3.5.1

03 Dec 03:55
Compare
Choose a tag to compare

v3.5.1

  • Add Portuguese translations
  • Add some minor util elements
  • Update dependencies (sdk 27)

v3.5.0

  • Update dependencies, many of which with major version increments
  • Add Vietnamese translations
  • Add Italian translations
  • Clean up unnecessary build version support
  • Optimize and refactor old code
  • :adapter: Add helper methods to enhance FastAdapter for Kotlin
  • :core: Create ProgressAnimator class
  • :searchview: Add searchview holder interface

v3.4.5

  • Add French translations
  • Add Spanish translations
  • Add German translations
  • Remove unnecessary strings

3.4.4

14 Oct 03:58
Compare
Choose a tag to compare
  • Add translation support for crowdin
  • Update dependencies
  • :mediapicker: Validate document uri before parsing
  • :searchview: Ignore casing for highlights

3.4.3

24 Sep 20:56
Compare
Choose a tag to compare
v3.4.3 (#65)

* fix/mediapicker (#50)

* Bring all glide request managers to one instance

* Switch to test implementation

* Check if parent is null for searchview

* Ensure open close runs on ui thread

* Make glide contract internal

* Update changelog

* Update version

Update changelog for previous prs

* v3.4.1 (#63)

* Check browser intent before launching (#54)

* Update changelog

* fix/misc (#55)

* Add kapt plugin

* Fix kau vector

* Debug lintRelease

* Revert debug

* Update dependencies

* Check context finishing state before showing dialog (#61)

* Keep copy of shared pref rather than application context (#60)

* Keep copy of shared pref rather than application context

* Add back preference name

* Add resolver checks (#62)

Squashed commit of the following:

commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa
Author: Allan Wang <[email protected]>
Date:   Sat Sep 23 15:25:18 2017 -0400

    Add missing quote

commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83
Author: Allan Wang <[email protected]>
Date:   Sat Sep 23 15:20:54 2017 -0400

    Update changelog

Update gradle

Update version name

* Fix bundle NPE for activity creation

Update changelog

* Feature/kpref time picker (#64)

* Init kpref time builder and open up other builders

* Enable self refresh

* Add readme

* Update changelog

* Update readme

3.4.1

23 Sep 19:22
Compare
Choose a tag to compare
  • Validate context before showing dialogs
  • Add intent resolver checks prior to all executions.
  • Update dependencies

3.4.0

30 Aug 16:26
Compare
Choose a tag to compare
  • Update to gradle 4.x; api and implementation rather than compile
  • Update dependencies
  • :searchview: Ensure reveals are called on the UI thread
  • :searchview: Check that searchview has a parent before checking card state
  • :mediapicker: Reuse request manager from activity
  • :kpref-activity: Add bounds to text item

3.3.1

12 Aug 17:09
Compare
Choose a tag to compare
Release 3.3.1 (#36)

* Add open message joiner function

* Update text extraction

* Fix background tint

* Rename logger file

* Test codecov

* Remove coverage

* Enhancement/swipe (#35)

* Merge swipe onPostCreate with swipe onCreate

* Update samples and docs

* Add deprecated method to maintain compatibility

* Replace exception with illegal argument

* Check if parent exists before configurations in searchview

3.3.0

08 Aug 05:21
Compare
Choose a tag to compare
Release 3.3.0 (#32)

* Rewrite Logger (#29)

* Remove dependency on timber

* Update logger

* Reorder throwabl

* Fix lint

* Update readme

* Blank target

* Create Zip (#30)

* Finish zips with tests

* Finalize

* Update changelog

* Add log hooks

* Open most logging functions

* Remap kpref items (#31)

* Update readme

* Generate files and prepare release

* Kpref -