Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 785 Bytes

Version 0.3.0 (14-08-2016)

  • Face Detector initialization is moved to background thread.
  • CenterFaceCrop is changed to FaceCenterCrop
  • Multiple faces in the image are being considered.
  • Bug fixes

Library dependencies updated:

com.google.android.gms:play-services-vision:9.4.0
com.squareup.picasso:picasso:2.5.2

Version 0.2.1 (23-07-2016)

Memory improvements when original bitmap size is same as of target view.

Version 0.2 (20-07-2016)

Bug fixes in facedetector.

Version 0.1 (19-07-2016)

Initial release.

Library dependencies:

com.google.android.gms:play-services-vision:9.2.1
com.squareup.picasso:picasso:2.5.2