Skip to content

Releases: mikepenz/MaterialDrawer

v8.1.7

18 Oct 11:16
c4c1bd6
Compare
Choose a tag to compare

🚀 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

04 Oct 13:20
016b1ea
Compare
Choose a tag to compare

Updates

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

Fixes

-/

v8.1.5

23 Aug 17:56
2177c63
Compare
Choose a tag to compare

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

07 Aug 15:05
c2a9450
Compare
Choose a tag to compare

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

20 Jun 16:11
b32cab8
Compare
Choose a tag to compare

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

15 Jun 16:32
580f699
Compare
Choose a tag to compare

Updates

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

v8.1.2

12 Jun 11:33
741090d
Compare
Choose a tag to compare

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

06 Jun 14:18
f68d208
Compare
Choose a tag to compare

Updates

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

v8.1.0

06 Jun 12:02
f576611
Compare
Choose a tag to compare

Updates

  • fix selection background not there after picking a drawerItem
      - allow selectExtension to properly maintain the single selection handling
      - FIX #2614
  • upgrade AndroidX dependencies
  • update to FastAdapter 5.1.0
  • update to Iconics 5.0.3
  • update to AboutLibs 8.1.6

Migration

  • Due to core-ktx 1.3 jvm target is now required to be 1.8
kotlinOptions {
        jvmTarget = "1.8"
}

v8.0.3

12 May 15:38
8506faf
Compare
Choose a tag to compare

Updates

  • update to FastAdapter v5.0.2
  • provide a non deprecated way to set the level
      - FIX #2603
  • fix bitmap is ignored when setting
      - FIX #2604

Samples

  • /