Skip to content

Releases: Akylas/mobile-sdk

v5.0.0-rc.1

01 Jul 08:16
Compare
Choose a tag to compare

Carto 4.4.7

01 May 07:23
Compare
Choose a tag to compare

Here is the latest sdk from Carto main release as the amazon site seems to be done.
It is just there for backup purpose.
This fork will eventually publish its own version.

4.2.2RC2

30 Nov 13:14
Compare
Choose a tag to compare

This update includes stability improvements and bug fixes. No breaking changes, so it is drop-in replacement to 4.2.1. We suggest everyone to update apps to this version.
Changes/fixes (vs RC1):

  • Fixed vector tile click radius of points if 'allow-overlapping' flag was set to true
  • Fixed name wrapping of setWatermarkPadding method in Options class on iOS (was setWatermarkPaddingX, now setWatermarkPadding)
  • Clearer error reporting when parsing CartoCSS styles
  • Improvements and tweaks to text-on-line rendering in vector tiles

Install with package management

  • Android gradle:

    compile 'com.akylas:carto-mobile-sdk:4.2.2-rc.2@aar'

  • iOS CocoaPod:

    pod 'Akylas-CartoMobileSDK', '4.2.2-rc.2'

4.2.2RC1

06 Nov 13:16
Compare
Choose a tag to compare

This update includes stability improvements and bug fixes. No breaking changes, so it is drop-in replacement to 4.2.1. We suggest everyone to update apps to this version.
Changes/fixes:

Additional synchronization for iOS events to prevent potential GL calls while app is paused
Fixed wrong rendering of vector tile labels using 'point-placement' mode
Fixed vector tile label transformation handling
Speed and memory usage optimizations for vector tile labels
Minor improvements to CartoCSS error reporting

Install with package management

Android gradle:

compile 'com.akylas:carto-mobile-sdk:4.2.2-rc.1@aar'

iOS CocoaPod:

pod 'Akylas-CartoMobileSDK', '4.2.2-rc.1'

4.2.1

13 Jun 12:40
Compare
Choose a tag to compare
update ios SDK

4.2.0

27 May 12:58
Compare
Choose a tag to compare

Akylas version of the 4.2.0 release with Valhalla features.
CHANGELOG