Sylvain Berfini
50f9d35804
Changes made to JNI and Java to match previous AuthInfo changes
2013-11-04 16:28:50 +01:00
Sylvain Berfini
f04dab8f10
Added JNI API to get proxyconfigs' prefix & escape plus
2013-10-16 09:45:04 +02:00
Sylvain Berfini
aaf2c2d0e8
Added JNI API to get DTMF policy
2013-10-15 17:14:38 +02:00
Sylvain Berfini
712dd480ca
Added JNI API to search a LinphoneAuthInfo from username and realm
2013-10-15 15:55:20 +02:00
Sylvain Berfini
08c59397cb
Added JNI API to read video policies
2013-10-15 12:04:23 +02:00
Sylvain Berfini
fc61fbd1aa
Added JNI API to get default username and displayname
2013-10-14 14:39:21 +02:00
Sylvain Berfini
539ae4bb56
Added JNI API to know if ipv6 is enabled in lc
2013-10-14 14:26:29 +02:00
Sylvain Berfini
873072d460
Added JNI API to set expires on given proxy config
2013-10-14 14:18:33 +02:00
Sylvain Berfini
bcd22f8a74
Added JNI API to delete one ProxyConfig and one AuthInfo
2013-10-11 15:29:10 +02:00
Sylvain Berfini
c344f32c1e
Updated JNI interface and LinphoneAuthInfo java class
2013-10-10 12:57:19 +02:00
Sylvain Berfini
863770bebb
Fix zrtp library link in Android
2013-10-08 16:37:34 +02:00
Ghislain MARY
d10ab0a250
Getter functions need to start with "get".
2013-10-07 11:20:04 +02:00
Sylvain Berfini
b8453d1bc1
Added JNI bindings for LpConfig + extended java LpConfig
2013-10-04 11:49:10 +02:00
Simon Morlat
03723b2225
fix mistake in eabi when loading libs
2013-10-03 22:22:05 +02:00
Ghislain MARY
3c772ea1fe
Use tunnelclient and bcg729 static libraries on Android.
2013-10-03 17:52:27 +02:00
Ghislain MARY
9680b2915a
Use shared library arch ABI suffixes on Android.
2013-10-03 17:33:16 +02:00
Ghislain MARY
946bb08733
Name ffmpeg and linphone shared libraries according to arch ABI.
2013-10-03 16:41:19 +02:00
Ghislain MARY
3878b016ab
Remove useless libneon on Android.
2013-10-02 16:05:34 +02:00
Ghislain MARY
677f187492
Update ffmpeg.
2013-09-27 12:26:21 +02:00
Ghislain MARY
b1ab2d9ed0
Update JNI according to latest presence API changes.
2013-09-19 12:14:50 +02:00
Ghislain MARY
c7ba1b8ee1
Update JNI according to latest presence API changes.
2013-09-18 16:04:09 +02:00
Simon Morlat
40cb573eac
add LinphoneProxyConfig.getError() java/jni
2013-09-18 11:16:28 +02:00
Ghislain MARY
480144c98f
Update JNI one more time.
2013-09-10 13:07:55 +02:00
Ghislain MARY
9752a9c3e8
Reflect in the JNI the changes made in the presence API.
2013-09-10 12:20:57 +02:00
Ghislain MARY
c61dc5a039
Update JNI according to latest presence API changes.
2013-09-10 11:33:38 +02:00
Ghislain MARY
9e9be3e05f
Java API to set basic status, clear activities and add activities to a presence model.
2013-09-05 12:14:03 +02:00
Simon Morlat
90ff3d477a
better management of LinphoneAddress in java.
...
Indeed there was some risk of getting into a situation where a java LinphoneAddress would point to a destroyed C LinphoneAddress (typically with call-logs).
To prevent that, the java object can either refcount or clone the C object, depending on the constness of the C object.
2013-08-27 22:11:53 +02:00
Jehan Monnier
f03a9b38dd
add isVideoSupported java binding
2013-08-26 16:58:14 +02:00
Sylvain Berfini
34f405894c
Added JNI binding to get message storage id + added possibility to limit the number of messages to fetch
2013-08-20 12:12:39 +02:00
Ghislain MARY
c852b3f8f7
Add the setPreferredVideoSizeByName() method to LinphoneCore.
2013-08-19 11:41:55 +02:00
Sylvain Berfini
440fabd247
Fix for chat message importing
2013-08-19 11:15:36 +02:00
Sylvain Berfini
90b6aa36f2
Added some methods to allow to create a chat message completely and to store a chat message in database + JNI bindings for these methods
2013-08-14 16:48:46 +02:00
Simon Morlat
01d35e5b53
wrap new methods
2013-08-14 16:08:26 +02:00
Sylvain Berfini
b3c08e5d7e
Added method to update message's url field in database in case of changes
2013-08-14 11:17:30 +02:00
Sylvain Berfini
88a0da21c1
Added storage_id field to LinphoneChatMessage struct + method to delete a single message in message_storage API + JNI glue for this method
2013-08-13 15:08:20 +02:00
Sylvain Berfini
6796242238
Added JNI glue for markAsRead LinphoneChatRoom method + get all the messages with getHistory method if limit <= 0
2013-08-12 14:32:25 +02:00
Sylvain Berfini
55b640b0d7
Added a method that returns the existing chatroom if possible instead of always creating a new one + added JNI binding for this method
2013-08-12 11:20:44 +02:00
Sylvain Berfini
8fbe7ee1d4
Added JNI glue for deleteHistory and getUnreadMessagesCount methods of LinphoneChatRoom
2013-08-12 10:52:15 +02:00
Sylvain Berfini
3e2f306e36
Added JNI glue for destroy method of LinphoneChatRoom
2013-08-12 09:39:50 +02:00
Sylvain Berfini
1ccf89e4fb
Init chatrooms at storage startup using sotred conversations + JNI glue to get chatrooms list
2013-08-09 17:06:39 +02:00
Sylvain Berfini
952adab4f8
Added more JNI bindings for ChatMessages + few fixes in messaeg_storage (some properties weren't set when read from database)
2013-08-09 11:04:50 +02:00
Sylvain Berfini
389922acce
Started the JNI binding of the message_storage functions
2013-08-08 16:23:20 +02:00
Sylvain Berfini
9bb6ac525b
Updated ms2 and android build to use renamed ffmepg libraries
2013-07-11 13:36:56 +02:00
Simon Morlat
866bc5c4c0
add missing wrappers to the PayloadType object
2013-07-02 16:38:17 +02:00
Ghislain MARY
88d02758b9
Fix Android compilation with BasicStatus being moved in its own file.
2013-06-27 18:49:52 +02:00
Ghislain MARY
50f145ed77
Add missing functions to presence JNI.
2013-06-25 11:59:27 +02:00
Ghislain MARY
2d862f98ba
Remove useless minutes_away and contact parameters to the linphone_core_set_presence_model() function.
2013-06-25 10:52:08 +02:00
Ghislain MARY
ee35e8e413
Remove linphone_friend_set_presence_model() and make linphone_friend_get_presence_model() return a const pointer because the user should not be able to change his friends' presence.
2013-06-25 09:58:20 +02:00
Ghislain MARY
5f1e8dd03d
Add JNI for presence.
2013-06-24 18:02:54 +02:00
Jehan Monnier
6e8e0094c4
fix Adroid compilation issue
2013-06-24 12:35:21 +02:00