All Versions
44
Latest Version
Avg Release Cycle
14 days
Latest Release
1396 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v8.2.0 Changes
November 23, 2020๐ฑ ๐ Features
- โก๏ธ Dependency updates 2020.11.23
- PR: #2678
- โ Remove library dependency on
kotlin-android-extensions
- PR: #2679
- Nav API considered stable
- PR: #2680
- โ Adds fallback listener to manage other drawer items with the NavController
- PR: #2681
- Thanks @francescogatto
๐ฑ ๐ฌ Other
- โ Remove kotlin synthetic in sample
- PR: #2682
- โก๏ธ Dependency updates 2020.11.23
-
v8.1.8 Changes
October 29, 2020 -
v8.1.7 Changes
October 18, 2020 -
v8.1.6 Changes
October 04, 2020โก๏ธ Updates
- define proper GitHub Actions workflow
- โก๏ธ update to constraintlayout 2.0.1
- Kotlin 1.4.10
๐ Fixes
-/
-
v8.1.5 Changes
August 23, 2020โก๏ธ 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 Changes
August 07, 2020โก๏ธ 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 Changes
June 20, 2020โก๏ธ 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
- ๐ allow the MaterialDrawerSliderView.kt to be embedded in other layouts (2 levels max for now)
-
v8.1.2 Changes
June 12, 2020โก๏ธ 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
- ๐ support different start and end padding for the primary drawer item
-
v8.1.1 Changes
June 06, 2020โก๏ธ Updates
- ๐ fix extension function to remove all items
- ๐ rename function to remove provided items
- FIX #2612
-
v8.1.0 Changes
June 06, 2020โก๏ธ 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" }
- ๐ fix selection background not there after picking a drawerItem