Skip to content

Releases: roam-ai/roam-android

0.1.4

11 Oct 08:34
e6c3d25
Compare
Choose a tag to compare
  • Fixed noise location update for distance based tracking and for stationary location update.

0.0.30

22 Sep 11:40
a685b35
Compare
Choose a tag to compare
  • Fixed the execution order of MQTT connection callback and createUser/ getUser method's callback.

0.0.29

13 Sep 11:57
0a5eddb
Compare
Choose a tag to compare
  • 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

26 Aug 06:27
12b19d2
Compare
Choose a tag to compare

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

02 Aug 12:16
58d5fca
Compare
Choose a tag to compare
  • Added course field for offline trips.

0.0.28

27 Jul 06:01
7c7a757
Compare
Choose a tag to compare
  • Fixed location update gap in distance based tracking.
  • Fixed stationary noise location update when device gets stationary.

0.0.27

05 Jul 09:59
37461af
Compare
Choose a tag to compare
  • Fixed locations keep updating issue when device gets idle in distance based tracking.
  • Fixed offline trip events order/timestamp.

0.0.26

29 Jun 08:04
ecaed13
Compare
Choose a tag to compare
  • Added tracking configuration method for location accuracy improvement.

0.0.25

06 Jun 11:04
1075263
Compare
Choose a tag to compare
  • Added unsubscribe trip method for multiple trips ID.
  • Added timestamp field in trip status listener.

0.1.1

30 May 12:16
20b2884
Compare
Choose a tag to compare
  • Fixed quick trip response.