Skip to content

Releases: aurelhubert/ahbottomnavigation

AHBottomNavigation 2.3.4

02 Jan 16:56
Compare
Choose a tag to compare
  • Fix a bug with the disappearing animation for the notification

AHBottomNavigation 2.3.3

20 Dec 12:56
Compare
Choose a tag to compare
  • Re-add old notification animation behavior to avoid a bug (from 2.3.0: Badge removal no longer clears text prior to animation)

AHBottomNavigation 2.3.2

20 Dec 08:31
Compare
Choose a tag to compare
  • Remove notification animation listener to avoid weird behaviors

AHBottomNavigation 2.3.1

19 Dec 10:02
Compare
Choose a tag to compare
  • Fix animation duration for notification

AHBottomNavigation 2.3.0

19 Dec 09:47
Compare
Choose a tag to compare
  • Migrate project to AndroidX
  • Update libraries versions
  • Incorporate padding into item width calculation
  • Badge removal no longer clears text prior to animation
  • Fix NPE crash when currentItem was switched programmatically with titleState = TitleState.SHOW_WHEN_ACTIVE_FORCE
  • Update isClassic() in AHBottomNavigation
  • Navigation item layouts for >= SDK 21 now use item_background drawable for background.
  • Only change drawable colour if forceTint is true (default value)
  • Add method addItemAtIndex(int index, AHBottomNavigationItem item) (with warning when index is out of bounds)

AHBottomNavigation 2.2.0

17 Jan 17:23
Compare
Choose a tag to compare
  • Update libraries versions
  • Add another state for titles: SHOW_WHEN_ACTIVE_FORCE (PR #313)

AHBottomNavigation

23 Aug 11:00
Compare
Choose a tag to compare
  • Update libraries versions
  • Add enable/disable tab state (with custom color)
  • Add new xml attributes (colored, accentColor, inactiveColor, disableColor, coloredActive, coloredInactive)
  • Add param notificationAnimationDuration
  • Update getDrawable method with AppCompatResources.getDrawable(context, drawableRes);
    If you use drawable selector and target API < 21, don't forget to add this:
    AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);


AHBottomNavigation 2.0.6

07 Mar 15:06
Compare
Choose a tag to compare
  • Fix selected item background for API >= 21
  • Fix isHidden() method
  • Update design support library version

AHBottomNavigation 2.0.5

21 Feb 10:40
Compare
Choose a tag to compare
  • Add setTitleTextSizeInSp(float activeSize, float inactiveSize)
  • Update selected item background for API >= 21
  • Allow for the disabling of sound effects

AHBottomNavigation 2.0.4

16 Jan 17:21
Compare
Choose a tag to compare
  • Fixed the icon alpha update for API >= 25