Skip to content

Releases: futuredapp/hauler

5.0.0

17 Aug 13:56
2beb188
Compare
Choose a tag to compare

Breaking changes ⚠️

#49 - Disable dragUp gesture completely when dragUpEnabled is set to false

Other improvements

#50 - Update dependencies

4.0.0

02 Jun 18:47
312984b
Compare
Choose a tag to compare

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

28 Feb 09:21
7360236
Compare
Choose a tag to compare

Features

#28 - Add ability to disable system bars fading
#29 - Add OnDragActivityListener

3.0.1

20 Feb 08:41
fc321af
Compare
Choose a tag to compare

Features

#24 - Setup Github actions

3.0.0

13 Feb 09:18
022b36b
Compare
Choose a tag to compare

Features

#21 - Improve Java interoperability - remove lambdas from public interface

2.0.0

14 Dec 09:29
1d7598a
Compare
Choose a tag to compare

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

22 Nov 13:43
7aff17e
Compare
Choose a tag to compare

Adds new app:isDragEnabledAdapter, app:isScrollableAdapter and app:onDragDismissedListenerAdapter binding adapters in separate artefact :databinding.

1.0.0

21 Nov 10:02
617070f
Compare
Choose a tag to compare

Initial release