Skip to content

Releases: LDRAlighieri/Corbind

1.5.1

16 May 13:22
Compare
Choose a tag to compare
  • Fix: Kotlin coroutines issue 974.
  • Update: Kotlin modules dependency to v1.5.0.
  • Update: Kotlin coroutines modules dependency to v1.5.0.
  • Update: Minor update of other libraries.

1.5.0

07 Feb 14:51
Compare
Choose a tag to compare
  • New: Activity module
  • New: Lifecycle module
  • New: Bindings list:
    • Platform bindings:
      • corbind:
        • Context:
          • receivesBroadcast
        • View:
          • windowInsetsApplyEvents
        • AutoCompleteTextView:
          • dismisses
    • AndroidX library bindings:
      • corbind-activity:
        • OnBackPressedDispatcher:
          • backPresses
      • corbind-lifecycle:
        • Lifecycle:
          • events
    • Google "material" library bindings:
      • corbind-material:
        • MaterialTimePicker:
          • cancels
          • dismisses
          • negativeClicks
          • positiveClicks
  • New: InitialValueFlow by analogy with the InitialValueObservable from RxBinding
  • Deprecated: View systemUiVisibilityChanges extension
  • Fix: Apache License Copyright year and owner (#13).
  • Update: Kotlin modules dependency to v1.4.30.
  • Update: Material components dependency to v1.3.0.
  • Update: Minor update of other libraries

1.4.0

31 Aug 19:49
Compare
Choose a tag to compare
  • New: Bindings list:
    • Google "material" library bindings:
      • corbind-material:
        • Slider:
          • touches
          • valueChanges
          • valueChangeEvents
        • RangeSlider:
          • touches
          • valuesChanges
          • valuesChangeEvents
  • Update: Kotlin modules dependency to v1.4.0.
  • Update: Kotlin coroutines modules dependency to v1.3.9.
  • Update: Material components dependency to v1.2.0.

1.3.2

03 May 11:10
Compare
Choose a tag to compare
  • Update: Kotlin modules dependency to v1.3.72.
  • Update: Kotlin coroutines modules dependency to v1.3.5.
  • Update: Material components dependency to v1.1.0.
  • Update: Detekt config, small improvements

1.3.1

07 Jan 09:02
Compare
Choose a tag to compare
  • Fix: Added call addTextChangedListener for TextView afterTextChangeEvents and beforeTextChangeEvents Flow extensions (#10).
  • Update: dokka, migrate to version 0.10.0.

1.3.0

14 Dec 11:09
Compare
Choose a tag to compare
  • New: Navigation module
  • New: Bindings list:
    • AndroidX library bindings:
      • corbind-navigation:
        • NavController:
          • destinationChanges
          • destinationChangeEvents
  • Update: Kotlin modules dependency to v1.3.61.
  • Update: Kotlin coroutines modules dependency to v1.3.3.

1.2.0

12 Oct 11:16
Compare
Choose a tag to compare
  • New: Bindings list:
    • Google "material" library bindings:
      • corbind-material:
        • MaterialDatePicker:
          • cancels
          • dismisses
          • negativeClicks
          • positiveClicks
  • Update: Kotlin coroutines modules dependency to v1.3.2
  • Update: Material components dependency to v1.1.0-beta01
  • Update: Support registering multiple BottomSheetCallbacks

1.2.0-RC

22 Sep 10:03
Compare
Choose a tag to compare
1.2.0-RC Pre-release
Pre-release
  • New: Bindings list:
    • Platform bindings:
      • corbind:
        • DatePickerDialog:
          • dateSetEvents
        • CalendarView:
          • dateChangeEvents
        • DatePicker:
          • dateChangeEvents
        • NumberPicker:
          • scrollStateChanges
          • valueChangeEvents
        • TimePicker:
          • timeChangeEvents
    • Google "material" library bindings:
      • corbind-material:
        • BottomNavigationView:
          • itemReselections
        • MaterialButton:
          • checkedChanges
        • MaterialButtonToggleGroup:
          • buttonCheckedChangeEvents (only not in single selection mode)
          • buttonCheckedChanges (only in single selection mode)
        • MaterialCardView:
          • checkedChanges
        • TextInputLayout:
          • endIconChanges
          • endIconClicks
          • endIconLongClicks
          • startIconClicks
          • startIconLongClicks
  • Update: Material components dependency to v1.1.0-alpha10
  • Update: ViewPager2 dependency to v1.0.0-beta04

1.1.2

14 Sep 14:27
Compare
Choose a tag to compare
  • Update: Kotlin coroutines modules dependency to v1.3.1
  • Update: Android sdk to v29
  • Update: Updated sample
  • Fix: Fixed various inaccuracies, refactoring

1.1.0

31 Aug 09:08
Compare
Choose a tag to compare
  • New: ViewPager2 module
  • New: Bindings list:
    • AndroidX library bindings:
      • corbind-viewpager2:
        • ViewPager2:
          • pageScrollEvents
          • pageScrollStateChanges
          • pageSelections
    • Google "material" library bindings:
      • corbind-material:
        • BottomSheetBehavior:
          • slides
          • stateChanges
        • ChipGroup:
          • checkedChanges (only in single selection mode)
        • Snackbar:
          • shown
        • SwipeDismissBehavior:
          • 'dragStateChanges`
  • Fix: Fixed sources jars generation (#6)