Warning
- Please see the release notes for the previous alpha versions
Module
New module for iconics support added
implementation "com.mikepenz:materialdrawer-iconics:${lastestMaterialDrawerRelease}"
Depencencies
The following major dependency versions are required:
implementation "com.mikepenz:fastadapter:5.x.y"
implementation "com.mikepenz:fastadapter-extensions-expandable:5.x.y"
// removed!! implementation "com.mikepenz:iconics-core:4.x.y"
// removed!! implementation 'com.mikepenz:materialize:1.x.y'
Breaking Changes
- eliminate dependency on Android-Iconics
- add extension to add back support for Android-Iconics
- eliminate dependency on Materialize
- update to FastAdapter v5.x.z-a01
Updates
- replace more hardcoded dimensions with values from the xml
- improve colors to fit the specification and to be equal to the old release
- remove no longer needed themes as the new materialDrawer v8 is now themes by defining the styles
- simplify by removing obsolete no longer needed ressources and colors
Fix
- fix a issue when toggling the account header list (introduced in a03)