From b47f5852579db9d958bb769610e8d6aa8834b300 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 20 Apr 2019 16:11:26 +0300 Subject: [PATCH] - Upgraded versions and added changelog --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/6.4.0.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.4.0.txt diff --git a/app/build.gradle b/app/build.gradle index bb36e525..852e8b97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 53 - versionName = '6.3.1' + versionCode = 54 + versionName = '6.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/6.4.0.txt b/fastlane/metadata/android/en-US/changelogs/6.4.0.txt new file mode 100644 index 00000000..01db94ce --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.4.0.txt @@ -0,0 +1,6 @@ +- Added possibility to set an account as the default account. +- Show red messages icon when unread messages exist. +- Ask PIN to release key guard when Callee URI is clicked. +- Fixed call, message, and call transfer actions when initiated from notifications. +- Fixed sending a message from contacts or call history. +- Used SingleTask instead of SingleTop as Main Activity launch mode.