MaterialDrawer Versions Save

The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.

v8.1.7

3 years ago

🚀 Features

  • Update dependencies (FastAdapter 5.2.4, Gradle Build Tools 4.1.0, ConstraintLayout 2.0.2)
    • PR: #2662

💬 Other

  • [CI] Fix danger reporting
    • PR: #2658
  • Automatic changelog generation for releases
    • PR: #2661

v8.1.6

3 years ago

Updates

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

Fixes

-/

v8.1.5

3 years ago

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
    • Thanks @connyduck
  • update to the final version of constrainLayout v2.0.0

v8.1.4

3 years ago

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

v8.1.3

3 years ago

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

3 years ago

Updates

v8.1.2

3 years ago

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 https://github.com/mikepenz/MaterialDrawer/issues/2616

v8.1.1

3 years ago

Updates

v8.1.0

3 years ago

Updates

  • fix selection background not there after picking a drawerItem   - allow selectExtension to properly maintain the single selection handling   - FIX https://github.com/mikepenz/MaterialDrawer/issues/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

4 years ago

Updates

Samples

  • /