Skip to content

Releases: markormesher/android-fab

v2.5.0

23 Feb 07:18
Compare
Choose a tag to compare

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

02 Sep 17:00
Compare
Choose a tag to compare

ADD: the FAB now supports more precise positioning using internal offset from any of the four edges (fixes #37).

v2.3.1

05 Aug 13:09
Compare
Choose a tag to compare

FIX: use screen dimensions to correctly size the content cover that opens when the speed-dial menu does (fixes #35).

v2.3.0-rc1

28 Apr 11:17
Compare
Choose a tag to compare
v2.3.0-rc1 Pre-release
Pre-release

FIX: the floating action button now moves up when a Snackbar appears (#32).

v2.2.2

15 Mar 12:56
Compare
Choose a tag to compare

ADD: a getter now exists for isSpeedDialMenuOpen() (fixes #28).

v2.2.1

13 Mar 09:51
Compare
Choose a tag to compare

FIX: setter for speed-dial listeners now accept null values to remove the listener (#26).

v2.2.0

09 Feb 20:16
Compare
Choose a tag to compare

ADD: methods added to directly access views of speed-dial menu items (#24).
FIX: icons no longer disappear when rebuildSpeedDialMenu() is called while the menu is open (#25).

v2.1.0

07 Feb 17:50
Compare
Choose a tag to compare

FIX: setOnSpeedMenuDialOpenListener renamed to setOnSpeedDialMenuOpenListener; alias created to prevent breaking change (fixes #23).
ADD: underlying views are exposed (fixes #11).

v2.0.0

04 Nov 22:28
Compare
Choose a tag to compare

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

22 Aug 21:12
Compare
Choose a tag to compare

ADD: option to enable/disable the cover view that obscures app content when the speed dial menu is opened.