Commit graph

74 commits

Author SHA1 Message Date
Ronan Abhamon
f755d8bee8 feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
Ronan Abhamon
1f46a5677f feat(core): many fixes 2017-09-05 15:02:19 +02:00
Ronan Abhamon
0feb3684f5 feat(core): avoid invalid cast (SalAddress <-> LinphoneAddress) 2017-09-05 13:59:54 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Ghislain MARY
e414951cd9 Really fix duration of remote refresh timer for is-composing. 2017-09-01 11:41:17 +02:00
Sylvain Berfini
5c8fe022b6 Fixed compil by commenting out unused variable 2017-09-01 09:32:20 +02:00
Ghislain MARY
ee64853310 Handle IMDN and is-composing in specific classes. 2017-08-31 14:06:10 +02:00
Ronan Abhamon
42af41d5a4 feat(address): wrap sal address impl 2017-08-30 17:37:28 +02:00
Ronan Abhamon
e69cc32264 feat(core): add cpp Address interface 2017-08-30 15:48:48 +02:00
Ronan Abhamon
ad493beca7 fix(ChatRoom): use Utils::toString instead of to_string (Android problem) 2017-08-30 14:50:14 +02:00
Ronan Abhamon
289dc072ed feat(c-wrapper): provide a wrapper helper to access private data 2017-08-30 14:12:39 +02:00
Ronan Abhamon
858c06056e fix(CMakeLists.txt): fix bad cherry-pick 2017-08-30 10:36:36 +02:00
Ghislain MARY
0babed04f4 Use ChatRoom C++ class. 2017-08-30 10:27:51 +02:00
Ronan Abhamon
95c781ec5b feat(c-event-log): in progress 2017-08-30 09:55:16 +02:00
Ronan Abhamon
8d114ecded feat(c-wrapper/api): events interface => OK 2017-08-30 09:34:31 +02:00
Ronan Abhamon
ce4d73d8fe feat(enums): provide a (good?) way to share enums between C and C++ 2017-08-29 17:07:23 +02:00
Ronan Abhamon
78f8cfd4bf feat(c-wrapper): refactoring 2017-08-29 14:24:59 +02:00
Ronan Abhamon
a0f5602b1f feat(c-types): add call event interface 2017-08-29 13:42:55 +02:00
Ronan Abhamon
9467d6819f feat(c-types): add conference event interface 2017-08-29 13:35:11 +02:00
Ronan Abhamon
698a0d520f feat(c-types): add conference participant event interface 2017-08-29 13:30:19 +02:00
Ronan Abhamon
b5235a14f9 feat(c-types): provide message event interface 2017-08-29 11:38:28 +02:00
Ronan Abhamon
c18c265587 feat(c-types): provide init internal functions 2017-08-29 11:30:00 +02:00
Ronan Abhamon
a588e18ac2 feat(c-types): EventLog wrapped 2017-08-29 10:57:42 +02:00
Ronan Abhamon
d7d78a515b feat(enums): supports C export 2017-08-29 10:46:19 +02:00
Ronan Abhamon
3e7e4cb56d fix(c-types): remove toto code 2017-08-28 14:55:05 +02:00
Ronan Abhamon
ce37899b26 feat(core): add c-wrapper tools 2017-08-28 14:52:53 +02:00
Ronan Abhamon
b6952c1dba fix(EventsDb): search correctly enum value 2017-08-25 15:55:00 +02:00
Ronan Abhamon
a96d04c7b4 fix(EventsDb): avoid unused functions if soci is not available 2017-08-25 15:36:38 +02:00
Ronan Abhamon
a17289a013 feat(Event): add ConferenceParticipantEvent 2017-08-25 14:50:21 +02:00
Ronan Abhamon
133d58d618 fix(ConferenceEvent): add getAddress impl 2017-08-25 12:06:29 +02:00
Ronan Abhamon
9cc9d23a5d fix(EventsDb): try to fix mac compilation 2017-08-25 11:00:52 +02:00
Ronan Abhamon
02e1935c4f feat(core): use static on inline funcs 2017-08-25 10:42:27 +02:00
Ronan Abhamon
89745baaca fix(EventsDb): remove useless inline keywork in constexpr 2017-08-25 10:16:44 +02:00
Ronan Abhamon
1d968f7ddd feat(Event): add assert on type when Call or Conference event are created 2017-08-24 17:25:40 +02:00
Ronan Abhamon
0e37546ef3 feat(Event): add conference event 2017-08-24 17:22:49 +02:00
Ronan Abhamon
3c51f52fa6 feat(Event): add new conference event type 2017-08-24 17:17:09 +02:00
Ronan Abhamon
98a370e79f feat(core): add empty Core class 2017-08-24 16:01:39 +02:00
Ronan Abhamon
3e9b07432d feat(core): add empty Content class 2017-08-24 15:55:57 +02:00
Ronan Abhamon
79d716d9d7 feat(EventsDb): insert data for message_state, message_direction and event_type tables 2017-08-24 15:14:39 +02:00
Ronan Abhamon
c9dac359b4 feat(EventsDb): impl getUnreadMessagesCount 2017-08-24 14:28:25 +02:00
Ronan Abhamon
0684ac4649 little fixes 2017-08-24 12:12:35 +02:00
Ronan Abhamon
3c70511b7d feat(EventsDb): impl getMessagesCount 2017-08-24 12:05:50 +02:00
Ronan Abhamon
4e7726e9ee fix(Message): const in container doesn't work on windows 2017-08-24 10:12:22 +02:00
Ronan Abhamon
a322fb9a42 feat(EventsDb): impl getEventsCount 2017-08-23 18:06:18 +02:00
Ronan Abhamon
6df37d30f9 feat(EventsDb): provide interface 2017-08-23 15:53:50 +02:00
Ronan Abhamon
8c98297aa4 fix(ClonableObject): use correct assert on setRef 2017-08-22 17:17:56 +02:00
Ronan Abhamon
d0048a553d feat(core): provide a shareable data in ClonableObject, assignment operator is supported by events, ... 2017-08-22 17:15:43 +02:00
Ronan Abhamon
1610aa411e feat(Message): add a basic impl 2017-08-21 13:59:16 +02:00
Ronan Abhamon
78824b02a9 fix(AbstractDb): unused variable when soci is not available 2017-08-21 09:29:05 +02:00
Ronan Abhamon
01999cbad1 feat(Message): add interface 2017-08-18 14:55:47 +02:00