Skip to content

Commit

Permalink
Closed version 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Jun 8, 2024
1 parent db4a749 commit 6b0845d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## 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 (2024-05-29)

New features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BCR-GUI is a call recordings manager app, started as _companion app_ for the gre
- Huawei Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/44))
- [LineageOS](https://lineageos.org/) Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/121))

<img src="docs/images/screenshot-main.jpg?ver=1.7.5">
<img src="docs/images/screenshot-main.jpg?ver=1.7.6">

To manage BCR (and other call recorders) recordings, you need to use a file manager... and that's not so user-friendly 😉.
It's hard to "extract" call informations from audio filename, and it's even harder to search them when the list grows.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001007005
versionName "1.7.5"
versionCode 001007006
versionName "1.7.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Binary file modified docs/images/screenshot-main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b0845d

Please sign in to comment.