Skip to content

Releases: nicorac/bcr-gui

Version 1.10.0

06 Dec 16:28
Compare
Choose a tag to compare

Version 1.10.0 (2024-12-06)

New features:

  • Rework of main page layout:
    • player moved to page bottom
    • list can now be scrolled (fully) while playing
    • list vertical scrollbar now appears only when scrolling
    • cleaned up list style
    • improved items multiselection

Bug fixes:

  • scrolling list causes player to stop when playing item goes out of scope

Version 1.9.2

25 Nov 14:46
Compare
Choose a tag to compare

Version 1.9.2 (2024-11-25)

Bug fixes:

  • App crash when moving audio scrollbar before play

  • App crash when activating proximity sensor with no selected recording

Version 1.9.1

07 Nov 22:33
Compare
Choose a tag to compare

Version 1.9.1 (2024-11-07)

Bug fixes:

  • Improved audio play in background, now the app stays alive and resumes correctly clicking on the notification

  • Fixed issue preventing the screen to turn off pressing the power button while playing (#171)

Version 1.9.0

03 Nov 15:06
Compare
Choose a tag to compare

Version 1.9.0 (2024-11-03)

New features:

  • Replaced MediaPlayer with media3 player (ExoPlayer), which should perform better with OGG files (#162) (#130) (#28)

  • Added support for MediaService and MediaSession (better integrates in Android media management)

  • Improved Android player notification handling

Bug fixes:

  • Fixed missing Ukrainian language configuration (language available but not selectable)

  • Translated modal dialogs OK/Cancel buttons, "Test result" filename pattern, "None" date/time format option (#164)

Version 1.8.0

14 Oct 21:59
Compare
Choose a tag to compare

Version 1.8.0 (2024-10-15)

New features:

  • BCR-GUI can now be selected as default player for BCR recordings
    (just press OPEN button in BCR notification that appears when recording completes)

  • Recordings can now be played through earpiece (using proximity sensor)

  • Converted Web application to Angular signals & standalone components (to improve reactivity and efficiency)

  • Updated French and Czech translations

Bug fixes:

  • Recording duration is not updated to DB when its read by the audio player instead of metadata file

Version 1.7.9

27 Aug 21:39
Compare
Choose a tag to compare

Version 1.7.9 (2024-08-27)

New features:

  • Added Finnish translation (thanks to Ogloppi)

Bug fixes:

  • Fixed runtime error when filtering recording list with one selected item

Version 1.7.8

25 Aug 12:55
Compare
Choose a tag to compare

Version 1.7.8 (2024-08-25)

New features:

  • Added Czech translation (thanks to Kunago)

Version 1.7.7

15 Aug 00:08
Compare
Choose a tag to compare

Version 1.7.7 (2024-08-15)

New features:

  • Added French translation (thanks to NSO)
  • Updated Persian, Russian, Ukrainian and Vietnamese translations

Bug fixes:

  • Fixed possible error in timezone parsing
  • Fixed possible loop on first recording directory selection after app install/update

Version 1.7.6

08 Jun 14:38
Compare
Choose a tag to compare

Version 1.7.6 (2024-06-08)

New features:

  • Improved recording layout to give more space to player progress bar and buttons (#62)
  • Icons for incoming/outgoing call type now have different colors to make it easier to recognize them (#126)

Version 1.7.5

28 May 22:34
Compare
Choose a tag to compare

Version 1.7.5 (2024-05-29)

New features:

  • New filename template to support LineageOS call recorder (thanks to @loziniak)

Bug fixes:

  • Improved item selection/deselection in multiselect mode (avoid checkbox click to prevent selection change)