Commit graph

6149 commits

Author SHA1 Message Date
Sylvain Berfini
fdfb66e10c Added more logs in AsyncContactsLoader 2019-05-22 17:08:02 +02:00
Sylvain Berfini
e2e7888292 Added missing flags in video overlay intents 2019-05-22 15:08:45 +02:00
Sylvain Berfini
94444a01c5 Ask for Camera permission to display video preview on dialer 2019-05-22 14:46:41 +02:00
Sylvain Berfini
b28b604bb7 Added setting for video preview 2019-05-22 14:45:45 +02:00
Sylvain Berfini
2cb8994b98 Use library preview scaling + improved device rotation changes detection 2019-05-22 14:45:45 +02:00
Sylvain Berfini
b8dc84bdac Reload video devices after camera permission granted to ensure to be able to capture & send video right after 2019-05-22 14:20:41 +02:00
Sylvain Berfini
dec9442a47 Set country call prefix if able when configuring proxy config + fixed issue when deleting account 2019-05-22 11:26:18 +02:00
Sylvain Berfini
6ae75e34b9 Fixed account creator values in rc + removed splashscreen activity that is a bit useless after all 2019-05-21 10:07:52 +02:00
Sylvain Berfini
fdc3e164e4 Fixed issue in generic login + fixed crash when deleting an account 2019-05-20 16:43:35 +02:00
Sylvain Berfini
77539422a1 Fixed need for bash 2019-05-17 13:53:07 +02:00
Sylvain Berfini
9e0a441896 Fixed crash & improved logs when linphone is started from a contact 2019-05-17 10:51:04 +02:00
Sylvain Berfini
5aeebfeb72 Fixed issue with default linphonerc when app is installed for the first time 2019-05-17 09:42:46 +02:00
Sylvain Berfini
f74f6e5911 Fixed crash if foreground service notification is enabled 2019-05-16 17:27:58 +02:00
Sylvain Berfini
bfc7a386ee Improved use of git version 2019-05-16 12:18:57 +02:00
Sylvain Berfini
64799c119a Do not ellipsize generated contact's avatar 2019-05-16 11:51:11 +02:00
Sylvain Berfini
0cfb7e9503 Added camera preview on Dialer if device is a tablet (like on iPad) 2019-05-16 11:36:19 +02:00
Sylvain Berfini
11f292f835 Added force end-to-end encryption option + fixed disable chat send file option 2019-05-16 11:29:15 +02:00
Sylvain Berfini
121bafc8aa Using newly created MarqueeTextView to ensure contacts' name and addresses will be fully readable even if too long for display 2019-05-16 10:50:18 +02:00
Sylvain Berfini
51f58d1c57 Updated android tools 2019-05-16 10:06:19 +02:00
Sylvain Berfini
6436cf765e Fixed video overlay 2019-05-15 16:30:51 +02:00
Sylvain Berfini
514c3f4e2b Removed git dependency in build.gradle file 2019-05-15 13:26:33 +02:00
Sylvain Berfini
40ad029faf Correctly remove the service notification when starting app for the first time since device boot 2019-05-15 12:52:05 +02:00
Sylvain Berfini
7f59bc2f95 Fetch contacts when service starts instead of waiting for main activity to be started, otherwise won't have any contact after auto start on boot 2019-05-15 12:36:57 +02:00
Sylvain Berfini
011ac4aa9f Updated battery saver Intents list 2019-05-15 11:27:20 +02:00
Sylvain Berfini
bfbd5c5eba Added log upload server url setting 2019-05-15 11:15:33 +02:00
Sylvain Berfini
1b4dd6240b Fixed crashes 2019-05-13 11:36:43 +02:00
Sylvain Berfini
cd1606643a When configuring an account that isn't sip.linphone.org, enable service notification to keep the service alive and have a better chance of receiving incoming calls because push notifications won't work 2019-05-10 17:15:22 +02:00
Sylvain Berfini
a1ee586a13 Feature/reworked call code 2019-05-10 17:15:06 +02:00
Sylvain Berfini
81588d6906 Improved sample 2019-05-10 14:33:51 +02:00
Sylvain Berfini
2f4b5f961d Improved Manifest 2019-05-09 16:16:47 +02:00
Sylvain Berfini
91cef7c6b9 Avatar improvements (including glitch while a call is incoming and device in landscape on small screens) 2019-05-09 16:15:57 +02:00
Sylvain Berfini
d07d039c53 Removed another unused dependency 2019-05-06 17:34:29 +02:00
Sylvain Berfini
1461a42175 Updated gradle to version 5 2019-05-06 16:07:51 +02:00
Sylvain Berfini
aa70fe4b03 Feature/sample app 2019-05-06 11:47:27 +02:00
Sylvain Berfini
3a2f54eece Fixed deprecated liblinphone APIs 2019-05-06 11:45:19 +02:00
Sylvain Berfini
8123c5dbeb Layouts improvements + removed unused dependencies 2019-05-06 11:27:37 +02:00
Sylvain Berfini
cb4c842404 Removed refresh register workaround, put it in lib instead 2019-05-06 10:53:44 +02:00
Sylvain Berfini
80f40f345d Refresh register if state is failed when activity resumes 2019-05-06 10:22:17 +02:00
Sylvain Berfini
b21625995e Attempt for fix issue that happens sometimes in RecyclerView: Invalid item position 0 2019-05-06 10:19:20 +02:00
Sylvain Berfini
3e95ed8ed4 Changes to call Service.startForeground sooner 2019-05-06 10:18:23 +02:00
Sylvain Berfini
630876fa8d Fix bis function on dialer start call/add call/transfer call buttons 2019-05-03 17:56:26 +02:00
Sylvain Berfini
76df95c9fb Fixed preview orientation issue upon device rotation 2019-05-03 17:34:43 +02:00
Sylvain Berfini
b16d3ba9f0 Added a setting per Activity to device if tab bar should always be hidden 2019-05-03 16:39:17 +02:00
Sylvain Berfini
80e1d9a78d Use 4.2+ version of SDK AAR 2019-05-03 16:19:12 +02:00
Sylvain Berfini
fdb1e0ed60 Added shortcuts to most recent 1-1 chat rooms 2019-05-03 15:17:38 +02:00
Sylvain Berfini
20c32ccdab Fixed hide_tab_bar_on_secondary_level_screens custom option 2019-05-03 13:54:59 +02:00
Sylvain Berfini
e40a59ff92 Fixed contact edition crashes 2019-05-03 13:54:59 +02:00
Sylvain Berfini
4d58d71dbe Started code to check DND policy on incoming call
Added dialog to ask user to grant us read permission on DND settings
2019-05-03 13:54:59 +02:00
Sylvain Berfini
b0b8284fc7 Added info in LinphoneContact if native contact is starred 2019-05-03 13:54:59 +02:00
Sylvain Berfini
4b846bcca8 Started to split LinphoneActivity in multiple activities
Added new activities that will replace LinphoneActivity

Added About & Dialer activities

Fixed back key press

Transformed Recordings fragment into activity

Started Settings activity

Small improvement for Recordings

Finished dialer

Permission shenanigans

Added back History

Small history improvements

Fixed issue with rotation in History

Started contacts

More changes & fixes for Chat

Improved performances when switching between activities

Prevent keyboard from opening automatically on some views

Added back workaround for infinite loop if screen off

Fixes & improvements

Some cleanup but a lot of work still left

Switching back to classic fragment fixed issues

Lots of fixes & improvements over History & Contacts

More work on chat

Small refactoring of license header

Settings & Chat fixes/improvements

More TODO FIXES removal

Tablet fixes

Fixes & improvements

Fixed back button on tablets

Got rid of LinphoneActivity

Fixed TODO FIXME related to permissions

Started chat room group info

Lot of fixes & improvements over Chat

Fixed sharing feature if LinphoneService isn't running

Lifecycle improvements

Sharing from outside app finished

Fixed quit button

Fixed display of missed chat/calls

Clean old code for chat rooms unread message count

Improved unread message count on tablets

This isn't useful anymore

Fixed last issue with unread count not updating in chat rooms list using new callbacks

Fixed latest TODO FIXME due to CallAcitvity singleton removal

Updated remaining TODOs

Fixed issue with outgoing call not going to call activity once answered

Fixed back key press go home feature

Removed dead code

Code cleanup thanks to Android Studio inspector

Added back device power saver dialog + update registration state changed in menu

More auto rework by Android Studio + added back checkForUpdate & isAccountWithAlias method calls

More improvements, most of them on layout files

Fixed secured group chat rooms creation

Improved launch screen by using logo on gray background instead of default white screen

Added workaround for faster display of splashscreen

Removed noHistory flag on Settings, will be weird when going back from Android native settings

Fixed display of call logs list in history details in landscape on smartphone depending on screen size

Reorganized activities + fixed dark theme switch

Manager & Service cleanup

Simplified notification process

More manager simplifications

Moved audio manager related code from LinphoneManager to dedicated class

Core accessor cleanup

Exclude XmlRpc & InApp related code from standard APK + moved call related methods from LinphoneManager to CallManager

Fixed click on chat bottom bar button doing nothing after going into chatroom through notification or shortcut

Fixed chat message fragment update if presence is received while view has already been displayed

Improved second to last commit

Fixed navigation issue in chat

More code improvements
2019-05-03 13:54:45 +02:00