Releases: pokk/KotlinKnifer
Releases · pokk/KotlinKnifer
v2.2.0
androidx v2.1.11
Fix
- Fixed the status bar didn't fit the whole screen.
android v2.1.10 & v1.1.10
Release
- Added the ase256 encrypt.
- Added the reflection of setting accessiable in Method type.
android v2.1.9 & v1.1.9
Release v2.1.8 & v1.1.9
android
- added the resoueces ktx.
kotlin
- added the coroutine switch.
android v2.1.8 & v1.1.8
Release
- Added more features for android.
androidx-2.1.2
- Moved the coroutine extensions to shaver library.
- Upgraded all libraries we depended on.
androidx-2.1.1
Release note:
- added contract detecting for
isNullExp
&isNotNullExp
.
androidx-2.1.0
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
- Added the reflection field set accessible.
- Added set EditText cursor point color.