Skip to content

v8.0.0-a02

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 16 Nov 16:40
· 390 commits to develop since this release

Warning

  • This release contains a big amount of breaking changes, and will introduce an all new API to set-up the drawer.
  • This is an alpha release and will most likely still receiver further breaking API changes.
  • As a result of the updated API the main purpose of this library is to provide the Slider-View which is used within the DrawerLayout. The DrawerLayout should be used as specified and documented in its documentation.
  • The drawer no longer automatically manages the ActionBarDrawerToggle refer to standard DrawerLayout documentation on how to set-up

Breaking Changes

  • Drawer, AccountHeader, MiniDrawer classes are now be removed
  • The drawer is no longer set-up via code only, it requires now a specification in the layouts
  • Documentation is not yet updated (this will happen as soon as all samples are upgraded and working again)

Updates

  • Converted remaining samples to v8 setup
  • Delete obsolete deprecated classes
  • Add temporary CrossfadeDrawerLayout for better fitsSystemWindows support
  • Improve fitsSystemWindows compatibility and inset handling