From 266d02fedc61c7c4ab2f1d9a7b62830059b45fb6 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 3 Oct 2019 21:00:16 +0300 Subject: [PATCH] - New version 10.4.0. --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/10.4.0.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10.4.0.txt diff --git a/app/build.gradle b/app/build.gradle index 3805a00d..46833967 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 91 - versionName = '10.3.0' + versionCode = 92 + versionName = '10.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/10.4.0.txt b/fastlane/metadata/android/en-US/changelogs/10.4.0.txt new file mode 100644 index 00000000..624a1a3b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.4.0.txt @@ -0,0 +1,6 @@ +- Allow deletion of account's chat history via chats activity menu item. +- Ask confirmation before deleting chat and call history. +- Improved updating of main activity voicemail, chat, and call icons. +- Go directly to Accounts activity when baresip is started without any accounts. +- Swapped positions of call Accept and Reject buttons. +- Do not allow terminating outgoing call before call attempt has started.