Releases: hoverinc/hover-capture-ios
Releases · hoverinc/hover-capture-ios
2.1.0
2.0.1
What's Changed
- Some bug fixes around theming and overridable resources
- Fix some tutorial code snippets that used deprecated / removed symbols
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
Added
- Opt-in support for background uploads – see the Getting Stated guide and Capture SDK Essentials tutorial for more details.
- More flexible remote logging authentication and key management, so New Relic keys are no longer embedded in the SDK.
Changed
- [BREAKING] Various HVTheme resources were renamed to better account for future attributes and better align with the corresponding Android resource names. See the Migration Guide for the old-to-new name mappings and theming tutorial for more detailed specifics.
- Deprecated old
HVCameraExterior
symbol,HVPartnerSDK
should be used instead.
Fixed
- Resolved a rare deadlock at camera start for consecutive camera sessions.
- Fixed a corner case where the minimum photo validations could be bypassed.
- Fixed a warning about checking CLLocationManager.authorizationStatus on the main thread.
Also, as of this release the hover-capture-ios repository is public, so users are no longer required to have authorization or Personal Access Tokens set up to use the package.
1.1.0
- Improved logging to aid debugging non-finalized jobs
Full Changelog: 0.8.0...1.1.0
1.0.0
- Improved caching of image destinations
- Reset upload statuses on restart
Full Changelog: 0.8.0...1.0.0
0.8.0
- Remove deprecated symbols
- Harden upload system
- Camera and upload bug fixes
- Logging enhancements
Full Changelog: 0.7.2...0.8.0
0.7.2
- Improved upload performance in network-constrained environments
- UI customization improvements
- Camera orientation fixes
Full Changelog: 0.7.1...0.7.2
0.7.1
- Add Privacy Manifest
- Improve battery performance
- Fix memory leaks
- Respect
firstTimeUser
config - Fix camera orientation change bugs
- Fix camera safe area and button tap target bugs
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Updated minimum iOS version to 15
- Added NewRelic logging capabilities
- Made various bug fixes and structural improvements
0.6.0
What's Changed
- Improve Job deletion
- Fix photo capture crash
- Fix iPad screen rotation
- Improve documentation