Commit graph

6318 commits

Author SHA1 Message Date
Sylvain Berfini
a1892ccb13 Removed new_task flag from overlays 2019-03-14 15:17:21 +01:00
Sylvain Berfini
ada430e8b8 Prevent concurrent modification exception 2019-03-14 13:33:08 +01:00
Sylvain Berfini
995a088490 Fixed issue with searchview background and edit contact row text color 2019-03-14 12:59:36 +01:00
Sylvain Berfini
449b50679a Minor in-call UI fixes 2019-03-14 12:46:40 +01:00
Sylvain Berfini
44259e5c10 Fixed infinite loop of LinphoneActivity stop/start when screen is locked and incoming call is hung up by remote 2019-03-14 12:46:29 +01:00
Sylvain Berfini
251212c15d Try to prevent out of bound exceptions that happen sometimes 2019-03-14 10:55:16 +01:00
Sylvain Berfini
76b9dd976a UI small fixes 2019-03-13 17:38:56 +01:00
Sylvain Berfini
7a93660d12 Revert to no media encryption as default but force ZRTP when doing calls for chat room security purposes 2019-03-13 08:51:57 +01:00
Sylvain Berfini
20d84f40fd Removed black margin above portrait video call 2019-03-13 08:46:20 +01:00
Sylvain Berfini
8c833c2ea3 Updated & reorganized rc files items 2019-03-12 09:07:32 +01:00
Sylvain Berfini
9e18bf6bcf Fixed debug AAR used instead of release while creating a release if both exists 2019-03-11 17:32:22 +01:00
Sylvain Berfini
350fc02997 Removed keep alive receiver, now in library 2019-03-11 14:23:01 +01:00
Sylvain Berfini
57148290d1 Log network state when failing to register proxy config 2019-03-11 14:12:21 +01:00
Sylvain Berfini
5ddc65371c Fixed LinphoneActivity resume/pause loop when incoming call isn't answered and screen locked 2019-03-11 10:00:21 +01:00
Sylvain Berfini
715afb4d5a It seems the case where the lc is null can happen 2019-03-11 09:26:12 +01:00
Sylvain Berfini
7ca84288ed It seems the case where the lc is null can happen 2019-03-11 09:25:50 +01:00
Sylvain Berfini
076c4a7c31 Better place to do the boot service notification removal 2019-03-07 16:41:47 +01:00
Sylvain Berfini
d6a417171a Prevent call notifications from blinking 2019-03-07 16:31:45 +01:00
Sylvain Berfini
0cda463087 Use call notification as service's foreground notification instead of having two 2019-03-07 16:23:47 +01:00
Sylvain Berfini
7fe461411d Version bumped 2019-03-06 16:44:46 +01:00
Sylvain Berfini
3a588f962e Updated translations 2019-03-06 14:14:27 +01:00
Sylvain Berfini
d560af675e Added back dark mode setting + improvements 2019-03-06 14:03:07 +01:00
Sylvain Berfini
7955f52182 UI minor improvements 2019-03-06 11:59:20 +01:00
Sylvain Berfini
a1f4aa7c75 Improve how we use/set/show the border around the remote avatar 2019-03-06 11:49:23 +01:00
Sylvain Berfini
b702e39939 Updated changelog 2019-03-06 11:35:25 +01:00
Sylvain Berfini
8caf5fa96d Allow keyboard rich input in chat message 2019-03-06 11:32:40 +01:00
Sylvain Berfini
f9b2c2e7b2 Also use Glide to load images in pending upload list so gif are animated 2019-03-06 09:35:56 +01:00
Sylvain Berfini
389b40f637 Prevent crash if URI is null 2019-03-06 09:31:00 +01:00
Sylvain Berfini
684052c7b6 Increased imdn title space 2019-03-06 09:25:08 +01:00
Sylvain Berfini
f3006df3d7 Fixed linphone intent for sharing or calling if linphone isn't running 2019-03-06 09:19:46 +01:00
Sylvain Berfini
10f34a1979 Moved intent filter to LinphoneActivity to prevent launcher from showing each time + started to improve this process 2019-03-05 19:30:09 +01:00
Sylvain Berfini
50be31fdc6 Log whether idle mode is ON when proxy registration fails 2019-03-05 16:00:56 +01:00
Sylvain Berfini
5cce0fdce4 Fixed crash due to dialog layout 2019-03-05 13:42:20 +01:00
Sylvain Berfini
1e82730cf7 Fixed double call to super() causing incoming call activity to crash 2019-03-05 11:27:54 +01:00
Sylvain Berfini
86e8b49460 Improved avatar in call related code 2019-03-05 11:24:33 +01:00
Sylvain Berfini
4537c52346 More resources improvements 2019-03-05 10:31:08 +01:00
Sylvain Berfini
ae19533c92 Fixed thumb of security switch + updated gradle tools version 2019-03-05 09:34:34 +01:00
Sylvain Berfini
60857bfd3d Fixed issue with theme using light theme as base 2019-03-05 09:12:30 +01:00
Sylvain Berfini
f45169f3a2 Disabled dark mode setting for now 2019-03-05 09:03:31 +01:00
Sylvain Berfini
7360c1f832 Improved dark theme 2019-03-04 21:20:02 +01:00
Sylvain Berfini
80cddbfb6c Reworked resources & colors + started dark mode 2019-03-04 17:42:10 +01:00
Sylvain Berfini
0275b282a6 Cleaning friend list subscriptions related code 2019-03-04 10:43:52 +01:00
Sylvain Berfini
bacc3bb1a1 Update summary when value change for new preferences 2019-03-01 17:24:06 +01:00
Sylvain Berfini
f53cbb976d Use core setting for friendlist subscription + added app settings for mic & playback gain 2019-03-01 17:14:07 +01:00
Sylvain Berfini
242a9ccd9c This is handled by the lib now 2019-03-01 16:46:45 +01:00
Sylvain Berfini
460640d59e Use new Core.stop() method 2019-03-01 15:49:31 +01:00
Sylvain Berfini
1ee8e83621 Improved use of linphone specifics default proxy config values 2019-03-01 15:30:56 +01:00
Sylvain Berfini
c294a8ad1b Fixed UI issues if default proxy config isn't sip.linphone.org 2019-03-01 14:56:34 +01:00
Sylvain Berfini
eb46992c70 Revert use of glide for contacts avatar 2019-03-01 10:36:45 +01:00
Sylvain Berfini
1bebdfc64a Only configure lime x3dh server url when creating a sip.linphone.org proxy config 2019-02-28 10:49:03 +01:00