- BREAKING: Migrated from deprecated
androidx.window.WindowManagertoandroidx.window.layout.WindowMetricsCalculator - Updated androidx.window dependency from
1.0.0-alpha09to1.4.0to resolve Google Play Store deprecation warning - Replaced
windowManager.getCurrentWindowMetrics()withwindowMetricsCalculator.computeCurrentWindowMetrics(requireActivity())
- 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
- Migrate plugin to Capacitor v7
- iOS register removeAllListeners in CAP_PLUGIN Macro (#26)
- Migrated to capacitor 5
- Introduce Capture Success Result and Capture Error Result API
- Implement Capture Success/Error Result for Android
- Implement Capture Success/Error Result for iOS
- Fix android flip camera crashes the app (#22)
- Fix android on sensor changed NumberFormatException (#21)
- Feature to handle camera and microphone permissions (#20)
- Fixed save media to user device for Android platform (#19).
- Feature to save media to user device. (#18)
- Detect orientation regardles of auto-rotate on/off
- Fixed ios camera quality presets
- fixed ios front camera record video
- set camera quality feature for iOS and Android
- zoom in, zoom out features for iOS and Android
- Auto-rotate camera
- Take photo feature
- Record video feature
- android
- ios