Commit graph

759 commits

Author SHA1 Message Date
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
Guillaume BIENKOWSKI
1c1fcd6553 Don't perform statusbar animation if target is already in the expected state. 2013-11-19 11:55:34 +01:00
Guillaume BIENKOWSKI
a31ee8b410 Fix status bar transition from video call. 2013-11-19 10:35:16 +01:00
Guillaume BIENKOWSKI
37cafbe61b Fix a crash when removing contacts. 2013-11-18 14:32:14 +01:00
Guillaume BIENKOWSKI
3fa6568e0b Fix issue with incoming call view displayed when the call is answered. 2013-11-18 13:58:34 +01:00
Guillaume BIENKOWSKI
8c6e96eb80 Update the badge count to reflect ongoing calls.
This is useful in the case an incoming call is received but Linphone is
in the background.
Also disable ringing once the application gets in the foreground.
2013-11-18 12:12:26 +01:00
Guillaume BIENKOWSKI
03dfd7fc7b Solve the PR #1004, Can't answer call from lock screen if app is in background and we slide the bottom of the lockscreen (not the push)
What was happening: we would land into the dialer view, but with an incoming call in BG, which would confuse the UI.
2013-11-18 10:58:05 +01:00
Guillaume BIENKOWSKI
0b98741087 Added a preference to hide the "create account" button in the wizard.
I also renamed the preference for consistency with Android.

Also, in case all the buttons are removed, we skip the choice view.
2013-11-15 15:11:35 +01:00
Guillaume BIENKOWSKI
966156fd09 UICallCell height is actually not dependent on iPad/iPhone distinction.
Both have changed.
2013-11-14 17:28:43 +01:00
Guillaume BIENKOWSKI
bf739c229c Animate the opacity transition 2013-11-14 17:11:16 +01:00
Guillaume BIENKOWSKI
8b61ef586e Use black background for Wizard view 2013-11-14 17:08:25 +01:00
Guillaume BIENKOWSKI
b8a550295f Get correct default values for bitrate 2013-11-14 16:59:59 +01:00
Guillaume BIENKOWSKI
a050e61287 Fix visual glitch in Call when toggling the details view.
+ better elapsed time computing
2013-11-14 13:01:22 +01:00
Guillaume BIENKOWSKI
ca097a54cf Added username validation when creating a new account.
It also converts the username to lowercase.
2013-11-14 12:54:45 +01:00
Guillaume BIENKOWSKI
7be6bace3a Another shot at better layout of chat cells. 2013-11-13 16:03:19 +01:00
Guillaume BIENKOWSKI
a1b20551df Added bandwidth margin for HD video bitrate. 2013-11-12 11:36:10 +01:00
Guillaume BIENKOWSKI
d8ceae7f47 Fix bandwidth specification (should be in kB/s, not B/s) 2013-11-12 11:08:01 +01:00
Guillaume BIENKOWSKI
4d31f1539a Fix grey status bar in Settings view in ios6 2013-11-08 09:06:12 +01:00
Guillaume BIENKOWSKI
8018d3487b Add margin in ChatRoom cell handling, to fix a line-breaking problem. 2013-11-07 17:36:11 +01:00
Guillaume BIENKOWSKI
88c7705c1c Better transitions for the statusbar in ios7 2013-11-07 12:23:30 +01:00
Jehan Monnier
696643b92b update liblinphone to fix 488 crashes 2013-11-06 17:44:40 +01:00
Guillaume BIENKOWSKI
46a4a35984 Fix static analysis showing incorrect use of string comparison result 2013-11-05 14:39:16 +01:00
Guillaume BIENKOWSKI
9a64549fa1 Fix the algorithm in charge of detecting unsupported codecs. 2013-11-05 14:37:09 +01:00
Guillaume BIENKOWSKI
7f66de2e96 Fix local notification ring not stopping. 2013-11-05 14:17:38 +01:00