Skip to content

Releases: JoaquimLey/faboptions

Ability to open and close the component, change the background color through @ColorRes

03 Mar 12:38
0039129
Compare
Choose a tag to compare
Feature/community requests (#44)

* Add the ability to open/close the component, set color through resolved color

Exposed two new methods open/close and renamed the internal implementation toexpande/collapse respectivily, when the consumer opens or closes the component there is an exposed listener which'll trigger the respective callback to when the animation ends.

Fix: #35
See also: #41 (thanks @qijaz221 for your contribution)

* Update README with changelog

Remove blog comming soon  post since no artcile is going to be written 🔖

* Bump versions, set latest targetSdkVersion to 27

* update to implementation

Hotfix buttons being clickable when hidden

31 Jan 11:29
Compare
Choose a tag to compare
v1.1.2

Hotfix buttons being clickable even when hidden

Hotfix on FabOptions snackbar Behaviour

28 Jan 15:57
Compare
Choose a tag to compare

Backport to API 14, more customizable options

28 Jan 00:56
Compare
Choose a tag to compare
  • Now minSdkVersion is 14!
  • Change button color at runtime with the new #setButtonColor(int)
  • Bug fix on Menu not displayed correctly
  • Customize both background + fab colors.

First release and jCenter() publish

25 Nov 15:22
Compare
Choose a tag to compare

First implementation of the component

  • Inflate buttons via menu file
  • Bind via custom XML attribute
  • Bind via Java
  • React to Snackbar