Commit graph

511 commits

Author SHA1 Message Date
Benjamin Reis
1b82a7570e use right class name ... 2017-10-19 15:06:55 +02:00
Sylvain Berfini
aea1b1229d Replaced virtual by override 2017-10-19 15:03:11 +02:00
Benjamin Reis
317a50848a move platform-helpers and paths 2017-10-19 14:52:52 +02:00
Benjamin Reis
86dd768ae9 fix android build 2017-10-19 14:11:27 +02:00
Benjamin Reis
8b51263cae pass platformHelper to Paths functions 2017-10-19 14:06:57 +02:00
Benjamin Reis
ddf3fe65e2 fix build & coding style 2017-10-19 13:37:31 +02:00
Sylvain Berfini
9d7d608375 Fixed android compilation issues 2017-10-19 13:31:18 +02:00
Sylvain Berfini
b1ae558b69 Fixed compil 2017-10-19 13:02:05 +02:00
Benjamin Reis
df7f5059c2 add getPaths method to platform helpers 2017-10-19 12:22:15 +02:00
Benjamin Reis
079cfcfb44 add getDataPath and getconfigPath for iOS 2017-10-19 11:53:57 +02:00
Benjamin Reis
47dab4f437 only include jni.h for android 2017-10-19 11:07: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
Benjamin Reis
38f8ef4485 connect cppCore with c_core and add received conference events in db 2017-10-18 11:18:52 +02:00
Ronan Abhamon
abe689070d fix(Core): add missing core-p.h 2017-10-18 10:45:34 +02:00
Ronan Abhamon
58c94c8672 feat(Core): database access in progress 2017-10-18 10:45:08 +02:00
Ronan Abhamon
9be191f712 feat(MainDb): store last notify id 2017-10-18 10:28:24 +02:00
Benjamin Reis
84d94988a1 uniformize conference event 2017-10-18 10:12:22 +02:00
Ronan Abhamon
24b2861eb9 feat(MainDb): hide MessageEventReferences struct 2017-10-18 09:37:15 +02:00
Ronan Abhamon
88fbd50b76 feat(MainDB): supports chat messages store 2017-10-18 09:35:47 +02:00
Ronan Abhamon
74e73a84f1 fix(MainDb): better code 2017-10-17 17:16:09 +02:00
Benjamin Reis
5c8fa71e9d create event object on notifed conference event 2017-10-17 17:13:52 +02:00
Ronan Abhamon
3a1a899c83 feat(MainDb): supports notify id in database 2017-10-17 17:02:44 +02:00
Ronan Abhamon
b65fcaa271 feat(EventLog): add a events file that contains all events 2017-10-17 16:40:39 +02:00
Ronan Abhamon
249b7c0ee9 feat(ConferenceEvent): supports notifyId parameter 2017-10-17 15:59:35 +02:00
Benjamin Reis
ebe1a5f12f add time managment to confernce event notification 2017-10-17 14:51:48 +02:00
Ronan Abhamon
bf9fba4293 fix(DialPlan): indent code correctly, avoid usage of deprecated atoi function, use string refs... 2017-10-17 14:42:58 +02:00
Ronan Abhamon
a949778e70 feat(EventLog): better architecture 2017-10-17 14:41:59 +02:00
Ronan Abhamon
e4e40d183f feat(MainDb): supports conference events insertion 2017-10-17 14:13:34 +02:00
Ronan Abhamon
0369182673 feat(MainDb): register conference participant event 2017-10-17 12:04:49 +02:00
Ronan Abhamon
a0b59e43cd feat(MainDbPrivate): add one insertConferenceEvent method 2017-10-17 10:16:20 +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
db683ee680 feat(MainDb): create events table for subject, participant... 2017-10-16 17:34:55 +02:00
Ghislain MARY
15fcc6950d Fix some memory leaks. 2017-10-16 17:04:43 +02:00
Ronan Abhamon
894391c13b feat(Events): add a ConferenceSubjectEvent 2017-10-16 16:15:26 +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
Sylvain Berfini
454e14d794 Fixed issue with dialplan at runtime 2017-10-16 12:08:42 +02:00
François Grisez
d8e2c6c687 [C++ wrapper] Fix generation of linphone::DialPlan class 2017-10-16 11:40:27 +02:00
Sylvain Berfini
ce3c1ca1ff Some fixes regarding dialplan 2017-10-16 10:58:01 +02:00
Ghislain MARY
0bab59418d Handle is-composing notification coming from several participants. 2017-10-16 10:40:36 +02:00
Ronan Abhamon
8924272d72 feat(MainDb): add a last_notify column 2017-10-16 10:30:15 +02:00
Ronan Abhamon
6110b30f89 feat(MainDb): add a private header 2017-10-16 10:27:28 +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
Ronan Abhamon
367243d224 feat(MainDb): chatroom fetch in progress 2017-10-13 15:46:49 +02:00
Benjamin Reis
91fc02dbcc get last Notify received from the susbcribe 2017-10-13 15:36:02 +02:00
Ghislain MARY
5cf6bc3b6b Handle case where a received chat message is in fact an outgoing message sent by us from an other device. 2017-10-13 15:33:16 +02:00
Benjamin Reis
ec18035244 add custom header telling last received notify to conf event subscribe 2017-10-13 15:20:23 +02:00