Commit graph

11502 commits

Author SHA1 Message Date
Ronan Abhamon
fde89d36e2 feat(MainDb): supports MySql types and rowid from sqlite 2017-10-23 15:54:25 +02:00
Ronan Abhamon
a9418e190d feat(Tester): provide a linphone.db 2017-10-23 13:26:48 +02:00
Ronan Abhamon
0e62f94557 feat(MainDb): rename tester 2017-10-23 11:29:37 +02:00
Ronan Abhamon
303e9805e2 fix(MainDb): fetch correctly addresses, not ids 2017-10-23 11:16:53 +02:00
Ronan Abhamon
fea02c354c feat(MainDb): fetch ConferenceParticipantDeviceEvent => OK 2017-10-23 11:01:48 +02:00
Ronan Abhamon
be18e569fc feat(MainDb): fetch ConferenceParticipantEvent => OK 2017-10-23 10:53:14 +02:00
Ronan Abhamon
6627f3305a feat(MainDb): fetch ConferenceEvent => OK 2017-10-23 10:32:51 +02:00
Ronan Abhamon
be19ba1a3e feat(MainDb): fetch ConferenceSubjectEvent => OK 2017-10-23 10:22:21 +02:00
Ronan Abhamon
44507caa79 feat(MainDb): fetch in progress 2017-10-20 17:18:37 +02:00
Ronan Abhamon
353411e16a feat(MainDb): fetch partially history 2017-10-20 15:37:56 +02:00
Ronan Abhamon
e97343cb78 feat(Event): ChatMessageEvent is now a ConferenceEvent 2017-10-20 13:51:56 +02:00
Sylvain Berfini
c88983da3d Fixed compil for android armv7, issue was cast increases required alignment from 4 to 8 2017-10-20 10:43:06 +02:00
Sylvain Berfini
3af62d98d2 Fixed crash in file transfer due to backgroundtaskid not being initialized + removed unused header in jni 2017-10-19 17:41:01 +02:00
Benjamin Reis
49540f6b6f add paths getter for linux 2017-10-19 16:59:34 +02:00
Ronan Abhamon
4e3c5d9548 fix(PlatformHelpers): clean code, fix coding style, use cpp logger... 2017-10-19 16:58:51 +02:00
Ronan Abhamon
2941e64e3e feat(Core): provide a low-level BaseObject 2017-10-19 15:50:47 +02:00
Benjamin Reis
d160e5ab02 add data and config path getter for windows 2017-10-19 15:37:35 +02:00
Benjamin Reis
f291076f88 remove const to fix build 2017-10-19 15:18:23 +02:00
Benjamin Reis
1b82a7570e use right class name ... 2017-10-19 15:06:55 +02:00
Sylvain Berfini
aea1b1229d Replaced virtual by override 2017-10-19 15:03:11 +02:00
Benjamin Reis
317a50848a move platform-helpers and paths 2017-10-19 14:52:52 +02:00
Erwan Croze
04b6f1386d Adding and implementing find_contacts_by_char 2017-10-19 14:11:37 +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
Sylvain Berfini
40ae364d21 Added getDataPath, getConfigPath and getCachePath to AndroidPlatformHelper 2017-10-19 12:22:32 +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
Sylvain Berfini
a44cbae88d Changed jni prefix of AndroidHelper class 2017-10-19 11:50:19 +02:00
Sylvain Berfini
8a421e9c72 Forgot to move AndroidPlatfromHelper class 2017-10-19 11:45:01 +02:00
François Grisez
8c1b1a1761 [Abstract API] Blacklists linphone_factory_create_core_2() and linphone_factory_cerate_core_with_config_2() while parsing
This must be done since these functions must be manually wrapped for each targeted language.
2017-10-19 11:37:48 +02:00
Sylvain Berfini
f545d1d955 Use create_core_2 in Java wrapper 2017-10-19 11:36:30 +02:00
Sylvain Berfini
95ead0586a Fixed build issues with platform helper 2017-10-19 11:32:16 +02:00
Benjamin Reis
a782ee9098 put back removed symbol 2017-10-19 11:14:52 +02:00
Benjamin Reis
47dab4f437 only include jni.h for android 2017-10-19 11:07:35 +02:00
Simon Morlat
ef94fd5090 add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-19 11:06:35 +02:00
Sylvain Berfini
d5e59ae6ee content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically 2017-10-19 10:44:13 +02:00
Sylvain Berfini
c0a2fcd05d Unblacklisted 2 methods for Java wrapper because if getter is blacklisted, setter won't be wrapped... 2017-10-18 15:59:01 +02:00
Sylvain Berfini
a01787fbe6 Blacklisted 3 methods badly wrapper temporarily 2017-10-18 15:52:41 +02:00
Sylvain Berfini
aaf0eac9c7 Fixed crash in proxy config when dialplan is generic 2017-10-18 15:44:11 +02:00
Sylvain Berfini
a9e3caf17f Fixed content_get_buffer and content_set_buffer methods in Java wrapper 2017-10-18 15:27:09 +02:00
François Grisez
88ef203bc7 Fix C++ wrapper generation when the VCard support of Liblinphone is disabled. 2017-10-18 14:58:31 +02:00
Sylvain Berfini
f1e0a44401 Fix crash for linphone_core_get_callbacks_list 2017-10-18 13:34:34 +02:00
Sylvain Berfini
9fa66fc345 Some fixes for Java wrapper 2017-10-18 13:33:05 +02:00
Sylvain Berfini
12e1ccfe58 Various fixes for JNI layer of Java wrapper 2017-10-18 13:17:22 +02:00
Sylvain Berfini
61652e08a8 Added missing extern C in Java's JNI 2017-10-18 12:03:18 +02:00
Benjamin Reis
38f8ef4485 connect cppCore with c_core and add received conference events in db 2017-10-18 11:18:52 +02:00
Sylvain Berfini
9f98fa5f6c Fixed some symbol errors 2017-10-18 11:17:48 +02:00