v3.0.0
UPGRADE NOTES
- maven group:artifactId were changed to com.mikepenz:materialdrawer
- the
onItemClick
now returns aboolean
stating if the event was consumed - renamed the
Drawer
toDrawerBuilder
and theDrawer.Result
toDrawer
- renamed the
AccountHeader
toAccountHeaderBuilder
and theAccountHeader.Result
toAccountHeader
NEW FEATURES
- new functions to set the selection in the StickyFooter
- the
onItemClick
listener now returns a boolean - add option to animate the list on first show, and/or if the profile items are switched/shown
FIXES
- if the profileItem was clicked first switch the drawer content back and then firing the event
- fix issue that the profile icon was not set with bitmaps #326
- fix click on compact accountheader was not working #340
- draw the selector only with API > 21 on top of the list. it looks only good with a
Ripple
- remember the selection even with a footer #327
REFRACTOR
- move some methods from the Drawer to the DrawerUtils
- change the
Drawer
to the newDrawerBuilder
. It's.build()
method will result in aDrawer
object - change the
AccountHeader
to the newAccountHeaderBuilder
. It's.build()
method will result in aAccountHeader
object
UPDATES
- Update AboutLibraries in sample
- Update Android-Iconics to v1.0.1