Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

64 lines (50 loc) · 3.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changes

Removals

  • BREAKING: Drops support for apps targeting SDK 28 (Android 9) or lower RNMT-6236

Additions

  • Adds granular media permissions for Android 13 RNMT-5590

Changes

  • Update gradle to stop using the recently removed keyword 'compile' RNMT-5055

Fixes

  • Update hooks to be compatible with Cordova CLI 10 RNMT-4364

Fixes

  • Fixes an issue that was changing the application orientation lock on closing AppFeedback RNMT-4290

Fixes

  • Fixes and issue that was preventing audio recording in Android 10 devices RNMT-3763

Fixes

  • Navigation bar is now correctly positioned in Android devices with notch when using status bar overlay RNMT-3663
  • Navigation bar no longer has an incorrect size in Android 4.4 devices when using status bar overlay RNMT-3663
  • View is now correctly panned/resized in Android when keyboard is visible RNMT-3664

Fixes

  • Fixes and issue that was preventing successfull builds with older versions than MABS 6.0 RNMT-3696

Fixes

  • Register/unregister receiver in proper lifecycle callbacks RNMT-3515

Additions

  • Add support for DarkMode RNMT-3629
  • Opens ECT through broadcast gestures when targeting Android 10 and above RNMT-3515

Additions