Releases: HBiSoft/HBRecorder
Fix issue #174 and #176
Added example for #169
In the demo app, the output extension always used video/mp4
as the MIME_TYPE
.
Now the MIME_TYPE
is set depending on what output format was selected.
Fix issue #172
Fixed the issue where audio does not get recorded when the app goes to the background.
Fix #166
Fix #158
Update to SDK 34
Update dependencies and implemented #128
Changes in this release include:
- Updated all dependencies
- Updated to the latest SDK (33)
- Updated permissions in the demo application that are required for SDK 33 (POST_NOTIFICATIONS)
- Cleaned up some code and added more comments to the demo application
- Fixed an issue that was caused by updating the dependencies in the previous release
- Implemented
HBRecorderOnPause
andHBRecorderOnResume
listeners - #128 (Thanks to @Dhina17)
Fix #127
Fixed the issue causing a Attempt to invoke virtual method 'long android.content.Intent.getLongExtra(java.lang.String, long)' on a null object reference
. You can read more about it here - #129
Thanks to @sofronovicnikola
I will look at returning START_REDELIVER_INTENT
instead of START_STICKY
in the next release.
Fix issue #117
Fix #117 memory leak caused by holding onto the activity. Thanks to @bomberaya
Fix issue #112
There was an issue in 2.0.3 that will cause a NullPointerException
on some devices. It is fixed in this release. Have a look at issue #112