Releases: mikepenz/Crossfader
Releases · mikepenz/Crossfader
v1.3.2
- updated to latest android support libraries v23.1.1
v1.3.0
- add new CrossFadeSlidingPaneLayout with custom style swiping
v1.2.0
- add new ICrossFadeSlidingPaneLayout
- add new possibility to define a custom CrossFadeSlidingPaneLayout with a custom base_layout
- use base layout from method
v1.1.3
- fix potential nullpointerexception when using withResizeContentPanel(true) but without a panelSlideListener
v1.1.2
- update to the latest appcompat v23.1.0
v1.1.1
- minor adjustment on placement of setCanSlide() during init (fix withCanSlide() to work before calling build() on Crossfader)
- add some more comments to the
Crossfader
v1.1.0
- add new functionality to enable resizing of the content pane instead of sliding it out of the window
- add new API to defina a PanelSlideListener
- add new API to disable/enable the slide functionality of the Crossfader
v1.0.5
- update appcompat support lib
- update dependency libs of sample app