Dolphin MOVE SDK
2.x
2.x
  • Introduction
  • MOVE Services
  • MOVE SDK
    • Getting Started
      • MOVE Dashboard
        • Access Control
        • Configuration
        • Timeline
        • Points of Interest
      • Android
        • Installation
        • Quick Start
      • iOS
        • Installation
        • Quick Start
        • Troubleshooting
      • React Native
      • Flutter
      • Move SDK CLI
    • API Interface
      • Android
        • Initialization
        • Services
      • iOS
        • Initialization
        • Setup
        • Services
      • React Native
        • Components
        • Initialization
        • Services
      • Flutter
        • Initialization
        • Services
    • Models
      • Listeners/Callbacks
      • MoveAssistanceCallStatus
      • MoveAuth
      • MoveAuthError
      • MoveAuthResult
      • MoveAuthState
      • MoveConfig
      • MoveConfigurationError
      • MoveDevice
      • MoveDeviceStatus
      • MoveGeocodeError
      • MoveHealthItem
      • MoveHealthScore
      • MoveOptions
        • DeviceDiscovery
      • MoveSdkState
      • MoveSdkAndroidConfig
      • MoveTripState
      • MoveScanResult
      • MoveServiceFailure
      • MoveServiceWarning
      • MoveShutdownResult
    • Appendix
      • Token refresh
      • Android
        • Permission Handling
          • Permission Overview
          • Runtime Permissions
        • Battery optimization
        • Notification Management
      • iOS
        • Permissions Handling
        • App Store
      • React Native
        • Permission Handling
  • MOVE Backend
    • MOVE Backend
      • MOVE Admin API
      • MOVE TIMELINE API
      • MOVE State API
      • MOVE Last Location API
    • MOVE Generic Notifier
    • MOVE Assistance Notifier
    • Example requests
  • FAQ
  • Changelog
    • Android
    • iOS
    • React
    • Flutter
    • Backend
  • Data privacy (GDPR)
Powered by GitBook
On this page
  • 2.12.0.92 - 2025-04-03
  • 2.11.0.91 - 2025-02-25
  • 2.11.0.90 - 2025-02-04
  • 2.10.1.88 - 2024-10-15
  • 2.10.0.87 - 2024-08-16
  • 2.10.0.87 - 2024-08-16
  • 2.9.0.86 - 2024-07-29
  • 2.8.0.85 - 2024-05-14
  • 2.7.0.84 - 2024-04-05
  • 2.6.9.83 - 2024-03-05
  • 2.6.9.82 - 2024-02-28
  • 2.6.9.81 - 2024-02-09
  • 2.6.9.80 - 2024-02-09
  • 2.6.8 - 2024-01-24
  • 2.6.7 - 2024-01-19
  • 2.6.4 - 2023-12-01
  • 2.6.2 - 2023-11-10
  • 2.6.1 - 2023-10-13
  • 2.6.0 - 2023-09-13
  • 2.5.3 - 2023-08-29
  • 2.4.1 - 2023-07-31
  • 2.4.0 - 2023-07-26
  • Fixed
  • 2.3.0 - 2023-05-22
  • 2.2.1 - 2023-04-20
  • 2.2.0 - 2023-03-24
  • 2.1.1 - 2023-02-17
  • 2.1.0 - 2023-02-03
  • 2.0.0 - 2022-11-10
  • 1.5.2.30 - 2022-02-15
  • Fixed
  • 1.5.1.29 - 2022-02-2
  • Fixed
  • 1.5.0.26 - 2022-01-31
  • Added
  • 1.3.2.25 - 2021-09-30
  • Added
  • 1.3.0 - 2021-05-31
  • Added
  • Fixed
  1. Changelog

Android

Changelog

PreviousChangelogNextiOS

Last updated 1 month ago

2.12.0.92 - 2025-04-03

  • Changed the way data is transmitted to our systems, which reduces memory consumption in some situations

  • Bugfixes & Improvements

2.11.0.91 - 2025-02-25

  • Bugfixes & Improvements (Android 14)

2.11.0.90 - 2025-02-04

  • Health Listener added

  • changed - new optional parameter added

  • Bugfixes & Improvements

2.10.1.88 - 2024-10-15

  • Bugfixes & Improvements

2.10.0.87 - 2024-08-16

  • Bugfixes & Improvements

2.10.0.87 - 2024-08-16

  • Bugfixes & Improvements

2.9.0.86 - 2024-07-29

  • Preparation for SDK Health feature

  • Bugfixes & Improvements

2.8.0.85 - 2024-05-14

  • Bugfixes & Improvements

2.7.0.84 - 2024-04-05

  • Bugfixes & Improvements

2.6.9.83 - 2024-03-05

  • Bugfixes & Improvements

2.6.9.82 - 2024-02-28

  • MoveError NotificationMissing moved to MoveWarning NotificationMissing

  • Bugfixes & Improvements

2.6.9.81 - 2024-02-09

  • Bugfixes & Improvements

2.6.9.80 - 2024-02-09

  • Bugfixes & Improvements

  • New MoveError GyroscopeMissing

2.6.8 - 2024-01-24

  • Bugfixes & Improvements

2.6.7 - 2024-01-19

  • Deprecated authentication state expired

  • Other minor bugfixes & Improvements

2.6.4 - 2023-12-01

  • Bugfixes & Improvements

2.6.2 - 2023-11-10

  • Bugfixes & Improvements

2.6.1 - 2023-10-13

  • Bugfixes & Improvements

2.6.0 - 2023-09-13

Api changes

  • Added TripStartListener

Additional

  • Changed compileSdkVersion and targetSdkVersion to 34

  • Updated Android libraries

Fixed

  • Minor bugfixes

2.5.3 - 2023-08-29

Api changes

  • Added optional useBackendConfig to MoveConfig

Fixed

  • Fix warning message during 0 registered devices

  • Other minor bugfixes

2.4.1 - 2023-07-31

Api changes

Fixed

  • Fix for java.lang.NoSuchMethodError

  • No BDD scanning if there are no registered devices

  • Other minor bugfixes

2.4.0 - 2023-07-26

Api changes

For backwards compatibilities please consider sending this parameter always in the future.

  • new Bluetooth Device Discovery Feature implemented

    • Added DeviceDiscoveryListener / Callback

Fixed

  • Minor bugfixes

2.3.0 - 2023-05-22

Api changes

  • Added "Google Play Location Accuracy" mandatory for POI and PUBLIC_TRANSPORT

  • AssistanceCall feature doesn't require permissions anymore

Bugfixes

  • Trips not recorded after app installation and user registration

  • Minor bugfixes

2.2.1 - 2023-04-20

Api changes

  • Improved POI sending

  • Added "Google Play Location Accuracy" mandatory for POI and PUBLIC_TRANSPORT

  • Added motion-permission-mandatory as an option.

Bugfixes

  • Default notification problems

  • PT-POIs are not sent

  • Huge gap in trip detection

  • Minor bugfixes

2.2.0 - 2023-03-24

Api changes

Bugfixes

  • Fixed state sending

2.1.1 - 2023-02-17

Improvements

  • Changed location precision in trip events

API Changes

Bugfixes

  • Improved state sending

  • Fixed crash in driving module

  • Removed extra POI events

2.1.0 - 2023-02-03

Api changes

Bugfixes

  • Improved state sending

2.0.0 - 2022-11-10

  • Removed MoveAuth from AuthState.Valid

  • Removed MoveSDK.Builder

  • Introduced MoveDetectionServices

  • Added LogListener

1.5.2.30 - 2022-02-15

Fixed

  • Solved issue in MoveAuthState notification

  • Reduced data consumption with Points of Interest

1.5.1.29 - 2022-02-2

Fixed

  • Minor bugfixes

1.5.0.26 - 2022-01-31

Added

  • Timeline detection services PLACES & PUBLIC TRANSPORT

  • setConsoleLogging state API

1.3.2.25 - 2021-09-30

Added

  • Improvement of DBE sensors

  • Logcat message reduction

1.3.0 - 2021-05-31

Added

Fixed

  • Minor bugfixes

, added

added ()

reworked

Manual start trip feature added

Live Location TAG feature added

New overlayPermissionMandatory

Added backgroundLocationPermissionRequired to

Added new request body part qualifier to the request!

Added options to (optional)

Added

Added

Added .INVALID

Added (motionPermissionRequired)

Added new method

Added callback with shutdown

Changed .

Changed MoveConfigurationError to

Changed MoveInitialisationListener to

AssistanceCallState changed to

Added new method

Splitted init(...) into & persisted

Added +

Added +

Added Service

Added (Automatic Impact Detection) Service

Added Service

Support of by using OtherServices

MoveOptions
DeviceDiscovery
MoveOptions
MoveDevice
MoveScanResult
MoveAuthState
MoveOptions
MoveAssistanceCallStatus
MoveHealthScore
MoveSDK.setup(...)
MoveShutdownResult
MoveHealthScoreListener
startTrip(...)
setLiveLocationTag(...)
getDeviceQualifier
shutdown
Geocoding
updateConfig
setDeviceStateListener
register user
Bluetooth connection callback / listener
MoveOptions
MoveOptions
Auth Module
MoveSDK.init()
Listeners
Listeners
InitializationListener
MoveWarnings
MoveAuthError
MoveErrors
AID
AssistanceCall
setAssistanceMetaData
Points of Interest