Releases: AmrDeveloper/ReactButton
Releases · AmrDeveloper/ReactButton
ReactButton 2.1.0
- Improve the dialog dynamic position implementation and make it work on Jetpack Compose
- Add
enableDialogDynamicPosition
method to enable or disable the dialog dynamic position - Add
setReactionDialogGravity
method to change the default gravity
ReactButton 2.0.3
- Add Tooltip feature for the reactions
ReactButton 2.0.2
- Support dynamic dim amount for the reactions Dialog
- Reactions Dialog maximum width is equal to the screen width
ReactButton 2.0.1
- Dismiss Reactions dialog when the screen rotates by overriding
onDetachedFromWindow
- Calculate icon size once, not every time we show the dialog
- Add DrawableRes annotation in
setReactionDialogShape
method
ReactButton 2.0.0
- Support a dynamic number of reactions
- move icons to example app to reduce the library size
- support to split the reactions into multi-columns
- move reactions dialog from the centre to dynamic position depend on the button position
- provide 2 listeners to listen for dialog state and reaction change
- handle dialog position when the device rotates
- improve code and comments
- add examples in the example app
- Update Gradle version and compile SDK version
- update readme doc and examples
ReactButton 1.0.7
in this version developer can make easy make Facebook like button or create another one with 6 different reactions
ReactButton 1.0.6
1- solve intent-filter bug
2 - change reaction dialog shape
3 - add method to help user to change dialog shape
ReactButton 1.0.5
ReactButton release 1.0.5 with some new features and bug fixed