Skip to content

Releases: ably/ably-asset-tracking-android

1.1.0, Release Candidate 4

06 Jun 12:05
4ea4a9f
Compare
Choose a tag to compare
Pre-release

Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.

Full Changelog

Fixed bugs:

  • Fatal error when adding a trackable after removing all previous ones #676

Closed issues:

  • Upgrade ably-java dependency to version 1.2.12 #669

1.1.0, Release Candidate 3

13 Apr 09:15
4fdb4b3
Compare
Choose a tag to compare
Pre-release

Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.

Full Changelog

Fixed bugs:

  • Handle exception when getting presence messages but channel is in the suspended state #663
  • Handle the "Connection resume failed" exception from ably-java #662

Closed issues:

  • Refactor / simplify event queue that is implemented in CorePublisher #522

Merged pull requests:

1.1.0, Release Candidate 2

04 Mar 14:00
295d9ad
Compare
Choose a tag to compare
Pre-release

Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs, and their corresponding example apps, that make the subscriber's marker animate much more smoothly.

Full Changelog

Implemented enhancements:

  • Upgrade Mapbox dependencies #642

Closed issues:

  • Add a toggle in the example subscription app that would hide/show the raw locations marker on the map #649

Merged pull requests:

  • Add dialog with animation options in the subscriber example app #653 (KacperKluka)
  • Upgrade Mapbox to version 2.3.0 and other dependencies to the newest versions #652 (KacperKluka)

1.1.0, Release Candidate 1

23 Feb 10:23
06703d9
Compare
Choose a tag to compare
Pre-release

Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs, and their corresponding example apps, that make the subscriber's marker animate much more smoothly.

Full Changelog

Implemented enhancements:

  • Include the latest Mapbox profile to the build #631
  • Send batches of location updates #626
  • Update ably-android dependency to version 1.2.11 #624

Fixed bugs:

  • Trackable channel rewind doesn't work properly after sending resolution data from the Publisher #638

Closed issues:

  • Use the next location update intervals to make the marker movement smoother in the example app #634
  • Add constant location engine resolution to the publisher example app #633

Merged pull requests:

1.0.0

25 Jan 18:19
065dd54
Compare
Choose a tag to compare

The Ably Asset Tracking SDKs for Android are out of Beta! 🎉

Full Changelog

Implemented enhancements:

  • Add timestamps to logs #530

Fixed bugs:

  • The destination from previously active trackable is not cleared if the new active trackable has no destination #588

Closed issues:

  • Store app preferences key in a non-translatable string resources file #502
  • Release to Maven Central #318

Merged pull requests:

1.0.0, Beta 15

04 Jan 14:31
396e02f
Compare
Choose a tag to compare
1.0.0, Beta 15 Pre-release
Pre-release

Full Changelog

Fixed bugs:

  • API documentation is missing in the released SDK #571

Merged pull requests:

  • Add sources and javadoc JARs to the published library #580 (KacperKluka)
  • Add callback for retrieving the raw history data from Mapbox #576 (KacperKluka)

1.0.0, Beta 14

21 Dec 12:29
b0b5c2d
Compare
Choose a tag to compare
1.0.0, Beta 14 Pre-release
Pre-release

Full Changelog

Implemented enhancements:

  • Migrate to Mapbox v2 #573
  • Allow to set a trackable destination in the publisher example app #534
  • Display the horizontal accuracy of locations in the subscriber example app #533
  • Add display of the SkippedLocations to the Example Subsriber app #490

Fixed bugs:

  • Zooming does not improve resolution: Resolution-type events does not get sent. #535

Closed issues:

  • Add option to select routing profile in the Publisher Example app #332
  • Make ResolutionConstraints an interface (right now it is a sealed class) #299
  • Decide from which location type should the last known location be chosen #79

Merged pull requests:

1.0.0, Beta 13

10 Dec 10:09
9c6f0a5
Compare
Choose a tag to compare
1.0.0, Beta 13 Pre-release
Pre-release

Full Changelog

Implemented enhancements:

  • Clear the route when destination is reached #536
  • Allow to disable predictions in the Mapbox SDK #532

Merged pull requests:

  • Clear the route when the destination is reached #548 (KacperKluka)
  • Allow to disable the enhanced location predictions in the publisher #547 (KacperKluka)

1.0.0, Beta 12

26 Nov 15:49
37e3a71
Compare
Choose a tag to compare
1.0.0, Beta 12 Pre-release
Pre-release

Full Changelog

Implemented enhancements:

  • Add log statements to both SDKs #524
  • Display resolution information in the example apps #510
  • Send resolution to subscriber #509

Fixed bugs:

  • Calling remove() should remove a trackable that isn't finished being added #450

Closed issues:

  • Information about using SDK as a dependency in Gradle #348
  • Update docs for DefaultResolutionConstraints #305
  • Document the Event classes that are used in both SDKs #260
  • Document the public interfaces exposed from LocationUpdateModels.kt in core-sdk #144

Merged pull requests:

1.0.0, Beta 11

17 Nov 10:14
5229d51
Compare
Choose a tag to compare
1.0.0, Beta 11 Pre-release
Pre-release

Full Changelog

Implemented enhancements:

  • Add raw location information for DEBUG capabilities #489

Fixed bugs:

  • Ensure only one active instance of MapboxNavigation is created #463
  • Project doesn't build under JDK 16 #462
  • Add and track methods called with an already added trackable repeat some of the adding logic #458
  • Detach from a channel when a trackable is removed #438
  • Code execution freezes when adding a trackable #403

Closed issues:

  • Remove code connected to trip metadata from the Publisher SDK #431
  • Conform ReadMe and Contributing Documents #393

Merged pull requests: