New version 82.0.1

This commit is contained in:
Juha Heinanen
2026-05-20 09:39:36 +03:00
parent c86596d5cc
commit 65e0a39d6e
2 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ configure<ApplicationExtension> {
applicationId = "com.tutpro.baresip"
minSdk = 28
targetSdk = 36
versionCode = 505
versionName = "82.0.0"
versionCode = 506
versionName = "82.0.1"
@Suppress("UnstableApiUsage")
externalNativeBuild {
cmake {

View File

@ -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)