Skip to content

Releases: hoverinc/hover-capture-ios

2.0.0

01 Nov 17:03
fd47190

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

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

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

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

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

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

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

Choose a tag to compare

What's Changed

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

0.5.1

06 Mar 19:37

Choose a tag to compare

What's Changed

  • Various bug fixes & hardening
  • Add method to retrieve the number of photos in a Job
  • Update damage photos description
  • Delete old data when local UUID is reused

0.5.0

23 Feb 01:12

Choose a tag to compare

What's Changed

  • Removed clientIdentifier from CaptureJobInformation
  • Added Damage Photos requirement
  • Improved visuals
  • Lots of refactoring, bug fixes and hardening