Releases: markormesher/android-fab
v2.5.0
UPDATE: bump dependencies to AndroidX (#45).
ADD: the FAB now detects whether it is set to android:visibility="gone"
on initialisation and sets its internal visibility flags appropriately, which allows .hide()
and .show()
to work correctly whether or not the view starts in a visible state (#47).
ADD: the .hide()
and .show()
methods now hide/show the entire container, rather than just the FAB itself.
v2.4.1
v2.3.1
v2.3.0-rc1
FIX: the floating action button now moves up when a Snackbar appears (#32).
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
FIX: this release is a complete re-write of the app in Kotlin, to improve code quality and general reliability.
ADD: the FAB can be positioned in any corner of the application, including appropriate speed-dial menu behaviour.
v1.3.4
ADD: option to enable/disable the cover view that obscures app content when the speed dial menu is opened.