Commit graph

5860 commits

Author SHA1 Message Date
Sylvain Berfini
c0e7462aad Removed todos in chat room creation 2019-01-02 15:17:12 +01:00
Sylvain Berfini
ad7a9e351e Fixed crash if search result doesn't have an address 2019-01-02 11:21:37 +01:00
Sylvain Berfini
31e81fdd91 Started improvements on how we use the magic search bar 2018-12-21 14:00:30 +01:00
Sylvain Berfini
e333e5a58a Split video overlay into 2 classes 2018-12-14 17:00:19 +01:00
Sylvain Berfini
86b8fcd5e6 Switch back to master branch for maven repository 2018-12-14 10:08:44 +01:00
Sylvain Berfini
a88fe1f8f2 Improved sorting & listener calls on presence received 2018-12-13 11:29:37 +01:00
Sylvain Berfini
012a31cf49 Updated name of recordings menu 2018-12-13 11:25:51 +01:00
Sylvain Berfini
4363a0659d Started using friends capabilities for group chat and LIME 2018-12-13 11:24:25 +01:00
Sylvain Berfini
134123358b All top bars with titles now look the same 2018-12-12 14:49:46 +01:00
Sylvain Berfini
a1619b24f1 Removed useless annotations 2018-12-12 14:33:45 +01:00
Sylvain Berfini
15053ace61 Added mark as read notification action for chat messages + refactoring 2018-12-12 14:29:32 +01:00
Sylvain Berfini
0e504d2a20 Fixed issue with video dialog in call 2018-12-12 10:02:10 +01:00
Sylvain Berfini
a21958e131 Moved power saver code to DeviceUtils class + removed Huawei mentions and made it more global 2018-12-11 09:40:35 +01:00
Sylvain Berfini
760a81a40e Use doNotAskAgain feature from dialog for Huawei hack 2018-12-10 17:42:08 +01:00
Sylvain Berfini
527dd8f7b9 Actually this permission wasn't necessary 2018-12-10 17:36:11 +01:00
Sylvain Berfini
1f8766808f Fixed crash due to permission for sync account on Huawei 2018-12-10 17:32:05 +01:00
Sylvain Berfini
7c5f3dcb9c Also added a setting next to push setting to go to Huawei settings for protected apps 2018-12-10 17:26:01 +01:00
Sylvain Berfini
9b0fa01310 Fixed crash on Huawei (added permission) + improved huawei popup using our dialog template 2018-12-10 17:20:11 +01:00
Sylvain Berfini
adb3506cce Trying workaround for Huawei devices... 2018-12-10 16:21:25 +01:00
Sylvain Berfini
74ff0d8f4f Added more logs for contacts + removed unused code 2018-12-10 14:17:15 +01:00
Sylvain Berfini
1420ff0d2f Updated timespan for grouping messages to 5 min 2018-12-10 11:37:40 +01:00
Sylvain Berfini
37fa5aa9aa Added photo edition for contact 2018-12-10 09:42:35 +01:00
Sylvain Berfini
a18c2262dc Almost finished contact edition 2018-12-08 16:20:39 +01:00
Sylvain Berfini
46319c6e20 More work on contacts, starting edition/removal 2018-12-08 15:41:04 +01:00
Sylvain Berfini
55c1ac4ba0 Added automatically generated contacts.xml to gitignore 2018-12-07 16:28:49 +01:00
Sylvain Berfini
5b20ee25b2 Fixed missing action in native contact app 2018-12-07 16:28:24 +01:00
Sylvain Berfini
ce6e5fd714 Contact creation is almost OK, still missing visible linphone action in native app 2018-12-07 16:11:51 +01:00
Sylvain Berfini
998640fadd Contact creation is OK but are invisible upon restart 2018-12-07 15:10:06 +01:00
Sylvain Berfini
16ae046543 Split LinphoneContact into two classes, one dedicated to Android contact API 2018-12-07 14:13:19 +01:00
Sylvain Berfini
7614c7c14f Fixed mimetype in Manifest 2018-12-07 10:17:39 +01:00
Sylvain Berfini
e12c82cd20 Added logs 2018-12-06 22:45:52 +01:00
Sylvain Berfini
573bf2366a Fixes & improvements but contact creation still fails... 2018-12-06 17:49:08 +01:00
Sylvain Berfini
fdefb77925 Improved code 2018-12-06 16:54:27 +01:00
Sylvain Berfini
0ef866c3e3 Fixed missing presence on contacts at startup sometimes 2018-12-06 16:20:39 +01:00
Sylvain Berfini
fc5da7f57d This seems to fix contact edition issue + added refresher on contact list 2018-12-06 15:56:14 +01:00
Sylvain Berfini
9d66458f36 Improvements on package name use (since we had .debug to it sometimes) + fixed disapearing SIP contacts if they only have presence and no real SIP URI 2018-12-06 15:44:34 +01:00
Sylvain Berfini
54e7760fdd Fixed empty contacts issue after a contact has been edited/created/deleted 2018-12-06 12:28:36 +01:00
Sylvain Berfini
385e72ea9b Moved AsyncContactsLoader to it's own file 2018-12-06 11:40:33 +01:00
Sylvain Berfini
4a529b9691 Fixed crashs 2018-12-06 11:12:12 +01:00
Sylvain Berfini
e82537dbb6 More unused code removed 2018-12-05 13:48:10 +01:00
Sylvain Berfini
3802deee19 Code cleaning & code improvements reported by android studio 2018-12-05 13:35:05 +01:00
Sylvain Berfini
9300877d12 Code refactoring: renamed private variable to start with m (or s if static) and removed unused code 2018-12-05 11:55:14 +01:00
Sylvain Berfini
3494ae1180 Also use SDK version instead of Core's in UserAgent 2018-12-05 10:04:54 +01:00
Sylvain Berfini
c922192985 Replaced Linphone's Core version by SDK version in about fragment 2018-12-04 15:35:39 +01:00
Sylvain Berfini
a196529eb2 Temporarily use tmp/lime_v2 branch as maven repository for AARs 2018-12-03 14:33:00 +01:00
Sylvain Berfini
9237db2721 Added lime to org.linphone.specs list 2018-12-03 14:25:28 +01:00
Sylvain Berfini
480c6a277b Set default video filter in factory_rc 2018-12-03 14:13:45 +01:00
Mickaël Turnel
37e2361847 Disable record button if no record path is present in call params 2018-12-03 13:49:17 +01:00
Sylvain Berfini
b746eaad31 Fixed call recording issue depending where in the code the call was started 2018-12-03 13:17:15 +01:00
Sylvain Berfini
82c2edfb58 Updated changelog 2018-12-03 12:56:41 +01:00