Releases: wizpanda/cordova-plugin-ziggeo
Releases · wizpanda/cordova-plugin-ziggeo
Fix recorder crash on various Android devices
Changes
- Fix: Fixed the crash on various Android devices Ziggeo/android-sdk-demo#26.
- Fix: Fixed the crash while switching the camera Ziggeo/android-sdk-demo#31.
- Improvement: Stop & close button not needed with
sendImmediate
is set to true Ziggeo/android-sdk-demo#32.
Code Diff
Fixed recorder crash by updating SDK
Changes
- Fix: Fixed plugin crash after recording is stopped if
autoRecord
is set totrue
Ziggeo/android-sdk-demo#33 - Improvement: Not creating instance of
Ziggeo
if already created to save resources and speed-up performance.
Code diff
Added one new option and renamed two options
Changes
- Feature: Added option to show a confirmation dialogue before stopping the recording.
- Breaking Change: Renamed option from
manualSubmit
tosendImmediately
. - Breaking Change: Renamed option from timeLimit to
maxDuration
.
Code diff
Recorder fixes and quality option
Changes
- Added feature to set the quality of the recording.
- Preventing screen lock/sleep when the recorder is running Ziggeo/android-sdk-demo#28
- Added confirmation dialogue with Android Back button Ziggeo/android-sdk-demo#30
- Wrong video orientation when the front camera is being used Ziggeo/android-sdk-demo#17
Code diff: v0.0.4...v0.0.5
Ability to set extra data along with the recorded video
Changes
- Fixed passing the
custom-data
in recorded video. Ziggeo/android-sdk-demo#29 - Added option to pass
title
as extra info to recorded video. - Using the stable version of Ziggeo Android SDK.
- Passing the uploaded/total count in
upload_progress
event.
Code diff: v0.0.3...v0.0.4
Ability hide controls in the recorder
Changes
- Added a new option to hide the control.
- Added info about ZiggeoTheme.
Code diff: v0.0.2...v0.0.3