Skip to content

Releases: nicorac/bcr-gui

Version 1.4.0

10 Feb 11:12
Compare
Choose a tag to compare

Version 1.4.0 (2024-02-10)

New features:

  • Improved create/edit contact action by using default Android intent.
    Now it is possible to:
    • create a new contact with the given phone number
    • append phone number to already existing contact
    • select contact storage (local, cloud, ...)
    • change all other contact fields

Bug fixes:

  • Improved recording list scrollbar smoothness

  • Increased spacing between recording play buttons

Version 1.3.0

26 Jan 18:50
Compare
Choose a tag to compare

Version 1.3.0 (2024-01-26)

New features:

  • Added filename template for Huawei call recorder

Bug fixes:

  • Fixed and improved performance of recordings list scrollbar

Version 1.2.0

21 Jan 15:37
Compare
Choose a tag to compare

Version 1.2.0 (2024-01-21)

New features:

  • Application now uses Angular 17

  • Uniformed style of "modal action sheets" and "action sheets"

  • Improved dark mode readability (list, messageboxes, background, ...)

  • Removed unused (and never used) READ_EXTERNAL_STORAGE permission

Bug fixes:

  • Added missing Contacts permission check to "Create contact..." action

Version 1.1.0

20 Jan 15:36
Compare
Choose a tag to compare

Version 1.1.0 (2024-01-20)

New features:

  • New setting to configure the default phone country prefix (i.e. +39 for Italy and +1 for the US). This will be used to improve contacts search and let it find the ones missing it.

  • New feature to copy recording number to clipboard

Version 1.0.0

05 Jan 11:05
Compare
Choose a tag to compare

Version 1.0.0 (2024-01-05)

App is now stable and (almost) feature-complete, so it's time to switch to a full version number 😉.

New features:

  • New features to synchronize recordings with phone Contacts, accessible with the pencil icon within each recording:

    • create a new contact with recording phone number
      (to be used after recording a call from an unknown contact)
    • search existing contact with recording phone number
      (to be used if you've already created the contact after recording the call)
    • manual edit
      (if you changed your mind in both cases 🙄)

Version 0.0.25

31 Dec 11:37
Compare
Choose a tag to compare

Version 0.0.25 (2023-12-31)

Bug fixes:

  • Improved directory change detection to update list at application start/resume

Version 0.0.24

20 Dec 23:17
Compare
Choose a tag to compare

Version 0.0.24 (2023-12-21)

New features:

  • Added new filename pattern placeholders, to customize datetime format parsing

  • Improved filename pattern editor

  • Added support for pattern templates (to support additional call recorders)

  • Added support for GrapheneOS embedded call recorder filename pattern

Version 0.0.23

09 Dec 14:15
Compare
Choose a tag to compare

Version 0.0.23 (2023-12-09)

New features:

  • Recordings list can now be searched & filtered

Bug fixes:

  • Wrapped multiselect actions in a toolbar context menu, shown in multiselect mode

  • Date format changes are now applied immediately (no need to restart the app)

Version 0.0.22

03 Dec 16:43
Compare
Choose a tag to compare

Version 0.0.22 (2023-12-03)

New features:

  • Screen is kept awake while playing to avoid play stop (workaround for issue #20)

Bug fixes:

  • Recording share button is now disabled while waiting for the "Android share" dialog to appear (it could require some time if recording file is big)

Version 0.0.21

03 Dec 11:26
Compare
Choose a tag to compare

Version 0.0.21 (2023-12-03)

New features

  • Recordings database autorefresh on application resume (i.e. getting back from a call...)