Skip to content

Releases: RedMadRobot/gears-android

lifecycle-livedata-ktx 2.3.1-0

27 Jun 07:02
32b55b3
Compare
Choose a tag to compare

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

26 Jun 18:56
72feeec
Compare
Choose a tag to compare

First release!

Added extension-function Fragment.addOnBackPressedCallback.

fragment-args-ktx 1.3.5-0

26 Jun 18:52
7b2feb9
Compare
Choose a tag to compare

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

26 Jun 18:26
Compare
Choose a tag to compare

Dependencies

  • kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
  • androidx.core 1.3.2 -> 1.5.0

Added

  • View.isKeyboardVisible: Boolean and Activity.isKeyboardVisible: Boolean
  • View.showKeyboard()
  • View.hideKeyboard() and Activity.hideKeyboard()

viewbinding-ktx 4.1.2-2

08 Mar 19:28
3c4f5fe
Compare
Choose a tag to compare

Fixed

  • Fix fragment view lifecycle handling

viewbinding-ktx 4.1.2-1

07 Mar 15:30
618ac4e
Compare
Choose a tag to compare

Fixed

  • Add workaround for the case when fragment view changed without triggering ON_DESTROY
  • Save binding only if fragment view is not destroyed

All changes

viewbinding-ktx 4.1.2-0

01 Mar 06:41
f661fa0
Compare
Choose a tag to compare

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

01 Mar 06:39
3ff5201
Compare
Choose a tag to compare

Dependencies

  • androidx.fragment 1.2.5 -> 1.3.0

lifecycle-livedata-ktx 2.3.0-0

28 Feb 21:30
abe3acd
Compare
Choose a tag to compare

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 and MutableLiveData.setValue operators with provideDelegate operator (#8).
    getValue and setValue are deprecated now and will be removed in future versions.

resources-ktx 1.2.0-1

22 Nov 21:02
552587f
Compare
Choose a tag to compare

Added

  • View, Fragment: new extensions getDimensionPixelSize and getDimensionPixelOffset
  • Context: new extensions resolveAttributeOrThrow and resolveAttribute
  • Context: new extensions resolveColor
  • Context: new extension resolveResourceId