Skip to content

Releases: mikepenz/MaterialDrawer

v6.1.0

22 Sep 16:32
Compare
Choose a tag to compare

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • includes all updates from the rc pre releases
  • update to final androidX 1.0.0 release

v6.1.0-rc02

15 Sep 13:21
Compare
Choose a tag to compare
v6.1.0-rc02 Pre-release
Pre-release

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies
  • in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2

Changes

  • update to latest androidX release v1.0.0-rc02
  • please also see the changelog of v6.1.0-rc01.2 (which has more details about the material2 design refactor)

v6.1.0-rc01.2

19 Aug 19:20
Compare
Choose a tag to compare
v6.1.0-rc01.2 Pre-release
Pre-release

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies
  • in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2

Changes

  • add new dependency, constraintlayout
    • constraintLayout 2.0.0-alpha2 to be able to use MotionLayout
  • add migration info for new theme attributes
  • reflect changes in README
  • re-model all included drawerItems to have a more flat hierarchy by using constraintLayout, simplify them as far as possible
  • introduce new util method themeDrawerItem which will apply the selected item design according to the material design guidelines (1 and 2)
  • support disabling material 2 design via theme
  • re-work the headers to use a ConstraintLayout and hugely simplify the layout hierarchy

Screenshot time

screenshots1
screenshots2

v6.1.0-rc01

11 Aug 18:47
Compare
Choose a tag to compare
v6.1.0-rc01 Pre-release
Pre-release

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • upgrade to androidX
  • update to build tools 28
  • update to targetSdk 28
  • include material dependency
  • update to the new release setup used in my other libs
  • update to gradle 4.9
  • cleanup

v6.0.9

22 Jul 13:14
Compare
Choose a tag to compare
  • add deprecated flag to KeyboardUtil as it's gonna be removed
  • update dependencies and libraries
  • update to latest gradle build tools
  • allow the use of CharSequence for profile names (#2333) Thanks @connyduck

v6.0.8

10 Jun 16:07
Compare
Choose a tag to compare

Currently only available on jcenter

  • Fix issue resulting in sub items not acting properly FIX #2305
  • Fix issue with target 29 and circle image views #2293 THANKS @Grimthorr
  • update build tools
  • update support libraries
  • update deps

v6.0.7

09 Jun 19:04
Compare
Choose a tag to compare
  • configuration to load only preferences if needed
  • allow providing shared preferences
  • update dependencies

v6.0.6

07 Feb 23:05
Compare
Choose a tag to compare
  • update to latest FastAdapter to fix regression in the update* methods

v6.0.5

04 Feb 14:46
Compare
Choose a tag to compare

library

  • update to latest FastAdapter

sample

  • update app fontawesome extension, fastadapter, aboutLibraries

v6.0.4

28 Jan 14:56
Compare
Choose a tag to compare
  • update to FastAdapter v3.2.2 and additional checks to FIX #2189