Releases: hluhovskyi/CameraButton
Releases · hluhovskyi/CameraButton
v2.0.1
v2.0.0
New
- Add scrollable icons inside the button (
setIcons,scrollIconsToPosition,setIconsPosition) - Add ability to specify action which will collapse the button (
setCollapseAction) - Add ability to cancel expanded state of the button (
cancel)
Breaking changes
- Change name of package
- Rename
Mode.TAP->Mode.PHOTO,Mode.HOLD->Mode.VIDEO - Use
@IntDefconstants instead of enum forMode - Rename listener methods
setTapEventListener->setPhotoEventListener,setHoldEventListener->setVideoEventListener
Fixes
cb_gradient_rotation_multipliernow is taken into accountState.PRESSEDis no longer dispatched whenMode.VIDEO(exMode.HOLD)
Also
- Add a lot of new tests
- Add documentation
v2.0.0-RC2
Override onMeasure to use default width/height for wrap_content
v1.0.1
Initial release