Skip to content

Releases: mikepenz/MaterialDrawer

v8.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 19:22
8ce3449

🚀 Features

  • Dependency updates 2020.11.23
  • Remove library dependency on kotlin-android-extensions
  • Nav API considered stable
  • Adds fallback listener to manage other drawer items with the NavController

💬 Other

  • Remove kotlin synthetic in sample

v8.1.8

Choose a tag to compare

@github-actions github-actions released this 29 Oct 07:16
8c9a36c

🚀 Features

  • Make enableProfileClick public again

🐛 Fixes

  • Fix items staying selected when using MiniDrawer
  • Fix MenuItem drawable being null causing problems

v8.1.7

Choose a tag to compare

@github-actions github-actions released this 18 Oct 11:16
c4c1bd6

🚀 Features

  • Update dependencies (FastAdapter 5.2.4, Gradle Build Tools 4.1.0, ConstraintLayout 2.0.2)

💬 Other

  • [CI] Fix danger reporting
  • Automatic changelog generation for releases

v8.1.6

Choose a tag to compare

@mikepenz mikepenz released this 04 Oct 13:20
016b1ea

Updates

  • define proper GitHub Actions workflow
  • update to constraintlayout 2.0.1
  • Kotlin 1.4.10

Fixes

-/

v8.1.5

Choose a tag to compare

@mikepenz mikepenz released this 23 Aug 17:56
2177c63

Updates

  • update to constraintlayout 2.2.0

Fixes

  • Don't use deprecated methods in MenuDrawerUtils
      - Thanks @connyduck
  • Avoid inflating a RelativeLayout for the drawer divider
  • update to the final version of constrainLayout v2.0.0

v8.1.4

Choose a tag to compare

@mikepenz mikepenz released this 07 Aug 15:05
c2a9450

Updates

  • update to material 1.2.0
  • update to stable drawerlayout 1.1.0
  • update to rc of constraintlayout 2.2.0-rc1
  • update fastadapter to 5.2.2
  • update aboutLibs to 8.3.0
  • update navigation to 2.3.0
  • update to stale slidingPaneLayout 1.1.0
  • update to swipeRefreshLayout 1.1.0
  • update to build tools 4.0.1

Fixes

  • ensure to unselect previous selections when navigating
      - FIX #2634
      - note this is needed due to the navcontroller extension taking over selection logic
      - if navigating via click the un-select would occur

v8.1.3

Choose a tag to compare

@mikepenz mikepenz released this 20 Jun 16:11
b32cab8

Updates

  • allow the MaterialDrawerSliderView.kt to be embedded in other layouts (2 levels max for now)
      - properly find DrawerLayout
  • allow global adjustment of selected state animation
  • further enforcing of the proper drawable state to get applied if we have animation enabled
  • constraintLayout 2.0.0-beta7

Sample

  • add swipeRefreshLayout to CollapsingToolbarActivity.kt sample app
  • use lighter colors as they work better with dark and light theme
  • hookup ActionBarDrawerToggle with drawer

v6.1.3

Choose a tag to compare

@mikepenz mikepenz released this 15 Jun 16:32
580f699

Updates

  • ease API to make it easier to implement usecases like:
  • note: only released to bintray

v8.1.2

Choose a tag to compare

@mikepenz mikepenz released this 12 Jun 11:33
741090d

Updates

  • support different start and end padding for the primary drawer item
      - add backwards compatiblity
  • add simple way to overwrite the themeDrawerItem for particular custom implementations of the drawer item
      - make themeDrawerItem method more flexible to allow more configuration options
  • add a new sample GmailDrawerItem.kt to showcase gmail like design
      - use in the MultiDrawerActivity.kt
      - FIX #2616

v8.1.1

Choose a tag to compare

@mikepenz mikepenz released this 06 Jun 14:18
f68d208

Updates

  • fix extension function to remove all items
  • rename function to remove provided items
      - FIX #2612