Skip to content

Releases: nicorac/bcr-gui

Version 0.0.20

22 Nov 19:50
Compare
Choose a tag to compare

Version 0.0.20 (2023-11-22)

Bug fixes:

  • Fixed Settings page always opening DateTime format editor

Version 0.0.19

17 Nov 23:39
Compare
Choose a tag to compare

Version 0.0.19 (2023-11-18)

New features:

  • Added option to set a custom datetime format

Bug fixes:

  • Datetime format now respects Android 12/24H setting (overriding selected culture defaults)

Version 0.0.18

05 Nov 11:19
Compare
Choose a tag to compare

Version 0.0.18 (2023-11-05)

New features:

  • Added filename parser support for customized filename patterns

  • Hardware back button press now navigates back to home page instead of closing the app

Version 0.0.17

03 Nov 22:50
Compare
Choose a tag to compare

Version 0.0.17 (2023-11-03)

Bug fixes:

  • Default values not correctly deserialized for new settings

  • Fixed rendering of items with caller name longer than one line

Version 0.0.16

01 Nov 22:23
Compare
Choose a tag to compare

Version 0.0.16 (2023-11-01)

New features:

  • New player buttons to seek reverse/forward while playing a recording

Version 0.0.15

30 Oct 23:07
Compare
Choose a tag to compare

Version 0.0.15 (2023-10-30)

New features:

  • Deeply improved native AndroidSAF code, now optimized to manage thousands of recordings (tested with 2000+ records)

  • New optimized "virtual" recordings list, it can now easily handle thousands rows with low memory footprint and no stuttering

  • Added custom scrollbar to recordings list, to ease list scrolling

Version 0.0.14

08 Oct 12:34
Compare
Choose a tag to compare

Version 0.0.14 (2023-10-08)

Bug fixes:

  • Fixed NativeAudio plugin to avoid other audio applications be pauses at app start

  • Deleting entries from list does not update DB for entries without metadata file

Version 0.0.13

26 Sep 10:50
Compare
Choose a tag to compare

Version 0.0.13 (2023-09-26)

New features:

  • App recordings database is now an accessible file (.bcr-gui.database.json) stored in the same folder as BCR audio files; it allows app to be uninstalled/reinstalled/moved preserving its database content (in anticipation of new features that will allow adding notes, tags, ... to recordings)

  • Improved database management

Bug fixes:

  • Recordings database is not updated after a delete
  • Long press not working on some devices

Version 0.0.12

20 Sep 18:23
Compare
Choose a tag to compare

Version 0.0.12 (2023-09-20)

New features:

  • Recordings list can now be updated with a pull-down gesture
  • Recordings list now supports multiselection mode; long press on an element to activate it
  • Batch delete of recordings (thanks to multiselection feature above)

Version 0.0.11

15 Sep 23:45
Compare
Choose a tag to compare

Version 0.0.11 (2023-09-15)

New features:

  • Application now also sets Android navigation bar background color to match with theme

Bug fixes:

  • Background color of Android status bar was not set correctly (always dark)