Skip to content

Releases: markormesher/android-fab

v1.3.3

20 Aug 18:10
Compare
Choose a tag to compare

FIX: speed-dial menu items are properly removed when re-building (#12).

v1.3.2

08 Jun 05:37
Compare
Choose a tag to compare

ADD: Method to change the colour of the layer that obscures content when the speed dial menu is opened (#10).

v1.3.1

28 May 17:20
Compare
Choose a tag to compare

FIX: "cover view" has its visibility set to GONE when the speed-dial menu is closed to prevent phantom click interception.

v1.3.0

25 May 15:16
Compare
Choose a tag to compare

CHANGE: Use ViewGroup instead of CardView on SDK < 21 devices to reliably and consistently fix non-circle buttons (fixes #8).

v1.2.1

02 Jun 18:51
Compare
Choose a tag to compare

ADD: Accessors for two of the main views that make up the FAB.

v1.2.0

02 Jun 08:06
Compare
Choose a tag to compare

ADD: open/close listeners for the speed-dial menu.
ADD: clarification of click priority in documentation.
CHANGE: setting a speed-dial menu adapter no longer clears the click listener (fixes #2).

v1.1.1

09 May 19:18
Compare
Choose a tag to compare

FIX: Speed-dial items have their visibility set to GONE when the menu is closed to prevent phantom clicks.
CHANGE: Members of SpeedDialMenuAdapter.MenuItem are now public to make construction code slightly nicer; see the demo app for an example.

v1.1.0

07 Apr 20:55
Compare
Choose a tag to compare

ADD: .hide() and .show() methods on the FAB (#1).
ADD: Limited components of the FAB state are now preserved between configuration changes.
ADD: Demo application now properly handles configuration changes.

v1.0.1

27 Mar 12:25
Compare
Choose a tag to compare

CHANGE: Documentation fix.

v1.0.0

27 Mar 12:25
Compare
Choose a tag to compare

ADD: FAB icon can now be specified as a View, Drawable or Drawable resource ID.
ADD: Demo app now shows all features in one activity.
ADD: Speed-dial menu icons can now be specified as a View, Drawable or Drawable resource ID.
ADD: Speed-dial menu labels can now be specified as a View, String or String resource ID.