Ronan Abhamon
|
d2c6e3fcf4
|
fix(MainDb): remote static qualifier of query in getEventCount
|
2017-12-06 14:59:17 +01:00 |
|
Benjamin Reis
|
c5cfbc5892
|
do not increment lastNotify on a full state
|
2017-12-06 14:23:03 +01:00 |
|
Benjamin Reis
|
6aee9994b9
|
use const string ref when possible
|
2017-12-06 14:22:37 +01:00 |
|
Ghislain MARY
|
3f965bfc94
|
Fix crash in LocalConferenceEventHandler if there are no events to notify.
|
2017-12-06 14:10:46 +01:00 |
|
Ronan Abhamon
|
1cbabd0f3d
|
feat(ClientGroupChatRoom): add created event in db on chat room creation
|
2017-12-06 14:00:47 +01:00 |
|
Benjamin Reis
|
7d6fc05459
|
setImdnMessageId is now private
|
2017-12-06 13:35:04 +01:00 |
|
François Grisez
|
f31f9150f6
|
C++ wrapper generator: clean wrapper before generating it again
|
2017-12-06 12:09:51 +01:00 |
|
Ghislain MARY
|
047eba2f10
|
Add registration of CoreListener in the remote conference event handler.
|
2017-12-06 12:04:36 +01:00 |
|
Ronan Abhamon
|
16a6c279ee
|
feat(MainDb): use well-named variables on select/delete functions
|
2017-12-06 12:01:49 +01:00 |
|
Benjamin Reis
|
1616b8062b
|
set imdnId when fetching chat message from db
|
2017-12-06 11:37:20 +01:00 |
|
Ghislain MARY
|
f92da345a4
|
Keep the gruu address of the client group chat room focus participant.
|
2017-12-06 11:30:03 +01:00 |
|
Ghislain MARY
|
59f9c18b84
|
Check registration state before sending subscribe in the remote conference event handler.
|
2017-12-06 11:29:36 +01:00 |
|
Benjamin Reis
|
519153278d
|
add error logs when receiving a subscribe for conference event package
|
2017-12-06 11:16:50 +01:00 |
|
Sylvain Berfini
|
2a16139e3d
|
Fixed imdn id not being store on outgoing file transfer messages
|
2017-12-06 11:05:42 +01:00 |
|
Ronan Abhamon
|
7792f64b34
|
feat(MainDb): clean some pieces of code
|
2017-12-06 10:56:13 +01:00 |
|
Ghislain MARY
|
f9363b1062
|
Correctly handle ClientGroupChatRoom subscriptions.
|
2017-12-06 10:39:03 +01:00 |
|
Ronan Abhamon
|
a194a9c77c
|
feat(MainDb): update current devices state on devices events
|
2017-12-06 10:35:22 +01:00 |
|
Benjamin Reis
|
34a95033a7
|
Also add 'me' devices of a chatroom (for encryption purposes)
|
2017-12-05 18:48:14 +01:00 |
|
Ghislain MARY
|
008ec55b37
|
Handle call repair in CallSession and MediaSession classes.
|
2017-12-05 17:40:34 +01:00 |
|
Sylvain Berfini
|
52f13d34d0
|
Revert "Also set appData to FileTransfer contents"
This reverts commit cac63d006f.
|
2017-12-05 17:03:22 +01:00 |
|
Ronan Abhamon
|
36ae94cbe6
|
feat(MainDb): supports participant device insertion
|
2017-12-05 16:48:52 +01:00 |
|
Sylvain Berfini
|
cac63d006f
|
Also set appData to FileTransfer contents
|
2017-12-05 16:24:42 +01:00 |
|
Sylvain Berfini
|
71c5088307
|
Forgot to set hasFileTransferContent to true when fetching message from db
|
2017-12-05 15:53:55 +01:00 |
|
Sylvain Berfini
|
c48f0f70b5
|
Fixed fileTransferContent values not being set from content's body when fetched from db
|
2017-12-05 15:37:05 +01:00 |
|
Ronan Abhamon
|
8f1ee5a06d
|
fix(ChatMessage): use "legacy" key instead of "app" for content app data
|
2017-12-05 15:24:21 +01:00 |
|
Erwan Croze
|
72c20adc17
|
Replace DATE by TIMESTAMP in main-db for db
|
2017-12-05 15:21:15 +01:00 |
|
Ronan Abhamon
|
56fa68ee4f
|
fix(AppDataContainer): use iterator in get app data, (at => poor performance)
|
2017-12-05 15:17:09 +01:00 |
|
Ronan Abhamon
|
44de3832bb
|
fix(MainDb): do not use snake case
|
2017-12-05 15:13:20 +01:00 |
|
Benjamin Reis
|
4141af833c
|
Do not add me on serverGroupChatRoom
|
2017-12-05 14:48:53 +01:00 |
|
Benjamin Reis
|
c91dc4b5ef
|
fix crash in file transfer
|
2017-12-05 13:55:48 +01:00 |
|
Erwan Croze
|
c865794cac
|
Disable message storage on server side
|
2017-12-05 13:52:08 +01:00 |
|
Sylvain Berfini
|
385aeb3357
|
Added fetch contents' app data from db
|
2017-12-05 11:56:00 +01:00 |
|
Benjamin Reis
|
b8b82f7fdb
|
keep fixing fetch of chat room
|
2017-12-05 11:51:37 +01:00 |
|
Sylvain Berfini
|
f04c4a40e1
|
Fix old chat_message_set_app_data api
|
2017-12-05 11:23:44 +01:00 |
|
Benjamin Reis
|
e045ac0127
|
fix fetch of client group chat room
|
2017-12-05 10:52:00 +01:00 |
|
Sylvain Berfini
|
7bb6721400
|
Remove contents and insert them again until update algorithm is done
|
2017-12-05 10:38:58 +01:00 |
|
Ghislain MARY
|
2c9dfd6ca8
|
Add friend class.
|
2017-12-04 17:38:30 +01:00 |
|
Sylvain Berfini
|
979082687f
|
Auto generate Core callbacks in JNI wrapper for core constructor
|
2017-12-04 17:23:29 +01:00 |
|
Ghislain MARY
|
784154c21e
|
Rename getCallsNb() to getCallCount().
|
2017-12-04 17:10:46 +01:00 |
|
Ghislain MARY
|
8783aca2db
|
No longer need cCore property in Core C++ object.
|
2017-12-04 16:59:03 +01:00 |
|
Benjamin Reis
|
04e028c74f
|
create event when creating notify
|
2017-12-04 16:56:27 +01:00 |
|
Benjamin Reis
|
203e06747b
|
fix build
|
2017-12-04 16:24:32 +01:00 |
|
Sylvain Berfini
|
b366b4055a
|
Updated proguard rules
|
2017-12-04 16:15:30 +01:00 |
|
Ronan Abhamon
|
e9805213e2
|
fix(conference): replace getNbParticipants to participantCount
|
2017-12-04 15:49:53 +01:00 |
|
Erwan Croze
|
2c33faac6f
|
Fix main-db.cpp for mysql backend
|
2017-12-04 15:48:26 +01:00 |
|
Erwan Croze
|
9e38d94ba7
|
Fix bad unref in callbacks.c call_received
|
2017-12-04 15:48:26 +01:00 |
|
Sylvain Berfini
|
cd40d176c0
|
Fixed java wrapper
|
2017-12-04 15:45:17 +01:00 |
|
Sylvain Berfini
|
d244864db6
|
Fixed android build
|
2017-12-04 15:41:20 +01:00 |
|
Benjamin Reis
|
1bbc544635
|
refactor code
|
2017-12-04 15:35:33 +01:00 |
|
Ronan Abhamon
|
eb5ab27326
|
fix(core): rename some methods => Do not set a plural noun before "Count"!!!
|
2017-12-04 15:29:01 +01:00 |
|