Skip to content

Releases: HBiSoft/HBRecorder

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.

Fix issue #117

30 Jun 06:22
Compare
Choose a tag to compare

Fix #117 memory leak caused by holding onto the activity. Thanks to @bomberaya

Fix issue #112

06 Apr 17:39
Compare
Choose a tag to compare

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