Releases: roam-ai/roam-android
Releases · roam-ai/roam-android
0.1.4
- Fixed noise location update for distance based tracking and for stationary location update.
0.0.30
- Fixed the execution order of MQTT connection callback and createUser/ getUser method's callback.
0.0.29
- Fixed location update gap in stationary location update.
- Fixed location update when device gets restart.
- Fixed tracking config logic for time base tracking.
0.1.3
Added:
- There should be a locations count field.
- Batch update support for trip listener.
- Batch update support for location listener.
- Network listener method for connectivity change.
Modified:
- Create trip method should support create trip without user id.
- Subscribe trip method should support online trip.
- Update trip method should be based on trip state.
- Sync trip should have speed parameter.
- Roam trip status should have trip state as parameter.
- Unsubscribe trip method support for multiple trips.
- Update time stamp field in trip listener.
- Trip status code for control trip .
Fixed:
- Offline trip reached_stop and left stop event are not getting called.
- Drift issue fix.
0.1.2
- Added course field for offline trips.
0.0.28
- Fixed location update gap in distance based tracking.
- Fixed stationary noise location update when device gets stationary.
0.0.27
- Fixed locations keep updating issue when device gets idle in distance based tracking.
- Fixed offline trip events order/timestamp.
0.0.26
- Added tracking configuration method for location accuracy improvement.
0.0.25
- Added unsubscribe trip method for multiple trips ID.
- Added timestamp field in trip status listener.
0.1.1
- Fixed quick trip response.