Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Releases: pedrovgs/DraggablePanel

Release 1.9 New method to change the DraggableView transformer.

29 Nov 22:09
Compare
Choose a tag to compare

@Mariovc has added a new method to be able to change the transformer used without reset the view.

Release 1.8 Pointer index error

11 Mar 21:06
Compare
Choose a tag to compare

@ppamorim has detected an fix a problem related to DraggableView touch events. This release fixes this bug reproducible in some Android devices.

Release 1.7 Add support to Navigation Drawer

16 Feb 23:50
Compare
Choose a tag to compare

Add support to Android Navigation Drawer and improve famous places sample using this new feature.

Release 1.6 Add minimize/maximize feature on click.

04 Feb 23:16
Compare
Choose a tag to compare

Add attrs and programmatic configuration to enable or disable a new library feature. With this new feature, library users can maximize or minimize dragged view using just one click.

Release 1.5 Fix bug introduced with Release1.4 related to second view visibility.

11 Dec 20:48
Compare
Choose a tag to compare
Release1.5

Update README.md with release 1.5 information.

Release 1.4 Fix problems related to ResizeTransformer.

06 Dec 13:25
Compare
Choose a tag to compare

ResizeTrasnformer has been modified to fix some bugs related to dragged view in VideoView sample reported in #27.

Release 1.3. Fix problems related to YouTube player library. Issue #17

11 Nov 20:58
Compare
Choose a tag to compare

Fixed problems related to second view position when YouTube player library invokes requestLayout methods and onLayout method inside DraggableView is executed. Issue #17

Release1.2 merge pull request

20 Aug 21:51
Compare
Choose a tag to compare

Fixed bug related with button state when the view is dragged.

Release 1.1

04 Aug 20:33
Compare
Choose a tag to compare

Release 1.1.

Support VideoView in DraggableView with new Transformation called ResizeTransformation to avoid visual bug associated with the VideoView scale.

RELEASE-1.0.3

26 Apr 11:57
Compare
Choose a tag to compare

Fixed one mayor bug related with the touch event in DraggableView.