Skip to content

Releases: hluhovskyi/CameraButton

v2.0.1

05 Apr 10:09
Compare
Choose a tag to compare

Make Mode and Action public

v2.0.0

05 Apr 08:35
Compare
Choose a tag to compare

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 @IntDef constants instead of enum for Mode
  • Rename listener methods setTapEventListener -> setPhotoEventListener, setHoldEventListener -> setVideoEventListener

Fixes

  • cb_gradient_rotation_multiplier now is taken into account
  • State.PRESSED is no longer dispatched when Mode.VIDEO (ex Mode.HOLD)

Also

  • Add a lot of new tests
  • Add documentation

v2.0.0-RC2

19 Mar 16:32
Compare
Choose a tag to compare

Override onMeasure to use default width/height for wrap_content

v1.0.1

27 Dec 23:15
Compare
Choose a tag to compare

Initial release