Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Version 2.6.0:
Browse files Browse the repository at this point in the history
- Added `EILBackgroundIndoorLocationManager`. It provides the users’ position when the app is in background. It also can restart the app when the user re-enters a given location, if the app was killed by iOS or the user.
  • Loading branch information
mstechly committed Jun 2, 2017
1 parent bfe97a1 commit 9a02f4e
Show file tree
Hide file tree
Showing 40 changed files with 1,450 additions and 39 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.6.0 (June, 2, 2017)
- Added `EILBackgroundIndoorLocationManager`. It provides the users’ position when the app is in background. It also can restart the app when the user re-enters a given location, if the app was killed by iOS or the user.

## 2.5.0 (May, 16, 2017)
- Improved positioning accuracy & responsiveness for smaller locations.
- Slightly improved positioning responsiveness for larger locations.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Blocks/EILRequestAddLocationBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Blocks/EILRequestFetchLocationBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Blocks/EILRequestFetchLocationsBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Blocks/EILRequestModifyLocationBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Blocks/EILRequestRemoveLocationBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-02-09</p>
<p class="copyright">Copyright &copy; 2017 Estimote. All rights reserved. Updated: 2017-06-01</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Loading

0 comments on commit 9a02f4e

Please sign in to comment.