Commit graph

12302 commits

Author SHA1 Message Date
Ronan Abhamon
04fd9ec2da feat(logger): DurationLogger use by default Info flag 2018-02-15 08:28:22 +01:00
Ghislain MARY
91bce6e695 Correctly handle IMDN for group chat. 2018-02-14 18:10:38 +01:00
Ghislain MARY
87921f7376 Fix invalid cast when using MySQL as database backend. 2018-02-14 17:46:33 +01:00
Ronan Abhamon
25d05ede90 Revert "feat(MainDb): better performances"
This reverts commit afe6bca958.
2018-02-14 16:52:51 +01:00
Ronan Abhamon
afe6bca958 feat(MainDb): better performances 2018-02-14 16:46:27 +01:00
Ronan Abhamon
c20c54a284 feat(MainDb): improve performance of selectSipAddressId and selectChatRoomId 2018-02-14 15:01:33 +01:00
Sylvain Berfini
d0da718ac4 Real compil fix 2018-02-14 14:27:26 +01:00
Sylvain Berfini
3ffbfbdafe Fixed compil 2018-02-14 14:24:05 +01:00
Sylvain Berfini
a4614bf482 Revert "add boundary to multipart ocntent type"
This reverts commit 3f4c6a5fa7.
2018-02-14 14:21:52 +01:00
Sylvain Berfini
01e4b753cb Better fix for multipart boundary in content type 2018-02-14 14:21:50 +01:00
Sylvain Berfini
0e61ad5572 Added tests for unread count on ChatRoom 2018-02-14 14:16:06 +01:00
Benjamin Reis
7be8d6aa3e do not return 'nullptr' as a string 2018-02-14 14:12:22 +01:00
Benjamin Reis
3f4c6a5fa7 add boundary to multipart ocntent type 2018-02-14 13:59:58 +01:00
Ghislain MARY
4723f8d616 Cleaning in server group chat room stub. 2018-02-14 12:08:37 +01:00
Ghislain MARY
a0b7336ec3 Add error logs in addition of participants in conferences. 2018-02-14 11:58:46 +01:00
Ghislain MARY
c613beed2e Allow joining a ClientGroupChatRoom while it is being left. 2018-02-14 11:55:38 +01:00
Ghislain MARY
3d53c71b85 Add group chat test for addition of participant after its removal while it is offline. 2018-02-14 11:54:55 +01:00
Ronan Abhamon
076c7715ec feat(MainDb): delete chat_message_participant when message is displayed 2018-02-14 11:36:28 +01:00
Sylvain Berfini
b5b6ef4545 Added new chat room callback to let app decides whether or not store chat message in database 2018-02-14 11:34:35 +01:00
Ghislain MARY
997496ffa9 Add group chat test for admin designation when creator of a room that is the only admin leaves the room. 2018-02-14 11:33:08 +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
6f8e2f5c2b Remove const in CallSessionListener methods to allow the session to be modified. 2018-02-13 17:58:57 +01:00
Ronan Abhamon
fd28664747 feat(ChatRoom): update chat room time on events insertion 2018-02-13 16:32:42 +01:00
Ronan Abhamon
09bc70d1fd feat(RemoteConferenceEventHandler): try to simplify code of simpleNotifyReceived (not a success...) 2018-02-13 15:54:24 +01:00
Sylvain Berfini
9f5a74bd42 Added linphone_chat_room_get_last_update_time method 2018-02-13 14:46:48 +01:00
Ghislain MARY
b885d643e4 Prevent crash in message tester. 2018-02-13 14:42:46 +01:00
Ronan Abhamon
aba6043b8b fix(MainDb): remove CHECK_LEGACY_TABLE_EXISTS macro 2018-02-13 14:12:20 +01:00
Ronan Abhamon
21e426b98d fix(MainDb): use constexpr instead of define 2018-02-13 14:07:50 +01:00
Ronan Abhamon
cbb14ad1cf feat(MainDb): attach resolveId to DbSession 2018-02-13 13:56:49 +01:00
Ronan Abhamon
c8648d0f79 fix(General): remove macros when possible and clean code 2018-02-13 12:08:08 +01:00
Ronan Abhamon
a5e684ef91 fix(General): remove L_RESOLVE_OVERLOAD macro, provide a resolveOverload function instead 2018-02-13 12:08:08 +01:00
Sylvain Berfini
107aa11e13 Added methods to get only a list of ChatMessageEventLog from a ChatRoom 2018-02-13 11:19:49 +01:00
Ronan Abhamon
884ddffb7d fix(General): replace make_unique by makeUnique (avoid mistakes) 2018-02-13 10:46:53 +01:00
Ronan Abhamon
593c48faaf feat(General): replace L_VERSION macro by makeVersion constexpr func (better and safe) 2018-02-13 10:33:59 +01:00
Ghislain MARY
2f39f845d5 Fix crash in linphone_core_report_call_log(). 2018-02-13 10:31:01 +01:00
Ronan Abhamon
66a6499f56 fix(MainDb): remove constexpr on exec (unsupported on android in this case) 2018-02-13 10:22:54 +01:00
Ghislain MARY
57687e1b99 Handle fetching a participant device's state from database. 2018-02-13 09:57:59 +01:00
Ronan Abhamon
79c5e8e0ab fix(MainDb): remove useless check on migrateBasicToClientGroupChatRoom 2018-02-13 09:32:14 +01:00
Ronan Abhamon
68bb9a1224 feat(MainDb): exec on SafeTransaction is now constexpr 2018-02-13 09:30:31 +01:00
Ronan Abhamon
cefa3cb85a feat(MainDb): better code, L_SAFE_TRANSACTION supports query without returned value 2018-02-13 09:24:28 +01:00
Ghislain MARY
8c9164a5eb Some more fixes for real time text. 2018-02-12 18:06:54 +01:00
Ghislain MARY
983471e8d0 For fixes for real time text. 2018-02-12 17:48:55 +01:00
Ghislain MARY
de13310b03 Fix const bug in getCppPtrFromC that was causing an infinite loop. 2018-02-12 17:48:33 +01:00
Ronan Abhamon
589a0393b4 fix(MainDb): handle exception after reconnect in SafeTransaction 2018-02-12 15:43:22 +01:00
Ghislain MARY
68ce70b072 Allow storage of participant device state in database. 2018-02-12 14:47:46 +01:00
Ghislain MARY
790b948683 Add back pointer to the Participant in a ParticipantDevice. 2018-02-12 14:44:57 +01:00
Ghislain MARY
2ad51e7a0e Fix operator< of ChatRoomId. 2018-02-12 14:43:31 +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
acd22269fa Add state of conference participant device. 2018-02-09 15:44:44 +01:00