Skip to content

Commit

Permalink
Closed version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Dec 3, 2023
1 parent e4f6a00 commit 733e73d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Version history

## 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 (2023-12-03)

New features
New features:

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

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.github.nicorac.bcrgui"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 21
versionName "0.0.21"
versionCode 22
versionName "0.0.22"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 733e73d

Please sign in to comment.