Allow setting torchMode to On before scanner starts. (Thanks felipowsky!)
Added support for controlling the torch. (Thanks felipowsky!)
Bug Fixes:
- Removed duplicate method call
Bug Fixes:
- Further fixes for issue #25: focus issue
Bug Fixes:
- Fixed an issue with the auto focus range restriction and focus point incorrectly persisting. (Thanks sebastianludwig!). Read more here.
Enhancements:
- Scan codes from the front or back camera! Thanks to lanbozhang.
Enhancements:
- Use AVCaptureSessionPresetHigh for session preset for higher quality video. (Thanks @rshevchuk!)
Bug Fixes:
- Removed CocoaPods build phases from test target to fix issue #19.
Enhancements:
- Added support for the following:
- AVMetadataObjectTypeInterleaved2of5Code
- AVMetadataObjectTypeITF14Code
- AVMetadataObjectTypeDataMatrixCode
Thanks to @hdoria for bringing this to my attention!
Enhancements:
- The capture preview layer now inherits the corner radius of the previewView's layer. Thanks @tupps!
Enhancements:
- Removed
scanningIsAvailable
andscanningIsAvailableAndAllowed
methods in favor ofrequestCameraPermissionWithSuccess:
, which requests camera permission and returns the result in a block.
Enhancements:
- Added
scanningIsAvailableAndAllowed
andscanningIsProhibited
methods. Thanks to @MattLewin for the fix!
Bug Fixes:
- Fixed issue with preview orientation when starting in landscape. Thanks to @laptobbe for the fix!
Bug Fixes:
- Updated
captureOrientationForInterfaceOrientation
to handle all cases, including the newUIInterfaceOrientationUnknown
. Thanks to @emilstahl for the fix! - Updated sample project to recommended settings for Xcode 6
Bug Fixes:
stopScanning
was not correctly discarding the existing session, causing a lock.- Scanner now stops scanning on a background thread
Thanks to @brandonschlenker for the fix!
Bug Fixes:
- The logic to check for the unsupported type (
AVMetadataObjectTypeFace
) was inverted. Thanks to @Dario848 for the fix!
Bug Fixes:
- Fixed issue with setting auto range restriction and focus point of interest on older models of iPads
Version 0.1.2 adds improvements to documentation and formatting.
Demo Project Enhancements:
- Added Kiwi testing framework
Features:
- Allow calling of
stopScanning
if scanning is unavailable to the device to make everything a little cleaner
Bug Fixes:
- Fixed issue with podspec
source_files
attribute
Initial release.