Releases: mikepenz/MaterialDrawer
Releases · mikepenz/MaterialDrawer
v8.0.2
Updates
- Remove unnecessary LinearLayout from drawer items
- Thanks @connyduck
- Remove unneeded DrawerUtils object
- Thanks @connyduck
- Delete unused font file
- Thanks @connyduck
Samples
- /
v8.0.1
v8.0.0
v8.0.0-rc02
Updates
- Add option to hide an item from displaying in Mini drawer.
- THANKS @kuba2k2
- update to gradle 6.2.2
Sample app
- final AboutLibraries release
v8.0.0-rc01
Updates
- update to drawerlayout 1.1.0-alpha04
- update to fastadapter v5 final
- update to kotlin 1.70.0
- add convenient extension properties to all interfaces to allow proper kotlin syntax for specifying the values
- move additional with methods into interfaces
Sample app
- further use kotlin usage in sample
- cleanup
v8.0.0-b04
Updates
- remove various usages of the ColorHolder and replace with ColorStateList
- fix coloring texts for the items
- FIX #2564 - remove no longer available and no longer matching with* methods (for colors, use properties instead)
- add some extension properties to simplify setting the properties
- refactor DrawerActivity.kt to new preferred API usage
- simplify IconicsExtension.kt extension properties
Sample app
- update to AboutLibs 8.0.0-rc02
- include new dependency resolval plugin
- enable licenses to be shown
v8.0.0-b03
Warning
- Please see the release notes for the previous alpha versions
- Note this updates to FastAdapter v5.0.0-a08 which is not binary compatible to previous FastAdapter versions
- If you use the FastAdapter in your project you will have to update to v5.0.0-a08 or later
Updates
- update to stable material 1.1.0
- add back convenient APIs for more complex usecases
- FIX #2560 - add more convenient methods required for work with sticky footer
- FIX #2561 - add a sticky drawer item to the nav sample
- fix selecting of a sticky drawer item
- overwrite generateView and bindView methods of NavigationDrawerItem as we want
this
for tags be the nav item and not the wrapped drawer item - properly handle selection for footer and sticky footer too
- FIX #2558
- update to FastAdapter v5.0.0-a08
v8.0.0-b02
Warning
- Please see the release notes for the previous alpha versions
- Note this updates to FastAdapter v5.0.0-a06 which is not binary compatible to previous FastAdapter versions
- If you use the FastAdapter in your project you will have to update to v5.0.0-a06 or later
Updates
- upgrade MaterialDrawer to support FastAdapter v5 with the new refactored ItemVHFactory
- update to Android-Iconics 5.0.0-a03
v8.0.0-b01
Warning
- Please see the release notes for the previous alpha versions
Updates
- update Android-Iconics
- introduce support to provide a badge to the ProfileDrawerItem.kt and ProfileSettingDrawerItem.kt
- add support to display the badge on top of the AccountHeaderView.kt
- improve clipping in the profile and profile settings view
- FIX #2552
- allow setting elevation to the BadgeStyle.kt
- allow setting textSize to the BadgeStyle.kt
- add new dimension to define the badge text size
- provide optimized apply function for the AccountHeaderView.kt to only update after all config changes were applied
- provide optimized apply function for the MaterialDrawerSliderView.kt to only update after all config changes were applied
- use final navigation lib version
v8.0.0-a07
Warning
- Please see the release notes for the previous alpha versions
Updates
- update sample app for iconics v5
- add various convenient methods
- simplify some apis
- remove no longer relevant setting