Skip to content

Releases: HBiSoft/HBRecorder

Implement fix for #184 and #186

02 Jan 09:15
Compare
Choose a tag to compare

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

31 Dec 10:37
Compare
Choose a tag to compare

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

15 Sep 07:54
Compare
Choose a tag to compare

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

13 Aug 05:07
Compare
Choose a tag to compare

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

12 Aug 13:00
Compare
Choose a tag to compare

Fixed the issue where audio does not get recorded when the app goes to the background.

Fix #166

12 Aug 09:44
Compare
Choose a tag to compare

This release fixes issue #166 thanks to @CodeWithTamim for #167

Fix #158

14 Mar 05:32
Compare
Choose a tag to compare

Fix #158. Thanks to @bomberaya.

Update to SDK 34

24 Feb 19:05
Compare
Choose a tag to compare

Thanks to @Dhina17 for the pull request - #154

Update dependencies and implemented #128

06 Mar 06:31
Compare
Choose a tag to compare

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 and HBRecorderOnResume listeners - #128 (Thanks to @Dhina17)

Fix #127

05 Mar 06:46
Compare
Choose a tag to compare

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.