Updated Changelog & Readme
This commit is contained in:
parent
9c41b63769
commit
3bf7537d13
2 changed files with 17 additions and 5 deletions
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue