Commit graph

533 commits

Author SHA1 Message Date
Ronan Abhamon
16d229224c fix(c-types): add doc 2017-10-24 11:42:16 +02:00
Ronan Abhamon
942b3aac47 fix(c-types): sort 2017-10-24 11:21:30 +02:00
Sylvain Berfini
9add45af7e Fixed doc for function added in previous commit 2017-10-24 09:15:07 +02:00
Sylvain Berfini
d9964748fb Added a C method to get a list of composing addresses in a chat room 2017-10-23 17:32:55 +02:00
Ronan Abhamon
e97343cb78 feat(Event): ChatMessageEvent is now a ConferenceEvent 2017-10-20 13:51:56 +02:00
Ronan Abhamon
2941e64e3e feat(Core): provide a low-level BaseObject 2017-10-19 15:50:47 +02:00
Benjamin Reis
317a50848a move platform-helpers and paths 2017-10-19 14:52:52 +02:00
Erwan Croze
04b6f1386d Adding and implementing find_contacts_by_char 2017-10-19 14:11:37 +02:00
Benjamin Reis
8b51263cae pass platformHelper to Paths functions 2017-10-19 14:06:57 +02:00
Benjamin Reis
079cfcfb44 add getDataPath and getconfigPath for iOS 2017-10-19 11:53:57 +02:00
Simon Morlat
ef94fd5090 add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-19 11:06:35 +02:00
Sylvain Berfini
d5e59ae6ee content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically 2017-10-19 10:44:13 +02:00
Sylvain Berfini
e21f193a57 Fixed wrongly named method in factory 2017-10-18 10:53:59 +02:00
Sylvain Berfini
9154626ccc Added missing methods on factory for Java wrapper 2017-10-18 10:46:02 +02:00
Sylvain Berfini
927f2c5038 Added constructors for objects in factory 2017-10-18 10:15:23 +02:00
Benjamin Reis
84d94988a1 uniformize conference event 2017-10-18 10:12:22 +02:00
Sylvain Berfini
06032c0340 Added new constructors for XmlRpcRequest and XmlRpcSession 2017-10-17 17:58:01 +02:00
Sylvain Berfini
0c9100d573 Reworking of the EC calibrator API in order to be automatically wrapped 2017-10-17 17:25:29 +02:00
Sylvain Berfini
5fed24efc8 Added linphone_config_get_bool and linphone_config_set_bool for Java wrapper + fixes for some Java classes 2017-10-17 15:48:12 +02:00
Ronan Abhamon
d64b2adf77 feat(EventLog): supports time 2017-10-17 10:16:20 +02:00
Sylvain Berfini
e10297ba6d Added new zoom method on call which doesn't use reference to floats 2017-10-16 17:44:10 +02:00
Ronan Abhamon
894391c13b feat(Events): add a ConferenceSubjectEvent 2017-10-16 16:15:26 +02:00
Sylvain Berfini
cc86f4c3f6 Fixed factory getDialPlans() 2017-10-16 15:32:45 +02:00
Ronan Abhamon
4ee2312949 feat(EventLog): add new ConferenceParticipantDevice event 2017-10-16 15:25:14 +02:00
Sylvain Berfini
bf1d1d4e75 Fixes for wrapper and Android compil 2017-10-16 15:18:22 +02:00
Sylvain Berfini
30b04f5eb8 Replaced linphone_dial_plan_get_all in linphonecore_jni.cc by linphone_dial_plan_get_all_list 2017-10-16 13:20:06 +02:00
François Grisez
d8e2c6c687 [C++ wrapper] Fix generation of linphone::DialPlan class 2017-10-16 11:40:27 +02:00
Sylvain Berfini
93d57e9926 Added methods in core required for Android 2017-10-16 11:21:56 +02:00
Ghislain MARY
243c9212ba Fix build issues linked to DialPlan. 2017-10-16 10:54:58 +02:00
Ghislain MARY
0bab59418d Handle is-composing notification coming from several participants. 2017-10-16 10:40:36 +02:00
Sylvain Berfini
dc0da30d75 More work on the DialPlan object 2017-10-16 10:13:07 +02:00
Sylvain Berfini
668dc9b694 Started new DialPlan object, still a few compilation issues 2017-10-13 18:01:42 +02:00
Ghislain MARY
5917785107 Add linphone_chat_message_send() API. 2017-10-13 14:26:58 +02:00
Ghislain MARY
6369dbdd63 Remove @donotwrap tag for just deprecated functions. 2017-10-13 14:26:18 +02:00
Ronan Abhamon
0579b0db2b feat(General): provide a L_Q_T macro to access public data in a multiple inheritance case 2017-10-13 11:53:06 +02:00
Sylvain Berfini
42b51aaaf3 Uniformized set/get_passwd in set/get_password 2017-10-13 11:35:58 +02:00
Ghislain MARY
3943712131 Some cleaning in chat room and chat message. 2017-10-13 11:21:11 +02:00
Ronan Abhamon
e12b123cf0 feat(General): provide a way to get private data in a a multiple inheritance case. 2017-10-13 11:08:54 +02:00
Ghislain MARY
66a92bb88a Some const fixes. 2017-10-13 10:04:39 +02:00
Ronan Abhamon
006ecf4d76 feat(Conference): hide private attributes of Conference classes (feat Benjamin Reis aka Ben Rei Jeb) 2017-10-12 16:55:53 +02:00
Sylvain Berfini
d63af8a799 Created replacements for methods returning const char ** using bctbx_lists 2017-10-12 13:37:01 +02:00
Sylvain Berfini
def3a31e09 Do not wrap IMEE + fix java wrapper compil when using -j + fixed classBl in abstractAPI tool + various fixes for jni layer of java wrapper 2017-10-12 13:06:02 +02:00
Ronan Abhamon
531e3d1b8c feat(ChatRoom): add a capabilities getter 2017-10-12 10:54:20 +02:00
François Grisez
af625e5c8f Fix wrappers generation 2017-10-11 16:11:33 +02:00
Sylvain Berfini
ff688cd975 Finished removeCallbacks in JNI layer for Java wrapper for multi listenable classes 2017-10-11 15:04:02 +02:00
Ronan Abhamon
935e429609 fix(Core): clean some dirty code... 2017-10-11 14:09:22 +02:00
Ronan Abhamon
7f32ae8582 fix(ChatMessage): use L_DECLARE_ENUM to declare direction 2017-10-11 11:56:29 +02:00
Sylvain Berfini
5350cadf47 Added set/get user_data in LinphoneFactory 2017-10-11 09:57:55 +02:00
Ghislain MARY
3d10bbc99b Handle change of admin status of a participant in group chat. 2017-10-10 17:17:30 +02:00
Ronan Abhamon
ef4ad613b6 feat(Content): supports app data 2017-10-10 13:27:38 +02:00