aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 4eff3a9ab35ceb72d40674ead313ddd022e25bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
## Changelog

### Newest version: 1.2.0

* Updated Notification: now accept String (empty String to remove the notification)
* Deprecated integer for Notification
* Removed deprecated methods & interface for `AHBottomNavigationListener`
* Fixed touch ripples when the bottom navigation is colored
* Cleaned colors.xml to avoid conflicts
* Removed constructor AHBottomNavigationItem()
* Added `setTitleTextSize(float activeSize, float inactiveSize)`
* Added `setNotificationMarginLeft(int activeMargin, int inactiveMargin)`

### 1.1.8

* Added `hideBottomNavigation(boolean withAnimation)`
* Added `restoreBottomNavigation(boolean withAnimation)`

### 1.1.7

* Added `public AHBottomNavigationItem getItem(int position)` to get a specific item
* Added `public void refresh()` to force a UI refresh

### 1.1.6

* Improved `hideBottomNavigation()` and `restoreBottomNavigation()`
* Added `setTitleTypeface`
* Changed method name `setNotificationBackgroundColorResource` by `setNotificationTypeface`
* Started working on `onSaveInstanceState` and `onRestoreInstanceState` (currentItem & notifications for now)

### 1.1.5

* Added hideBottomNavigation()
* Added CURRENT_ITEM_NONE to unselect all items
* Improved Notifications (animation, size)

### 1.1.4

* Updated lib dependencies

### 1.1.3

* Fixed Snackbar when setBehaviorTranslationEnabled(false)

### 1.1.2

* Fixed animations on pre Kit Kat
* Added an example with Vector Drawable

### 1.1.1

* Fixed layout rendering with fragments

### 1.1.0

* Compatible with Snackbar
* Compatible with Floating Action Button

### 1.0.5

* Snackbar is now compatible

### 1.0.4

* Added: setCurrentItem(int position, boolean useCallback)
* Added: setUseElevation(boolean useElevation)
* Added: restoreBottomNavigation()

### 1.0.3

* Fixed setForceTint()

### 1.0.2

* Fixed crash when setForceTitlesDisplay(true)
* Improved UI

### 1.0.1

* Bug fixes
* Notifications
* Minimum SDK version: 14

### Before

* AHBottomNavigation was under development.