diff --git a/app/build.gradle b/app/build.gradle index c80477f7..7296a4b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 34 - versionCode = 292 - versionName = '58.0.0' + versionCode = 293 + versionName = '59.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/59.0.0.txt b/fastlane/metadata/android/en-US/changelogs/59.0.0.txt new file mode 100644 index 00000000..bbfce68e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/59.0.0.txt @@ -0,0 +1,4 @@ +- Now targeting API level 34 (Android 14) +- Added support for Codec2 audio codec +- Recording of next call is not cleared when call is closed +- Included also Dark Theme setting in backup file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 0bc5456e..20251f53 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,6 +1,6 @@ This is a baresip based SIP User Agent application for Android. -Currently baresip app supports voice calls. text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice can be coded with Opus, AMR, GSM, G.729, G.722, G.722.1, G.726, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation. +Currently baresip app supports voice calls. text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice can be coded with Opus, AMR, Codec2, G.729, G.722, G.722.1, G.726, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation. Development of baresip app is motivated by need for a secure, open source SIP based VoIP User Agent for Android that does not depend on proprietary, third party push notification services.