FloatingActionButtonSpeedDial Versions Save

A Floating Action Button Speed Dial implementation for Android that follows the Material Design specification (https://material.io/components/buttons-floating-action-button#types-of-transitions)

compose-1.0.0-alpha04

1 year ago
  • Added some ProvidableCompositionLocals and improved Compose sample

compose-1.0.0-alpha03

1 year ago
  • Added optional label to main FAB

compose-1.0.0-alpha02

1 year ago

compose-1.0.0-alpha01

1 year ago
  • First release of SpeedDial for Compose

view-3.3.0

1 year ago
  • fixed #168: Stack overflow when setting contentDescription to main FAB
  • preventing user to be forced out of touch mode (thank you @zhanghai for the PR)
  • updated several dependencies

3.2.0

2 years ago
  • fixed #159: Publish latest version to Maven Central, now that JCenter will be sunset
  • fixed #149: Accessibility issues:
    • the closest Action Item to the Main FAB is now focused
    • it is possible to navigate the open menu using FOCUS_UP and FOCUS_DOWN
    • it is possible to set content descriptions for all the FABs
  • updated several dependencies

3.1.1

4 years ago
  • Fix #11: Re-enabling FAB size
  • Revert com.google.android.material to 1.0.0 (version 1.1.0-beta01 can still be used, just specify this version explicitly on your build.gradle file).

3.1.0

4 years ago
  • fixed #113: Main FAB opened image is not centered when using Theme.MaterialComponents
  • fixed #101: Add ability to Disable Main Fab
  • API changes:
    • fixed #111: added option to tint Main FAB icon (setMainFabClosedIconColor() and setMainFabOpenedIconColor())
  • migrated Sample project to Kotlin

3.0.0

4 years ago
  • fixed #92: Migrate to AndroidX
  • fixed #100: Use unique view IDs
  • fixed #109: Added resource ID for main FAB
  • updated gradle and Android gradle plugin

2.0.1

5 years ago
  • fixed #95: support 28 workaround does not work on minified release apk