Skip to content

Releases: hoverinc/hover-capture-ios

2.1.0

06 Dec 23:44
c76fb6e
Compare
Choose a tag to compare

What's Changed

  • Offline Job Creation: The Hover SDK can now initiate Jobs without an internet connection. When connectivity returns, Hover automatically generates a Job ID and links it to the offline Job.
  • Miscellaneous Bug Fixes.

2.0.1

13 Nov 00:10
e17c57f
Compare
Choose a tag to compare

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

01 Nov 17:03
fd47190
Compare
Choose a tag to compare

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

11 Jul 23:34
Compare
Choose a tag to compare
  • Improved logging to aid debugging non-finalized jobs

Full Changelog: 0.8.0...1.1.0

1.0.0

29 May 20:58
Compare
Choose a tag to compare
  • Improved caching of image destinations
  • Reset upload statuses on restart

Full Changelog: 0.8.0...1.0.0

0.8.0

09 May 20:42
Compare
Choose a tag to compare
  • Remove deprecated symbols
  • Harden upload system
  • Camera and upload bug fixes
  • Logging enhancements

Full Changelog: 0.7.2...0.8.0

0.7.2

26 Apr 20:53
Compare
Choose a tag to compare
  • Improved upload performance in network-constrained environments
  • UI customization improvements
  • Camera orientation fixes

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Apr 21:37
Compare
Choose a tag to compare
  • 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

13 Apr 00:09
Compare
Choose a tag to compare

What's Changed

  • Updated minimum iOS version to 15
  • Added NewRelic logging capabilities
  • Made various bug fixes and structural improvements

0.6.0

13 Mar 20:53
Compare
Choose a tag to compare

What's Changed

  • Improve Job deletion
  • Fix photo capture crash
  • Fix iPad screen rotation
  • Improve documentation