From 3bf7537d1349c2fcb76f9ef80ad8daafd3037410 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 16 Nov 2018 11:18:12 +0100 Subject: [PATCH] Updated Changelog & Readme --- CHANGELOG.md | 13 +++++++++++-- README.md | 9 ++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e42c543..0cc18bdd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,18 @@ Group changes to describe their impact on the project, as follows: Security to invite users to upgrade in case of vulnerabilities. ## [Incomming] +- feature: call recording. +- feature: QR code configuration. +- feature: option to automatically download incoming files, either always, never or depending on their sizes. + +## [4.1] - 2018-xx-xx +- Improved UI. +- Use of binary SDK hosted in Maven repository instead of having to build it manually. +- feature: added new end to end LIME encryption for instant messaging, both for single chat rooms and group ones. +- feature: send multiple files with text at the same time. - feature: support of H265 codec. -- feature: use TextureView instead of GL2JNIView, easier to use and will fix issues +- feature: use TextureView instead of GL2JNIView, easier to use and will fix issues. +- feature: send SMS to invite your friends in using Linphone. ## [4.0.1] - 2018-06-26 @@ -34,7 +44,6 @@ Group changes to describe their impact on the project, as follows: ### Fixed - issue with changing push notification token not passed to library, possibly resulting in a loss of incoming calls. - ## [3.3.0] - 2017-10-18 ### Added diff --git a/README.md b/README.md index a22aa9b86..74332f2a3 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ Linphone is a free VoIP and video softphone based on the SIP protocol. -# Getting Started +# What's new Now the default way of building linphone-android is to download the AAR SDK in our maven repository. -However, if you wish to use a locally compiled SDK here's how to proceed. +Compared to previous versions, this project no longer uses submodules developper has to build in order to get a working app. +However, if you wish to use a locally compiled SDK see below how to proceed. + +The repository structure has also been cleaned and updated, and changing the package name can now be done in a single step. +This allows developpers to keep a stable version as well as a developpment one on the same device easily. ## Building a local SDK @@ -31,7 +35,6 @@ The next build will automatically use this value everywhere thanks to ```manifes You may have already noticed that the app installed by Android Studio has ```org.linphone.debug``` package name. If you build the app as release, the package name will be ```org.linphone```. -This allows developpers to keep a stable version as well as a developpment one on the same device easily. ## Firebase push notifications