Dimowner / AudioRecorder

Audio Recording Android application
Apache License 2.0
729 stars 171 forks source link

Delete button while recording incorrectly deletes old recordings instead of current one #104

Closed chrisdiamand closed 1 month ago

chrisdiamand commented 8 months ago

Hi - thanks for this awesome app! It looks lovely, playback is really easy to navigate, and the recordings sound great.

However, I have noticed the following issue. To reproduce it:

I'd expect this to delete what was just recording - but instead it deletes the most recent recording from the list of pre-existing recordings, and replaces it with what was just recorded.

This is obviously a pretty severe issue as it causes data loss with no way to restore the old recording.

Dimowner commented 1 month ago

Thanks for reporting the issue. Looks like this is a very critical bug. Will try to fix it for the next app release.

chrisdiamand commented 1 month ago

Amazing thank you!

Dimowner commented 1 month ago

This issue was fixed in this PR: https://github.com/Dimowner/AudioRecorder/pull/116

Updated record panel buttons. Removed ability to delete recorded progress when recording paused.