- Library
- Fix drawer in a stopped Activity would not stay open when the Activity recreated.
- Fix bug where custom RTL properties are ignored when RTL is not supported and the left and right ones are defined.
- Optimize child measurement logic of SlidingDrawerLayout.
- Library
- Fix inaccuracy of the
Utils#isLayoutDirectionResolved
method on SDKs 17 & 18. - Fix a NPE crash issue (null
mShownDrawer
accessed inaddFocusables()
) occurred on platform versions prior toJELLY_BEAN_MR2
(18) where theaddFocusables()
method will be called immediately when visibility changes from visible to invisible for the focused shown drawer view. - Fix rtl properties not resolved on
JELLY_BEAN
and lower version SDKs. - Remove the dependency on
jcenter()
- Fix inaccuracy of the
- Library
- Add missing matrix/clip state restoration for Canvas.
- Library
- Add a visibility check for the drawer the width percentage for which changes to see if it is in the layout before requesting a new layout.
- Add fraction value support for
widthPercent_*Drawer
attributes.
- Library
- Support for fullscreen drawers, i.e., the drawer width percentage can be 1.0f.
- Library
- Fix a bug that the layout should re-resolve the width percentages and touch abilities of the drawer when the layout direction changed due to external program code but it actually not.
- Library
- Stability improvements.
- Use
offsetLeftAndRight()
to scroll through the contents instead ofsetTranslationX()
for lower coupling.
- Library
- Bug fixes.
- Can save the state whether there is a drawer open or not.
- Support for Accessibility.
- Library
- Support for customizing the lasting time of the scrolling animations for the drawers.
- Better support layouts in right-to-left direction.
- No need for writing the drawers in front of the content view in your xml layout file so that they end up on the lower level of the content, which, for convenient, is guaranteed by default from this release, regardless of their order of writing.
- Set a hardware layer for the drawer as it scrolls and a hardware layer can also be set for the content view as needed.
- Support for using
ViewStub
as a lazy inflated (lazily instaniated and rendered) drawer. - Auto-monitor the back key (can be disabled).
- Bug fixes.
- Library
- Enable to disable drawer or not.
- No notes provided.