Skip to content

Releases: Ashok-Varma/BottomNavigation

Bump Up support libraries

23 Jul 03:14
01b0bb3
Compare
Choose a tag to compare
2.0.3

Update README.md

Rewamp Badges

08 Jul 04:43
Compare
Choose a tag to compare

=> Badges added (new ShapeBadge, TextBadge)
=> No_title as mode
=> Many Bug Fixes

Hide title option added

18 Mar 16:22
Compare
Choose a tag to compare

Merged pull request to hide the title option
updated to latest support libraries

1.3.0

03 Jul 14:41
Compare
Choose a tag to compare

Changes

unHide() method name was changed to show() to keep consistence between badge, fab and bottomNavBar

Features

Snack Bar and FAB Support (#49, #4)
can Disable auto-hide feature (#40)

Bug Fixes

hide/Un-hide Bug Fix (#45, #46, #47 )

Bug Fixes and improvements

31 May 06:28
Compare
Choose a tag to compare

#29 #30 bug fixes
#31 improvement

small bug fixes

31 May 06:26
Compare
Choose a tag to compare

XML Attributes and Elevation added

14 May 19:44
Compare
Choose a tag to compare

=> Changed bottom navigation bar Hiding Behaviour based on content scrolling.
=> Added XML attributes.
=> Added support to set different in-active icon instead of just changing the color of active icon.
=> Added elevation and now Elevation is visible all Lollipop+ devices
=> Support Library updated to 23.4.0

Bug Fixes to 1.1.0

02 May 11:17
Compare
Choose a tag to compare
  1. bug fixes and code optimisation
  2. Adding better functionality to Badges (Dynamic change of badge on changing badge item)
  3. Changed mode name CLASSIC to FIXED (google guidelines)
  4. Sample App => Icon change and bug tracking addition

Badge Support Added

26 Apr 02:48
Compare
Choose a tag to compare

Added Badges Support to Bottom Navigation Bar.

Now badges can to added to bottom navigation bar

BadgeItem badgeItem = new BadgeItem().setBorderWidth(4).setBackgroundColorResource(R.color.blue).setText("1").setHideOnSelect(true);

bottomNavigationBar.addItem(new BottomNavigationItem(R.drawable.ic_location_on_white_24dp,"Location").setBadgeItem(badgeItem))

Initial Production Release

10 Apr 16:44
Compare
Choose a tag to compare

ChangeLog

Added Options to hide and unhide the bottomBar