Commit graph

152 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
0a4d30aa3f chat: update linphone and fix chat rooms usage to avoid crashes when receiving ACK after having deleted the chat room 2015-09-04 16:02:07 +02:00
Gautier Pelloux-Prayer
9c2a949f08 remote push notif: fix badge count display which was broken when used NewsStand as a test purpose.. 2015-08-26 16:05:23 +02:00
Gautier Pelloux-Prayer
3e8dc2c20a LinphoneAppDelegate.m: terminate calls and unregister when terminating application if not using remote push 2015-07-10 12:27:31 +02:00
Gautier Pelloux-Prayer
540a47a53a clangformat: reformat all code style convention defined in .clang-format 2015-07-09 11:50:14 +02:00
Gautier Pelloux-Prayer
e0c3f2419f LinphoneUITester: activate local notifications on testing 2015-07-08 14:12:19 +02:00
Guillaume BIENKOWSKI
b6d8afe22e Migrate to ARC \o/ 2015-06-02 11:54:48 +02:00
Gautier Pelloux-Prayer
3b8ddd28a1 Merge branch 'dev_inapp_purchase'
Conflicts:
	.tx/config
	Classes/Base.lproj/WizardViews.xib
	Classes/Utils/Utils.h
	Classes/Utils/Utils.m
	Classes/WizardViewController.h
	Classes/WizardViewController.m
	Resources/linphonerc-factory
	Resources/linphonerc-factory~ipad
2015-04-30 17:01:51 +02:00
Gautier Pelloux-Prayer
7441e0155a LinphoneManager: rename *LibLinphone to *LinphoneCore methods for consistency 2015-04-27 17:13:36 +02:00
Gautier Pelloux-Prayer
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02:00
Gautier Pelloux-Prayer
0f1c4884ed Utils.m: rename logger helper functions to LOGx instead of Linphone_x 2015-04-15 12:56:09 +02:00
Gautier Pelloux-Prayer
9fcd50e031 Utils.m: rename logger helper functions to LOGx instead of Linphone_x 2015-04-15 12:51:33 +02:00
Guillaume BIENKOWSKI
44af28fd8a Fix issue where the chatroom could not be found for local notifications. 2015-02-24 12:15:26 +01:00
Guillaume BIENKOWSKI
407224e87f Some cosmetics 2015-02-18 10:29:12 +01:00
Guillaume BIENKOWSKI
581df47d44 Don't crash when the chat room doesn't exist 2015-01-26 15:07:16 +01:00
Guillaume BIENKOWSKI
2f25d70bf2 Try to detect if we’re testing, so that we prevent the wizard to show up.
Also prevent the remote push to show up
2015-01-17 23:00:34 +01:00
Guillaume BIENKOWSKI
0f6f089e36 Fix #1996: don't ignore push notifications, and use the msg call-id to decide whether it should be inhibited. 2015-01-16 14:06:57 +01:00
Guillaume BIENKOWSKI
2eb5458592 Fix #2008: correctly handle sip addresses 2015-01-16 14:06:57 +01:00
Guillaume BIENKOWSKI
aa66b5ae95 Change the provisioning scheme: we now use linphone-config:// and escape the rest of the URL
This is consistent with Android and also a bit more future-proof (if we switch to something else than HTTP for provisioning)
2014-12-01 14:01:50 +01:00
Guillaume BIENKOWSKI
f6ab749681 Fix another 64bit warning 2014-11-25 17:51:30 +01:00
Guillaume BIENKOWSKI
8c03c66710 Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
Gautier Pelloux-Prayer
31a5c7d669 Remove UICallCell french & russian too, and fix UICallCell to correctly size on tablet and resize avatar image on landscape 2014-11-20 11:59:10 +01:00
Gautier Pelloux-Prayer
bd3e023dff Remove duplicated memory frees from rebase and remove warnings for linphone-non-gpl target 2014-10-28 12:28:55 +01:00
Gautier Pelloux-Prayer
920d42946e Remove warnings generated by Xcode 2014-10-28 12:20:55 +01:00
Gautier Pelloux-Prayer
1b0737d139 Clean some warnings generated by xcode 2014-10-28 12:20:55 +01:00
Guillaume BIENKOWSKI
2c67a6c460 Remove isLCReady method and don't remove the core when going into background mode.
This removes a lot of code complexity and makes some strange simulator / device bugs workable (especially the very first start of the app).
2014-10-27 17:05:03 +01:00
Guillaume BIENKOWSKI
954dc2fedf Prepare for ARM64 compilation and remove loss-precision warnings where possible (possibly incomplete) 2014-10-27 12:22:41 +01:00
Guillaume BIENKOWSKI
1dc1abfa52 Fix some leaks in the new iOS8 interactive notifications system 2014-10-23 15:53:19 +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
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
16bac17572 Limit "category" for local notifications with devices >= ios8 2014-10-03 16:18:21 +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
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
733405e0c6 Fix new notification handling behavior for messages 2014-09-22 14:31:10 +02:00
Guillaume BIENKOWSKI
375b6e3d39 Use new notification system for iOS8: answer/decline
calls and reply/mark read messages from within the 
notifications
2014-09-20 15:45:36 +02:00
Guillaume BIENKOWSKI
862a6dee1b Fix no network on push received 2014-07-08 11:50:03 +02:00
Guillaume BIENKOWSKI
399b01ba40 Auto answer by default when coming from a local notification 2014-05-22 17:26:55 +02:00
Guillaume BIENKOWSKI
4a136403b4 First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
Guillaume BIENKOWSKI
40a69c033c Fix memory leaks spotted by clang static analysis.
Refactored imageSharing to adopt objc conventions: the name of a method returning an allocated object has to contain 'new'
2014-05-14 16:12:59 +02:00
Guillaume BIENKOWSKI
66cd9e797a Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
Simon Morlat
ba39301ffd fix start at boot (was broken)
protect launching at boot with a background task
and another background task in belle-sip to protect notifications of incoming messages and calls.
2014-04-27 14:49:48 +02:00
Simon Morlat
b03ebd695f bugfix again 2014-04-19 14:04:48 +02:00
Simon Morlat
eb077e7bd7 ignore unsollicited push notif (2nd fix) 2014-04-18 21:31:51 +02:00
Simon Morlat
f24bce0b10 prevent parasite remote notification to trigger a network down. 2014-04-18 19:57:22 +02:00
Simon Morlat
7f8237956b fix crash with NSDate not retained
Merge remote-tracking branch 'origin/endlessring'

Conflicts:
	Classes/LinphoneManager.h
2014-04-18 19:25:15 +02:00
Simon Morlat
7ebb7541ef update belle-sip so that background task is started during network operations
remove register-waiting background task at UI level
stop the video preview before going to background
remove NSUserDefault usage, everything goes to LpConfig
LinphoneManager has a LpConfig (configDb property) that is used everywhere, regardless of whether the core is started.
2014-04-18 17:46:43 +02:00
Guillaume BIENKOWSKI
c06a7ba562 Merge branch 'master' of git.linphone.org:linphone-iphone into endlessring
Conflicts:
	README
2014-04-18 17:01:13 +02:00
Guillaume BIENKOWSKI
2553dfe702 Use a short ring and repeat notifications for local notifications.
This fixes the endless ringing but also brings along other problems
2014-04-18 16:58:55 +02:00
Christophe Deschamps
0bd6b86f6b URL handler for remote configuration - linphone-config-http:// & linphone-config-https:// 2014-04-17 16:44:38 +02:00