- View Diff
- #699 - Null pointer exception fixes
- #689 - Improve error handling for Android
- #688 - Fix exceptions thrown around flash types when calling setParameters on Android. We now check supported flash mode types and only enable the modes that are found.
- #687 - Add Android 33+ required permissions for media image and media video permissions
- #676 - Ensure
toBackbehaves correctly on Android
- View Diff
- #639 - Typescript definition fix
- #633 - Fix app crash with
startRecordVideoafter allowing theRECORD_AUDIOpermission prompt. - #630 - For Android, make both camera and autofocus non-required for the library. This is an application level concern.
- View Diff
- #624 - Remove unused coefficient argument from the
calculateTapAreamethod of the Android code - #619 - Fix compiler errors in startRecordVideo by declaring final variables
- #615 - Correctly handle torch mode in getFlashMode
- View Diff
- #605 - Improve memory usage when capturing multiple photos for both Android and iOS
- #587 - Add video recording functionality for Android
- #599 - Use androidx package instead of legacy android support package
- #606 - Remove
android:requiredfrom manifest to avoid conflict with other plugins
- View Diff
- #582 - Add support for Android devices without Autofocus which can increase the amount of devices for which app installation is allowed by about (~4k at time of)
- #583 - Fix typescript error CameraPreview.d.ts is not a module
- View Diff
- #573 - Fetch number of cameras immediately before switching cameras in Android
- #428 - Fix mispelling of
continuouswithin iOS source code for focus modes (wascotinuousbefore) - #568, PR #570 - Resolves plugin interaction issues when toBack is set and other plugins like cordova-plugin-googlemaps are changing the layout
- View Diff
- #525 - Add function
takeSnapshotfor quick image captures - #441 - Add android only option
storeToFilefor storage in temporary file instead of base64 - #524 - Add iOS support for
storeToFile - #396 - Add function
getCameraCharacteristics - Allow
startCamerato allow no options object when only callback is provided - Add Changelog
- View Diff
- Merge in features and fixes from various forks