nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
146 stars 7 forks source link

Entries not deleted when JSON file is missing #19

Closed ZapperDJ closed 11 months ago

ZapperDJ commented 11 months ago

I have a bunch of recorded calls that where made before BCR included support for JSON files, so when I try to delete them from the list it deletes the files from the file system but it doesn't delete the entries on the app. This doesn't happen with recordings that have a JSON file associated to them. In that case I can delete them and they get deleted from both the filesystem and the list on the BCR-GUI app

nicorac commented 11 months ago

There's a bug in delete that won't let the DB update. As a workaround you can force-refresh the list by dragging it down.

Commit 1c71bcb89b29cd726f9bbadfea1b79fa2b19cc2b fixes the bug; it'll be included in next version.

Thanks for reporing it 👍

nicorac commented 11 months ago

Just released v0.0.14 with a fix for this bug.