Commit graph

36 commits

Author SHA1 Message Date
QuentinArguillere
78f33f6a93 Remove includes of linphoneapp-swift.h in *.h files 2022-05-04 13:49:58 +02:00
Danmei Chen
445162792b fix local conference crash when pausing/resuming 2022-02-10 17:02:34 +01: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
Christophe Deschamps
ccbf220270 - Use the new conference call API
- Displays participants when joining a conference call as a guest
2021-09-15 17:13:39 +02:00
QuentinArguillere
88970c0e04 Replace bluetoothEnabled and speakerEnabled flags in the CallManager by isBluetoothEnabled and isSpeakerEnabled function, which will give real time state of the API based on what the linphone core getAudioDevice functions returns 2021-05-24 11:45:08 +02:00
Danmei Chen
466db3ef07 update copyright 2020-06-17 09:57:37 +02:00
Danmei Chen
dd762b6714 fix lost of sons 2020-06-04 18:29:51 +02:00
Danmei Chen
98a7938b86 callkit in Swift 2020-03-03 11:38:26 +01:00
Danmei Chen
9c8f9dec99 change licence to gpl-v3 2019-10-16 15:10:09 +02:00
Benjamin Reis
5a77092c77 keep speaker after pause if speaker was enabled 2017-07-06 14:10:18 +02:00
Benjamin Reis
cabdc6a1a7 Stop using depricated call API 2017-03-07 12:21:18 +01:00
Benjamin Reis
50950337a7 Refactor of CallKit 2017-01-30 15:04:05 +01:00
Benjamin Reis
cd93c10576 support of CallKit for one call 2016-12-14 16:29:02 +01:00
Gautier Pelloux-Prayer
87d54bae22 Call: use linphone_core_sound_resources_locked instead of linphone_call_media_in_progress 2016-02-25 14:46:47 +01:00
Gautier Pelloux-Prayer
28c6101de1 UIPauseButton.m: disable pause button if ICE is in progress 2016-02-15 16:19:53 +01:00
Gautier Pelloux-Prayer
2644f9b9ac misc: remove LinphoneCore* lc = LC useless code 2016-01-20 12:17:12 +01:00
Gautier Pelloux-Prayer
042e37ff93 assistant: do not remove default proxy config before end of assistant and add LC macro 2016-01-18 10:11:47 +01:00
Gautier Pelloux-Prayer
6a1e42a562 misc: replace [NSNotificationCenter defaultCenter] with NSNotificationCenter.defaultCenter 2016-01-15 16:57:02 +01:00
Gautier Pelloux-Prayer
94a70c5f43 Merge branch 'master' into apple_store 2016-01-06 12:19:07 +01:00
Gautier Pelloux-Prayer
4f4adc81db Chat: optimize conversation loading time and replace deprecated functions 2015-11-23 12:19:51 +01:00
Gautier Pelloux-Prayer
ad4feff82f clean up headers 2015-09-08 13:13:32 +02:00
Gautier Pelloux-Prayer
009bb78e7c Call bar: disable pause and options buttons until call is ready for them 2015-07-16 12:00:25 +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
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02: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
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
Jehan Monnier
0caa3e9461 implement message delivery status notification 2012-08-30 08:52:39 +02:00
Yann Diorcet
046962fd06 Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
Yann Diorcet
6ee203e0c2 Use constants for Linphone events 2012-08-13 16:47:49 +02:00
Yann Diorcet
0b2236f007 Clean Linphone Manager
Improve logs
2012-07-17 10:48:14 +02:00
Yann Diorcet
7b1e208703 Improve UI
Add pragma mark
Add wait indicator on video button
2012-07-02 18:49:14 +02:00
Yann Diorcet
e1b7f91385 Add incall dialer
Add animation
improve UI
2012-06-29 18:39:23 +02:00
Yann Diorcet
6b1d647c26 Improve UI
Add conference stuff
Adjust button behaviours
2012-06-28 18:42:47 +02:00
Yann Diorcet
e03d37c6ed Cleaning and continue working on new ui 2012-06-15 16:54:46 +02:00
Yann Diorcet
b915cdd9c6 Rename classes ... split buttons enable/disable stuff
Add OrderedDictionary
2012-06-14 18:31:09 +02:00