Skip to content

Releases: 3llomi/RecordView

V3.1.3

26 Feb 23:56
Compare
Choose a tag to compare

Added RecordLock Listener

V3.1.2

02 Dec 20:16
Compare
Choose a tag to compare

Fixed Preview rendering issues.

V3.1.1

25 Mar 02:08
Compare
Choose a tag to compare
3.1.1

V3.1.0beta7

18 Oct 18:59
Compare
Choose a tag to compare
  • Fixed an issue where RecordButton moves up by itself
  • Added recordView.finishRecord() if you want to Finish the Record While the Lock is Active and user moves the app to the Background
  • Added recordView.cancelRecord() if you want to Cancel the Record While the Lock is Active and user moves the app to the Background

V 3.1.0beta6

21 Aug 20:12
Compare
Choose a tag to compare
  • Fixed an issue where RecordLock position ONLY works when adding RecordButton at the bottom
  • Fixed a Crash while start recording
  • Upgraded to AGP 7.0.1

V3.1.0beta2

05 Jul 14:19
Compare
Choose a tag to compare
V3.1.0beta2

V 3.1.0beta5

21 Aug 20:07
25bcec8
Compare
Choose a tag to compare
  • Fixed an issue where RecordLock position ONLY works when adding RecordButton at the bottom
  • Fixed a Crash while start recording
  • Upgraded to AGP 7.0.1

V 3.1.0beta1

02 Jul 19:45
Compare
Choose a tag to compare
Added Record Lock Feature

V3.0.2

01 Jul 21:11
Compare
Choose a tag to compare

Removed application tags from AndroidManifest.xml

V.3.0.1

21 May 19:18
Compare
Choose a tag to compare
  • Migrated to AndroidX
  • Added setTimeLimit()
  • added setShimmerEffectEnabled()
  • added setTrashIconColor()
  • added setRecordButtonGrowingAnimationEnabled()
  • added permission Checks (check sample app)
  • moved to JitPack
  • Added Recording Audio mechanism to the sample app