Jehan Monnier
e289a58a44
Fix armv5/gcc build for Android without breaking Linux’s build
...
This reverts commit 45e9c3a49c .
2018-06-19 18:24:22 +02:00
Ghislain MARY
45e9c3a49c
Revert "Fix armv5/gcc build for Android" that is breaking build on Linux systems.
...
This reverts commit d643672e81 .
2018-06-19 17:00:58 +02:00
Jehan Monnier
d643672e81
Fix armv5/gcc build for Android
2018-06-19 12:59:04 +02:00
Simon Morlat
c5115f63e1
Do not install anymore the not-generated classes of the java wrapper.
2018-06-18 11:57:49 +02:00
Jehan Monnier
09ae895cd0
downgrade error traces in case of sdk resources not found to info as resources are now located into the aar.
2018-06-18 08:59:29 +02:00
Simon Morlat
634aaf3cbf
Fix crash when creating the java AndroidPlatforHelper object, because initCore no longer exists.
2018-06-17 11:45:37 +02:00
Simon Morlat
142fdca155
Fix loading of ms2 plugins on Android. The nativeLibraryDir is found from java API and used directly in LinphoneCore instanciation, thanks to the AndroidPlatformHelper class.
2018-06-15 22:07:38 +02:00
Erwan Croze
f893132414
Merge branch 'dev_refactor_cpp_qrcode' of gitlab.linphone.org:BC/public/linphone into dev_refactor_cpp
...
Add QRCode API
2018-06-15 10:49:40 +02:00
Ghislain MARY
a5dce40387
Fix the way to get the JNI env in java wrapper to prevent crashes when some native threads stop.
2018-06-13 11:24:12 +02:00
Erwan Croze
0f006ab1f6
Fix name of hold sound for android
2018-06-04 09:25:01 +02:00
Jehan Monnier
420aedc7e5
add java method to android’s helper to copy assets instead of resource
2018-05-25 14:32:08 +02:00
Jehan Monnier
3cf801a632
improve Android's platform helper
2018-05-23 18:21:47 +02:00
Jehan Monnier
836cbdf97f
make sure android platform helper is compatible with linphone-android 3.x
2018-05-22 18:13:40 +02:00
Ghislain MARY
9c7df45896
Improve Android wrapper migration script.
2018-05-22 15:34:40 +02:00
Erwan Croze
c5e8872910
Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp_qrcode
2018-05-21 14:03:34 +02:00
Erwan Croze
6322f71e18
Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp_qrcode
2018-05-21 14:03:13 +02:00
François Grisez
0adccd72de
[Build] Fix race condition between linphonej and linphone-coreapi targets
2018-05-18 15:48:22 +02:00
François Grisez
22ecccec97
Fix Java wrapper generation.
2018-05-17 18:59:15 +02:00
François Grisez
155393f9f1
[Doc generator] Generate a page for each listener.
2018-05-17 10:25:07 +02:00
Erwan Croze
3d7e530222
Fixing load of grammar
2018-05-16 10:55:46 +02:00
Erwan Croze
b3cad25d12
Fixing csharp wrapper + Fixing Xamarin wrapper
2018-05-14 15:02:54 +02:00
Erwan Croze
99ea6e4cad
Fixing assets copy from package for testers
2018-05-11 11:38:46 +02:00
Sylvain Berfini
4fc8137289
Fixed grammars and some other importants file not being overwritten
2018-04-27 14:28:38 +02:00
Sylvain Berfini
9e921fa303
Added missing enums & listeners to proguard file generated by JAVA wrapper
2018-04-13 18:13:33 +02:00
François Grisez
4a0b9021a2
Fixes Java wrapper generator
2018-04-10 18:11:20 +02:00
François Grisez
0e7ae694d7
Merge branch 'dev_refactor_cpp' into dev_doc_generator
2018-04-10 17:26:53 +02:00
Sylvain Berfini
0bf5362bf0
Fixed issue in previous commit
2018-04-06 12:15:14 +02:00
Sylvain Berfini
2f550cd5df
Added method in Java's wrapper Factory object to get LoggingService
2018-04-06 12:09:11 +02:00
François Grisez
facab07c40
Creates a new singleton object for logging features in the API of Liblinphone
...
(cherry picked from commit d61a62de91 )
2018-04-04 13:49:25 +02:00
François Grisez
40ca8aca3f
Merge remote-tracking branch 'public/dev_refactor_cpp' into dev_doc_generator
2018-03-27 16:21:37 +02:00
Ghislain MARY
3f916b1972
Make a copy of listeners list before calling them in C++ wrapper so that the list can be modified in these listeners.
2018-03-01 15:06:28 +01:00
Sylvain Berfini
9ca30446d5
Improved AndroidPlatformHelper
2018-02-16 16:23:16 +01:00
Sylvain Berfini
539f7b0fbe
Do not set the same listener twice and clear the previous one if it exists in Java wrapper
2018-02-15 16:23:14 +01:00
Sylvain Berfini
b9c2b8c9a9
Do not create a JNI listener if Java one is null
2018-02-15 13:56:48 +01:00
Sylvain Berfini
b87dd9f1a0
Fixed another leak in Java wrapper caused by listeners
2018-02-15 13:39:36 +01:00
Sylvain Berfini
c444c4c59c
Fixed remaining issue with removeListener in Java wrapper
2018-02-15 13:23:40 +01:00
Sylvain Berfini
a573636c6b
Fixed issue with removeListener in Java wrapper
2018-02-15 13:12:23 +01:00
Sylvain Berfini
4a5d2e4cb5
Fixed leak in Java wrapper
2018-02-15 12:55:15 +01:00
François Grisez
cd7bc53db3
C++ wrapper generator: reworking of ClassHeader class
2018-02-08 15:22:10 +01:00
François Grisez
9dd3f54f91
Fixes error in Java wrapper generation that caused a crash on Android apps starting
2018-02-08 15:17:39 +01:00
François Grisez
04a024ec9e
Revert "Fixes C++ wrapper generation with Python 2"
...
This reverts commit 7d621c5bd1 and
proposes a way to fix the generation with Python 2 without
breaking abstractapi's interface.
2018-02-08 14:32:39 +01:00
François Grisez
7d621c5bd1
Fixes C++ wrapper generation with Python 2
2018-02-06 16:49:15 +01:00
François Grisez
bff2f9a26f
Reworking of wrappers generators
...
* Support of enums declared inside classes.
* Moving of Java translation code into abstractapi.py
in order to have Java's API in the generated multi-language
documentation.
2018-02-06 12:22:44 +01:00
Ghislain MARY
702e257cae
Automatically generate Core creation method for C++ wrapper.
2018-02-05 16:07:10 +01:00
Sylvain Berfini
3163b596c2
Fixed Java wrapper for enum with masks like ChatRoomCapabilities
2018-01-30 12:18:31 +01:00
Ronan Abhamon
26ad07a02e
feat(core): update date of some files
2018-01-15 09:17:54 +01:00
Sylvain Berfini
ea585a1ef6
Fixed previous commit
2018-01-12 15:21:36 +01:00
Sylvain Berfini
2e837751c6
COpy SDK rootCA only if not exists
2018-01-12 15:19:44 +01:00
Sylvain Berfini
8a95dba194
Fixed abstractApi and Java wrapper use of RefCountable attribute
2018-01-12 14:41:29 +01:00
Erwan Croze
87aecfa304
Moving some setting init from android application to liblinphone
2018-01-12 11:54:43 +01:00