Commit graph

142 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
86a75dc9c0 Settings: fix account reregister 2015-10-27 11:36:56 +01:00
Gautier Pelloux-Prayer
d23d65a15f Accounts: remove auth info AFTER proxy so that we can unregister first 2015-10-21 16:18:20 +02:00
Gautier Pelloux-Prayer
90de9252e8 Settings: fix crash 2015-10-19 15:01:27 +02:00
Gautier Pelloux-Prayer
696dad4628 Merge remote-tracking branch 'public/master' into 3.0.x 2015-10-16 15:31:56 +02:00
Gautier Pelloux-Prayer
b656e00fbd UTF8: fix potential crash when contacts had invalid characters 2015-10-16 15:22:22 +02:00
Gautier Pelloux-Prayer
03ab5ea9bf Multiaccount: do not flush every auth infos if possible (wip) 2015-10-16 13:53:35 +02:00
Gautier Pelloux-Prayer
418d608b69 liblinphone: remove obsolete linphone_core_get_default_proxy() calls 2015-10-16 11:19:47 +02:00
Gautier Pelloux-Prayer
8cb78d85a1 Multiaccount: handle settings 2015-10-15 18:01:05 +02:00
Gautier Pelloux-Prayer
4ab45b7aca Conference: add view 2015-10-15 12:14:38 +02:00
Gautier Pelloux-Prayer
d5ed8a9d9e Settings: add auto_answer for debugging purposes 2015-10-15 11:24:06 +02:00
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