Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 2.02 KB

File metadata and controls

113 lines (61 loc) · 2.02 KB

Changelog

[0.0.20] - 2025-09-01

Changed

  • BREAKING: Migrated from deprecated androidx.window.WindowManager to androidx.window.layout.WindowMetricsCalculator
  • Updated androidx.window dependency from 1.0.0-alpha09 to 1.4.0 to resolve Google Play Store deprecation warning
  • Replaced windowManager.getCurrentWindowMetrics() with windowMetricsCalculator.computeCurrentWindowMetrics(requireActivity())

Fixed

  • Fixed Google Play Console warning: "Your app uses an outdated SDK version of androidx.window:window"
  • Resolved compatibility issues with Android API levels by using stable androidx.window APIs

[0.0.19] - 2025-03-14

Changed

  • Migrate plugin to Capacitor v7

0.0.18 - 2023-07-23

Fixed

  • iOS register removeAllListeners in CAP_PLUGIN Macro (#26)

0.0.17 - 2023-06-26

Chore

  • Migrated to capacitor 5

0.0.16 - 2023-06-19

Added

  • Introduce Capture Success Result and Capture Error Result API
  • Implement Capture Success/Error Result for Android
  • Implement Capture Success/Error Result for iOS

0.0.15 - 2023-04-28

Fixed

  • Fix android flip camera crashes the app (#22)
  • Fix android on sensor changed NumberFormatException (#21)

0.0.14 - 2023-04-09

Added

  • Feature to handle camera and microphone permissions (#20)

0.0.13 - 2023-03-30

Fixed

  • Fixed save media to user device for Android platform (#19).

0.0.12 - 2023-03-22

Added

  • Feature to save media to user device. (#18)

0.0.11 - 2022-12-17

Added

  • Detect orientation regardles of auto-rotate on/off

0.0.10 - 2022-10-24

Fixed

  • Fixed ios camera quality presets

0.0.9 - 2022-10-24

Fixed

  • fixed ios front camera record video

0.0.8 - 2022-10-04

Added

  • set camera quality feature for iOS and Android

0.0.7 - 2022-09-12

Added

  • zoom in, zoom out features for iOS and Android

0.0.2 - 2022-05-05

Fixed

  • Auto-rotate camera

0.0.1 - 2022-03-02

Added

  • Take photo feature
  • Record video feature

Supported Platforms

  • android
  • ios