Skip to content

Releases: contexthub/boundaries-ios

Boundaries v1.3.5

06 Feb 02:16
Compare
Choose a tag to compare
  • Upgrade to ContextHub v1.6 framework

Boundaries v1.3.4

16 Sep 16:41
Compare
Choose a tag to compare
  • Update to ContextHub v1.3.1 framework
  • Update compatibility for iOS 8
  • Add NSLocationAlwaysUsageDescription key and description to Boundaries-Info.plist

Boundaries v1.3.3

16 Sep 16:42
Compare
Choose a tag to compare
  • Remove BDYListTableViewController dependency on BDYMapViewController

Boundaries v1.3.2

16 Sep 16:42
Compare
Choose a tag to compare
  • Update to ContextHub v1.2.0 framework
  • Add Table of Contents to README

Boundaries v1.3.1

16 Sep 16:43
Compare
Choose a tag to compare
  • Fix bug where app would alert an error when updating or deleting geofences
  • Sort geofences in list by name
  • Update README

Boundaries v1.3.0

16 Sep 16:43
Compare
Choose a tag to compare
  • Rewrite sample app to more directly show how to use the SDK (previous version still available in separate branch)
  • Add verbose logging from ContextHub responses
  • Update README

Boundaries v1.2.0

16 Sep 16:43
Compare
Choose a tag to compare
  • Add List tab which shows geofences currently on ContextHub with tag "geofence-tag"
  • Add ability to update geofence name from List tab
  • Add ability to delete geofence from List tab
  • Add About tab
  • Update GFGeofence to make it easier to update a geofence (added name property as CLCircularRegion identifier is read-only)
  • Update GFGeofenceStore to use asynchronous blocks if ContextHub calls fail due to network issues
  • Update README to discuss geofences CRUD methods more and remove references to vault (vault is now covered in a separate sample app)
  • Further documented all methods

Boundaries v1.1.0

16 Sep 16:43
Compare
Choose a tag to compare
  • Update to ContextHub v1.1.3 framework
  • Update README
  • Add in complete version of CLCircularRegion+ContextHub
  • Add ChaiOne.gpx file
  • Add synchroniziation when geofence is created/deleted to avoid needing to restart the app
  • Added MIT License

Boundaries v1.0.0

16 Sep 16:43
Compare
Choose a tag to compare
  • Initial release