Commit graph

38 commits

Author SHA1 Message Date
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
df27d9bed5 Reworked assistant code 2019-05-03 13:28:41 +02:00
Sylvain Berfini
a1dc6c27f2 Revert "Using clipboard listener to automatically fill SMS code if possible + auto fill phone number if possible"
This reverts commit b4d1784432.
2019-05-03 11:46:56 +02:00
Sylvain Berfini
b4d1784432 Using clipboard listener to automatically fill SMS code if possible + auto fill phone number if possible 2019-04-23 15:29:20 +02:00
Sylvain Berfini
0c9bbc747f Fixed issue in lanscape in account settings + improved landscape history detail view 2019-04-15 10:31:46 +02:00
Sylvain Berfini
5c366f0af2 Added GNU GPL v2 link in about 2019-04-12 16:11:41 +02:00
Sylvain Berfini
cbc68f5a4b Added scrollview around about page 2019-04-12 09:37:42 +02:00
Sylvain Berfini
e85e55f676 Added secured chat shortcut in history detail view 2019-04-11 10:55:17 +02:00
Sylvain Berfini
fa5922bb72 Added privacy policy link on about page 2019-04-11 10:45:10 +02:00
Sylvain Berfini
7833ed95be Updated translations & fixed colors in about fragment 2019-04-11 09:31:56 +02:00
Sylvain Berfini
bbc14b1b17 Fixed transparency issue in menu in landscape 2019-04-03 13:07:44 +02:00
Sylvain Berfini
3c61e0e418 Renamed color to be easier to understand what they are 2019-03-21 13:50:23 +01:00
Sylvain Berfini
be9174b246 Finished renaming font_xx fonts to know what they are used for... 2019-03-21 11:59:37 +01:00
Sylvain Berfini
be16c91ad4 Added option to show SIP URI in chat, if disabled (by default) will show upon clicking on name only 2019-03-20 13:41:22 +01:00
Sylvain Berfini
9865ad9078 Fixed about page 2019-03-19 14:29:45 +01:00
Sylvain Berfini
5627bcf81b Some UI improvements 2019-03-19 14:17:11 +01:00
Sylvain Berfini
449b50679a Minor in-call UI fixes 2019-03-14 12:46:40 +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
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
79fe557c30 Removed top marging above video in landscape 2019-02-22 11:09:12 +01:00
Sylvain Berfini
134123358b All top bars with titles now look the same 2018-12-12 14:49:46 +01:00
Sylvain Berfini
3802deee19 Code cleaning & code improvements reported by android studio 2018-12-05 13:35:05 +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
1f6d92b92a Huge code refactoring using google tool 2018-11-30 10:31:22 +01:00
Mickaël Turnel
bfafc942e5 Merge branch 'feature/call-recorder' into feature/release-4.1 2018-11-30 09:31:51 +01:00
Sylvain Berfini
c1c6915481 Merge branch 'feature/release-4.1-new-chat-bubbles' into feature/release-4.1 2018-11-27 14:48:35 +01:00
Sylvain Berfini
8d59ee89f2 Reduced back button size to match other icons 2018-11-27 09:58:45 +01:00
Sylvain Berfini
8d10836a59 Merge branch 'feature/release-4.1' into feature/release-4.1-new-chat-bubbles 2018-11-26 16:11:32 +01:00
Mickaël Turnel
bcb5e2da66 Add call recording functionality in call view 2018-11-26 15:25:20 +01:00
Sylvain Berfini
92b33ef71c Improved code related to top bar in some views 2018-11-23 18:09:34 +01:00
Sylvain Berfini
6d9339b463 Migrated to androidX 2018-11-23 16:30:14 +01:00
Sylvain Berfini
fd769231ac Improved code storage 2018-11-22 15:56:17 +01:00
Sylvain Berfini
c394285a87 Use red color for security events + improved layout 2018-11-19 17:18:13 +01:00
Sylvain Berfini
dc17d44347 More improvements on call layout 2018-11-19 16:35:20 +01:00
Sylvain Berfini
196fde1a93 Started to improve call layout 2018-11-19 16:16:55 +01:00
Sylvain Berfini
11eb13931c Cleaned app's project structure 2018-11-15 13:06:12 +01:00