Releases: U1F4F1/PowerBottomSheet
2.0
1.9
Swapped out the Maven publish to use the android gradle plugin.
Change parcel strategy
- update epoxy
- ensure nothing is using version 27 of the support library for now
- fix crash with null pointer when CoordinatorLayout reset its touch event
1.7.1
This release is built with Kotlin 1.2 and build tools version 27.0.2
Only use this if you want to target API 27, it's functionally the same as 1.7
View build details and download artifacts on buddybuild:
Sample (Android)
1.7
Updated most libraries being used by the project and updated Kotlin version
View build details and download artifacts on buddybuild:
Sample (Android)
1.6.1
Fixes issue where toolbar would animate out but not animate back in
View build details and download artifacts on buddybuild:
Sample (Android)
1.6
This release stops the behaviors related to the BottomSheet from reacting to scroll events when the sheet is snapping down and manually resetting the scroll so the collapsed state shows the top of the list
View build details and download artifacts on buddybuild:
Sample (Android)
1.5
This release should address some issues when attempting to save and restore instance state inside of the behaviors
View build details and download artifacts on buddybuild:
Sample (Android)
1.4
Execute runnables right away if PowerBottomSheet is already stable, this better aligns with the original naming and intent behind this API
View build details and download artifacts on buddybuild:
Sample (Android)
View build details and download artifacts on buddybuild:
1.3
Added a callback to run code the next time PowerBottomSheet decides that it is settled somewhere
View build details and download artifacts on buddybuild:
Sample (Android)