Skip to content

Releases: fardavide/MaterialBottomBar

MaterialBottomBar 1.2 beta 5

23 Apr 10:17

Choose a tag to compare

Pre-release

Fixes

  • May fixed KotlinNullPointerException on MaterialBottomDrawerLayout$flyBar$$inlined$doOnEnd$1.onAnimationEnd

Changes

  • Updated libs

MaterialBottomBar 1.2 beta 4

17 Apr 12:02

Choose a tag to compare

Pre-release

Fixes

  • Drawer's shadow flickering on animateLayoutChanges to true
  • Drawer's shadow doesn't propagate the touch below

MaterialBottomBar 1.2 beta 3

16 Apr 09:21

Choose a tag to compare

Pre-release

Fixes

  • PanelView.background: inherit from body.background

MaterialBottomBar 1.2 beta 2

16 Apr 09:09

Choose a tag to compare

Pre-release

Fixes:

  • Replaced background colours @android:color/white -> ?attr/colorSurface

MaterialBottomBar 1.2 beta 1

14 Apr 13:06

Choose a tag to compare

Pre-release

What's new

  • Selection:
    • selectionIconColor - selectionIconColorRes
    • selectionTitleColor - selectionTitleColorRes

Changes

  • Selection ( BREAKING CHANGES ):
    • selectionColor -> selectionBackgroundColor & selectionRippleColor
    • selectionColorRes -> selectionBackgroundColorRes & selectionRippleColorRes
  • Updated libs:
    • ConstraintLayout
    • Ktx
    • Android Navigation
    • Theia

Fixes

  • Fixed selection for navDirections on NavigationPanels

MaterialBottomBar 1.1 beta 9

20 Mar 14:11

Choose a tag to compare

Pre-release

What's new

  • Shadow behind the drawer
  • Optional lambda for CustomBodyPanelBuilder.customBody dsl

Fixes:

  • When a touch event happens outside of the MaterialBottomAppBar, fly to Fly.BOTTOM only if MaterialBottomDrawerLayout.lastFly is not Fly.BOTTOM
  • Executes a fly only if different from MaterialBottomDrawerLayout.lastFly
  • Postponed the fly on MaterialBottomDrawerLayout.openPanel to the preDraw of the PanelView to ensure that the height it's not 0

MaterialBottomBar 1.1 beta 8

20 Mar 14:11

Choose a tag to compare

Pre-release

Changes:

  • Added param once: Boolean to
    • MaterialBottomDrawerLayout.doOnPanelState
    • MaterialBottomDrawerLayout.doOnPanelOpen
    • MaterialBottomDrawerLayout.doOnPanelClose

MaterialBottomBar 1.1 beta 11

20 Mar 16:33

Choose a tag to compare

Pre-release

Fixes:

  • reverted "Executes a fly only if different from MaterialBottomDrawerLayout.lastFly"
  • changed invisible state of drawer's shadow from View.GONE to View.INVISIBLE due to prevent flashing on animatedLayoutChanges

MaterialBottomBar 1.1 beta 10

20 Mar 16:24

Choose a tag to compare

Pre-release

Fixes:

  • shadow behind drawer

MaterialBottomBar 1.1 beta 7

14 Mar 08:45

Choose a tag to compare

Pre-release

What's new:

  • MaterialBottomDrawerLayout.hideBars
  • MaterialBottomDrawerLayout.showBars
  • MaterialBottomDrawerLayout.hideAndShowBars

Changes:

  • inlined:
    • MaterialBottomDrawerLayout.hideToolbar
    • MaterialBottomDrawerLayout.showToolbar
    • MaterialBottomAppBar.hide
    • MaterialBottomAppBar.show
    • MaterialBottomAppBar.hideAndShow