From f38abc51d4b5d15429645f6b2c41f029f1b0a433 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 17 Oct 2019 13:32:33 +0200 Subject: [PATCH] Version bumped, updated README & CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7144834..5dcac501a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,13 +19,18 @@ Group changes to describe their impact on the project, as follows: - Added picture in picture feature if supported instead of video overlay - Added camera preview as dialer's background on tablets - Contact section in the settings +- Using new AAudio & Camera2 frameworks for better performances (if available) +- Android 10 compatibility +- New plugin loader to be compatible with app bundle distribution mode ## Changed +- Improved performances to reduce startup time - Call statistics are now available for each call & conference - Added our own devices in LIME encrypted chatrooms' security view - No longer display incoming call activity from Service, instead use incoming call notification with full screen intent - Improved reply notification when replying to a chat message from the notification - License changed from GPLv2 to GPLv3 +- Switched from MD5 to SHA-256 as password protection algorithm ## [4.1.0] - 2019-05-03 diff --git a/README.md b/README.md index 77803fa8d..a682c7e86 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ln -s /linphone-sdk/build/linphone-sdk/bin/outputs/aar/lin 2. In Android-studio go to Run->Edit Configurations->Debugger. -3. Select 'Dual' or 'Native' and add the path to linphone-sdk libraries. +3. Select 'Dual' or 'Native' and add the path to linphone-sdk debug libraries (build/libs-debug/ for example). 4. Open native file and put your breakpoint on it. diff --git a/app/build.gradle b/app/build.gradle index 8fece5158..ad4bee85b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 4128 + versionCode 4129 versionName "${project.version}" applicationId getPackageName() multiDexEnabled true