Releases: Insiteo/Android
Releases · Insiteo/Android
3.6.3k [Official Release]
2D Map View and 3D Map View are both now fully compatible with Android Oreo
3.6.3j [Official Release]
- 2D Map View is now compatible with Android Oreo
WARNING : 3D Map View is not supported for now on Android Oreo.
3.6.3i [Official Release]
- New itinerary library
- Bugfix : Removes crash when too many instructions occurs in JNI
3.6.3h [Official Release]
- Remove Captive Portal verification in Initialization module
- Zones are now visible (through getVisibleZones() method)
- Zones handles transparent settings (colors, and styles)
3.6.3g [Official Release]
- Max out of zone test only in zone detection mode
- New comments in ISLocationProvider
- Methods in BeaconRegion are now public
3.6.3f [Official Release]
- Bugfix: recompute now working when user is too far
Max Distance To Recompute can be set using :
ISItineraryProvider.MAX_DISTANCE_TO_RECOMPUTE = 10;
3.6.3e [Official Release]
Bugfix: recompute not working when user is too far
Add : Captive portal detection
Adds new errors when initialization is not correct
- add Unknown Host Exception
- add Url Unavailable Exception
These exceptions handles more use case, in order to prevent errors
due to captive portal, or connectivity issues (no internet)
3.6.3c
3.6.3b [Official Release]
- Bugfix : connectivity status sends "no internet access" in 2G
- Add : method providing connectivity type
3.6.3a [Official Release]
- Bugfix : removes a bug in Itinerary Library