Releases: pedrovgs/DraggablePanel
Release 1.9 New method to change the DraggableView transformer.
@Mariovc has added a new method to be able to change the transformer used without reset the view.
Release 1.8 Pointer index error
@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
Add support to Android Navigation Drawer and improve famous places sample using this new feature.
Release 1.6 Add minimize/maximize feature on click.
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.
Release1.5 Update README.md with release 1.5 information.
Release 1.4 Fix problems related to ResizeTransformer.
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
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
Fixed bug related with button state when the view is dragged.
Release 1.1
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
Fixed one mayor bug related with the touch event in DraggableView.