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
Sylvain Berfini
e21f193a57
Fixed wrongly named method in factory
2017-10-18 10:53:59 +02:00
Sylvain Berfini
4ec852cb08
Fixed jni compil
2017-10-18 10:49:19 +02:00
Sylvain Berfini
9154626ccc
Added missing methods on factory for Java wrapper
2017-10-18 10:46:02 +02:00
Ronan Abhamon
abe689070d
fix(Core): add missing core-p.h
2017-10-18 10:45:34 +02:00
Ronan Abhamon
58c94c8672
feat(Core): database access in progress
2017-10-18 10:45:08 +02:00
Sylvain Berfini
bebcee53d6
Fixed java's listeners' stubs that return a value
2017-10-18 10:32:09 +02:00
Ronan Abhamon
9be191f712
feat(MainDb): store last notify id
2017-10-18 10:28:24 +02:00
Sylvain Berfini
abe39796fd
Do wrap static methods but as non static
2017-10-18 10:25:27 +02:00
Sylvain Berfini
cf0502d382
Do not wrap the static methods in Java wrapper
2017-10-18 10:19:59 +02:00
Sylvain Berfini
927f2c5038
Added constructors for objects in factory
2017-10-18 10:15:23 +02:00
Benjamin Reis
84d94988a1
uniformize conference event
2017-10-18 10:12:22 +02:00
Ronan Abhamon
24b2861eb9
feat(MainDb): hide MessageEventReferences struct
2017-10-18 09:37:15 +02:00
Ronan Abhamon
88fbd50b76
feat(MainDB): supports chat messages store
2017-10-18 09:35:47 +02:00
Sylvain Berfini
2a9d4afef2
Keep previous callback name in migration as prefix instead of removing it
2017-10-17 19:57:19 +02:00