Commit graph

1824 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
1c08ea1791 Add possibility to send logs using enable_log_collect in linphonerc [app] section 2014-10-20 15:46:35 +02:00
Gautier Pelloux-Prayer
a65ffb057e Ignore polarssl dirty files 2014-10-20 14:05:14 +02:00
Guillaume BIENKOWSKI
7226acbd7a Resign responder on search click 2014-10-20 13:41:36 +02:00
Guillaume BIENKOWSKI
a5584c2794 Made the search bar delegate OK, and hide/show the cancel button on demand 2014-10-20 11:37:58 +02:00
Guillaume BIENKOWSKI
3256ee4388 Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down.
Also ditched the "respondsToSelector:@selector(isMultitaskingSupported)"  since this is needed for pre-iOS4 versions.
2014-10-17 11:19:32 +02:00
Guillaume BIENKOWSKI
c495525d00 Fix last message not correctly displayed in chat 2014-10-17 09:56:59 +02:00
Guillaume BIENKOWSKI
e357e9e28e Only remove LinphoneApp.xib, not PhoneMainView 2014-10-16 15:03:54 +02:00
Guillaume BIENKOWSKI
a67cba3581 Revert "Remove unused XIB files"
This reverts commit 89b5273249.
2014-10-16 15:00:59 +02:00
Guillaume BIENKOWSKI
89b5273249 Remove unused XIB files 2014-10-15 17:07:33 +02:00
Guillaume BIENKOWSKI
78807b9e1a Fix crash when coming back from background when LinphoneCore has been destroyed 2014-10-15 17:07:14 +02:00
Guillaume BIENKOWSKI
cc60cb6389 Remove initializer 2014-10-15 15:45:06 +02:00
Guillaume BIENKOWSKI
d29f0629cf Final fix for bad UI at pristine first start 2014-10-15 15:44:56 +02:00
Guillaume BIENKOWSKI
9fd068be37 Fix last commit 2014-10-15 15:44:50 +02:00
Guillaume BIENKOWSKI
f81b7e1337 Possible fix for first boot error 2014-10-15 15:44:45 +02:00
Guillaume BIENKOWSKI
23e5b3c983 Re-place polarssl on the right revision 2014-10-14 16:18:09 +02:00
Gautier Pelloux-Prayer
80936671c4 Prevent carsh if there is no default proxy config 2014-10-10 14:44:02 +02:00
Gautier Pelloux-Prayer
f7b2f0f541 Fix photo display for phone numbers (again) in case of default proxy config having a transport 2014-10-10 14:23:04 +02:00
Gautier Pelloux-Prayer
5bbcf7882d Fix photo display for phone numbers 2014-10-10 13:55:42 +02:00
Gautier Pelloux-Prayer
3e0916e2b1 Remove tag for all files, not only non-synced ones 2014-10-09 12:12:57 +02:00
Gautier Pelloux-Prayer
4a28516f66 Add script to automatically sync resources between xcode and filesystem 2014-10-09 11:47:28 +02:00
Guillaume BIENKOWSKI
7665ad4189 Fix libxml2 generation 2014-10-09 10:51:20 +02:00
Gautier Pelloux-Prayer
57484f2046 Add -Werror=incomplete-implementation objective-C warning 2014-10-09 10:01:03 +02:00
Gautier Pelloux-Prayer
e678fe584e Add cancel button on searchbar and some possible customization code as comments 2014-10-09 09:30:33 +02:00
Gautier Pelloux-Prayer
ae5a5eb57c Add UIRoundedImageView to allow circular image display 2014-10-09 09:30:33 +02:00
Guillaume BIENKOWSKI
f87b884d8c Don't generate doc where possible 2014-10-08 16:03:10 +02:00
Guillaume BIENKOWSKI
0612d39f59 Change provisioning profile for buildbot 2014-10-08 15:20:23 +02:00
Guillaume BIENKOWSKI
9a1839cc5c Enable CCACHE compilation: export LINPHONE_CCACHE=ccache and go.
It’s not perfect at all, and there’s about 1/3 of the SDK that will trigger
« unsupported compiler option », but that’s a start.
2014-10-07 17:01:53 +02:00
Gautier Pelloux-Prayer
ffb1b19a29 Fix custom font script to handle propertly floating operations 2014-10-07 14:28:05 +02:00
Gautier Pelloux-Prayer
147ebdc4a8 Add script to change default font 2014-10-07 11:32:13 +02:00
Guillaume BIENKOWSKI
16bac17572 Limit "category" for local notifications with devices >= ios8 2014-10-03 16:18:21 +02:00
Guillaume BIENKOWSKI
5d00c28b68 Bump version 2014-10-03 15:25:32 +02:00
Guillaume BIENKOWSKI
44872b9c8d Remove unused makefile vars 2014-10-03 15:25:23 +02:00
Guillaume BIENKOWSKI
e8e9616d57 Fix Wizard bug (ms_exit() called too many times) 2014-10-03 14:25:14 +02:00
Guillaume BIENKOWSKI
5b3e2b0617 Update provisioning profiles 2014-10-03 12:02:37 +02:00
Guillaume BIENKOWSKI
ac5a1cfdb8 Use 1-Year expiration time for registration when going on linphone.org domains 2014-10-03 12:02:37 +02:00
Guillaume BIENKOWSKI
546befae51 Disable silent pushes: they are not handled when the user force-close the app, which is detrimental to overall user experience. 2014-10-03 12:02:37 +02:00
Guillaume BIENKOWSKI
31396634bf Allow generation of IPAs from Xcode 6 (silly xcode 6..) 2014-10-03 12:02:37 +02:00
Gautier Pelloux-Prayer
0febdf309f Add -Werror=objc-method-access in xcode project 2014-10-03 10:00:28 +02:00
Guillaume BIENKOWSKI
8648d229cb Provisioning profile for tester 2014-10-03 09:17:36 +02:00
Guillaume BIENKOWSKI
dded98e4a6 Fix iOS6 "wantFullScreen" problem 2014-10-02 18:05:28 +02:00
Guillaume BIENKOWSKI
dc04af32b4 Dynamically change the root view controller, so that when we transition from a portrait-only to a landscape-friendly view.
This allows to support both orientations for the iPhone.

We now use a RootViewController for this, instead of relying only on the PhoneMainView. The root view controller is in charge of swapping the portrait-only and the landscape PhoneMainView when needed.
It also inherits the view stack management, since we now have 2 phone main views.

This is a bit convoluted, but necessary to handle the ChatRoom and the InCall views for the iPhone
2014-10-02 16:27:23 +02:00
Guillaume BIENKOWSKI
8595c6a6fa Specify if the background is dark through the UICompositeDescription 2014-10-01 14:29:00 +02:00
Guillaume BIENKOWSKI
d6bf9e4193 Fix UIAlertView for iOS8 (updated DTFoundation) 2014-09-30 16:35:08 +02:00
Guillaume BIENKOWSKI
5574cedaea Fix landscape start discrepancies on iPad for iOS8. 2014-09-30 15:57:39 +02:00
Guillaume BIENKOWSKI
19b23f1b45 Return correct supported orientations for iOS8 2014-09-30 15:57:39 +02:00
Guillaume BIENKOWSKI
8ab996a75d Use a storyboard to launch the main UI. This is needed for iOS 8 because otherwise, the main window will have bad dimensions in landscape. 2014-09-30 15:57:39 +02:00
Guillaume BIENKOWSKI
39ee715e47 Fix bug when a chatroom is created without a configured proxy 2014-09-30 15:57:39 +02:00
Guillaume BIENKOWSKI
af15a700b9 Fix problems of orientation for iOS8 on phone 2014-09-30 15:57:39 +02:00
Simon Morlat
90a6c98f83 update submodules (mainly fixes UPDATE in dialog crash) 2014-09-30 11:40:40 +02:00
Simon Morlat
5c3becbbe7 fix makefile .git can be a directory also 2014-09-25 16:44:50 +02:00