Commit graph

39 commits

Author SHA1 Message Date
Sylvain Berfini
0f3c9fb2a0 iFixed issue https://github.com/BelledonneCommunications/linphone-android/issues/1269 by replacing SearchView by EditText..., TODO: use our own search icon 2021-04-17 10:05:29 +02:00
Sylvain Berfini
55c4c908a8 Dialer simplification 2021-04-17 10:04:18 +02:00
Sylvain Berfini
0ed7da68a3 Replaced ScrollViews by NestedScrollViews 2021-04-17 10:04:18 +02:00
Sylvain Berfini
715a3c3074 Improved tabs fragment use, not created each time a view changes 2021-04-17 10:04:18 +02:00
Sylvain Berfini
cdfc07c560 Fixed layout issues, mostly for tablets 2021-04-17 10:01:35 +02:00
Sylvain Berfini
c496126281 Added settings to show/hide some parts of the UI 2021-04-17 10:01:35 +02:00
Sylvain Berfini
8e330ce664 Hide switch camera button if less than 2 cameras 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e53db5491a Added missing layouts for tablets + added video preview on dialer for tablets + don't ask telephony permission on tablets and use login with username/password as default 2021-04-17 10:00:30 +02:00
Sylvain Berfini
5f1984fe4b Kotlin rewrite 2021-04-17 10:00:27 +02:00
Sylvain Berfini
2217070995 Reorganized code a bit more 2019-11-20 10:34:29 +01:00
Sylvain Berfini
260d38669e Moved some files around + added a max length to generated contact avatar + fixed possible crash 2019-11-20 10:06:46 +01:00
Sylvain Berfini
b1c8219c7b Improved dialer loading & numpad in call loading + no more white screen while activity is loading 2019-06-26 12:31:05 +02:00
Sylvain Berfini
45254d3261 Performances improvements 2019-06-26 12:31:05 +02:00
Sylvain Berfini
b28b604bb7 Added setting for video preview 2019-05-22 14:45:45 +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
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
a1ee586a13 Feature/reworked call code 2019-05-10 17:15:06 +02:00
Sylvain Berfini
8123c5dbeb Layouts improvements + removed unused dependencies 2019-05-06 11:27:37 +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
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
f306797f71 Fixed transparency issue in side menu while app on landscape 2019-03-22 16:52:19 +01: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
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
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
1f6d92b92a Huge code refactoring using google tool 2018-11-30 10:31:22 +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
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
11eb13931c Cleaned app's project structure 2018-11-15 13:06:12 +01:00