Commit graph

5031 commits

Author SHA1 Message Date
Sylvain Berfini
23f47ea003 Removed code no longer needed 2017-12-06 15:45:14 +01:00
Sylvain Berfini
c5faefd415 Updated linphone 2017-12-06 15:41:59 +01:00
Sylvain Berfini
cff1f90fd3 Improve contact search in chat fragment 2017-12-06 15:23:57 +01:00
Sylvain Berfini
3491ff723f Fixed phone number contacts search 2017-12-06 13:05:41 +01:00
Sylvain Berfini
171b17892b Yet another file transfer UI fix 2017-12-06 10:09:48 +01:00
Sylvain Berfini
d129af2a8e Updated linphone + fixes for file transfer UI 2017-12-05 17:21:08 +01:00
Sylvain Berfini
5d5dfecd0a Updated linphone + fixed some UI issues in chat fragment related to file transfer 2017-12-05 16:08:47 +01:00
François Grisez
1c3b4af64f Updates the list of build dependencies in README.md 2017-12-05 12:05:12 +01:00
Sylvain Berfini
502af0ae40 Updated linphone 2017-12-05 12:01:27 +01:00
François Grisez
1155dc525a Fix build error when building with ZRTP support disabled 2017-12-05 11:54:24 +01:00
Sylvain Berfini
838724ccee Updated linphone 2017-12-04 17:28:45 +01:00
Sylvain Berfini
1a0483bcea Updated linphone 2017-12-04 17:04:44 +01:00
Sylvain Berfini
6ad9cdbd31 Fixed ContactsManager permission denied on resume sometimes 2017-12-04 16:12:32 +01:00
Sylvain Berfini
81ab49abd2 Updated linphone 2017-12-04 15:47:49 +01:00
Sylvain Berfini
31457bcb2e Updated linphone 2017-12-04 10:55:32 +01:00
Sylvain Berfini
28a76a0aa9 Fixed call log date 2017-12-01 16:29:41 +01:00
Sylvain Berfini
7d0653089d Fixed leave group button visible when creating new group 2017-12-01 16:16:54 +01:00
Sylvain Berfini
55b0bd6806 Updated linphone 2017-12-01 14:03:47 +01:00
Sylvain Berfini
92e16d7b1d Fixed issue with unread message count 2017-12-01 11:49:17 +01:00
Sylvain Berfini
f5aa91f44f Added chat room creation/go to from history 2017-12-01 11:39:48 +01:00
Sylvain Berfini
f14e4e6f3f Factorized wait layout and chat room popup error + added it to contact's details view 2017-12-01 11:23:48 +01:00
Sylvain Berfini
2948b31ff3 Fixed contact lookup in message notification 2017-12-01 11:04:22 +01:00
Sylvain Berfini
b4dcaef771 Fixed chat room button in contact's details 2017-12-01 10:47:53 +01:00
Sylvain Berfini
83584a43c4 Updated linphone 2017-12-01 10:11:33 +01:00
Erwan Croze
43dab49168 Update version number 2017-11-30 16:52:02 +01:00
Mickaël Turnel
89c1c4809c Update submodule mediastreamer2, msopenh264 and msx264 2017-11-30 15:53:58 +01:00
Sylvain Berfini
1dbca18fe8 Changes related to chatRoom readOnly state 2017-11-30 15:53:33 +01:00
Sylvain Berfini
1d15479623 Updated linphone to fix issue with chat room storage 2017-11-30 15:08:48 +01:00
Sylvain Berfini
dc580ea9f1 Use service notifications channel for call notifications so they don't show up and ring 2017-11-30 15:06:27 +01:00
Erwan Croze
202e2fdf29 Update version number 2017-11-30 14:36:11 +01:00
Sylvain Berfini
a6332bab67 Updated linphone, fixed chat room created not appearing on chat rooms list 2017-11-30 14:34:04 +01:00
Sylvain Berfini
b9c09c78a1 More cleanup 2017-11-30 14:23:04 +01:00
Simon Morlat
29fd912eb8 update submodules 2017-11-30 13:23:32 +01:00
Sylvain Berfini
884e47df68 Updated submodules 2017-11-30 12:54:48 +01:00
Sylvain Berfini
2a025a9e89 Updated sqlite3 to 3.21.0 2017-11-30 12:20:46 +01:00
Erwan Croze
5285b86b8a Update submodule bctoolbox 2017-11-30 12:01:17 +01:00
Sylvain Berfini
d5bc42deda Fixed chat room when clicking on chat message notification 2017-11-30 11:48:53 +01:00
Sylvain Berfini
9a3ddc12e9 Fixed display issue while scrolling chats list 2017-11-30 11:01:29 +01:00
Sylvain Berfini
9b13b60552 Fixed read imdn sent even the user hasn't read the message yet 2017-11-30 11:01:07 +01:00
Sylvain Berfini
b17081e504 Fixed sender display name above each message in chat room 2017-11-30 10:34:23 +01:00
Sylvain Berfini
055e4463c7 Added events deletion in chat room 2017-11-30 10:23:33 +01:00
Sylvain Berfini
c04ba0ce41 Better fix for chat message state update + bit of cleanup 2017-11-30 10:17:00 +01:00
Sylvain Berfini
3f1fc697da Fixed outgoing messages state not being updated until view is refreshed 2017-11-30 09:16:54 +01:00
Simon Morlat
e9560cec98 fix sqlite3 compilation for ndk>=14 2017-11-29 17:04:00 +01:00
Sylvain Berfini
92a38cc33f Fixed camera device switching during a video call 2017-11-29 16:33:23 +01:00
Sylvain Berfini
046f76a11c Fixed video related issue but still a lot of crashes 2017-11-29 15:52:55 +01:00
Aniruddh Bhilvare
cbdfebc632 Solved issue of image not picked from Photo's App
If we select image from Google's Photos app. It wasn't getting selected due to invalid image path error. Thus it was returning null Bitmap, which is solved in this patch.
2017-11-29 15:36:27 +01:00
Sylvain Berfini
4f51ff8145 Updated liblinphone to fix app crashing at start due to too old Android version on device 2017-11-29 11:33:06 +01:00
Simon Morlat
0e84a12140 update linphone and ms2 to fix ICE issues 2017-11-29 11:18:58 +01:00
François Grisez
70d47a87d8 Update linphone submodule in order to update the dial plan 2017-11-29 10:58:36 +01:00