Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Releases: mikepenz/Crossfader

v1.3.2

14 Nov 20:29
Compare
Choose a tag to compare
  • updated to latest android support libraries v23.1.1

v1.3.1

09 Nov 18:07
Compare
Choose a tag to compare

v1.3.0

07 Nov 11:43
Compare
Choose a tag to compare
  • add new CrossFadeSlidingPaneLayout with custom style swiping

v1.2.0

04 Nov 20:50
Compare
Choose a tag to compare
  • add new ICrossFadeSlidingPaneLayout
  • add new possibility to define a custom CrossFadeSlidingPaneLayout with a custom base_layout
  • use base layout from method

v1.1.3

20 Oct 21:25
Compare
Choose a tag to compare
  • fix potential nullpointerexception when using withResizeContentPanel(true) but without a panelSlideListener

v1.1.2

15 Oct 17:59
Compare
Choose a tag to compare
  • update to the latest appcompat v23.1.0

v1.1.1

14 Oct 17:51
Compare
Choose a tag to compare
  • 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

05 Oct 17:49
Compare
Choose a tag to compare
  • 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

06 Sep 19:36
Compare
Choose a tag to compare
  • update appcompat support lib
  • update dependency libs of sample app

v1.0.3

26 Aug 17:34
Compare
Choose a tag to compare
  • improve RTL support