Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 929 Bytes

1.3.0

  • [#1] Bump Android ext.kotlin_version to 1.5.31.

1.2.1

  • Downgrade Android minSdkVersion to 21.

1.2.0

  • Rollback to previous activity recognition API.
  • Fixed an issue where IllegalArgumentException was thrown when starting the service on Android version 11 and higher.
  • Bump Android minSdkVersion to 23.
  • Bump Android compileSdkVersion to 31.

1.1.2

  • Fix requestPermission not working properly.
  • Change the getActivityStream function to a getter function.

1.1.0

  • Move component declaration inside the plugin. Check the Android settings in the readme.
  • Upgrade to Activity Recognition Transition API.
  • Remove ON_FOOT activity type.
  • Remove TILTING activity type.

1.0.2

  • Change the toMap function name of the Activity model to toJson.

1.0.1

  • Fix incorrect package name.

1.0.0

  • Initial release.