Commit graph

116 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
862a6dee1b Fix no network on push received 2014-07-08 11:50:03 +02:00
Guillaume BIENKOWSKI
399b01ba40 Auto answer by default when coming from a local notification 2014-05-22 17:26:55 +02:00
Guillaume BIENKOWSKI
4a136403b4 First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
Guillaume BIENKOWSKI
40a69c033c Fix memory leaks spotted by clang static analysis.
Refactored imageSharing to adopt objc conventions: the name of a method returning an allocated object has to contain 'new'
2014-05-14 16:12:59 +02:00
Guillaume BIENKOWSKI
66cd9e797a Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
Simon Morlat
ba39301ffd fix start at boot (was broken)
protect launching at boot with a background task
and another background task in belle-sip to protect notifications of incoming messages and calls.
2014-04-27 14:49:48 +02:00
Simon Morlat
b03ebd695f bugfix again 2014-04-19 14:04:48 +02:00
Simon Morlat
eb077e7bd7 ignore unsollicited push notif (2nd fix) 2014-04-18 21:31:51 +02:00
Simon Morlat
f24bce0b10 prevent parasite remote notification to trigger a network down. 2014-04-18 19:57:22 +02:00
Simon Morlat
7f8237956b fix crash with NSDate not retained
Merge remote-tracking branch 'origin/endlessring'

Conflicts:
	Classes/LinphoneManager.h
2014-04-18 19:25:15 +02:00
Simon Morlat
7ebb7541ef update belle-sip so that background task is started during network operations
remove register-waiting background task at UI level
stop the video preview before going to background
remove NSUserDefault usage, everything goes to LpConfig
LinphoneManager has a LpConfig (configDb property) that is used everywhere, regardless of whether the core is started.
2014-04-18 17:46:43 +02:00
Guillaume BIENKOWSKI
c06a7ba562 Merge branch 'master' of git.linphone.org:linphone-iphone into endlessring
Conflicts:
	README
2014-04-18 17:01:13 +02:00
Guillaume BIENKOWSKI
2553dfe702 Use a short ring and repeat notifications for local notifications.
This fixes the endless ringing but also brings along other problems
2014-04-18 16:58:55 +02:00
Christophe Deschamps
0bd6b86f6b URL handler for remote configuration - linphone-config-http:// & linphone-config-https:// 2014-04-17 16:44:38 +02:00
Guillaume BIENKOWSKI
132288e8f1 Moved traces for silent push 2014-02-20 09:35:05 +01:00
Guillaume BIENKOWSKI
c2a66e3f60 Fix crash when receiving a silent remote notification when we were killed for memory pressure 2014-02-19 14:16:54 +01:00
Guillaume BIENKOWSKI
7b360ce5b9 Log termination 2014-02-19 11:16:07 +01:00
Jehan Monnier
0f08dc7f55 better management of push notif mode versus bg mode/voip socket 2014-02-18 15:48:03 +01:00
Guillaume BIENKOWSKI
d5dff4c452 Implement silent push support, with special string sent to the register server "IC_SIL".
Only works on iOS 7.
2014-01-30 16:42:26 +01:00
Guillaume BIENKOWSKI
3fa6568e0b Fix issue with incoming call view displayed when the call is answered. 2013-11-18 13:58:34 +01:00
Guillaume BIENKOWSKI
8c6e96eb80 Update the badge count to reflect ongoing calls.
This is useful in the case an incoming call is received but Linphone is
in the background.
Also disable ringing once the application gets in the foreground.
2013-11-18 12:12:26 +01:00
Guillaume BIENKOWSKI
03dfd7fc7b Solve the PR #1004, Can't answer call from lock screen if app is in background and we slide the bottom of the lockscreen (not the push)
What was happening: we would land into the dialer view, but with an incoming call in BG, which would confuse the UI.
2013-11-18 10:58:05 +01:00
Guillaume BIENKOWSKI
7f66de2e96 Fix local notification ring not stopping. 2013-11-05 14:17:38 +01:00
Guillaume BIENKOWSKI
7f9abfed95 Fix bug where the ring sound would not stop in case
of a push notification.
2013-10-09 10:31:48 +02:00
Guillaume BIENKOWSKI
bcfd661408 Fix status bar color when going to/coming from dialer on ipad 2013-10-07 15:22:33 +02:00
Guillaume BIENKOWSKI
81fe7d6bf9 Fix compatibility with older Xcode version 2013-10-02 12:28:19 +02:00
Guillaume BIENKOWSKI
70ad68906f Fix the statusbar color in iOS7. 2013-10-02 09:39:27 +02:00
Yann Diorcet
44fa43278f Remove useless calllog handling in didReceiveLocalNotification 2013-02-21 11:23:49 +01:00
Yann Diorcet
b672051864 Use calllog id as parameters for HistoryDetailsView
Fix issue when core is recreated
2013-02-21 11:02:19 +01:00
Simon Morlat
5a8f48fa5b update exosip and linphone, and use new call log apis. 2013-02-08 17:34:44 +01:00
Yann Diorcet
402ff3da1b Go to history details on missed call notification 2013-01-31 11:50:14 +01:00
Jehan Monnier
cc0983860c improve customazation process 2012-12-06 18:26:51 +01:00
Yann Diorcet
da5488e866 Fix call reference in local notifications 2012-10-09 17:07:12 +02:00
Jehan Monnier
fe7625bdd6 fix gsm handling issue 2012-10-04 18:15:16 +02:00
Simon Morlat
ab2d6d8897 support for remote notification when app is started (not resumed) 2012-10-03 16:08:48 +02:00
Simon Morlat
d7da75593b fix call-id lookup from push notification. 2012-10-03 15:16:22 +02:00
Jehan Monnier
9f7f8a97cb check callid from push notif before auto accepting call 2012-10-03 09:48:05 +02:00
Jehan Monnier
581dccc7a8 set bg mode by default 2012-10-02 17:05:27 +02:00
Jehan Monnier
421a1a390f fix GSM call handling 2012-09-24 18:55:05 +02:00
Yann Diorcet
cc821f7140 Fix chat progress bar for iOS4
Fix chat scroll
Fix status bar with image picker
Fix many issue
2012-09-24 17:21:38 +02:00
Jehan Monnier
faa1df7edb Merge remote-tracking branch 'origin/new_ui' into new_ui
Conflicts:
	Classes/ChatRoomViewController.h
	Classes/ChatRoomViewController.m
	Classes/LinphoneManager.m
	linphone.ldb/Resources/Classes/ChatRoomViewController/10/ChatRoomViewController.xib
	linphone.xcodeproj/project.pbxproj
2012-09-14 09:17:17 +02:00
Jehan Monnier
6d4c6c6ffa add file sharing 2012-09-13 17:54:48 +02:00
Yann Diorcet
5e97c0c7e7 Small fixes 2012-09-12 17:36:09 +02:00
Simon Morlat
2049dccd0e smoother startup when push notification token arrives (avoid running synchronizeAccounts just for that) 2012-08-29 22:18:18 +02:00
Simon Morlat
a3ebd8f7d2 improve push notification support 2012-08-29 12:47:01 +02:00
Yann Diorcet
7329929ebf Update mssilk 2012-08-21 14:54:10 +02:00
Simon Morlat
c786f60d81 repair background mode and fix double instanciation of settingsStore, causing inconsistencies between visible configuration and used one.
rename RFC dtmf.
2012-08-14 23:47:51 +02:00
Yann Diorcet
8d5379bc0b Fix view change on SIP url opening 2012-08-14 15:13:21 +02:00
Yann Diorcet
0ff2d2ec84 Add filter to URL open support 2012-08-14 15:08:01 +02:00
Yann Diorcet
efa6a69780 Add sip URL support 2012-08-14 15:00:02 +02:00