6d386756a1Added TutorialCommons folder, containing tools that will be used in all other tutorials
QuentinArguillere
2020-08-17 10:57:29 +0200
cc895c57b0Add configuration file to the push tutorial, in order to have have the incoming calls work even if the app was terminated and is launch by the push notification
QuentinArguillere
2020-08-13 11:22:56 +0200
0f086498e4Move CallExampleContext ownership to the AppDelegate. When receiving a PushIncoming call, register (else call won’t work)
QuentinArguillere
2020-08-12 16:43:26 +0200
2c9ab954e1Update push tutorial to work with the incoming push_notification_branch of the Linphone-sdk. Most of the push-intelligence implementation is now done in the core, and there are less things the user has to do to configure it
QuentinArguillere
2020-08-12 15:22:11 +0200
f9530878d6Explicit the use of the app bundle ID in the push credentials
QuentinArguillere
2020-08-11 09:26:42 +0200
469894d944fix bug where “update call” button wouldn’t work when answering an incoming call
QuentinArguillere
2020-08-10 18:12:08 +0200
fac345747dProperly setup new CallKitTutorial directory, rename/remove old CallTutorial related files
QuentinArguillere
2020-08-10 17:06:27 +0200
62e6bcd40cRemove all CallKit // PushKit related code from CallTutorial
QuentinArguillere
2020-08-10 16:49:45 +0200
55e93d7053Duplicate CallTutorial in order to have one specifically for CallKit / PushKit integration
QuentinArguillere
2020-08-10 16:44:52 +0200
9974108511Change incoming call detection, use push notification instead. TODO : use appropriate certificate (currently recycling the one from linphone-swift-tutorial app)
QuentinArguillere
2020-08-10 16:40:24 +0200
b0b6f29e99Added example of how to log out, and log back in, in login tutorial
QuentinArguillere
2020-08-07 10:10:51 +0200
106d89acb1Update call kit provider configuration to support only 1 call
QuentinArguillere
2020-08-06 16:20:43 +0200
ee36a24700Move the all the call-related flag (isRunning, isCallIncoming) to be done in CallState delegate
QuentinArguillere
2020-08-06 15:51:21 +0200
59b3f0d688Remove useless line pasted by mistake, added extra comments
QuentinArguillere
2020-08-06 15:32:06 +0200
69b7a7f447Properly handle CallKit termination when calls end
QuentinArguillere
2020-08-06 15:14:49 +0200
715d00f08fAdd logs control to the GUI
QuentinArguillere
2020-07-30 15:32:00 +0200
f35d3d4f2eLight refactoring for clarity. Added option to create a Basic chatroom as well as a Flexisip one
QuentinArguillere
2020-07-30 15:17:09 +0200
2fb5d14ea8Added simple text exchange through FlexiSIP chatroom
QuentinArguillere
2020-07-29 18:01:11 +0200
3a3fc41250Tidying up for visibility, extra comments
QuentinArguillere
2020-07-29 17:06:09 +0200
9f147836a8Light Refactor : move some example values to new LinphoneTutorialContext variables
QuentinArguillere
2020-07-29 16:58:56 +0200
6bdfe1c70eSend a test message when the chatroom is fully created
QuentinArguillere
2020-07-29 16:18:00 +0200
00dcfd490fRenamed LinphoneCoreHolder to LinphoneTutorialContext. Instead of using a singleton, pass the context to delegate when required.
QuentinArguillere
2020-07-29 16:17:18 +0200
91436a9981LinphoneCoreHolder is now a singleton in order to have a more convenient access to flags from delegates. Also, light improvement to GUI and registration method.
QuentinArguillere
2020-07-29 13:06:43 +0200
6385741ad9Add clearer instructions to disable/enable logs
QuentinArguillere
2020-07-28 11:01:00 +0200
147a9c0697Rework GUI in order to have more feedback, and use ObservableObjects to bind on some state variables
QuentinArguillere
2020-07-28 10:55:37 +0200