Guillaume BIENKOWSKI
79fb64ff91
Merge branch 'master' into apple_store
2013-10-21 17:10:09 +02:00
Guillaume BIENKOWSKI
6724256703
Add missing icon reference in Xcode's project file.
2013-10-21 17:07:06 +02:00
Guillaume BIENKOWSKI
09009d2042
Don't build ffmpeg for Apple Store
2013-10-21 16:27:44 +02:00
Guillaume BIENKOWSKI
b60ca6b5f7
Don't cancel non-GPL build when FFMPEG is activated.
...
Instead, disable it.
2013-10-21 16:10:20 +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
10ac514325
Don't resize 9Patch images. This messes up the Chat View
2013-10-18 15:53:28 +02:00
Guillaume BIENKOWSKI
4bc6556a15
Re-enable ffmpeg in master
...
+ typo in veryclean
2013-10-18 11:03:15 +02:00
Guillaume BIENKOWSKI
e7902cef41
Bump bundle short version do 3.5.103
2013-10-15 17:00:18 +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
f4d4350c21
Merge branch 'refs/heads/master' into apple_store
2013-10-15 10:58:00 +02:00
Guillaume BIENKOWSKI
7793c638e9
Don't skip image optimization.
2013-10-15 10:40:32 +02:00
Guillaume BIENKOWSKI
1217a57126
Some commands for distclean in FFMPEG fail in OSX,
...
so don't account on these. We simply remove the
folder afterwards.
2013-10-15 09:33:22 +02:00
Guillaume BIENKOWSKI
521c008f24
Some commands for distclean in FFMPEG fail in OSX,
...
so don't account on these. We simply remove the
folder afterwards.
2013-10-15 09:27:13 +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
779a0909d8
Optimized the build system for something shorter.
2013-10-14 17:06:54 +02:00
Guillaume BIENKOWSKI
40bce46996
Disable some image processing in release mode,
...
since it looks like it messes up the iPad display.
Also moved the script out of Xcode's project file
to a physical file on disk. This allows for easier
editing.
2013-10-14 17:06:08 +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
1e27d3d3d7
Disable FFMPEG for Appstore build
2013-10-11 16:33:50 +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
e1e35b6bc9
Added remote-notification option in the application background modes
...
+ bumped version number to 2.1
2013-10-10 12:23:55 +02:00
Guillaume BIENKOWSKI
e490b7ea13
Migrate non-GPL target of XCode to the new header paths
2013-10-10 11:26:58 +02:00
Guillaume BIENKOWSKI
4627ff65cd
Typo in mssilk builder
2013-10-10 10:45:35 +02:00
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