From 4485b9f8e1397719fe72e8692a3822049eeec06b Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 19 May 2026 10:52:20 +0300 Subject: [PATCH] New version 82.0.0 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/505.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/505.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0af15fce..15cf1d5b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ configure { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 36 - versionCode = 504 - versionName = "81.1.0" + versionCode = 505 + versionName = "82.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/505.txt b/fastlane/metadata/android/en-US/changelogs/505.txt new file mode 100644 index 00000000..160eca12 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/505.txt @@ -0,0 +1,10 @@ +- Added capability to Mobile account to send and receive SMS messages +- Added possibility to send email to contact, call peer, or chat peer +- Merged Baresip and Android Contact screens to new Contact screen +- Added support for multiple URIs in baresip contact +- Added possibility to import contacts from vcf file +- Mobile account's status is now white if device is in airplane mode +- Alert if Mobile account call or SMS is attempted while in airplane mode +- Alert if contact does not have suitable URI for call or message +- Fixed speakerphone toggling during mobile calls +- New translations (Chinese, Finnish, Indonesian, and Czech)