Releases: HBiSoft/HBRecorder
Implement fix for #184 and #186
You do not have to update to this version, this release is to fix an issue with the demo app.
In the demo app, after the latest release, nothing happens when you press the start button after only providing storage permissions. This is fixed by keeping track of the permissions using Shared Preferences.
Remove unnecessary audio permissions
When not recording audio, you still had to ask permission for audio. This was caused by the previous update and is fixed in this release.
Fix issue #174 and #176
This issues was related to the demo application and not the library. No need to upgrade to this version if you are not using the demo application.
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.