Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.25 KB

3.1.5

  • Exposes Radar.setForegroundServiceOptions(). Radar.startForegroundService() and Radar.stopForegroundService() are no longer available.
Radar.setForegroundServiceOptions({
  'title': 'Tracking',
  'text': 'Trip tracking started',
  'icon': 2131165271,
  'importance': 2,
  'updatesOnly': false,
  'activity': 'io.radar.example.MainActivity'
});

3.1.4

  • Exposes Radar.setForegroundServiceOptions().

3.1.3

  • Upgrades radar-sdk-android to 3.5.9 and radar-sdk-ios to 3.5.9. Exposes all remaining SDK functions.

3.1.2

  • Fixes a typo in a constant.

3.1.1

  • Upgrades the Radar iOS SDK to 3.1.5.

3.1.0

  • Upgrades the Radar SDK to 3.1.x.

3.0.3

  • Correctly parses the background flag in requestPermissions(background) on iOS.

3.0.2

  • Adds s.static_framework = true to the plugin podfile.

3.0.1

  • Supports startForegroundService({'clickable': true}) to make the foreground service notification clickable, or startForegroundService({'clickable': false}) to make it not clickable. Default is false.

3.0.0

  • Updates requestPermissions(background) to complete only when the permissions request completes.
  • Updates startForegroundService(foregroundServiceOptions) to use BigTextStyle on Android.