merge last release

This commit is contained in:
Benjamin Reis 2017-05-10 17:01:36 +02:00
commit 8e07aca875
3 changed files with 14 additions and 2 deletions

View file

@ -10,6 +10,18 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [3.16.3] - 2017-05-03
### Added
- Imdm, chat message reception/lecture notification.
### Changed
- Optimization of Chat list
### Fixed
- Minor bugs fixes
- Crashes on Call cancel too soon
## [3.16.2] - 2017-03-01
### Added

View file

@ -306,7 +306,7 @@
[LinphoneManager.instance setProviderDelegate:self.del];
}
if (state != UIApplicationStateActive) {
if (state == UIApplicationStateBackground) {
// we've been woken up directly to background;
if (!start_at_boot || !background_mode) {
// autoboot disabled or no background, and no push: do nothing and wait for a real launch

View file

@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>