Skip to content

Releases: ably/ably-asset-tracking-android

1.4.0

20 Oct 16:10
8016b0f
Compare
Choose a tag to compare

Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.

Full Changelog

Implemented enhancements:

  • Upgrade Mapbox SDK to 2.8.0 GA version #770

Fixed bugs:

  • Handle properly the error paths for the callback based auth #743
  • The publisher should close the Ably connection when it has no trackables #170

Closed issues:

  • Refactor the event queue in the CoreSubscriber #660

1.4.0, Release Candidate 2

03 Oct 12:28
832b448
Compare
Choose a tag to compare
Pre-release

Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.

Full Changelog

Implemented enhancements:

  • Make the client ID an optional parameter if users use a token-based auth #766

1.4.0, Release Candidate 1

26 Sep 12:34
4352c38
Compare
Choose a tag to compare
Pre-release

Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.

Full Changelog

Implemented enhancements:

  • Upgrade Mapbox to 2.8.0 #759

Merged pull requests:

  • Mapbox navigation dependency version updated to 2.8.0-rc.2 #761 (davyskiba)

1.3.0

12 Sep 09:07
4c436d1
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Upgrade Mapbox Nav SDK to the GA 2.7.0 version #742

Fixed bugs:

  • CoreLocationAnimator progress may be bigger than 100% #751
  • Fix the waitForChannelReconnection() method implementation #744

Merged pull requests:

1.2.0

17 Aug 16:11
58545ef
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add support for the "environment" Ably client option #739

1.1.1

16 Aug 12:22
a992a67
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Bad location updates when predictions are enabled #734

Merged pull requests:

1.1.0

08 Aug 12:01
1e2fb4f
Compare
Choose a tag to compare

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 from version 1.1.0 RC 7 (last pre-release)

Full Changelog from version 1.0.0 (last release)

Implemented enhancements:

  • Allow to enable and disable the cycling profile #726

Fixed bugs:

  • Validate messages received from Ably #691
  • Publisher service notification disappearing after stopping the publisher #528

Closed issues:

  • Add option to enable or disable the cycling profile in the publisher example app #728

Merged pull requests:

1.1.0, Release Candidate 7

02 Aug 08:41
4855a09
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:

  • Request new auth token when channel attach fails due to permission failure #695
  • Change authentication callback functions to suspending functions #686
  • Allow to configure the interval of camera updates for the location animator #685
  • Allow to configure the intentional delay of the location animator #684

1.1.0, Release Candidate 6

15 Jul 16:24
3481cb5
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:

  • ConnectionException after waking up a device with subscriber running #702

Merged pull requests:

  • Wait for the suspended channel to reconnect before performing an operation #710 (KacperKluka)

1.1.0, Release Candidate 5

11 Jul 16:20
51f1d0d
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:

  • Removing and adding new trackable with the same name leads to an exception #701
  • Exception handling issues when connecting to Ably #700
  • EnhancedLocationUpdate equals returns true for different locations #694
  • Fix Java-WebSockets security issue #688
  • Fix gson dependency vulnerability #687

Merged pull requests: