From 00ef528992fdfe75d28619bfc0f064053a648f8b Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 5 Apr 2026 10:46:23 +0300 Subject: [PATCH] New version 78.0.0 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/487.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/487.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 669bbe4c..9d3fd1be 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ configure { defaultConfig { applicationId = "com.tutpro.baresip" minSdk = 28 - versionCode = 485 - versionName = "77.4.0" + versionCode = 487 + versionName = "78.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/487.txt b/fastlane/metadata/android/en-US/changelogs/487.txt new file mode 100644 index 00000000..27227253 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/487.txt @@ -0,0 +1,7 @@ +- Baresip app is now integrated with Android Telecom Framework +- Added support for multiple simultaneous calls (only one can be active) +- Acquire partial wake lock only if there is active registrations or calls +- Acquire WiFi lock also when WiFi is available but not actively used +- Always resume to active call on main screen if there is one +- In attended call transfer, check if peer supports REPLACES header +- Print network debug only if there was a change