Commit graph

1617 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
6b994368da Revert "Fix image sending, there is still an issue with the message state. Not sure why."
This reverts commit 42199f23dc.
2014-05-22 15:55:19 +02:00
Guillaume BIENKOWSKI
78e1ae145c Move the message add code after the send. 2014-05-22 15:55:12 +02:00
Guillaume BIENKOWSKI
42199f23dc Fix image sending, there is still an issue with the message state. Not sure why. 2014-05-22 11:24:18 +02:00
Guillaume BIENKOWSKI
041ab29d08 Fix bad log message 2014-05-21 17:18:28 +02:00
Guillaume BIENKOWSKI
249b21661b Update linphone and belle-sip for ICE fix 2014-05-21 16:46:42 +02:00
Guillaume BIENKOWSKI
336c43e5ba Merge branch 'messages'
Conflicts:
	Classes/LinphoneManager.m
2014-05-20 11:41:28 +02:00
Guillaume BIENKOWSKI
05df11ef9a 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-20 11:29:03 +02:00
Guillaume BIENKOWSKI
321f0c37e3 Fix some memleaks and bad behaviors 2014-05-20 11:29:03 +02:00
Guillaume BIENKOWSKI
9642e928af Update linphone 2014-05-20 11:27:50 +02:00
Guillaume BIENKOWSKI
45bf13ecb0 Fix migration: the internal iOS timestamps were stored in UTC, so we just put them in the 'utc' field directly.
+ reinitialize the chat db after migration so that all chatrooms are created
2014-05-20 11:22:37 +02:00
Guillaume BIENKOWSKI
e5641e79be Enable message storage in compilation and remove chat model from the xcode project 2014-05-19 16:59:36 +02:00
Guillaume BIENKOWSKI
b3a819fc4a Disable logging for now, we'll see how to deal with it later 2014-05-19 16:58:40 +02:00
Guillaume BIENKOWSKI
4a136403b4 First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
Guillaume BIENKOWSKI
9bd9152959 Update linphone 2014-05-19 14:33:02 +02:00
Guillaume BIENKOWSKI
7e53a3755e Update belle-sip and linphone 2014-05-19 12:22:16 +02:00
Guillaume BIENKOWSKI
b09db7a803 Update linphone for Chat and sqlite compatibility 2014-05-15 17:21:56 +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
e78e786646 Fix some memleaks and bad behaviors 2014-05-14 15:18:03 +02:00
Jehan Monnier
5122d1135d fix linphone-no-gpl-third-parties xcode project 2014-05-14 10:11:03 +02:00
Guillaume BIENKOWSKI
9cdd13261e Update linphone 2014-05-13 18:01:19 +02:00
Guillaume BIENKOWSKI
d8ed316541 Update linphone 2014-05-13 16:58:58 +02:00
Guillaume BIENKOWSKI
405be6afb4 Update linphone 2014-05-13 16:46:11 +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
Guillaume BIENKOWSKI
aa7eb4d176 Update belle-sip and linphone. 2014-05-12 14:56:15 +02:00
Simon Morlat
25b909c9f8 update belle-sip and linphone 2014-05-08 17:07:49 +02:00
Simon Morlat
1650e930f1 use new API to set output bitrate of codecs. 2014-05-02 23:24:48 +02:00
Guillaume BIENKOWSKI
b88f1f1aec Update libvpx, fixes corruption and crashes with new clang. 2014-05-02 18:10:42 +02:00
Guillaume BIENKOWSKI
a5794a420d Update linphone for quality_reporting crash fix 2014-04-30 13:37:02 +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
Jehan Monnier
884d4a1dca use git submodule status instead of ls to check tunnel mode 2014-04-23 17:21:22 +02:00
Simon Morlat
9059c1f245 upgrade linphone submodule 2014-04-23 17:04:55 +02:00
Simon Morlat
ee3c36a092 fix bug in makefile 2014-04-23 11:51:10 +02:00
Simon Morlat
2eddb8ad81 merge tunnel branch into main branch so that source code is exactly the same in the two branches.
The only difference is the presence of the submodules/tunnel .
2014-04-23 09:36:55 +02:00
Simon Morlat
81ce1181b4 restore tunnel build, fix crash occuring with lastest polarssl 2014-04-22 23:37:46 +02:00
Simon Morlat
edd0d46291 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
2014-04-22 17:03:25 +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
Jehan Monnier
e1274217ee finilize bzrtp integration 2014-04-18 14:15:17 +02:00
Christophe Deschamps
0bd6b86f6b URL handler for remote configuration - linphone-config-http:// & linphone-config-https:// 2014-04-17 16:44:38 +02:00
Simon Morlat
02afae59eb integrate permissive patch of openh264 2014-04-16 11:25:20 +02:00
Simon Morlat
988bc012ca Merge remote-tracking branch 'public/master' into tunnel 2014-04-14 20:14:22 +02:00
Simon Morlat
15fb9cac57 fix crash in mediastreamer2
fix symbol conflict with sha256
2014-04-14 20:13:31 +02:00
Simon Morlat
e91dc6759a update belle-sip and linphone 2014-04-14 15:27:03 +02:00
Simon Morlat
3376388982 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
	Classes/LinphoneManager.m
	linphone.xcodeproj/project.pbxproj
	submodules/build/Makefile
	submodules/build/builder-iphone-os.mk
2014-04-14 12:52:00 +02:00
Simon Morlat
e31064bce7 update linphone & belle-sip 2014-04-11 15:08:56 +02:00