Skip to content

Releases: HBiSoft/HBRecorder

Added option to set Uri

29 Jul 14:22
Compare
Choose a tag to compare

You can now pass a Uri for the output. You have to make use of ContentResolver and ContentValues. Have a look at the demo project - https://github.com/HBiSoft/HBRecorder/blob/4c7c52e1f793aae6ad5f3914d2d0a7217d762fe2/app/src/main/java/com/hbisoft/hbrecorderexample/MainActivity.java#L527

Add a notification icon of type byte[] for flutter

09 Jul 08:17
976bd7d
Compare
Choose a tag to compare

Added setOrientationHint

16 Jun 12:17
Compare
Choose a tag to compare

Added option to set the output orientation by calling hbRecorder.setOrientationHint(90);

Migrated to API 29

06 May 08:02
Compare
Choose a tag to compare

I had a lot of requests to migrate to Android 10. The option to not show a notification is no longer available since we cannot run a ForgroundService without displaying a notification. I cleaned up some code as well.

Fix issue #6

21 Feb 14:17
Compare
Choose a tag to compare

We can not assume that the device supports the screen dimensions. This is now fixed in this release.

Error handling

15 Jan 04:36
Compare
Choose a tag to compare

Improved error handling/catching.

Added and changed a lot

09 Oct 14:54
Compare
Choose a tag to compare

With this release, you can now set custom settings. Please read the readme to see all the changes.

Lower minSdkVersion

25 Sep 05:12
Compare
Choose a tag to compare

I decided to lower the minSdkVersion. This will allow you to import the library into projects that have a minSdkVersion lower than 21. But you will have to check the API version yourself. You can have a look at the demo project to see how I have done this. If your minSdkVersion is 21 > then this is not necessary.

Minor improvements

14 Aug 10:29
Compare
Choose a tag to compare

Minor adjustments, mainly to avoid possible future crashes.

Updates to HBRecorder class

14 Aug 10:14
Compare
Choose a tag to compare

Added default parameters when not passing anything to HBRecorder