Commit graph

3525 commits

Author SHA1 Message Date
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
Guillaume BIENKOWSKI
2d702f020e Update prototypes for new API of linphone chat messages 2014-09-11 12:12:10 +02:00
Guillaume BIENKOWSKI
5d162519cd Reorder log levels 2014-09-11 11:33:43 +02:00
Guillaume BIENKOWSKI
e2e36f2d88 Merge branch 'master' into dev_sendmsg
Conflicts:
	Resources/licenses.html
2014-09-10 10:09:57 +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
7381c4d7cd Revert mute fix: it actually slows down the audio too much. We'll have to find another solution. 2014-08-20 14:05:45 +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
995a3f6de9 Fix for impossible mute since iOS7... 2014-08-11 15:27:28 +02:00
Guillaume BIENKOWSKI
e01f0ad6e8 Use quality reporting when configuring a new linphone account, and migrate existing linphone accounts to send quality report.
Also enable RTCP-XR by default.
2014-07-23 15:55:17 +02:00
Guillaume BIENKOWSKI
784b7897ec Perform userprefs migration if needed, to accommodate old linphone versions. Use sensible defaults when no user default is found. 2014-07-22 17:42:25 +02:00
Guillaume BIENKOWSKI
505469e6cf Add helper functions for Logging 2014-07-22 17:35:39 +02:00
Guillaume BIENKOWSKI
845906bd55 Fix video policy when auto-accept video is disabled 2014-07-16 16:43:36 +02:00
Guillaume BIENKOWSKI
6f86da2e8e Invert direction from old messages, because iOS was storing direction in the opposite manner than Linphone core 2014-07-11 10:30:26 +02:00
Guillaume BIENKOWSKI
d56dc2a972 Fix back button 2014-07-11 09:04:02 +02:00
Guillaume BIENKOWSKI
d9c51e4854 Use named background task when possible 2014-07-10 14:28:02 +02:00
Guillaume BIENKOWSKI
7467caa879 Progress commit on message file transfer:
- upload and download works,
- download only works for runtime messages. Messages pulled from DB will make belle-sip crash
- can't cancel the transfer for the moment (waiting for API to fix that)
2014-07-10 14:27:48 +02:00
Guillaume BIENKOWSKI
831a7f222f Add helper functions for Logging 2014-07-10 14:24:15 +02:00
Guillaume BIENKOWSKI
77dfa1c6b3 Added block-based UIAlertview handler. This will ease development 2014-07-10 14:11:46 +02:00
Guillaume BIENKOWSKI
e6045a2c60 Removed / corrected code spotted by static analysis 2014-07-10 13:31:50 +02:00
Guillaume BIENKOWSKI
2f79d21588 Merge branch 'master' into dev_sendmsg 2014-07-08 16:14:42 +02:00
Guillaume BIENKOWSKI
862a6dee1b Fix no network on push received 2014-07-08 11:50:03 +02:00
Guillaume BIENKOWSKI
19ba5d5ddf Fix the contact view in landscape for ipad 2014-07-07 16:15:15 +02:00
Guillaume BIENKOWSKI
1fec7d8a5c Fix Call cell discrepancies on iOS6. This is a strange fix, because no inset seems to be set but the content view is 10 px smaller 2014-07-07 12:17:48 +02:00
Guillaume BIENKOWSKI
c8d293fded Fix contact list size 2014-07-07 11:43:30 +02:00
Guillaume BIENKOWSKI
a0f724ceab Dont bother me with subproject updates, thanks 2014-07-07 10:31:29 +02:00
Guillaume BIENKOWSKI
12fc7dcf6b Don't animate the UICall cell when no animation is wanted 2014-07-04 12:51:30 +02:00
Guillaume BIENKOWSKI
966f8dc9a2 Don't re-enable the speaker in video if the user disabled it. This can happen when there's an ICE reinvite. 2014-07-04 12:31:17 +02:00
Guillaume BIENKOWSKI
ea5bb01d70 Handle bad proxy configuration with error messages 2014-07-04 12:30:44 +02:00
Guillaume BIENKOWSKI
92defb9ca3 Null check 2014-07-04 10:59:49 +02:00
Guillaume BIENKOWSKI
ee3b842abc Fix contact address label in contact details view for when it is unknown. 2014-07-03 15:47:10 +02:00
Guillaume BIENKOWSKI
6caf717b59 Incomplete image transfert evolution 2014-07-03 14:44:42 +02:00
Guillaume BIENKOWSKI
03b8d2b357 Fix data detector leaking into reused cells in chat view 2014-07-01 16:12:01 +02:00
Guillaume BIENKOWSKI
0e49bd4e7c Fix the status bar color in a better fashion. 2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
44995825d7 French translation of Call History shortened 2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
9e291c267f Fix french translation of download bandwidth 2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
759b7d071b Move address field a bit to the center. Also, shorten the translations so that it is entirely written 2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
ec2b97b02a Remove unneeded active wait loop 2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
1a7c27e609 Fix XIB button sometimes disabled with xcode compilation 2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
c6f41b3d72 Call migrate_to_multitransport at start 2014-06-30 09:55:24 +02:00
Simon Morlat
874eb9e62a fix UICamSwitch button broken 2014-06-24 17:54:36 +02:00
Guillaume BIENKOWSKI
fddd08f040 Change the avpf enabled function prototype 2014-06-12 14:07:24 +02:00
Guillaume BIENKOWSKI
c280553618 Remove unused code path 2014-06-12 12:08:10 +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
4410655111 Only hide the volume view when the InCall view appears and until further call updates arrive. 2014-06-10 17:33:57 +02:00
Guillaume BIENKOWSKI
44ce362ca7 Migration procedure for asset images that were stored in the url / message field 2014-06-03 18:45:10 +02:00
Guillaume BIENKOWSKI
8ebecf0085 DOn't release image when it's a fake property! 2014-06-03 18:43:13 +02:00
Guillaume BIENKOWSKI
1f8d455e77 Use app-data storage in Chat messages for image path storage.
Implemented with a JSON dictionary for subsequent evolution.
2014-06-03 18:09:33 +02:00