mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
merge last release
This commit is contained in:
commit
8e07aca875
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3</string>
|
||||
<string>1</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue