Ghislain MARY
86bd71ce33
Fix datetime values when fetching from database.
2018-04-27 08:53:34 +02:00
Mickaël Turnel
ec400bfe4a
Adapted tm to time_t and time_t to tm conversions for windows
2018-04-27 08:53:34 +02:00
Ronan Abhamon
1548254bea
fix(Utils): getTmAsTimeT must return time_t
2018-04-25 11:32:27 +02:00
Ghislain MARY
5fb8f9686a
Handle incoming INVITE from conference server to create ClientGroupChatRoom.
2018-04-05 15:00:11 +02:00
Ghislain MARY
3a0bcc675a
Some more improvements to Content-Type and Content-Disposition handling.
2018-03-16 16:55:51 +01:00
Ghislain MARY
94ce0fa252
Fix background task handling on platforms that do not support wakelocks.
2018-03-13 15:16:44 +01:00
Simon Morlat
18696f2ad2
Fix background task usage when receiving a REFER to join a chatroom.
...
Add a timeout, because on Android wake locks have no limit in time. The timeout will secure that whatever happens, the wake lock is always released after a reasonable time.
2018-03-09 22:14:05 +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
38fed6a292
Adding C API + first test
2018-02-14 17:12:50 +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
Benjamin Reis
01e15617b6
add initial value to background task id
2018-02-08 14:43:22 +01:00
Benjamin Reis
4511ad79f2
add background task to client group chat room
2018-02-08 13:55:49 +01:00
Ronan Abhamon
6c88e6be87
feat(utils): add a BackgroundTask component
2018-02-08 12:46:47 +01:00
Ronan Abhamon
26ad07a02e
feat(core): update date of some files
2018-01-15 09:17:54 +01:00
Ronan Abhamon
47324ff071
feat(utils): add new fs namespace with copy function
2018-01-09 14:25:56 +01:00
Ronan Abhamon
d52977ded6
feat(src): add a _L prefix on each include guard
2018-01-08 12:15:15 +01:00
Ronan Abhamon
af99144376
fix(utils): avoid memory leak in utf8 conversions
2017-12-15 11:36:19 +01:00
Mickaël Turnel
253378d167
Add conversion mechanism in Content so it is always UTF-8
2017-12-15 10:37:37 +01:00
Ghislain MARY
8b695901f8
Use CoreAccessor in call related classes.
2017-11-30 16:49:07 +01:00
Ronan Abhamon
d70c38f9f5
fix(Object): little fixes, remove useless friend and add assert and getSharedFromThis
2017-11-15 15:38:14 +01:00
Ronan Abhamon
33edd95a15
fix(Core): remove useless includes
2017-11-10 11:25:29 +01:00
Ronan Abhamon
54e0f253f5
feat(MainDb): add getConferenceNotifiedEvents impl
2017-10-27 10:44:37 +02:00
Ronan Abhamon
34b2882e38
feat(Core): use chat room api from new core
2017-10-26 10:09:39 +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
Ronan Abhamon
0369182673
feat(MainDb): register conference participant event
2017-10-17 12:04:49 +02:00
Ronan Abhamon
db8bfdff07
fix(Core): add explicit on some constructors
2017-10-10 14:21:54 +02:00
Ghislain MARY
81340cfcb8
Fix license headers.
2017-10-05 15:09:09 +02:00
Ronan Abhamon
eab04534c8
feat(EventsDb): import messages from old db
2017-10-05 14:49:30 +02:00
Ghislain MARY
6beb962517
Move the new sal code in the src folder, respect the file naming conventions and add missing license headers.
2017-10-05 10:52:09 +02:00
Ronan Abhamon
e75404cbd8
fix(core): fix coding style on many files, remove useless includes...
2017-09-26 11:56:49 +02:00
Ronan Abhamon
113dee4b8d
fix(core): clean code, remove useless includes
2017-09-25 17:37:59 +02:00
Ronan Abhamon
27f2dff83f
fix(Utils): remove useless includes in payload-type-handler and clean code
2017-09-25 17:04:44 +02:00
Ronan Abhamon
b445462794
fix(utils): better code for strtoxxx
2017-09-25 15:43:02 +02:00
Ronan Abhamon
352aa5568c
feat(Variant): add getValueAsUnsignedNumber impl
2017-09-25 15:28:36 +02:00
Ronan Abhamon
fc861ade8a
feat(Variant): add getValueAsNumber impl
2017-09-25 15:22:13 +02:00
Benjamin Reis
3a6f8976fd
cast to fix build
2017-09-21 16:52:47 +02:00
Ronan Abhamon
b2a0cd770e
fix(core): deal with new cpp flags
2017-09-20 12:45:17 +02:00
Ronan Abhamon
acce40efc3
feat(Variant): add getValueAsFloat impl
2017-09-15 14:36:08 +02:00
Ronan Abhamon
d619eba238
feat(Variant): add getValueAsString impl
2017-09-15 12:04:11 +02:00
Ronan Abhamon
f4f31dc422
feat(variant): add getValueAsDouble impl
2017-09-14 09:28:48 +02:00
Ronan Abhamon
22e5d08aa2
feat(variant): add getValueAsBool impl
2017-09-13 17:50:05 +02:00
Ronan Abhamon
b1a37f6bd0
feat(utils): remove content-type files
2017-09-13 09:12:42 +02:00
Ghislain MARY
7588a54016
Convert LinphoneCall to Call C++ class.
2017-09-08 14:15:08 +02:00