Skip to content

Releases: pokk/KotlinKnifer

v2.2.0

29 Sep 08:01
Compare
Choose a tag to compare

Update:

  1. Bumped the kotlin version to 1.4.10
  2. Reformatted the coding style

Feature:

  1. Added the new logx function for only one arugment

androidx v2.1.11

25 May 13:18
Compare
Choose a tag to compare

Fix

  1. Fixed the status bar didn't fit the whole screen.

android v2.1.10 & v1.1.10

18 Apr 03:21
Compare
Choose a tag to compare

Release


  1. Added the ase256 encrypt.
  2. Added the reflection of setting accessiable in Method type.

android v2.1.9 & v1.1.9

05 Mar 05:39
Compare
Choose a tag to compare

Release v2.1.8 & v1.1.9

android

  1. added the resoueces ktx.

kotlin

  1. added the coroutine switch.

android v2.1.8 & v1.1.8

28 Feb 10:03
Compare
Choose a tag to compare

Release

  • Added more features for android.

androidx-2.1.2

03 Dec 09:19
Compare
Choose a tag to compare
  • Moved the coroutine extensions to shaver library.
  • Upgraded all libraries we depended on.

androidx-2.1.1

13 Nov 06:30
Compare
Choose a tag to compare

Release note:

  1. added contract detecting for isNullExp & isNotNullExp.

androidx-2.1.0

30 Oct 02:51
Compare
Choose a tag to compare

This is a new release for androidX. From 2.1.0 (Kotlin 1.3.0), we don't support the AppCompat library.

Release

1. Upgrade Kotlin version to 1.3.0
2. Upgrade Kotlin Coroutines version to 1.0.0
3. Fix the Coroutines API for fitting the new Coroutines API
4. Add 2 extensions API for `IO` & `background` → `io { }` & 'bkg { }'

pre-androidx-v2.0.3

30 Aug 02:09
Compare
Choose a tag to compare
pre-androidx-v2.0.3 Pre-release
Pre-release
  • Added the reflection field set accessible.
  • Added set EditText cursor point color.

V1.5.8

30 Aug 02:24
Compare
Choose a tag to compare
  • Upgraded all libraries to the newest version.
  • Added the same api from preview version.