Commit graph

782 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
b75d428b06 Cosmetics: don't call linphone_core_get_config() all the time 2014-04-01 10:40:51 +02:00
Guillaume BIENKOWSKI
59db8330f2 Update random port preference in lpconfig 2014-04-01 10:38:18 +02:00
Guillaume BIENKOWSKI
bb59a61e71 Switch to multi protocol from branch remote 2014-03-31 16:28:46 +02:00
Guillaume BIENKOWSKI
d78e097bf6 Possible fix for volume windows appearing when placing a call 2014-03-21 16:03:42 +01:00
Guillaume BIENKOWSKI
a18df81193 Revert "First functional version of remote provisioning"
This reverts commit 912ca99436.
2014-03-21 11:19:15 +01:00
Guillaume BIENKOWSKI
912ca99436 First functional version of remote provisioning 2014-03-18 14:20:03 +01:00
Guillaume BIENKOWSKI
1ef6478312 Protect scrollToBottom 2014-03-13 16:24:33 +01:00
Guillaume BIENKOWSKI
f6de70b5af Don't destroy chatrooms, they should be kept in-memory to handle message updates 2014-03-07 15:05:16 +01:00
Guillaume BIENKOWSKI
11f5400fa9 Fix chartroom exit and composition indicator glitching the list view 2014-03-07 14:52:33 +01:00
Guillaume BIENKOWSKI
bf7af8ccfa Better placement for "User is composing" in the ChatRoomView 2014-03-07 14:04:19 +01:00
Guillaume BIENKOWSKI
b4bfdb2e7e Better user compose detection 2014-03-06 14:33:23 +01:00
Guillaume BIENKOWSKI
b17d5a2d46 Enable remote typing indicator in the ChatRoom view 2014-03-06 12:57:40 +01:00
Guillaume BIENKOWSKI
19b54bad8c Better bis 2014-03-05 16:45:09 +01:00
Guillaume BIENKOWSKI
a63542cd03 - Allow to resend a message that's not delivered correctly
- Allow select-all on uitextviews
2014-03-05 14:16:01 +01:00
Guillaume BIENKOWSKI
53ffeddf52 Fix some Clang warnings 2014-02-26 12:02:45 +01:00
Guillaume BIENKOWSKI
88d0a967f8 Fix ipad texts size in Wizard 2014-02-26 12:02:45 +01:00
Guillaume BIENKOWSKI
bc25d6cd26 Enable fullscreen display of stats 2014-02-26 12:02:45 +01:00
Guillaume BIENKOWSKI
8ff2f04ab7 Fix bis returning bad address and memleak 2014-02-26 12:02:45 +01:00
Guillaume BIENKOWSKI
865c2c1513 Disable "define" option in the keyboard, it seems to mess up the keyboard. 2014-02-26 12:02:45 +01:00
Guillaume BIENKOWSKI
b5fbabd64b Add "enable ipv6" setting in Network
Conflicts:
	Classes/LinphoneCoreSettingsStore.m
2014-02-26 12:02:44 +01:00
Guillaume BIENKOWSKI
3447642258 Allow UICallCellData to be initialized with a minimized/maximized state.
This fixes the problem of incoming call information being displayed in fullscreen.
2014-02-26 12:02:44 +01:00
Guillaume BIENKOWSKI
db11e9de8d Probable fix for (null) string displayed in address field sometimes at cold app boot. 2014-02-26 12:02:44 +01:00
Guillaume BIENKOWSKI
2bfd507702 Make the UICallCell background visible so that it is viewable in fullscreen video. 2014-02-26 12:02:44 +01:00
Guillaume BIENKOWSKI
2aaf67dfe2 Fix ZRTP popup glitch 2014-02-21 10:15:52 +01: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
4c716afc3e No NSLog 2014-02-19 14:16:54 +01:00
Guillaume BIENKOWSKI
7b360ce5b9 Log termination 2014-02-19 11:16:07 +01:00
Guillaume BIENKOWSKI
76ff76e181 Fix missing null check 2014-02-19 11:16:07 +01:00
Jehan Monnier
1e11ce804a make sure normal bg mode is activated if at least one call exist 2014-02-18 16:19:53 +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
c6cd010487 Hide "Add Contact" when use_system_contacts is set. 2014-02-13 14:57:36 +01:00
Guillaume BIENKOWSKI
d0b5b8f394 Add the ability to use the System contact view, which is the ABPeoplePicker.
This has the drawback that we can't (yet?) add contacts anymore, but it allows for remote directories (LDAP, exchange) searches.
2014-02-13 11:12:07 +01:00
Guillaume BIENKOWSKI
fd985d9ef3 Implement bis, long due! 2014-02-12 12:08:49 +01:00
Guillaume BIENKOWSKI
c5a986c7f8 Use iOS6 methods for AddressBook creation. 2014-02-11 15:13:41 +01:00
Guillaume BIENKOWSKI
8a2310c4a5 Use iOS6 AudioSession notifications instead of the deprecated Delegate method 2014-02-06 10:50:49 +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
27261010d6 Fix missing localized placeholder in dialer 2014-01-24 13:59:14 +01:00
Guillaume BIENKOWSKI
1fc2b10e7e Better comments on how masking works 2014-01-24 13:59:14 +01:00
Guillaume BIENKOWSKI
edf44eb743 Revert "Fix Dialer preview not angled correctly at first start if the device is rotated."
This reverts commit 02ac9da3bd.
2014-01-13 12:01:19 +01:00
Guillaume BIENKOWSKI
7f36f72199 Switched to Xcode's internal localization.
It uses .strings when possible, and a specific xib file for 
language-specific layouts.
2014-01-13 11:43:27 +01:00
Guillaume BIENKOWSKI
b580765773 Disable speaker button when running on iPad 2014-01-13 09:20:03 +01:00
Guillaume BIENKOWSKI
0e95a54e52 Handle sips: prefix as valid SIP address 2014-01-10 15:04:38 +01:00
Guillaume BIENKOWSKI
02ac9da3bd Fix Dialer preview not angled correctly at first start if the device is rotated. 2014-01-10 11:12:41 +01:00
Guillaume BIENKOWSKI
00d8059d1f NULLify the contact parameters, since they are now in the uri parameters. 2014-01-02 11:41:54 +01:00
Simon Morlat
5798639789 add linphone_proxy_config_set_contact_uri_parameters() 2013-12-12 11:29:32 +01:00
Simon Morlat
4372a0ecd6 remove cpu count detection from app, since it is done automatically by mediastreamer2 now.
update belle sip and linphone
2013-12-06 13:10:24 +01:00
Guillaume BIENKOWSKI
f6127f1565 Continuing XML migration 2013-11-20 09:02:22 +01:00
Guillaume BIENKOWSKI
4e554e07ec Switch to xcode5 xib format 2013-11-19 17:08:36 +01:00
Guillaume BIENKOWSKI
effd29dff4 Make sure the username is lowercase when register is issued. 2013-11-19 15:12:32 +01:00