Commit graph

51 commits

Author SHA1 Message Date
Sylvain Berfini
c1f0e624ca Revert a change from commit b4f3697550 2021-04-17 10:00:30 +02:00
Sylvain Berfini
7fdc49baa1 Fixed image not showed in notification when auto download is enabled 2021-04-17 10:00:30 +02:00
Sylvain Berfini
b6934e02fd Trying to prevent or understand issues with incoming call activity 2021-04-17 10:00:30 +02:00
Sylvain Berfini
7b581ba586 Fixed call transfer and call add if auto start call setting is enabled 2021-04-17 10:00:30 +02:00
Sylvain Berfini
59b758e682 Set shortcut ID to chat room notifications 2021-04-17 10:00:30 +02:00
Sylvain Berfini
324399b782 Improved how we use the Application & quit button 2021-04-17 10:00:30 +02:00
Sylvain Berfini
5f1984fe4b Kotlin rewrite 2021-04-17 10:00:27 +02:00
Sylvain Berfini
68ac6ca680 Trying to fix actions in notification not working 2021-03-09 13:32:38 +01:00
Sylvain Berfini
1704946922 Fixed call recording when answered from notification 2020-03-16 11:02:03 +01:00
Sylvain Berfini
937b9b8503 Fixes from play store reported crashes 2019-12-12 10:04:04 +01:00
Sylvain Berfini
2217070995 Reorganized code a bit more 2019-11-20 10:34:29 +01:00
Sylvain Berfini
76262573a6 Added custom option to keep missed call notif upon app restart 2019-11-14 15:24:31 +01:00
Sylvain Berfini
5e04f0b86d Remove missed call notification when going into the History activity 2019-11-04 16:56:16 +01:00
Sylvain Berfini
372e408fbb Fixed wrong missed call number on app badge 2019-11-04 16:26:06 +01:00
Sylvain Berfini
9a7baf9685 Fixed mic & speaker state issue in call 2019-10-16 13:57:42 +02:00
Sylvain Berfini
b8fa16b0a7 Changed license to GPLv3 2019-10-16 10:47:14 +02:00
Sylvain Berfini
8d5e5f0c8f Improved way to ensure Service is running when UI resumes 2019-09-16 14:10:28 +02:00
Sylvain Berfini
39c968be8b Fixed notification not showing contact name if available 2019-09-12 17:05:57 +02:00
Sylvain Berfini
fe880d7774 Added custom heads up notification for incoming calls + fixed incoming call activity not showing up on Android < 24 2019-09-12 16:31:55 +02:00
Sylvain Berfini
74261a1830 Improved notifications: start call activity after answering from notification + show reply in message notification like SMS app + improved compatibility methods to fully used available APIs + updated target api to 29 2019-09-11 16:50:51 +02:00
Sylvain Berfini
9776c4cd50 Do not longer start incoming call activity from Service, instead use fullscreen intent in incoming call notification 2019-09-06 10:01:47 +02:00
Sylvain Berfini
d1b921f4f0 Fixed missing chat notifications 2019-09-06 10:01:47 +02:00
Sylvain Berfini
33caa7ce92 Set ongoing flag for notifications that needs to be 2019-08-27 13:24:56 +02:00
Sylvain Berfini
b9e14f1fa5 Force cleaning fields in Activity's onDestroy + other leak related fixes 2019-07-17 16:40:22 +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
3e95ed8ed4 Changes to call Service.startForeground sooner 2019-05-06 10:18:23 +02:00
Sylvain Berfini
fdb1e0ed60 Added shortcuts to most recent 1-1 chat rooms 2019-05-03 15:17:38 +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
Sylvain Berfini
7241fc80b3 Reworked background/service settings 2019-04-10 10:26:11 +02:00
Sylvain Berfini
d8cc5b62f8 Do not toggle network reachabilty upon receiving a push while app is alive 2019-03-26 11:19:00 +01:00
Sylvain Berfini
2d2b551663 Fixed service notification setting being overwritten if android > 8 2019-03-26 11:16:43 +01:00
Sylvain Berfini
8ca7f395d8 Improvements regarding call notifications and activities 2019-03-18 16:14:03 +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
91c1230eef Fixed wrong conversation opened when clicking on notification if there are more than one 2019-02-25 15:52:19 +01:00
Sylvain Berfini
28c2b86b75 Use Linphone Log class instead of mediastreamer2's 2019-02-20 14:34:54 +01:00
Sylvain Berfini
29670d63ff Switched to multi listener 2019-02-20 11:07:56 +01:00
Sylvain Berfini
1a42eb7802 Go to the correct basic chat room if you have multiple with the same remote address but different local addresses 2019-02-13 15:48:43 +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
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
1f6d92b92a Huge code refactoring using google tool 2018-11-30 10:31:22 +01:00
Sylvain Berfini
f9a8586701 Fixed crash if more than 2 cameras and a front one has id > 2 + added incoming files images to notifications if automatically downloaded 2018-11-28 14:08:27 +01:00
Sylvain Berfini
fd769231ac Improved code storage 2018-11-22 15:56:17 +01:00
Sylvain Berfini
37fed6852d Fixed goToHistory when clicking on missed call notification 2018-11-21 11:14:09 +01:00
Sylvain Berfini
6c515734bc Use round images for notifications' contacts' pictures 2018-11-21 10:21:56 +01:00
Sylvain Berfini
0048482d1c Added sender icon & message timestamp 2018-11-21 10:12:38 +01:00
Sylvain Berfini
0d78e2291a Fixes & improvements 2018-11-20 17:52:40 +01:00