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
Guillaume BIENKOWSKI
a389cd6487
Updated iOS code to support linphone & belle-sip update.
2013-10-23 16:53:31 +02:00
Guillaume BIENKOWSKI
69f88f2825
Fix the chat not scrolling every time when a new
...
message is posted.
2013-10-21 16:04:42 +02:00
Guillaume BIENKOWSKI
04a677a535
Fix the asset optimization for good:
...
- asset names for iPad were not named correctly
- the UIMainBar's dialer was not using background images
2013-10-15 16:04:11 +02:00
Guillaume BIENKOWSKI
7f944c91d0
Merge branch 'master' into apple_store
...
Conflicts:
Classes/SettingsViewController.m
2013-10-14 17:11:07 +02:00
Guillaume BIENKOWSKI
2bc0cd8c84
Display a "disabled, compile from source" if the codec
...
is not installed.
2013-10-14 16:59:26 +02:00
Guillaume BIENKOWSKI
f3b8c3c787
Remove apple-store specific changes for non-inclusion of FFMPEG and X264
...
- update the default configuration to use TLS as default
- remove the HAVE_SSL flag (not needed anymore)
This makes the apple_store branch closer to master.
2013-10-11 17:19:33 +02:00
Guillaume BIENKOWSKI
8216215669
Merge branch 'master' into HEAD to incorporate changes for version 2.1 (see tag 2.1)
...
Conflicts:
Resources/en.lproj/Localizable.strings
Resources/fr.lproj/Localizable.strings
Resources/linphonerc-factory
linphone-Info.plist
2013-10-11 16:32:53 +02:00
Guillaume BIENKOWSKI
7f9abfed95
Fix bug where the ring sound would not stop in case
...
of a push notification.
2013-10-09 10:31:48 +02:00
Guillaume BIENKOWSKI
6133060d76
Fix a typo
2013-10-09 09:33:15 +02:00
Guillaume BIENKOWSKI
92f00c7784
Added a vertical separator to the contact detail fields.
2013-10-07 17:15:36 +02:00
Guillaume BIENKOWSKI
bcfd661408
Fix status bar color when going to/coming from dialer on ipad
2013-10-07 15:22:33 +02:00
Guillaume BIENKOWSKI
c14c889b47
Amend commit 5842818bbc for opaque settings header: the fix was not complete.
2013-10-07 14:11:01 +02:00
Guillaume BIENKOWSKI
debbda9bfd
Fix the contact editing interface
2013-10-07 14:05:10 +02:00
Guillaume BIENKOWSKI
5d49c918cf
Update iOS7 BG color to something closer to the iOS6 version.
2013-10-07 12:05:47 +02:00
Guillaume BIENKOWSKI
8ebf46307c
Adjust chat cell for better readability
2013-10-07 11:17:48 +02:00
Guillaume BIENKOWSKI
5842818bbc
Make the status bar opaque on Settings view. This fixes the invisible "SIP Account" header.
2013-10-07 09:22:35 +02:00
Guillaume BIENKOWSKI
4243965ce6
Fix contact header visible through iOS7 status bar
2013-10-07 09:15:00 +02:00
Guillaume BIENKOWSKI
217350708c
Update HPGrowingTextView for iOS7 compatibility.
...
From https://github.com/HansPinckaers/GrowingTextView
2013-10-04 17:14:53 +02:00
Guillaume BIENKOWSKI
dd5e1d7245
Fix cell background in iOS7
2013-10-04 17:13:23 +02:00
Guillaume BIENKOWSKI
1ca1cc1f80
Fix messy transitions for iOS7
2013-10-03 09:19:29 +02:00
Guillaume BIENKOWSKI
46f4de42a7
Update iOS code to accomodate for linphone SDK API changes
2013-10-02 17:09:23 +02:00
Guillaume BIENKOWSKI
75a522b9de
Fix * -> Settings and Settings -> * views transitions
2013-10-02 17:08:48 +02:00
Guillaume BIENKOWSKI
626c280b09
Fix placeholder color for iOS7
2013-10-02 14:41:24 +02:00
Guillaume BIENKOWSKI
817f9c35b6
Adjust chat cell size for iOS7 compatibility.
2013-10-02 14:05:57 +02:00
Guillaume BIENKOWSKI
1d082b4f63
Migrate from deprecated UITextAlign* to NSTextAlign*
2013-10-02 12:33:58 +02:00
Guillaume BIENKOWSKI
81fe7d6bf9
Fix compatibility with older Xcode version
2013-10-02 12:28:19 +02:00