From bc7be1ff49fca206bfa943ade7efb62fc3b4e5e5 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 23 Oct 2021 14:14:17 +0300 Subject: [PATCH] New version 35.0.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/35.0.0.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35.0.0.txt diff --git a/app/build.gradle b/app/build.gradle index 937e7d5a..6071a800 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 179 - versionName = '34.1.0' + versionCode = 180 + versionName = '35.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/35.0.0.txt b/fastlane/metadata/android/en-US/changelogs/35.0.0.txt new file mode 100644 index 00000000..a59d8b3d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.0.0.txt @@ -0,0 +1,6 @@ +- Use WebRTC Acoustic Echo Cancellation Mobile Mode filter +- Show in notification the number missed calls if more than one +- When Default Call Volume setting is set, set both media and call volume +- Cancel notifications when main activity is resumed +- Fixed stop ringing in older Android versions +- New Swedish and Portuguese (Brazil) translations