Releases: futuredapp/hauler
Releases · futuredapp/hauler
5.0.0
Breaking changes ⚠️
#49 - Disable dragUp
gesture completely when dragUpEnabled
is set to false
Other improvements
#50 - Update dependencies
4.0.0
Breaking changes ⚠️
- #41 - Library package changed from
com.thefuntasty.hauler
to app.futured.hauler
Features
- Library is now published to Maven Central
3.1.0
Features
#28 - Add ability to disable system bars fading
#29 - Add OnDragActivityListener
3.0.1
Features
#24 - Setup Github actions
3.0.0
Features
#21 - Improve Java interoperability - remove lambdas from public interface
2.0.0
New API with ability to enable drag up via dragUpEnabled
xml attribute or setDragUpEnabled(boolean)
method. OnDragDismissedListener
lambda pass DragDirection
(UP/DOWN
) to its receiver so you can choose what window animation you should use when dismissing window.
1.1.0
Adds new app:isDragEnabledAdapter
, app:isScrollableAdapter
and app:onDragDismissedListenerAdapter
binding adapters in separate artefact :databinding
.