Commit graph

1233 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
a9fbf3b36a Modification of the build process to enable GPL
builds without FFMPEG.
Also simplified the process of adding options that
require a reconfiguration of the linphone build.
2013-10-09 17:26:34 +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
518dd9e9c7 Enable PIE for ffmpeg and x264.
Note that the x264 compilation seems to generate non-PIC code even though the option is passed.
2013-10-04 10:25:08 +02:00
Guillaume BIENKOWSKI
be2b671628 Fix i386 compilation, which was triggering link errors for the iPhoneSimulator target. 2013-10-03 14:49:34 +02:00
Guillaume BIENKOWSKI
7a537441b7 Updated belle-sip to HEAD, fixes systematic recompilation of the entire SDK. 2013-10-03 14:47:32 +02:00
Guillaume BIENKOWSKI
1ca1cc1f80 Fix messy transitions for iOS7 2013-10-03 09:19:29 +02:00
Guillaume BIENKOWSKI
9b5da13f24 New icons are now in the XCode project 2013-10-02 17:10:55 +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
1259d99ff7 Update belle-sip to HEAD 2013-10-02 15:35:35 +02:00
Guillaume BIENKOWSKI
1b689b7e37 Update msx264 and linphone submodules to HEAD 2013-10-02 15:33:55 +02:00
Guillaume BIENKOWSKI
7e8b6315d7 New icon resources for iOS7 2013-10-02 15:08:28 +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
Guillaume BIENKOWSKI
78f9dc3ef7 Import commits from the InAppSettingsKit to fix rendering issues in iOS7.
- 66d95030cf
- 3dab71a7e4
2013-10-02 12:08:37 +02:00
Guillaume BIENKOWSKI
b189297839 Shorten long messages in chat view, so that they stay readable. 2013-10-02 12:06:17 +02:00
Guillaume BIENKOWSKI
3eec08773c Disable the gcc in opencore-amr, which fixes compiler issue (was producing x86 versions even for arm targets…) 2013-10-02 11:24:21 +02:00
Guillaume BIENKOWSKI
70ad68906f Fix the statusbar color in iOS7. 2013-10-02 09:39:27 +02:00
Guillaume BIENKOWSKI
929aa2fac3 Fix iOS7 introducing new sub-widgets in the widget tree, which broke a whole lot of 'superview' calls. 2013-10-02 09:27:44 +02:00
Guillaume BIENKOWSKI
2c246cba5e Update mssilk commit hash to fix ARM compilation. 2013-10-01 17:47:29 +02:00
Guillaume BIENKOWSKI
cc6074ad33 + Fix x264 patch not applied after a clean
+ Fix libvpx and zrtp compilation for XCode 4.x

Overall, we transition from using gcc to using clang all the way. This solves some tricky problems with -mtune options and architecture-dependant configure issues.
2013-10-01 17:41:37 +02:00
Guillaume BIENKOWSKI
ce17708a34 Re-enable x264 patching and fix patch file. 2013-10-01 08:58:14 +02:00
Guillaume BIENKOWSKI
6c60ddbebc Merge branch 'master' of git.linphone.org:linphone-iphone 2013-09-30 17:35:24 +02:00
Guillaume BIENKOWSKI
e053a0ee19 Fix compilation process for XCode 5 and following.
Transitioned to using Clang instead of GCC everywhere possible,
including x264 (some ASM was modified for that)
2013-09-30 17:32:46 +02:00
Guillaume BIENKOWSKI
f9a64f6e48 Fix iOS7 cell transparency problems 2013-09-30 16:52:20 +02:00
Jehan Monnier
39a827344e fix linphone_address_get_port_int replaced by linphone_address_get_port 2013-09-27 08:49:23 +02:00
Simon Morlat
488020498d update linphone 2013-09-26 14:43:45 +02:00
Simon Morlat
95c9a6fb59 update belle-sip and linphone 2013-09-25 12:09:28 +02:00
Simon Morlat
467091c6f4 update belle-sip for compile bugfix 2013-09-18 10:20:56 +02:00
Simon Morlat
41678a2f17 update belle-sip and linphone, for enhancements around generic publish 2013-09-17 17:09:13 +02:00
Simon Morlat
3220b46c27 update linphone submodule (bugfix for crash with null LinphoneContent) 2013-09-13 21:52:36 +02:00
Simon Morlat
2c408c88ac update liblinphone (crash when presence unsubscription) 2013-09-13 18:40:06 +02:00
Simon Morlat
dfc3ff0aa9 update linphone (fixes in event api implementation) 2013-09-13 16:49:44 +02:00
Simon Morlat
5f0cf05dc9 update linphone submodules (missing unSUBSCRIBEs and contact without username in publish) 2013-09-13 15:16:46 +02:00
Simon Morlat
3f46069b11 update linphone & belle-sip 2013-09-11 16:20:37 +02:00
Simon Morlat
df1e9a731d update belle-sip & linphone to fix build problems 2013-09-10 22:40:34 +02:00
Simon Morlat
ec24b328c9 update linphone and belle-sip (bugfixes) 2013-09-10 17:12:22 +02:00