Updated README & CHANGELOG

This commit is contained in:
Sylvain Berfini 2021-09-10 17:15:13 +02:00
parent 3c945bd1cd
commit 09486e0cdf
2 changed files with 10 additions and 2 deletions

View file

@ -16,12 +16,20 @@ Group changes to describe their impact on the project, as follows:
- Reply to chat message feature (with original message preview)
- Voice recordings in chat feature
- Allow video recording in chat file sharing
- New video call UI on foldable device like Galaxy Z Fold
- Setting to automatically record all calls
### Changed
- UI has been reworked around SlidingPane component to better handle tablets & foldable devices
- Bumped dependencies
- Animations have been replaced to use com.google.android.material.transition ones
- Bumped dependencies, gradle updated from 4.2.2 to 7.0.2
- Target Android SDK version set to 31 (Android 12)
- SDK updated to 5.1.0 release
### Fixed
- Chat notifications disappearing when app restarts
- "Infinite backstack", now each view is stored once (at most) in the backstack
### Removed
- Global push notification setting in Network, use the switch in each Account instead

View file

@ -137,6 +137,6 @@ Due to the full app rewrite we can't re-use previous translations, so we'll be v
In order to submit a patch for inclusion in linphone's source code:
1. First make sure your patch applies to latest git sources before submitting: patches made to old versions can't and won't be merged.
2. Fill out and send us an email with the link of pullrequest and the [Contributor Agreement](http://www.belledonne-communications.com/downloads/Belledonne_communications_CA.pdf) for your patch to be included in the git tree.
2. Fill out and send us an email with the link of pullrequest and the [Contributor Agreement](https://linphone.org/sites/default/files/bc-contributor-agreement_0.pdf) for your patch to be included in the git tree.
The goal of this agreement to grant us peaceful exercise of our rights on the linphone source code, while not losing your rights on your contribution.