minSdk
version changed 19 → 21- SharedPreferences: Removed nullable accessors with default parameter
- Context: Added
Context.findActivity()
andContext.findWindow()
extensions
1.6.0-2 (2021-11-16)
- SharedPreferences delegates: added ability to use delegate in local and top-level properties
1.6.0-1 (2021-10-03)
- Canvas: new extensions
withClipOut
- Potentially breaking change!
Removed
default
parameter from*Nullable
delegates, it will always return null by default.
- Added
inline
modifier to Keyboard extensions - Default value in
SharedPreferences
delegate should not be evaluated before it needed (similar to #31)
- kotlin-stdlib 1.5.20 -> 1.5.31
1.6.0-0 (2021-07-05)
- androidx.core 1.5.0 -> 1.6.0
1.5.0-0 (2021-06-26)
- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
- androidx.core 1.3.2 -> 1.5.0
View.isKeyboardVisible: Boolean
andActivity.isKeyboardVisible: Boolean
View.showKeyboard()
View.hideKeyboard()
andActivity.hideKeyboard()
First release