Commit graph

540 commits

Author SHA1 Message Date
Sylvain Berfini
7894311cdd Reworked contacts list to use search results from Magic Search instead of directly fetched contacts from native addressbook 2022-02-15 16:55:53 +01:00
Sylvain Berfini
69fdff6858 Added LDAP settings 2022-02-15 15:28:17 +01:00
Sylvain Berfini
2d220dd01a Trying to prevent the same intent to be processed twice, seems it can happen... 2022-02-14 09:21:32 +01:00
Sylvain Berfini
fb7d2d846a Make sure sent chat message will be visible 2022-02-14 09:18:23 +01:00
Sylvain Berfini
d0797fb54c Prevent crash if exception is thrown during contacts fetching + fixed cast issue 2022-02-11 10:42:39 +01:00
Sylvain Berfini
8674a2b712 Fixed quit button not killing app when background mode is enabled 2022-02-10 10:08:11 +01:00
Sylvain Berfini
101d9aa931 Fixed duplicated chat room if we are invited back in one we left while on the chat rooms list 2022-02-09 12:43:18 +01:00
Sylvain Berfini
c8bd7ea229 Fixed recordings list not updated when a recorded call is terminated and we go back to the fragment 2022-02-09 12:15:17 +01:00
Sylvain Berfini
7219cfbdf7 Fixed chat room UI not updated when kicked/invited back while in it 2022-02-09 12:11:05 +01:00
Sylvain Berfini
eecbfccc2c Fixed video call button & forward message issues on tablets 2022-02-08 18:00:55 +01:00
Sylvain Berfini
0580dfa58f Route voice/call recordings to headset instead of speaker, if possible 2022-02-04 10:50:31 +01:00
Sylvain Berfini
82f352fa81 No longer need to monitor device orientation in app 2022-02-03 11:48:52 +01:00
Sylvain Berfini
46ef080d62 Make SIP URI in chat messages clickable as well as http links 2022-02-03 10:15:41 +01:00
Sylvain Berfini
32941122ce Fixed waiting layout not gone if error happens in generic login assistant 2022-02-02 14:52:57 +01:00
Sylvain Berfini
92e13a2e6b Added warning fragment before configuring a generic SIP account 2022-02-01 13:58:44 +01:00
Sylvain Berfini
cf52d5ab3d Added weblate link in about page + fixed copyright year & french translation 2022-02-01 10:42:09 +01:00
Sylvain Berfini
a0ebeb1fea Moved lambdas arguments out of parenthesis 2022-01-28 17:12:24 +01:00
Sylvain Berfini
81884dd218 Fixed issues with background mode advanced setting 2022-01-27 10:52:03 +01:00
Sylvain Berfini
13261f78f9 Fixed & improve content logs 2022-01-21 10:52:43 +01:00
Sylvain Berfini
fea1e9d27f Prevent crash when calling reportFullyDrawn(), see github issue 1592 2022-01-21 09:07:30 +01:00
Sylvain Berfini
17547753b4 Hide keyboard when closing chat room side pane 2022-01-17 10:42:31 +01:00
Sylvain Berfini
bef768f997 Trim received messages 2022-01-17 10:02:09 +01:00
Sylvain Berfini
fa33a7f29f Fixed chat room not scrolling to bottom when receving/sending message if we are already on the bottom 2022-01-14 10:03:33 +01:00
Sylvain Berfini
891be0eb9b Properly update last chat room message for when going back to chat rooms list 2022-01-12 11:09:43 +01:00
Sylvain Berfini
dabecf1077 Allow to undo last chat message swipe removal 2022-01-11 14:49:10 +01:00
Sylvain Berfini
9963381419 Added swipe actions on chat message (reply / delete), improved chat message redraw condition 2022-01-10 17:28:35 +01:00
Sylvain Berfini
0378848f10 Fixed some poor quality drawables + changes to allow swipe action to reply to chat message (disabled for now) 2022-01-10 11:55:13 +01:00
Sylvain Berfini
9395ea88a5 Fixed used of deprecated adapterPosition API 2022-01-10 10:43:34 +01:00
Sylvain Berfini
2ed6fa3246 Prevent crash that happened once 2022-01-10 10:14:59 +01:00
Sylvain Berfini
44a61a2be2 Allow to show IMDN status of error message in a group chat room 2022-01-07 15:45:55 +01:00
Sylvain Berfini
5605e37121 Fixed kotlin boolean properties changes in Java wrapper + allow CPIM messages in basic chat rooms for sip.linphone.org accounts 2022-01-06 17:29:07 +01:00
Sylvain Berfini
c6cc2e56d4 Another fix for proper contact names in chat rooms list 2022-01-05 14:19:06 +01:00
Sylvain Berfini
8c790929c4 Fixed chat bubbles sometimes closing when opened 2022-01-05 13:04:49 +01:00
Sylvain Berfini
0e17da27e8 Try to prevent VFS leaks as much as possible, added logs before each plainFilePath call 2022-01-04 15:33:06 +01:00
Sylvain Berfini
fc6792687c Fixed issue with message received & dislay in a chat room for which the sliding pane was closed but fragment wasn't paused or destroyed 2022-01-04 11:37:52 +01:00
Sylvain Berfini
0404777c32 Reworked & improved export when usig VFS feature 2022-01-04 09:26:35 +01:00
Sylvain Berfini
43e6e14654 Added ringtone picker (hidden by default for now) 2021-12-20 16:53:32 +01:00
Sylvain Berfini
70575d73ba Removed unused code + attempt to workaround ANR since last dependencies update 2021-12-20 14:39:05 +01:00
Sylvain Berfini
7bd85a6f53 Fixed contacts names not always displayed in chat rooms list 2021-12-20 13:01:38 +01:00
Sylvain Berfini
fdaabf6fc0 Fixed build due to API changes in 5.1 SDK 2021-12-17 09:04:58 +01:00
Sylvain Berfini
4ed589d12b Updated dependencies 2021-12-16 17:06:04 +01:00
Sylvain Berfini
d9c3800596 Fixed STUN setting not working on non-sip.linphone.org accounts 2021-12-15 15:45:10 +01:00
Sylvain Berfini
dcf84158ff Fixed issue in content 2021-12-15 11:22:31 +01:00
Sylvain Berfini
d6b853ed68 Trying to workaround chat room already displayed log when pane is closed issue 2021-12-11 15:36:12 +00:00
Sylvain Berfini
fe9f9cbecc Make sure PhoneAccount identity is valid to prevent crash in Android OS at startup 2021-12-07 09:36:49 +01:00
Sylvain Berfini
9d48a15bb6 Added support of left control + enter keys to send message 2021-11-29 13:55:57 +01:00
Sylvain Berfini
72ae8f2e67 Fixed crash if sharedViewModel has not been initialized when saving fragment instance state 2021-11-29 11:43:40 +01:00
Sylvain Berfini
60cc5a31c4 Added IME flag asking Android not to process user input in secured chat rooms 2021-11-29 10:15:05 +01:00
Sylvain Berfini
835b2dd863 Fixed chat messages not marked as read when chat bubble is opened when they are received 2021-11-26 15:28:10 +01:00
Sylvain Berfini
ef6bbbc3c8 Remove internation prefix from phone number in assistant, if possible 2021-11-25 10:48:04 +01:00