Commit graph

43 commits

Author SHA1 Message Date
QuentinArguillere
41496d1ee1 Remove includes of linphoneapp-swift.h in *.h files 2022-05-09 17:05:50 +02:00
Christophe Deschamps
306162228e Revert "Video conference and new Call Views"
This reverts commit 608577034d.
2022-01-04 12:27:14 +01:00
Christophe Deschamps
608577034d Video conference and new Call Views 2021-11-26 19:10:22 +01:00
QuentinArguillere
7ea46b5aab Replace all proxy configs with account, and include the new push notification features from the 5.0 SDK 2021-05-24 11:45:08 +02:00
Danmei Chen
466db3ef07 update copyright 2020-06-17 09:57:37 +02:00
Danmei Chen
0ca42b5d18 use alreadyRegisteredForNotification instead of defaultProxyConfig?.pushNotificationAllowed to fix double calls 2020-03-30 10:01:02 +02:00
Danmei Chen
0fafe0d16b fix calls 2020-03-09 13:22:43 +01:00
Danmei Chen
e7ed8d60bb fix display imcoming call repeatedly 2020-03-05 16:21:41 +01:00
Danmei Chen
98a7938b86 callkit in Swift 2020-03-03 11:38:26 +01:00
Danmei Chen
a2321eb739 request location access for > ios13 2019-11-06 13:24:54 +01:00
Danmei Chen
9c8f9dec99 change licence to gpl-v3 2019-10-16 15:10:09 +02:00
David Idmansour
113ae51c98 new message quick action 2018-06-21 14:27:11 +02:00
Benjamin Verdier
7ea78c8952 add support of qrcode reading for provisioning profile [Switch submodule branch] 2018-06-19 15:48:09 +02:00
Benjamin Reis
9226f366ab always display UNNotifications actions 2018-02-16 10:05:20 +01:00
Benjamin Reis
d9671c08aa remove unecesasry inmport 2017-12-15 10:59:43 +01:00
Benjamin Reis
cd93c10576 support of CallKit for one call 2016-12-14 16:29:02 +01:00
REIS Benjamin
72ed48d013 End of migration from UiAlertView to UiAlertController 2016-10-04 15:19:30 +02:00
REIS Benjamin
f6ab161960 Migration from UiAlertView to UiAlertController for simple UiAlert 2016-10-04 11:59:55 +02:00
REIS Benjamin
a7a71ad087 Actions displayed plus response skeletons 2016-09-28 09:05:17 +02:00
REIS Benjamin
7380d4099e Implementation PushKit, pb when touching Pushkit notif 2016-09-13 16:23:49 +02:00
Guillaume BIENKOWSKI
8d694d22ad Allow to show messages in notifications, and answer it inline in iOS9. 2016-01-26 15:01:03 +01:00
Guillaume BIENKOWSKI
24ee727736 Fix discrepancies spotted by analysis 2014-10-27 17:12:49 +01:00
Guillaume BIENKOWSKI
d29f0629cf Final fix for bad UI at pristine first start 2014-10-15 15:44:56 +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
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
Christophe Deschamps
0bd6b86f6b URL handler for remote configuration - linphone-config-http:// & linphone-config-https:// 2014-04-17 16:44:38 +02:00
Jehan Monnier
fe7625bdd6 fix gsm handling issue 2012-10-04 18:15:16 +02:00
Simon Morlat
d7da75593b fix call-id lookup from push notification. 2012-10-03 15:16:22 +02:00
Jehan Monnier
6d4c6c6ffa add file sharing 2012-09-13 17:54:48 +02:00
Yann Diorcet
859ad32e44 Advanced memory leak fixes 2012-08-10 00:08:40 +02:00
Yann Diorcet
be9509f7c3 Improve animation between views
Improve Start/Foreground/Background
2012-08-09 14:35:28 +02:00
Yann Diorcet
511cab00c6 Fix chat scroll bug
Fix background glitches when rotating the device
Fix Contacts remove button bug
2012-08-01 12:37:38 +02:00
Yann Diorcet
cddf918910 Fix application startup
Improve sqlite3 usage
2012-07-24 14:19:41 +02:00
Yann Diorcet
44e438ab33 Merge branch 'inappsettings' into new_ui
Conflicts:
	Classes/FirstLoginViewController.m
	Classes/InCallViewController.m
	Classes/LinphoneAppDelegate.h
	Classes/LinphoneAppDelegate.m
	Classes/LinphoneUI/LinphoneManager.h
	Classes/LinphoneUI/LinphoneManager.m
	Classes/MainScreenWithVideoPreview.m
	Classes/PhoneViewController.m
	PhoneMainView.xib
	linphone.xcodeproj/project.pbxproj
2012-06-22 18:30:18 +02:00
Yann Diorcet
075c6f6a0a Continue workoing on new ui
Use event for registration update
2012-06-13 13:49:20 +02:00
Yann Diorcet
845bfa979f Add new button bar 2012-06-07 18:02:48 +02:00
Pierre-Eric Pelloux-Prayer
d42c91f802 In app settings WIP 2012-05-24 13:12:00 +02:00
Pierre-Eric Pelloux-Prayer
b38d2f89cf Add a 'do not auto start application' setting 2012-03-27 11:28:36 +02:00
Pierre-Eric Pelloux-Prayer
07f25fdf6a Refactor LinphoneManager and AppDelegate to allow easier customisation
Conflicts:

	Classes/LinphoneAppDelegate.m
	Classes/LinphoneUI/LinphoneManager.h
	Classes/LinphoneUI/LinphoneManager.m
2012-03-21 11:02:13 +01:00
Pierre-Eric Pelloux-Prayer
ddd82ee253 Better handling of GSM call (with or without bg mode enabled) 2012-03-08 11:07:55 +01:00
Simon Morlat
54685cd81a fix mistake in license notice. 2011-08-12 17:54:29 +02:00
Simon Morlat
3a4e2f8896 file renaming 2011-02-09 12:24:53 +01:00
Renamed from Classes/linphoneAppDelegate.h (Browse further)