Commit graph

132 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
ca4f7356db Merge remote-tracking branch 'public/master' into 3.0.x 2015-10-14 14:23:12 +02:00
Gautier Pelloux-Prayer
5695787f89 Settings: fix crash when adding an account without assistant 2015-10-14 14:21:50 +02:00
Gautier Pelloux-Prayer
602d4b0138 Merge remote-tracking branch 'public/master' into 3.0.x 2015-10-07 17:56:24 +02:00
Gautier Pelloux-Prayer
31c9c5fd0e LinphoneManager: ask user for password if login fails due to bad credentials 2015-10-06 10:20:35 +02:00
Gautier Pelloux-Prayer
e09d8ab494 linphonerc: remove outbound proxy for linphone accounts by default 2015-10-02 16:00:39 +02:00
Gautier Pelloux-Prayer
c02cf6b47b LinphoneCoreSettings: fix registration when modifying password 2015-10-02 15:59:43 +02:00
Gautier Pelloux-Prayer
c6bbe8feb0 Merge remote-tracking branch 'public/master' into 3.0.x 2015-09-28 14:50:32 +02:00
Gautier Pelloux-Prayer
ae4f983df3 linphonerc: remove sharing_server_preference and use file_transfer_server_url to comply with liblinphone 2015-09-16 10:54:24 +02:00
Gautier Pelloux-Prayer
3a222410ea LinphoneUITester: fix some tests 2015-09-14 17:26:29 +02:00
Gautier Pelloux-Prayer
bb92accc7c Merge remote-tracking branch 'public/master' into 3.0.x 2015-09-09 14:10:55 +02:00
Gautier Pelloux-Prayer
c60d27accd Settings: remove adaptive rate control algorithm choice - stateful is not working with srtp/zrtp calls (duplicating packets) 2015-09-09 12:08:03 +02:00
Gautier Pelloux-Prayer
f43bed58e6 multi accounts in progress.. 2015-09-09 10:25:41 +02:00
Gautier Pelloux-Prayer
ad4feff82f clean up headers 2015-09-08 13:13:32 +02:00
Gautier Pelloux-Prayer
dd5f86e420 LinphoneCoreSettingsStore: do not synchronize settings in init, it will be done when view is visible 2015-07-15 12:12:28 +02:00
Gautier Pelloux-Prayer
1689b30026 LinphoneUITester: fix broken UI tests and reorder tests in execution order (eg alphabetical) 2015-07-07 14:08:00 +02:00
Jehan Monnier
f9c77697fd call linphone_core_set_upload_bandwidth in case of custom preset 2015-06-17 16:08:55 +02:00
Gautier Pelloux-Prayer
f63ca7fc89 InAppSettingsVideo: reset FPS when using non custom preset 2015-06-17 10:51:21 +02:00
Gautier Pelloux-Prayer
9b6ae065b5 LocalNotification: add settings Call "Repeat call notification" so that in iOS8, user can choose local notification behaviour based on its use case (vibrate at each notification or not) 2015-06-16 18:11:32 +02:00
Gautier Pelloux-Prayer
2d10de7d88 InAppSettingsVideo: add video preset, video FPS and bandwidth limit preferences 2015-06-16 18:00:40 +02:00
Gautier Pelloux-Prayer
016fa44f62 InAppSettings: reorder code by section 2015-06-16 15:21:57 +02:00
Gautier Pelloux-Prayer
06375f58af filetransfer: rework file transfer to use latest API 2015-06-15 15:46:26 +02:00
Guillaume BIENKOWSKI
b6d8afe22e Migrate to ARC \o/ 2015-06-02 11:54:48 +02:00
Gautier Pelloux-Prayer
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02:00
Jehan Monnier
2be1b5e6c1 enable SRTP DTLS
[Switch submodule branch] for polarssl
2015-02-20 18:28:47 +01:00
Guillaume BIENKOWSKI
0fa635dc68 Allow to clear the proxy config with a button in the settings. 2015-02-20 11:27:53 +01:00
Guillaume BIENKOWSKI
a6f850a8b7 Remove rotation preferences: we now use the iOS feature of screen rotation lock. Fixes #2002 2015-01-16 14:06:57 +01:00
Guillaume BIENKOWSKI
7ff6008db1 Move the send logs button to the advanced menu and use only one preference to trigger it (debugenable_preference) 2014-12-17 12:18:06 +01:00
Guillaume BIENKOWSKI
cb95b395af Fix push notification token handling: we systematically added it even though sometimes it wasn't needed/wanted 2014-12-08 12:32:44 +01:00
Guillaume BIENKOWSKI
8c03c66710 Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
Guillaume BIENKOWSKI
bd58dca1e0 Fix for #1821: Entering a real SIP address in Proxy field makes it crash 2014-11-21 14:53:38 +01:00
Guillaume BIENKOWSKI
2c67a6c460 Remove isLCReady method and don't remove the core when going into background mode.
This removes a lot of code complexity and makes some strange simulator / device bugs workable (especially the very first start of the app).
2014-10-27 17:05:03 +01:00
Gautier Pelloux-Prayer
5d3d15d353 Add voice mail feature: long press on "1" button will call it, if configured 2014-09-24 14:21:03 +02:00
Guillaume BIENKOWSKI
8f2a736bb0 Add bass-boost and voice processing activation switches in the settings 2014-09-19 10:30:31 +02:00
Guillaume BIENKOWSKI
9cf5835e12 Add a button in the UI to switch to non-voice-processing audio.
Also defaults to use bass boost with equalizer.
2014-09-19 10:29:51 +02:00
Gautier Pelloux-Prayer
2d879e19cc Add possibility to change adaptive rate algorithm in audio settings 2014-09-09 14:23:09 +02:00
Guillaume BIENKOWSKI
1a3108b825 Don't clear and create new proxy config each time an edit is performed.
Prefer the edit()/done()
2014-08-20 17:07:59 +02:00
Guillaume BIENKOWSKI
52928e7e1e Don't wait for unregister when editing the account, and re-register after unsuccessful edit. 2014-08-20 11:09:18 +02:00
Guillaume BIENKOWSKI
d4c5abaf0b Disable route if Outbound proxy is disabled. Default values in the linphonerc force the route to a non-suitable default value otherwise. 2014-08-20 11:08:34 +02:00
Guillaume BIENKOWSKI
1766ebdfe7 Add the User ID specifier for advanced authentication.
Since the account setup was getting a bit big, I added a button to switch to advanced mode and hide the non-advanced settings by default.
2014-08-13 11:43:44 +02:00
Guillaume BIENKOWSKI
ea5bb01d70 Handle bad proxy configuration with error messages 2014-07-04 12:30:44 +02:00
Guillaume BIENKOWSKI
fddd08f040 Change the avpf enabled function prototype 2014-06-12 14:07:24 +02:00
Guillaume BIENKOWSKI
6ba957dbcb Add AVPF setting in the Proxy config section.
Also setup a migration for linphone.org accounts
2014-06-12 11:33:35 +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
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
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
1650e930f1 use new API to set output bitrate of codecs. 2014-05-02 23:24:48 +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
edd0d46291 Merge remote-tracking branch 'public/master' into tunnel
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
2014-04-22 17:03:25 +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
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