Skip to content

Releases: mikepenz/MaterialDrawer

v8.0.2

09 May 15:33
ddf9b14
Compare
Choose a tag to compare

Updates

  • Remove unnecessary LinearLayout from drawer items
  • Remove unneeded DrawerUtils object
  • Delete unused font file

Samples

  • /

v8.0.1

11 Apr 11:49
66b2fe6
Compare
Choose a tag to compare

Updates

  • allow changing the hasStableIds for the slider
  • allow null bitmaps in `BezelImageView

Samples

  • update Android-Iconics
  • update AboutLibraries

v8.0.0

29 Mar 12:55
7b365ea
Compare
Choose a tag to compare

Updates

  • add gradle validation wrapper to ensure wrapper updates are not dangerous
  • update various dependencies
  • kotlin jvm 1.8
  • update gradle to 6.3

v8.0.0-rc02

22 Mar 15:56
532ff1f
Compare
Choose a tag to compare
v8.0.0-rc02 Pre-release
Pre-release

Updates

  • Add option to hide an item from displaying in Mini drawer.
  • update to gradle 6.2.2

Sample app

  • final AboutLibraries release

v8.0.0-rc01

08 Mar 14:13
564b4c0
Compare
Choose a tag to compare
v8.0.0-rc01 Pre-release
Pre-release

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

28 Feb 12:12
b337567
Compare
Choose a tag to compare
v8.0.0-b04 Pre-release
Pre-release

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

22 Feb 13:55
c701a23
Compare
Choose a tag to compare
v8.0.0-b03 Pre-release
Pre-release

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
  • update to FastAdapter v5.0.0-a08

v8.0.0-b02

15 Feb 12:12
323c859
Compare
Choose a tag to compare
v8.0.0-b02 Pre-release
Pre-release

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

02 Feb 13:37
b366114
Compare
Choose a tag to compare
v8.0.0-b01 Pre-release
Pre-release

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

20 Jan 15:31
059c060
Compare
Choose a tag to compare
v8.0.0-a07 Pre-release
Pre-release

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