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

Forward/reverse skip and scrolling does not work as intended in v0.0.16 #23

Closed R44D44 closed 10 months ago

R44D44 commented 10 months ago

the enhancement with the forward/reverse buttons is not working as intended. it does not forward at all and rewind mostly skips to the start or out of the player to the list.

also, this version and bcr-gui-0.0.15-release.apk have a slider on the right side that does not scroll to the very buttom of the list. i can barely delete the first entry because the trash icon is almost hidden. this was better in bcr-gui-0.0.14-release.apk without slider.

nasty thing is now i am trying to downgrade and bcr-gui-0.0.14 complaints about missing json metadata file and wont read any of the audio files .

so i reverted to bcr-gui-0.0.15. this one does not complain but it does not always show the trash icon.

nicorac commented 10 months ago

the enhancement with the forward/reverse buttons is not working as intended. it does not forward at all and rewind mostly skips to the start or out of the player to the list.

First release featuring this (0.0.16) had a bug causing the new Seek time setting to not have a proper default value end remain undefined. This unexpected value caused the wrong behavior you described. It was fixed in 0.0.17 by properly setting a 10 seconds default, so please update to latest version (actually 0.0.18) and check if eveerything works correctly. (NOTE: if not, open the settings page and select a value for Seek time)

bcr-gui-0.0.15-release.apk have a slider on the right side that does not scroll to the very buttom of the list

I'm working on it, it happens when the list contains a few "pages" (it was tested with 2000+ items.

i can barely delete the first entry because the trash icon is almost hidden

Does this item have a contact name and/or phone number longer than one line? If so, it was already fixed in latest version, so please upgrade. Otherwise, please post a screenshot (blurring names and numbers) to let me see what's wrong.

PS: in the future please do not join different (and unrelated) bugs in the same issue; it'll be harder to track them 😉.