Commit graph

5405 commits

Author SHA1 Message Date
Ghislain MARY
09025ed3c8 Add chat room callbacks to handle subscription to registration state of participants + add new group chat tester. 2018-03-14 18:18:39 +01:00
Jehan Monnier
e620b432b2 avoid invalid read if CallSessionPrivate is deleted within call to L_GET_PRIVATE(session)->failure(); 2018-03-14 10:29:44 +01:00
Sylvain Berfini
9b0c21cc23 Fixed multi routes crash 2018-03-13 15:03:20 +01:00
Sylvain Berfini
b35df101ee Started multi routes but currently crashes... 2018-03-09 17:42:22 +01:00
François Grisez
19555f443e Fixes translate_class_reference() method 2018-03-09 15:49:30 +01:00
François Grisez
98d377694b Support of enums inside class 2018-03-09 15:02:57 +01:00
Ghislain MARY
b9eaf0a7e9 Prevent ChatRoom C++ objects from being leaked. 2018-03-09 10:20:20 +01:00
François Grisez
aba5f7e473 Removes all items from the side panel except the search bar 2018-03-08 15:49:51 +01:00
François Grisez
ddfae7e2e1 Enable HTML5 writer 2018-03-08 15:24:07 +01:00
François Grisez
5f2305dc97 Make the body width to adapt to browser window width 2018-03-08 14:32:07 +01:00
François Grisez
2d5a239275 Adds a logo in the side panel 2018-03-08 13:46:42 +01:00
Jehan Monnier
d41fb1f995 fix proxy default value for conference_factory_uri 2018-03-08 12:49:12 +01:00
Mickaël Turnel
4a4ea17be2 Fix 'increases required alignment of target type' 2018-03-08 10:01:28 +01:00
Mickaël Turnel
9d7a943032 Add reconnect_to_primary_asap parameter to linphonerc and pass it to belle_sip_stack 2018-03-06 17:04:16 +01:00
François Grisez
ed9bc0f6db Java enums support 2018-03-06 15:41:28 +01:00
François Grisez
5c6bf5db13 Fixes selector's links on between enums 2018-03-06 14:38:06 +01:00
Ronan Abhamon
cf37868b50 fix(c-core): clean default proxy before core 2018-03-06 11:32:42 +01:00
Ghislain MARY
95c39b0e1a Configure the conference factory uri on the proxy config instead of the core. 2018-03-05 14:29:01 +01:00
Simon Morlat
2fb4ce6ffc add test showing that ICE is deactivated if stun server is not responding.
To be fixed later.
2018-03-03 11:54:35 +01:00
François Grisez
7f9636f953 Fix references 2018-03-02 16:59:55 +01:00
François Grisez
08837c74fa Fix methods summary links 2018-02-27 15:09:33 +01:00
Ghislain MARY
0f55122183 Fix group chat testers broken because of multiple chat room listeners + fix is-composing count in group chat testers + deactivate instable group chat testers for the moment. 2018-02-27 13:45:06 +01:00
François Grisez
cfc15904ce Add label on each property 2018-02-26 14:57:47 +01:00
François Grisez
2f6f839f63 Enable generation of Java documentation 2018-02-26 14:44:42 +01:00
Erwan Croze
d0c1259dda Adding different coef for weight by type in magic search 2018-02-22 14:09:29 +01:00
Sylvain Berfini
4ba2aa8af0 Added multi listener for ChatRoom 2018-02-22 10:52:23 +01:00
Sylvain Berfini
7d1ead14b1 Added API to create and store a fake LinphoneCallLog 2018-02-21 10:52:16 +01:00
Erwan Croze
43a62dc84a Fixing memory leaks in friendlist 2018-02-20 12:11:09 +01:00
Sylvain Berfini
a124bbef58 Allow account creator to configure proxy config if no default value was loaded but set by API (2/2) 2018-02-20 09:34:46 +01:00
Sylvain Berfini
3ba718de5f Allow account creator to configure proxy config if no default value was loaded but set by API 2018-02-19 18:05:12 +01:00
Simon Morlat
a237baffae fix previous commit (was generating cast error) 2018-02-16 16:20:18 +01:00
Simon Morlat
a2efa12ca2 fix bad reading of quality_reporting_interval. No reason to have '!!', it is not a boolean but an interval in seconds. 2018-02-16 16:06:34 +01:00
Ghislain MARY
babe09e560 Add tester for migration of messages database + load chat rooms from DB after migration + fix duplicated sip addresses in database during migration. 2018-02-16 15:29:00 +01:00
Erwan Croze
f99300cba5 Merge branch 'dev_refactor_cpp' into dev_refactor_cpp_search_bar 2018-02-16 15:18:48 +01:00
Erwan Croze
5574b7ec73 Finishing search api 2018-02-16 15:16:56 +01:00
Ghislain MARY
91bce6e695 Correctly handle IMDN for group chat. 2018-02-14 18:10:38 +01:00
Sylvain Berfini
78f40ae222 Fixed issue with find_friend_by_address if address has a gruu 2018-02-14 10:39:54 +01:00
Ghislain MARY
2f39f845d5 Fix crash in linphone_core_report_call_log(). 2018-02-13 10:31:01 +01:00
Ghislain MARY
983471e8d0 For fixes for real time text. 2018-02-12 17:48:55 +01:00
Ghislain MARY
ace638771e Fix workaround to prevent insertion of group chat room call sessions in call logs. 2018-02-09 16:49:36 +01:00
Ghislain MARY
ea11871ddb Fix bug in linphone_core_get_call_history_size() when no database has been set. 2018-02-09 16:49:15 +01:00
Ghislain MARY
bccf926b1d Add LinphoneEventCbs object. 2018-02-09 15:44:32 +01:00
Sylvain Berfini
1b74fdadef Do not crash if key is NULL 2018-02-08 17:25:35 +01:00
Ronan Abhamon
450548f612 fix(core): add missing content.h include 2018-02-08 16:28:48 +01:00
François Grisez
6d74bab83e Reworks gendoc.py in order to use the new API of abstractapi.py 2018-02-08 15:29:11 +01:00
Sylvain Berfini
933081e72f Started to remove old LinphoneContent and use a C wrapper above C++ Content 2018-02-07 17:50:37 +01:00
Jehan Monnier
655f5912a5 add test to chatroom tester to simulate chat room deletion after app restart 2018-02-07 17:14:35 +01:00
Sylvain Berfini
6603446382 Started to get back LIME working for file transfer 2018-02-07 17:01:54 +01:00
Ronan Abhamon
f5654daa26 fix(friendlist): avoid memory leaks but not all 2018-02-06 09:20:13 +01:00
Jehan Monnier
633f1bf8ea fix crash when receiving invte from an unknown chatroom 2018-02-02 15:14:51 +01:00