Skip to content

Releases: LDRAlighieri/Corbind

1.0.1

26 Aug 03:00
Compare
Choose a tag to compare
  • Fix: TextView afterTextChangeEvents access modifier changed (#1).
  • Fix: SeekBar changeEvents access modifier changed.
  • Fix: Fixed typo in RecyclerView artifact id (#2).

1.0.0

24 Aug 09:39
Compare
Choose a tag to compare
  • New: Added a small sample.
  • Update: Kotlin modules dependency to v1.3.50.
  • Update: Kotlin coroutine modules dependency to v1.3.0.
  • Fix: Fixed confusion with Chip extension name clicks, the correct name is closeIconClicks.
  • Fix: Added @RequiresApi(Build.VERSION_CODES.JELLY_BEAN) annotation for one of the View draws extensions.

1.0.0-RC

14 Aug 11:30
Compare
Choose a tag to compare
1.0.0-RC Pre-release
Pre-release
  • New: Kotlin Coroutine's Flow support.
  • New: AndroidX support.
  • New: Bindings list:
    • Platform bindings:
      • corbind:
        • MenuItem:
          • actionViewEvents
          • clicks
        • View:
          • attaches
          • detaches
          • attachEvents
          • clicks
          • drags
          • focusChanges
          • hovers
          • layoutChangeEvents
          • layoutChanges
          • longClicks
          • scrollChangeEvents
          • systemUiVisibilityChanges
          • touches
          • draws
          • globalLayouts
          • preDraws
        • ViewGroup:
          • changeEvents
        • AbsListView:
          • scrollEvents
        • Adapter:
          • dataChanges
        • AdapterView:
          • itemClickEvents
          • itemClicks
          • itemLongClickEvents
          • itemLongClicks
          • itemSelections
          • selectionEvents
        • AutoCompleteTextView:
          • itemClickEvents
        • CompoundButton:
          • checkedChanges
        • PopupMenu:
          • dismisses
          • itemClicks
        • RadioGroup:
          • checkedChanges:
        • RatingBar:
          • ratingChangeEvents
          • ratingChanges
        • SearchView:
          • queryTextChangeEvents
          • queryTextChanges
        • SeekBar:
          • changeEvents
          • changes
          • userChanges
          • systemChanges
        • TextView:
          • afterTextChangeEvents
          • beforeTextChangeEvents
          • editorActionEvents
          • editorActions
          • textChangeEvents
          • textChanges
        • Toolbar:
          • itemClicks
          • navigationClicks
    • AndroidX library bindings:
      • corbind-core:
        • NestedScrollView:
          • scrollChangeEvents
      • corbind-appcompat:
        • ActionMenuView:
          • itemClicks
        • PopupMenu:
          • dismisses
          • itemClicks
        • SearchView:
          • queryTextChangeEvents
          • queryTextChanges
        • Toolbar:
          • itemClicks
          • navigationClicks
      • corbind-drawerlayout:
        • DrawerLayout:
          • drawerOpens
      • corbind-leanback:
        • SearchBar:
          • searchQueryChangeEvents
          • searchQueryChanges
        • SearchEditText:
          • keyboardDismisses
      • corbind-recyclerview:
        • RecyclerView:
          • childAttachStateChangeEvents
          • flingEvents
          • scrollEvents
          • scrollStateChanges
        • RecyclerView.Adapter:
          • dataChanges
      • corbind-slidingpanelayout:
        • SlidingPaneLayout:
          • panelOpens
          • panelSlides
      • corbind-swiperefreshlayout:
        • SwipeRefreshLayout:
          • refreshes
      • corbind-viewpager:
        • ViewPager:
          • pageScrollEvents
          • pageScrollStateChanges
          • pageSelections
    • Google "material" library bindings:
      • corbind-material:
        • AppBarLayout:
          • offsetChanges
        • BottomNavigationView:
          • itemSelections
        • Chip:
          • closeIconClicks
        • NavigationView:
          • itemSelections
        • Snackbar:
          • dismisses
        • View:
          • dismisses
        • TabLayout:
          • selectionEvents
          • selections
  • Update: Kotlin modules dependency to v1.3.41.
  • Update: Kotlin coroutine modules dependency to v1.3.0-RC2.
  • Update: Minimum SDK version is now 14
  • Fix: Internal corbindReceiveChannel emission