Releases: RedMadRobot/gears-android
Releases · RedMadRobot/gears-android
lifecycle-livedata-ktx 2.3.1-0
Dependencies
- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
- androidx.lifecycle 2.3.0 -> 2.3.1
- androidx.activity 1.2.0 -> 1.2.3
- androidx.annotation 1.1.0 -> 1.2.0
- androidx.fragment 1.2.0 -> 1.2.5
Added
- Field
EventQueue.events: List<Event>
to get events stored in the queue.
fragment-ktx 1.3.5-0
First release!
Added extension-function Fragment.addOnBackPressedCallback
.
fragment-args-ktx 1.3.5-0
Dependencies
- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
- androidx.fragment 1.3.0 -> 1.3.5
core-ktx 1.5.0-0
Dependencies
- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
- androidx.core 1.3.2 -> 1.5.0
Added
View.isKeyboardVisible: Boolean
andActivity.isKeyboardVisible: Boolean
View.showKeyboard()
View.hideKeyboard()
andActivity.hideKeyboard()
viewbinding-ktx 4.1.2-2
Fixed
- Fix fragment view lifecycle handling
viewbinding-ktx 4.1.2-1
Fixed
- Add workaround for the case when fragment view changed without triggering ON_DESTROY
- Save binding only if fragment view is not destroyed
viewbinding-ktx 4.1.2-0
Dependencies
- androidx.databinding:viewbinding 4.1.0 -> 4.1.2
- androidx.fragment 1.2.5 -> 1.3.0
fragment-args-ktx 1.3.0-0
Dependencies
- androidx.fragment 1.2.5 -> 1.3.0
lifecycle-livedata-ktx 2.3.0-0
Dependencies
- androidx.lifecycle 2.2.0 -> 2.3.0
- androidx.activity 1.1.0 -> 1.2.0
- androidx.fragment 1.2.5 -> 1.3.0
Changes
- Replace
LiveData.getValue
andMutableLiveData.setValue
operators withprovideDelegate
operator (#8).
getValue
andsetValue
are deprecated now and will be removed in future versions.
resources-ktx 1.2.0-1
Added
- View, Fragment: new extensions
getDimensionPixelSize
andgetDimensionPixelOffset
- Context: new extensions
resolveAttributeOrThrow
andresolveAttribute
- Context: new extensions
resolveColor
- Context: new extension
resolveResourceId