Commit graph

2297 commits

Author SHA1 Message Date
Sylvain Berfini
f1ad823364 Added setting to enable VFS + changes to properly display files 2021-04-17 10:05:30 +02:00
Christophe Deschamps
3f36e4cc74 VFS key generation & store/retrieve to/from keystore & pass on to factory if vfs enabled 2021-04-17 10:05:30 +02:00
Sylvain Berfini
ce601634f2 Prevent cleaning whole Glide cache when contacts are loaded 2021-04-17 10:05:30 +02:00
Sylvain Berfini
47f0f3ddf4 Improved hide notification when not needed 2021-04-17 10:05:30 +02:00
Sylvain Berfini
c3f5a39007 Added audio file viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
094caa1fa2 Added file name in app file viewers 2021-04-17 10:05:30 +02:00
Sylvain Berfini
006d20a4ca Use vertical sliding between pages instead of horizontal for PDF viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
2b6ac73d9e Fixed issue with bubbles + fixed french translation issue 2021-04-17 10:05:30 +02:00
Sylvain Berfini
d165b04307 Changes to prepare for VFS 2021-04-17 10:05:30 +02:00
Sylvain Berfini
5411648e2e Fixed crash when leaving video file viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
dbdc06bbff Using com.github.chrisbanes:PhotoView for Image & PDF file viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
bef62ce2b3 Improved PDF file viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
7b23edd393 Reworked file viewer related code 2021-04-17 10:05:30 +02:00
Sylvain Berfini
eade07060a Prevent potential crash + fixed camera display on dialer for tablets in portrait 2021-04-17 10:05:30 +02:00
Sylvain Berfini
3b8e83e1ed Using VideoViewer for audio files as well (for now) 2021-04-17 10:05:30 +02:00
Sylvain Berfini
d4229711e3 Added export button in each file viewer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
b818bf0155 Show files shared by chat message in app if possible 2021-04-17 10:05:30 +02:00
Sylvain Berfini
5b529e8e3a Use account display name in chat rooms list when displaying last sent message 2021-04-17 10:05:30 +02:00
Sylvain Berfini
773a2ee317 Updated version name & code in build.gradle 2021-04-17 10:05:30 +02:00
Sylvain Berfini
daa789e672 Replaced deprecated ProxyConfig object by Account 2021-04-17 10:05:30 +02:00
Sylvain Berfini
4f6b416b7e Fixed issue when navigating back from chat room opened by bubble by removing previous hack that doesn't seems necessary anymore... 2021-04-17 10:05:30 +02:00
Sylvain Berfini
1cf840c8b9 Renamed icons with typo 2021-04-17 10:05:30 +02:00
Sylvain Berfini
61dcc3d4a6 Fixed bad french translation + increased invite contact button touch area 2021-04-17 10:05:30 +02:00
Sylvain Berfini
b65270d36f Removed a few TODOs in Assistant, replaced them by showing a simple error message in a SnackBar for now 2021-04-17 10:05:30 +02:00
Sylvain Berfini
7172d7cf60 Reworked audio route handling code and added auto switch to bluetooth if available and to speaker when video is enabled 2021-04-17 10:05:30 +02:00
Sylvain Berfini
704e7d84fa Code improvement 2021-04-17 10:05:30 +02:00
Sylvain Berfini
c5f40c8eed Improved media store insertion 2021-04-17 10:05:30 +02:00
Sylvain Berfini
bc511c1bc1 Simplified remote SIP address search for notification's action 2021-04-17 10:05:30 +02:00
Sylvain Berfini
318ae8ee20 Removed deprecated hasTextContent and getTextContent functions + hide auto start service notification when Core has started 2021-04-17 10:05:30 +02:00
Sylvain Berfini
c8b5ed82ca Bumped dependencies 2021-04-17 10:05:30 +02:00
Sylvain Berfini
cc7befe62b Display error to user in Linphone login assistant form 2021-04-17 10:05:30 +02:00
Sylvain Berfini
a03206bdd7 Quick fix to prevent registration process in case of error in accountCreator 2021-04-17 10:05:30 +02:00
Sylvain Berfini
e9abb5cef4 Display phone number type/label in contact view detail 2021-04-17 10:05:30 +02:00
Sylvain Berfini
ee9a843a6e Fixed conference view issue when adding third participant 2021-04-17 10:05:30 +02:00
Sylvain Berfini
081c5b4f79 Only enable crashlytics if google-json file has been found 2021-04-17 10:05:30 +02:00
Sylvain Berfini
392a404157 Fixed chat rooms list position in fragment not restored when coming back from a chat room 2021-04-17 10:05:30 +02:00
Sylvain Berfini
b5aab5b417 Small fix to properly scroll down in chat messages view when a new one is sent or received 2021-04-17 10:05:30 +02:00
Sylvain Berfini
f33709d77b Fixed minor UI issues with files in chat bubbles 2021-04-17 10:05:30 +02:00
Sylvain Berfini
59a050ba54 Added support for sip-linphone scheme 2021-04-17 10:05:30 +02:00
Sylvain Berfini
f60004ee2a Various fixes related to audio conferencing 2021-04-17 10:05:30 +02:00
Sylvain Berfini
4969b6c755 Fixed country picker in assistant not working for first item 2021-04-17 10:05:30 +02:00
Sylvain Berfini
6f65fe35c3 Updated dependency 2021-04-17 10:05:30 +02:00
Sylvain Berfini
2131458ac1 Don't use arguments to pass list of Addresses between fragments, might crash in a writeToParcel 2021-04-17 10:05:30 +02:00
Sylvain Berfini
712852cdce Fixed crash if messages list is null in notification (even if it shouldn't happen) 2021-04-17 10:05:30 +02:00
Sylvain Berfini
cd4b8b8ac5 Added desired height to chat bubble 2021-04-17 10:05:30 +02:00
Sylvain Berfini
d66c8bc44a Added setting to prevent sending of multiple files in the same chat message until iOS app will be able to handle it 2021-04-17 10:05:30 +02:00
Sylvain Berfini
ce6644dbee Fixed gitlab release build 2021-04-17 10:05:30 +02:00
Sylvain Berfini
251057b293 Only enable crashlytics with locally built SDK 2021-04-17 10:05:30 +02:00
Sylvain Berfini
cc5e3dd164 Added SDK logs to crashlytics reports 2021-04-17 10:05:30 +02:00
Sylvain Berfini
0f55be3a1b Added configuration setting to make app invisible except for launcher & foreground service notification 2021-04-17 10:05:30 +02:00
Sylvain Berfini
5a40bb7c36 Auto upload crashlytics symbols after debug build 2021-04-17 10:05:30 +02:00
Sylvain Berfini
13544e5d39 Fixed crashes 2021-04-17 10:05:30 +02:00
Sylvain Berfini
371d1c21ec Added crashlytics optional dependency 2021-04-17 10:05:30 +02:00
Sylvain Berfini
fdbced67c2 Allow opening files in chat bubble 2021-04-17 10:05:30 +02:00
Sylvain Berfini
99d9ec8508 Remove multi listener for file transfer 2021-04-17 10:05:30 +02:00
Sylvain Berfini
7f2b3e9f5e Fixed issue when capturing image from camera from file picker intent 2021-04-17 10:05:30 +02:00
Sylvain Berfini
732e405c59 Updated privacy policy link in about fragment 2021-04-17 10:05:30 +02:00
Sylvain Berfini
a2c48b4726 Updated french translation 2021-04-17 10:05:30 +02:00
Sylvain Berfini
fe16aa91c0 Added read & agreed to general terms and privacy policy mandatory checkbox in assistant 2021-04-17 10:05:30 +02:00
Sylvain Berfini
517e95ca8c Fixed self admin status changed dialog showing up even if our admin status didn't changed 2021-04-17 10:05:30 +02:00
Sylvain Berfini
b414016a00 Improved bubbles 2021-04-17 10:05:30 +02:00
Sylvain Berfini
337236da4c Improved information in about page 2021-04-17 10:05:30 +02:00
Sylvain Berfini
dcee88826d Added direct share support for chat rooms shortcuts + hidden shorcuts settings as chat room shortcuts are preferred 2021-04-17 10:05:30 +02:00
Sylvain Berfini
8c8de826b2 Prevents Core from shutting down when closing chat message notification bubble 2021-04-17 10:05:30 +02:00
Sylvain Berfini
a93f337e89 Clear glide cache when fetching contacts to be able to show new contact avatar 2021-04-17 10:05:30 +02:00
Sylvain Berfini
b047ebae13 Added chat notifications as bubbles 2021-04-17 10:05:30 +02:00
Sylvain Berfini
a757b097fa Added use of LocusId to conversations notifications & shortcuts 2021-04-17 10:05:29 +02:00
Sylvain Berfini
98fdb56f45 Improved margins for incoming messages chat bubbles 2021-04-17 10:05:29 +02:00
Sylvain Berfini
5ef5564b6d Weird workaround for multi line chat bubble displayed with wrong width 2021-04-17 10:05:29 +02:00
Sylvain Berfini
cacf1f4472 Fixed crash when app is started from chat notification and app day/night mode doesn't match the system's one, causing activity to be recreated and navigation event to happen without a valid FragmentManager 2021-04-17 10:05:29 +02:00
Sylvain Berfini
f6cc435396 Prevent from scrolling to the bottom when coming back to the chat room 2021-04-17 10:05:29 +02:00
Sylvain Berfini
5d78281931 Improved a bit the chat message file download layout 2021-04-17 10:05:29 +02:00
Sylvain Berfini
9a548ff388 Allow to pick multiple files in chat message picker 2021-04-17 10:05:29 +02:00
Sylvain Berfini
3159ed7ab3 Added animation when opening a file in native app from chat message 2021-04-17 10:05:29 +02:00
Sylvain Berfini
7545961ffb Fixed crash when downloading more than one file consecutively 2021-04-17 10:05:29 +02:00
Sylvain Berfini
b3ebaae360 Added download progress bar + prevent downloading more than one content/message simultaneously 2021-04-17 10:05:29 +02:00
Sylvain Berfini
4c05ba2145 Fixed color issues in dark mode 2021-04-17 10:05:29 +02:00
Sylvain Berfini
cc6b002f52 Removed useless icon 2021-04-17 10:05:29 +02:00
Sylvain Berfini
f19b546dd7 Improved file display in chat bubble 2021-04-17 10:05:29 +02:00
Sylvain Berfini
a29314bc5e Updated docker file 2021-04-17 10:05:29 +02:00
Sylvain Berfini
a284a55d8e Fixed some chat related issues 2021-04-17 10:05:29 +02:00
Sylvain Berfini
a221e1fdbb Updated dependency & trying to fix build issue in gitlab CI 2021-04-17 10:05:29 +02:00
Sylvain Berfini
f028e26e82 Fixed warnings 2021-04-17 10:05:29 +02:00
Sylvain Berfini
947c6faa53 Improved code responsible of making links clickable in chat messages 2021-04-17 10:05:29 +02:00
Sylvain Berfini
53683f6fa6 Fixed crash when creating new contact 2021-04-17 10:05:29 +02:00
Sylvain Berfini
e91e7d1954 Added back the app updated broadcast receiver to restart it automatically like after a boot 2021-04-17 10:05:29 +02:00
Sylvain Berfini
417c4083b5 Fixed issue in ephemeral message removal from view 2021-04-17 10:05:29 +02:00
Sylvain Berfini
400e64e18e Fixed navigation issue after saving changes in contact editor 2021-04-17 10:05:29 +02:00
Sylvain Berfini
2dd034cfbd Fixed crash when animations are disabled + crash when creating 1-1 encrypted chat room 2021-04-17 10:05:29 +02:00
Sylvain Berfini
1d0cbbcc69 Added numpad on outgoing call view if early media 2021-04-17 10:05:29 +02:00
Sylvain Berfini
94487278d6 Improved a few images 2021-04-17 10:05:29 +02:00
Sylvain Berfini
d5a8e0f42a Properly center display name, sip address & avatar on incoming/outgoing call views 2021-04-17 10:05:29 +02:00
Sylvain Berfini
1831ad9677 Minor fixes + removed setting for legacy push format 2021-04-17 10:05:29 +02:00
Sylvain Berfini
a57d7d4578 Added back full screen mode for call activity 2021-04-17 10:05:29 +02:00
Sylvain Berfini
b42b1f5910 Fixed animation when pressing back button while on one of the four main fragments 2021-04-17 10:05:29 +02:00
Sylvain Berfini
6941633a86 Fixed various issues with navigation, animations & back stack 2021-04-17 10:05:29 +02:00
Sylvain Berfini
886f225016 Fixed display issue when creating 1-1 encrypted chat rooms 2021-04-17 10:05:29 +02:00
Sylvain Berfini
1d20314726 Enable message detailled status view for incoming messages in group chat rooms 2021-04-17 10:05:29 +02:00
Sylvain Berfini
46399b6819 Minor layout improvements 2021-04-17 10:05:29 +02:00
Sylvain Berfini
2affd3f5f7 Use shapes to replace some png 2021-04-17 10:05:29 +02:00
Sylvain Berfini
dc2c3dc327 Minor layout improvements 2021-04-17 10:05:29 +02:00
Sylvain Berfini
8e806faecd Fixed crash with media store on Android < 29 2021-04-17 10:05:29 +02:00
Sylvain Berfini
bf8fe02981 Added icons to settings menu + replaced some images by using default + tint 2021-04-17 10:05:29 +02:00
Sylvain Berfini
e33c859f9e Added icons to download/file attachments in chat 2021-04-17 10:05:29 +02:00
Sylvain Berfini
acef505225 Use correct search icon + added screenshot button (hidden by default) 2021-04-17 10:05:29 +02:00
Sylvain Berfini
90b1f522ae Fixed picking a GIF from the keyboard while inside a chat room 2021-04-17 10:05:29 +02:00
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
908ef58162 Added method to take screenshot of video call and save it into media store 2021-04-17 10:05:29 +02:00
Sylvain Berfini
bb704a25b9 Log linphone-sdk version and source 2021-04-17 10:05:28 +02:00
Sylvain Berfini
867183fd28 Fixed date with previous year in chat 2021-04-17 10:05:01 +02:00
Sylvain Berfini
62547b8c02 Fixed contact sharing 2021-04-17 10:05:01 +02:00
Sylvain Berfini
5500215281 Added try/catch to prevent cursor index out of bound exception 2021-04-17 10:05:01 +02:00
Sylvain Berfini
3dffd6b39c Fixed issue with call video update dialog 2021-04-17 10:05:01 +02:00
Sylvain Berfini
62083bc5c0 Auto switch to bluetooth during a call if available 2021-04-17 10:05:01 +02:00
Sylvain Berfini
111bcd092f Fixed screen turning off during call 2021-04-17 10:05:01 +02:00
Sylvain Berfini
dd8e8d57bb Fixed build with latest SDK + fix zrtp SAS display issue 2021-04-17 10:05:01 +02:00
Sylvain Berfini
8950a88c8d Fixed navigation issue preventing to go back to call activity sometimes 2021-04-17 10:05:01 +02:00
Sylvain Berfini
4f8a07bcde Updated french translation 2021-04-17 10:05:01 +02:00
Sylvain Berfini
80e5a7830d Added dedicated notification channel for missed calls with low priority and removed wrong use of Event category 2021-04-17 10:05:01 +02:00
Sylvain Berfini
bb5b098007 Added support for handling URIs with linphone: scheme 2021-04-17 10:05:01 +02:00
Sylvain Berfini
0937308a33 Improved contrast of contact detail number/address label 2021-04-17 10:05:01 +02:00
Sylvain Berfini
6839c53e6c Removed useless code 2021-04-17 10:05:01 +02:00
Sylvain Berfini
611fe4cf29 Show display name in front on SIP address for non-default accounts in side menu 2021-04-17 10:05:01 +02:00
Sylvain Berfini
66bd8f26b5 Fixed emoji display in contacts' name 2021-04-17 10:05:01 +02:00
Sylvain Berfini
4495fe5273 Removed unused and now deprecated kotlin plugin 2021-04-17 10:05:01 +02:00
Sylvain Berfini
640299ef1a Fixed dialing issue when going to the settings from the dialer and coming back 2021-04-17 10:05:01 +02:00
Sylvain Berfini
31ed790378 Fixed tel URI handling when number starts with + 2021-04-17 10:05:01 +02:00
Sylvain Berfini
50c4a9549f Merged French (Elisa Nectoux), Spanish (David Facuse) and Chinese (Alice Ching) 2021-04-17 10:05:01 +02:00
Sylvain Berfini
d13a0c2dea Updated video settings to allow changing recv-fmtp of codecs 2021-04-17 10:05:01 +02:00
Sylvain Berfini
1483e4d803 Use default db path for call history & zrtp secrets + added migration from existing database files 2021-04-17 10:05:01 +02:00
Sylvain Berfini
98e81bb5c0 Also fixed landscape anim from call history to contact details 2021-04-17 10:05:01 +02:00
Sylvain Berfini
4d05f313cb Fixed animation issue in landscape from detail contact or call log to chat room 2021-04-17 10:05:01 +02:00
Sylvain Berfini
bd77288979 Added animation for in-call numpad 2021-04-17 10:05:01 +02:00
Sylvain Berfini
1eb4d3f4ec Fixed dialer input cursor being moved to start when using digits from numpad 2021-04-17 10:05:01 +02:00
Sylvain Berfini
e19ab356d4 Fixed crash in AppUtils.getInitials 2021-04-17 10:05:01 +02:00
Sylvain Berfini
ffbc209c69 Improved code 2021-04-17 10:05:01 +02:00
Sylvain Berfini
5cb7f4d091 Added same animation as in call options menu to audio routes menu 2021-04-17 10:05:01 +02:00
Sylvain Berfini
78bb966228 Added animation to options menu in call 2021-04-17 10:05:01 +02:00
Sylvain Berfini
4bf28f2b1c Fixed navigation issue between detail to detail fragments 2021-04-17 10:05:01 +02:00
Sylvain Berfini
d675552203 Minor code improvement 2021-04-17 10:05:01 +02:00
Sylvain Berfini
1c54678adc Automatically enable background mode when configuring a non sip.linphone.org account 2021-04-17 10:05:01 +02:00
Sylvain Berfini
3b24fcd097 Added back disable chat feature in corePreferences 2021-04-17 10:05:01 +02:00
Sylvain Berfini
a4e3abd4c4 Fixed handling of tel and sip schemed URI + added missing sips scheme support 2021-04-17 10:05:01 +02:00
Alice Ching
e12df37d2d Translated using Weblate (Chinese (Simplified))
Currently translated at 92% (600 of 600 strings)

Translation: Linphone/Linphone Android
Translate-URL: https://weblate.linphone.org/projects/linphone/linphone-android/zh_Hans/
2021-04-17 10:05:01 +02:00
Sylvain Berfini
0d1c15d372 Added missing translatable=false to some strings 2021-04-17 10:05:01 +02:00
Sylvain Berfini
1e992434c4 Added setting to automatically mark as read a chat room when dismissing the notification 2021-04-17 10:05:00 +02:00
Sylvain Berfini
d25b153019 Fixed static picture path 2021-04-17 10:04:18 +02:00
Sylvain Berfini
fbe7986641 Improved contact lookup from native addressbook 2021-04-17 10:04:18 +02:00
Sylvain Berfini
aab38ad176 Fixed duplicated SIP address when store presence in native contact setting is enabled 2021-04-17 10:04:18 +02:00
Sylvain Berfini
1d15724a33 Fixed empty dialer after app started by click on SIP URI in addressbook 2021-04-17 10:04:18 +02:00
Sylvain Berfini
de21f21331 Fixes & improvements for landscape & tablets 2021-04-17 10:04:18 +02:00
Sylvain Berfini
6600b92d1e Fixed call paused layout avatar white background 2021-04-17 10:04:18 +02:00
Sylvain Berfini
c3dea95a50 Minor code improvement 2021-04-17 10:04:18 +02:00
Sylvain Berfini
d317332b86 Quick fix for unread chat message & missed call indicator becoming visible after many fragment changes, probably due an issue in motion layout visibilityMode 2021-04-17 10:04:18 +02:00
Sylvain Berfini
723c693b68 Added setting to disable animations 2021-04-17 10:04:18 +02:00
Sylvain Berfini
f297007975 Added animations between splash screen & main activity and between main activity & assisant
Also improved code a bit
2021-04-17 10:04:18 +02:00
Sylvain Berfini
9a1651a8a9 Minor code improvement 2021-04-17 10:04:18 +02:00
Sylvain Berfini
a6c0de10f0 Improved smoothness of animations to fragments with recyclerviews 2021-04-17 10:04:18 +02:00
Sylvain Berfini
1f13dbc193 Moved all fragments' transitions' animations out of navigation xml files and into Navigation.kt 2021-04-17 10:04:18 +02:00
Sylvain Berfini
d216eaeef7 Added bounce animation to chat unread counter in call activity 2021-04-17 10:04:18 +02:00
Sylvain Berfini
de29c590ac Added animation on accept/hangup call arrows on CallIncomingActivity when screen is locked 2021-04-17 10:04:18 +02:00
Sylvain Berfini
d4a8bdfa38 Fixed call log showed as missed in notification but not in call history list 2021-04-17 10:04:18 +02:00
Sylvain Berfini
79bad283e2 Reworked tab layout to fix scrolling glitch 2021-04-17 10:04:18 +02:00
Sylvain Berfini
e059039d57 Fixed initials being visible behind avatar if transparent 2021-04-17 10:04:18 +02:00
Sylvain Berfini
9aea53345c Apply changes from SDK regarding vCards API 2021-04-17 10:04:18 +02:00
Sylvain Berfini
4f667c7734 Fixed databinding build issue that happens sometimes, caused by property & get/set functions names colliding 2021-04-17 10:04:18 +02:00
Sylvain Berfini
55c4c908a8 Dialer simplification 2021-04-17 10:04:18 +02:00
Sylvain Berfini
40c809ee45 Fixed some layouts + added animations to unread counters in tabs 2021-04-17 10:04:18 +02:00
Sylvain Berfini
d3c0b51f9c Allow to select & copy app/SDK version 2021-04-17 10:04:18 +02:00
Sylvain Berfini
7635cad984 Added missing animation 2021-04-17 10:04:18 +02:00
Sylvain Berfini
c06c90fe1a Fixed call_outgoing layout + improved main_activity layout and added animations 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
f34a2f65c9 Keep position in calls history & chat rooms lists when going back 2021-04-17 10:04:18 +02:00
Sylvain Berfini
23dc18d41a Handle long press on list item to toggle edition mode 2021-04-17 10:04:18 +02:00
Sylvain Berfini
bee45b949d Fixed snackbar display in landscape 2021-04-17 10:04:18 +02:00
Sylvain Berfini
872683c2ee Fixed tablet issues 2021-04-17 10:04:18 +02:00
Sylvain Berfini
da7cc2cbf5 Added enter/exit animations for many fragments 2021-04-17 10:04:18 +02:00
Sylvain Berfini
7e74970302 Save entered URI in dialer when navigating away & restore it when coming back 2021-04-17 10:04:18 +02:00
Sylvain Berfini
8c6ff54e67 Added right/left enter/exit animations for main 4 fragments, like iOS 2021-04-17 10:04:18 +02:00
Sylvain Berfini
777206e07f Switched to constraint layout + added currently selected tab animation 2021-04-17 10:04:18 +02:00
Sylvain Berfini
85ca0e73bd Should fix issue with 1-1 chat room creation 2021-04-17 10:04:18 +02:00
Sylvain Berfini
e18ae8dcc6 Improved code & README 2021-04-17 10:04:18 +02:00
Sylvain Berfini
f09c0904d0 Use switch instead of checkbox as 'do not ask again' input in dialogs 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
4a28c606bf Prevent snackbar to show up above bottom tabs 2021-04-17 10:04:18 +02:00
Sylvain Berfini
32ee86f1f8 Added new releaseAppBundle target that adds full native libraries symbols 2021-04-17 10:04:18 +02:00
Sylvain Berfini
a1c61768d0 Added ndk version to build.gradle + updated docker file 2021-04-17 10:04:18 +02:00
Sylvain Berfini
d7f31b79cb Added setting for legacy push format + moved some configuration for CoreContext to CorePreferences 2021-04-17 10:04:18 +02:00
Sylvain Berfini
38d24fd113 Added setting to have a small vibration when pressing keypad numbers 2021-04-17 10:04:18 +02:00
Sylvain Berfini
fb5a96dee8 Minor logs server upload setting improvement 2021-04-17 10:04:18 +02:00
Sylvain Berfini
47fe473615 Fixed contact SIP URI display if not from default domain 2021-04-17 10:04:18 +02:00
Sylvain Berfini
1bbc5a4ee3 Removed Glide warnings 2021-04-17 10:04:18 +02:00
Sylvain Berfini
e34f12af19 Ask for contacts permission if not granted yet while creating chat room + updated dependencies 2021-04-17 10:04:18 +02:00
Sylvain Berfini
62e6b23c70 Seems to help keeping foreground service alive while screen is off 2021-04-17 10:04:18 +02:00
Sylvain Berfini
a1e735591f Added logs in Service 2021-04-17 10:04:18 +02:00
Sylvain Berfini
4ffc6881a8 Added setting to hide chat message content in notifications 2021-04-17 10:04:18 +02:00
Sylvain Berfini
31bbc9a4d5 Use FLAG_SECURE for sensitive screens such as encrypted chat rooms 2021-04-17 10:04:18 +02:00
Sylvain Berfini
c86b548fa9 Clear messages history in chat notification when it is marked as read 2021-04-17 10:04:18 +02:00
Sylvain Berfini
08cb252116 Simplified code as the work is now done in the SDK (4.5.0-alpha-138 and newer) 2021-04-17 10:04:18 +02:00
Sylvain Berfini
b4a5d9bf44 Added back video preview on call activity while in PiP mode + added setting to keep previous behavior even if not recommended 2021-04-17 10:04:18 +02:00
Sylvain Berfini
f88054f138 Updated dependencies 2021-04-17 10:04:18 +02:00
Sylvain Berfini
078de86f00 Flagged some strings as not translatable 2021-04-17 10:02:29 +02:00
Sylvain Berfini
b932e3f205 Fixed incoming call landscape UI issue 2021-04-17 10:02:29 +02:00
Sylvain Berfini
0a3ef8e789 Prevent screen rotation while incoming call if screen is locked 2021-04-17 10:02:29 +02:00
Sylvain Berfini
58aca3eeb4 Fixed activity blinking when answering call 2021-04-17 10:02:29 +02:00
Sylvain Berfini
566f2bbb69 Prevent app from displaying call declined toast when starting after declining icoming call through notification 2021-04-17 10:02:29 +02:00
Sylvain Berfini
f3e3b9642a Use newly available core.setPreferredVideoDefinitionByName method 2021-04-17 10:02:29 +02:00
Sylvain Berfini
2dc7a2aaea Fixed build with latest SDK 2021-04-17 10:02:29 +02:00
Sylvain Berfini
3215ecc328 Fixed some null checks 2021-04-17 10:02:29 +02:00
Sylvain Berfini
05b272fcb8 Fixed disable account issue not being applied until accounts settings are left & re-entered 2021-04-17 10:02:29 +02:00
Sylvain Berfini
19fe8dd57b In-call audio/camera permissions improvements 2021-04-17 10:02:29 +02:00
Sylvain Berfini
1ad5d31426 Fixed default debug mode value 2021-04-17 10:02:29 +02:00
Sylvain Berfini
9c28189d7a Disable leak canary for now 2021-04-17 10:02:29 +02:00
Sylvain Berfini
1d57599b29 Set extractNativeLibs to true when building in debug to reduce APK size 2021-04-17 10:02:28 +02:00
Sylvain Berfini
d4e1ab03f9 Fixed back camera not used on QR code fragment if camera permission has just been granted 2021-04-17 10:01:35 +02:00
Sylvain Berfini
6794ed6879 Fixed camera issue in QR Code assistant fragment when permission wasn't granted yet 2021-04-17 10:01:35 +02:00
Sylvain Berfini
1f6269e46d Trying to ensure IncomingCallActivity is left when there is no more calls 2021-04-17 10:01:35 +02:00
Sylvain Berfini
00d5a780db Made outgoing call activity use proximity sensor if speaker is disabled 2021-04-17 10:01:35 +02:00
Sylvain Berfini
c3a6f9298b Fixed missed call notification for aborted outgoing call 2021-04-17 10:01:35 +02:00
Sylvain Berfini
b9ee063018 Fixed UI issue with 1-1 encrypted chat room at creation 2021-04-17 10:01:35 +02:00
Sylvain Berfini
3e61773f53 Fixed chat display issue with auto download 2021-04-17 10:01:35 +02:00
Sylvain Berfini
318dafaa00 Notify aborted & early aborted calls as missed 2021-04-17 10:01:35 +02:00
Sylvain Berfini
378e19048f Ask for audio record permission again in ControlsFragment if first call is answered before permission was granted 2021-04-17 10:01:35 +02:00
Sylvain Berfini
0f0bc1c6e5 Fixed debug logs settings not updated until app restart 2021-04-17 10:01:35 +02:00
Sylvain Berfini
5321918b2d Added setting to replace SIP URIs by username 2021-04-17 10:01:35 +02:00
Sylvain Berfini
b236c627b7 Added link to explain Android API leak 2021-04-17 10:01:35 +02:00
Sylvain Berfini
2433921f22 Fixed more leaks 2021-04-17 10:01:35 +02:00
Sylvain Berfini
ebda69e739 Added leak canary + started fixing leaks 2021-04-17 10:01:35 +02:00
Sylvain Berfini
ae98121140 Prefer bluetooth audio route if available 2021-04-17 10:01:35 +02:00
Sylvain Berfini
9e4a2a48e4 Improved notifications + disable fullscreen mode for now, too many UI glitches 2021-04-17 10:01:35 +02:00
Sylvain Berfini
f51d67d3f9 Added setting to allow user to see the delivery status of an incoming message in a group chat room 2021-04-17 10:01:35 +02:00
Sylvain Berfini
808163cdde Added back bandwidth check before starting/accepting call 2021-04-17 10:01:35 +02:00
Sylvain Berfini
eadb55e9c4 Fixed call related layout issues + added setting for early media 2021-04-17 10:01:35 +02:00
Sylvain Berfini
c657156ee8 Added setting to use the app in fullscreen 2021-04-17 10:01:35 +02:00
Sylvain Berfini
253e2dc654 Added setting to disable new contact account dialog + prevent saving new empty contact 2021-04-17 10:01:35 +02:00
Sylvain Berfini
260ed4b3cb Removed shutdown broadcast receiver, moved it to the lib + fixed it as it wasn't working since Android 9 2021-04-17 10:01:35 +02:00
Sylvain Berfini
bc40aabe13 Prevent crashes when int or float setting field is emptied 2021-04-17 10:01:35 +02:00
Sylvain Berfini
03d8cb54f9 Chat bubbles improvements (grouping/selection in edit mode) 2021-04-17 10:01:35 +02:00
Sylvain Berfini
c582b18b28 Code improvements 2021-04-17 10:01:35 +02:00
Sylvain Berfini
d611d20cfd Target SDK 30 2021-04-17 10:01:35 +02:00
Sylvain Berfini
7ee8ba34b0 Only show SIP contacts list by default when default proxy config is a sip.linphone.org account 2021-04-17 10:01:35 +02:00
Sylvain Berfini
932a3a7265 Added 30 secs timeout to call update dialog 2021-04-17 10:01:35 +02:00
Sylvain Berfini
74cd0f1bf8 Added missing call update dialog 2021-04-17 10:01:35 +02:00
Sylvain Berfini
03f0f49c71 Contacts creator improvements to be able to choose where to store newly created contact 2021-04-17 10:01:35 +02:00
Sylvain Berfini
c28f2373d9 Added setting to choose wether to save new contact to default or app sync account + fixed contact sip address update 2021-04-17 10:01:35 +02:00
Sylvain Berfini
88befd40ac Fixed crash if contact doesn't have a display name 2021-04-17 10:01:35 +02:00
Sylvain Berfini
b1336464ad Added settings to show/hide orange border on avatars 2021-04-17 10:01:35 +02:00
Sylvain Berfini
ff13b2fd1f Added missing local default account avatar 2021-04-17 10:01:35 +02:00
Sylvain Berfini
0cb96fa59e Updated dependencies, use SwitchMaterial instead of Switch and fixed enter button not going to next field in assistant 2021-04-17 10:01:35 +02:00
Sylvain Berfini
2f4b8ae760 Display video in recordings 2021-04-17 10:01:35 +02:00
Sylvain Berfini
09ebb7e63b Improved some logs 2021-04-17 10:01:35 +02:00
Sylvain Berfini
003b32aa9e Fixed issue with camera preview on tablet's dialer 2021-04-17 10:01:35 +02:00
Sylvain Berfini
f42b1c6a96 Remove chat message notification when deleting chat room 2021-04-17 10:01:35 +02:00
Sylvain Berfini
e594c500f6 Added (hidden) setting to redirect declined call to voice mail URI if exists 2021-04-17 10:01:35 +02:00
Sylvain Berfini
b67b91d95a Fixed removal of proxy config not done if matching auth info wasn't found 2021-04-17 10:01:35 +02:00
Sylvain Berfini
a2b0b04483 Improved country picker dialog 2021-04-17 10:01:35 +02:00
Sylvain Berfini
3802d7fc74 Using material dialog 2021-04-17 10:01:35 +02:00
Sylvain Berfini
90a59c498d Added icon to show passwords in assistant 2021-04-17 10:01:35 +02:00
Sylvain Berfini
6394f45ef5 Improved assistant input fields 2021-04-17 10:01:35 +02:00
Sylvain Berfini
9a856f075a Fixed account settings back navigation 2021-04-17 10:01:35 +02:00
Sylvain Berfini
9802d0a8d8 Updated gradle plugin version + improved UI 2021-04-17 10:01:35 +02:00
Sylvain Berfini
153ccab4ae Added dialog to allow user to attempt opening a file as plain text if no app is registered for the deduced mime type from it's extension 2021-04-17 10:01:35 +02:00
Sylvain Berfini
fbe68d5bb8 Renamed & improved text for making media files public + disable when auto download is enabled as it doesn't work yet 2021-04-17 10:01:35 +02:00
Sylvain Berfini
6e60627ce4 Fixed input text field color with material theme 2021-04-17 10:01:35 +02:00
Sylvain Berfini
002999aa7a Fixed issues with deep links on tablets 2021-04-17 10:01:35 +02:00
Sylvain Berfini
cdfc07c560 Fixed layout issues, mostly for tablets 2021-04-17 10:01:35 +02:00
Sylvain Berfini
2c2744ce54 Removed all <Buttons> from layouts to fix UI issue with material theme 2021-04-17 10:01:35 +02:00
Sylvain Berfini
a9dbbfa761 Switched to material app theme 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
8e9aa6117c Fixed compil with latest SDK from master that has more @Nullable tags 2021-04-17 10:01:35 +02:00
Sylvain Berfini
704df9d583 Use linphone_core_find_friend_by_phone_number 2021-04-17 10:01:35 +02:00
Sylvain Berfini
adffb08cd0 Fixes related to chat rooms 2021-04-17 10:01:35 +02:00
Sylvain Berfini
6f5c83026a Fixed encryption toggle visible in chat room creation when using a non compatible account 2021-04-17 10:01:34 +02:00
Sylvain Berfini
d12ff2b81a Removed now deprecated APIs and use new one instead 2021-04-17 10:01:34 +02:00
Sylvain Berfini
a106da7cc5 Fixed contact order when accents are present + other fixes & improvements over contacts 2021-04-17 10:01:34 +02:00
Sylvain Berfini
cfd11a40ec Fixed header issue in recordings + improved layout 2021-04-17 10:01:34 +02:00
Sylvain Berfini
0a33b33888 Improved calls' recording player 2021-04-17 10:01:34 +02:00
Sylvain Berfini
785ae1ad4e Improved layouts 2021-04-17 10:01:34 +02:00
Sylvain Berfini
b5678a1b18 Updated dependencies 2021-04-17 10:01:34 +02:00
Sylvain Berfini
2076d6c492 Added check for update available feature 2021-04-17 10:01:34 +02:00
Sylvain Berfini
0e20fff7e3 Improved call hsitory detail page 2021-04-17 10:01:34 +02:00
Sylvain Berfini
cadd5a84b2 Grouped call logs in history for a shorter list 2021-04-17 10:01:34 +02:00
Sylvain Berfini
5e540dce71 Now using 4.5 SDK 2021-04-17 10:01:34 +02:00
Sylvain Berfini
732cc7586c Fixed getExtensionFromFileName not working sometimes 2021-04-17 10:01:34 +02:00
Sylvain Berfini
f7c7fe2595 Improved generateContactsXml task in gradle 2021-04-17 10:01:34 +02:00
Sylvain Berfini
01b3162392 Added forgot password link on linphone account assistant + updated invalid credentials dialog to allow continuing even if not registered 2021-04-17 10:01:34 +02:00
Sylvain Berfini
bf24a6b2a9 Added swipe to remove on call logs & contacts + improved confirmation dialog messages 2021-04-17 10:01:34 +02:00
Sylvain Berfini
766891301c Fixed concurrent modification exception that can happen 2021-04-17 10:01:34 +02:00
Sylvain Berfini
8cf401f7ab Show confirmation dialog before removing contact from details fragment 2021-04-17 10:01:34 +02:00
Sylvain Berfini
fd3f3a076e Display call error reason as Snack + small audio call overlay improvement 2021-04-17 10:01:34 +02:00
Sylvain Berfini
e204e8d990 Use speaker sound card if available to play call recordings 2021-04-17 10:01:34 +02:00
Sylvain Berfini
bb5903f72c Update call icon depending on auto initiate video calls policy 2021-04-17 10:01:34 +02:00
Sylvain Berfini
888e136368 Changes regarding contacts: always create & store changes in default account + always use linphone sync account for presence storage 2021-04-17 10:01:34 +02:00
Sylvain Berfini
2979ca0934 Check credentials in assistant before exiting 2021-04-17 10:01:34 +02:00
Sylvain Berfini
20c0b611d0 Show popup when admin status change while on group info fragment 2021-04-17 10:01:34 +02:00
Sylvain Berfini
85a843b9ad Prevent crash 2021-04-17 10:01:34 +02:00
Sylvain Berfini
7ca36938df Improved videos shared by chat preview 2021-04-17 10:01:34 +02:00
Sylvain Berfini
f6a6459b29 Fixed video display on incoming early media call 2021-04-17 10:01:34 +02:00
Sylvain Berfini
5caa304b7f Using coroutine for presence storage in native contact + changed verbosity of some recurring logs + switched to java 8 2021-04-17 10:01:34 +02:00
Sylvain Berfini
ffb04920bb Disable push notification settings if feature isn't available 2021-04-17 10:01:34 +02:00
Sylvain Berfini
f00e5c4ed8 Removed hardcoded date format to use user-defined Android settings 2021-04-17 10:01:34 +02:00
Sylvain Berfini
11bf573d42 Fixed native contact editor to update presence information in case of change + renamed some methods for better understanding 2021-04-17 10:01:34 +02:00
Sylvain Berfini
31f70f2ca4 Fixed same SIP address visible more than once in a contact + fixed presence not stored immediatly after setting enabled 2021-04-17 10:01:34 +02:00
Sylvain Berfini
c15ecd54ac Improved how presence is stored in native contact + fixed issue where write contacts permission was missing + ask for contacts permission in contacts settings 2021-04-17 10:01:34 +02:00
Sylvain Berfini
d79c8f09e6 Added tunnel settings 2021-04-17 10:01:34 +02:00
Sylvain Berfini
bf024abdb9 Hide size setting if auto download policy is never or always + finished friend edition 2021-04-17 10:01:34 +02:00
Sylvain Berfini
1f3321967f Fixed encryption icon not visible in some calls 2021-04-17 10:01:34 +02:00
Sylvain Berfini
61d1825a6a Change app name when built in debug flavor 2021-04-17 10:01:31 +02:00
Sylvain Berfini
f8ac74ee97 Try to prevent databinding build issue + few changes for contact editor to be able to choose in which sync account create the contact 2021-04-17 10:00:30 +02:00
Sylvain Berfini
f1f58d49e7 Few improvements including disabling proximity sensor based on video & output audio device 2021-04-17 10:00:30 +02:00
Sylvain Berfini
a880682672 Finished send logs feature from debug popup 2021-04-17 10:00:30 +02:00
Sylvain Berfini
cd880ee06d Added quick links to android notification channels in settings 2021-04-17 10:00:30 +02:00
Sylvain Berfini
b414dfcbeb Added setting for input audio device + use extended audio devices list for now 2021-04-17 10:00:30 +02:00
Sylvain Berfini
d7642dabef Updated dependencies 2021-04-17 10:00:30 +02:00
Sylvain Berfini
a96e5c3b64 Don't process 3 times magic search results in chat room creation 2021-04-17 10:00:30 +02:00
Sylvain Berfini
c1f0e624ca Revert a change from commit b4f3697550c730e74fb2b81a71e700944ed91daa 2021-04-17 10:00:30 +02:00
Sylvain Berfini
b24d68ef44 Added back debug popup 2021-04-17 10:00:30 +02:00
Sylvain Berfini
b06bbc6aeb Fixed logs URL sharing after upload 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
fe8524da14 Added back auto download chat settings 2021-04-17 10:00:30 +02:00
Sylvain Berfini
af2105e193 Scroll to bottom upon chat message reception 2021-04-17 10:00:30 +02:00
Sylvain Berfini
fe1fef5209 Disable DTMF sound on dialer if Settings.System.DTMF_TONE_WHEN_DIALING says so 2021-04-17 10:00:30 +02:00
Sylvain Berfini
0100536e2e Fixed transfer action not consumed by dialer UI 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
f6df9711b7 Changes for local video conferencing 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e73e844070 Should fix screen not waked up on some devices 2021-04-17 10:00:30 +02:00
Sylvain Berfini
1a1bfee678 Fixed potential ANR when using auto answer 2021-04-17 10:00:30 +02:00
Sylvain Berfini
63a8fdd118 Fixed DTMF not being sent in call 2021-04-17 10:00:30 +02:00
Sylvain Berfini
a5de783ebe Fixed released version of the app crashing becaused of removed code due to minify 2021-04-17 10:00:30 +02:00
Sylvain Berfini
af97d0b545 Updated build.gradle for force use 4.4.0-alpha and not 4.4.0-beta 2021-04-17 10:00:30 +02:00
Sylvain Berfini
fe74598df8 Updated gitlab-ci file to print linphone SDK version 2021-04-17 10:00:30 +02:00
Sylvain Berfini
dd377221e2 Allow online maven repository now that required features have been merged into SDK master branch 2021-04-17 10:00:30 +02:00
Sylvain Berfini
6501cd5e9d Allow multiple file sharing (previously was picture only) & fixed text sharing 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e2725f23ae Allow linphone to handle SMS & MMS intents as well as CALL & DIAL 2021-04-17 10:00:30 +02:00
Sylvain Berfini
45e868fc3f Added presence information storage in native contact + fixed task(s) issue 2021-04-17 10:00:30 +02:00
Sylvain Berfini
f23c28415a Fixed issue in overlay preventing user to go back to call activity 2021-04-17 10:00:30 +02:00
Sylvain Berfini
df42812afc Added setting to automatically start call when app is launched from another 2021-04-17 10:00:30 +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
667b17a8c7 Reload video devices in settings after granting CAMERA permission 2021-04-17 10:00:30 +02:00
Sylvain Berfini
bb4328f216 Prevent UI from being hidden in video call while interacting with it 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e974335a06 Fixed crash if proximity sensor isn't available 2021-04-17 10:00:30 +02:00
Sylvain Berfini
11a83b71eb Hide video preview in PIP mode so we can fully see the remote video 2021-04-17 10:00:30 +02:00
Sylvain Berfini
4e375754ed Hide StaticImage camera in video settings 2021-04-17 10:00:30 +02:00
Andrea Gianarda
16b5ff4ee5 Check BT device capabilities before choosing output device 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e1dc8ad8c2 Improved file copy code by using coroutines 2021-04-17 10:00:30 +02:00
Sylvain Berfini
de389858ce Some small improvements 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
0710256695 Added shortcuts to chat rooms if contacts shortcuts are disabled 2021-04-17 10:00:30 +02:00
Sylvain Berfini
339e30a75e Improved contacts list search field 2021-04-17 10:00:30 +02:00
Sylvain Berfini
7e81f775c3 Fixed duplicated contacts in SIP list after contact added or removed 2021-04-17 10:00:30 +02:00
Sylvain Berfini
06731726c5 Prevent slight blinking when MainActivity is showing and if dark mode policy is force and doesn't match current Android dark mode 2021-04-17 10:00:30 +02:00
Sylvain Berfini
4c30e385f0 Fixed issues with contact creation & removal 2021-04-17 10:00:30 +02:00
Sylvain Berfini
69618141f2 Forgot to check/ask for WRITE_CONTACTS permission in contact editor fragment 2021-04-17 10:00:30 +02:00
Sylvain Berfini
53c1c77170 Disabled DTMFs tones from dialer if there is at least one call 2021-04-17 10:00:30 +02:00
Sylvain Berfini
6ed309ca1d Add proximity sensor to OutgoingCallActivity too 2021-04-17 10:00:30 +02:00
Sylvain Berfini
7ba796c27a Added back PowerManager hacks + quick link to battery optimized apps list 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
1d12c510ac Start foreground service when app starts if background mode is enabled 2021-04-17 10:00:30 +02:00
Sylvain Berfini
57e00931fc Added default output audio device setting 2021-04-17 10:00:30 +02:00
Sylvain Berfini
2dfbdd8958 Ensure keyboard is closed when navigating between fragments 2021-04-17 10:00:30 +02:00
Sylvain Berfini
e96d073ff0 Improved typing performances 2021-04-17 10:00:30 +02:00
Sylvain Berfini
a8b057c05a Fixed bluetooth button still visible if BT is disconnected while audio routes menu visible 2021-04-17 10:00:30 +02:00
Sylvain Berfini
c70114c45d Fixed tab indicator missing upon device rotation 2021-04-17 10:00:30 +02:00
Sylvain Berfini
baf2c10755 Improved remote provisioning wrong url format error display 2021-04-17 10:00:30 +02:00
Sylvain Berfini
4a2e31f16d Prevent Service crash 2021-04-17 10:00:30 +02:00
Sylvain Berfini
ea39ea82e7 Improved numpad display when keyboard is out 2021-04-17 10:00:29 +02:00
Sylvain Berfini
a703299aae Only show clear field button when field has focus + don't empty field but set default value 2021-04-17 10:00:29 +02:00
Sylvain Berfini
5f1984fe4b Kotlin rewrite 2021-04-17 10:00:27 +02:00
Sylvain Berfini
d8a7afcc7a 4.4.0 release 2021-03-29 10:39:25 +02:00
Sylvain Berfini
f2893093d1 Fixed issue preventing reinvite with video 2021-03-24 14:27:55 +01:00
Sylvain Berfini
e97a68dda5 Fixed crash due to not using the local address in getChatRooms() 2021-03-24 13:56:34 +01:00
Sylvain Berfini
b6445cda7f Fixed audio route issues 2021-03-24 13:54:33 +01:00
Sylvain Berfini
f5c2be45c0 Fixed speaker not activated when video call is started + prevent switch to speaker if using wired headset 2021-03-23 13:53:51 +01:00
Sylvain Berfini
39b3b4580a Fixed crash upon rotation while on Dialer view 2021-03-23 10:04:40 +01:00
Sylvain Berfini
7889d531bf Bumped version code 2021-03-23 09:58:02 +01:00
Sylvain Berfini
7c244654b3 Fixed issues with link phone number to account dialog 2021-03-22 17:30:13 +01:00
Sylvain Berfini
b63b23a8b3 Fixes more issues 2021-03-22 16:26:53 +01:00
Sylvain Berfini
7e5b9c4648 Fixed various issues 2021-03-22 10:29:58 +01:00
Sylvain Berfini
f1d887e7be Updated translations & bumped version code 2021-03-15 10:24:01 +01:00
Sylvain Berfini
68ac6ca680 Trying to fix actions in notification not working 2021-03-09 13:32:38 +01:00
Sylvain Berfini
2adca8f90f Fixed issue in ChatMessagesFragment after leaving & coming back if Don't Keep Activities setting is enabled 2021-03-08 13:54:31 +01:00
Sylvain Berfini
998e069c06 Updated translations + bumped version code 2021-03-02 15:17:43 +01:00
Sylvain Berfini
9580befc8a Updated translations & bumped version code 2021-02-15 16:12:04 +01:00
Sylvain Berfini
148235f2bb Fixed empty detail history page 2021-02-15 15:46:55 +01:00
Sylvain Berfini
217e88ce30 Fixed issue while rotating the device during file sharing 2021-02-09 11:49:15 +01:00
Sylvain Berfini
a332334250 Added checkbox to accept general terms and privacy policy 2021-02-08 17:51:23 +01:00
Sylvain Berfini
a8ddc9a494 Bumped version & updated italian translation 2021-01-29 14:17:05 +01:00
Sylvain Berfini
15795cad30 Allow to check delivery status for incoming messages in group chat rooms 2021-01-29 14:07:43 +01:00
Sylvain Berfini
ff98c8580a Fixed some issues related to chat 2021-01-27 14:56:21 +01:00
Sylvain Berfini
ef9afdcb91 Fixed message disapearing when using Resend action 2021-01-27 11:10:01 +01:00
Sylvain Berfini
3b28d1e57a Even better solution to properly handle links in messages 2021-01-27 10:13:38 +01:00
Sylvain Berfini
8f116a84e4 Fixed broken links when only a line break separates the end of the link and the rest of the text 2021-01-26 17:13:27 +01:00
Sylvain Berfini
f5ce0d9cdb Updated translations 2021-01-21 16:30:22 +01:00
Sylvain Berfini
f55a029192 Using SDK audio helper instead of app's 2021-01-21 15:28:46 +01:00
Sylvain Berfini
dfb499d073 Fixed push notif issue 2021-01-14 13:42:16 +01:00
Sylvain Berfini
880bc7a409 Updated translation + bumped version code 2021-01-11 16:04:37 +01:00
Sylvain Berfini
2e9c2b7160 Show which version and maven repository is used for linphone-sdk 2021-01-08 12:18:46 +01:00
Sylvain Berfini
042c25ca45 Updated translations 2021-01-07 15:16:58 +01:00
Sylvain Berfini
afe2725d59 Fixed issue with call video update dialog 2021-01-05 15:34:14 +01:00
Sylvain Berfini
5b8aeacd86 Add dedicated notification channel for missed calls 2021-01-04 10:57:12 +01:00
Sylvain Berfini
cbe2d434ae Fixed issue with previous commit 2021-01-04 10:16:21 +01:00
Sylvain Berfini
c74a7a830e Empty dialer address field on pause 2021-01-04 10:16:15 +01:00
Sylvain Berfini
f67afa5dba Fixed contacts sorting when first character has an accent 2021-01-04 10:16:10 +01:00
Sylvain Berfini
333bb7203f Fixed build due to missing callback 2020-09-17 12:11:16 +02:00
Sylvain Berfini
a679e365ec Fixed debug APK size due to libraries not being compressed 2020-09-09 10:48:35 +02:00
Sylvain Berfini
572ce6dee2 Fixed build with latest 4.5 alpha SDK 2020-07-21 10:41:47 +02:00
Sylvain Berfini
00b3e8f60b Updated license year to 2020 + fixed crash when new version is available 2020-06-29 17:17:16 +02:00
Sylvain Berfini
4889bd83db Now using 4.5.x SDK 2020-06-24 10:48:40 +02:00
Sylvain Berfini
86caeafadd 4.3 release 2020-06-23 11:32:41 +02:00
Sylvain Berfini
7e551ba6b4 Revert "Removed beta setting for ephemeral chat messages feature"
This reverts commit 8844c732c1.
2020-06-17 13:44:16 +02:00
Sylvain Berfini
8844c732c1 Removed beta setting for ephemeral chat messages feature 2020-06-01 11:10:09 +02:00
Sylvain Berfini
9d41dc4026 Fixed possible ANR when using auto answer 2020-05-20 15:13:50 +02:00
Sylvain Berfini
de7a2877c8 Fixed ANR because of presence check in async task 2020-05-19 20:54:32 +02:00
Sylvain Berfini
265b000758 Disable chat button while in call if disable_chat custom enabled 2020-05-19 10:36:23 +02:00
Sylvain Berfini
c453d67daa Fixed issue when use_phone_number_validation=false 2020-05-18 10:24:57 +02:00
Sylvain Berfini
9b966f70e4 Fixed vibration issue on Android 10 when app in background 2020-05-18 10:23:16 +02:00
Sylvain Berfini
09387a0bf9 Updated build.gradle version code 2020-05-14 11:12:03 +02:00
Sylvain Berfini
fb21b47e30 Removed unused OpenH264 helper 2020-04-17 11:04:44 +02:00
Sylvain Berfini
d879f9d746 Fixed link account with phone number feature 2020-03-24 15:01:38 +01:00
Sylvain Berfini
1704946922 Fixed call recording when answered from notification 2020-03-16 11:02:03 +01:00
Sylvain Berfini
899abd2414 Fixed ANR 2020-03-16 10:39:45 +01:00
Sylvain Berfini
3e94feee1f Updated changelog & build number 2020-03-03 09:54:31 +01:00
Sylvain Berfini
21c3b89652 Fixed deadlock between contacts fetching async task & contacts presence notify 2020-02-28 15:11:20 +01:00
Sylvain Berfini
a42d7a47ae Fixed crashes reported on play store 2020-02-28 14:45:52 +01:00
Sylvain Berfini
4ba26a6775 Simplified use of locally built linphone-sdk AAR 2020-02-26 12:55:41 +01:00
Sylvain Berfini
aaa0b7b7bd Updated changelog & build number from 4.2.2 release 2020-02-26 12:02:28 +01:00
Sylvain Berfini
6619173f08 Fixed outgoing messages with files in group chat download issue on other devices with same account 2020-02-25 15:04:12 +01:00
Sylvain Berfini
2d5ddf869d Fixed contact compareTo() 2020-02-21 11:00:00 +01:00
Sylvain Berfini
3bd8b74786 Disable ephemeral messages beta feature unless manually enabled in chat settings 2020-02-13 14:06:56 +01:00
Sylvain Berfini
e00b5f1369 Fixed DTMF mode in call settings 2020-02-05 17:13:36 +01:00
Sylvain Berfini
554a868b7f Switched to SDK 4.4-alpha 2020-01-30 09:08:35 +01:00
Sylvain Berfini
99b99cc556 Added missing override 2020-01-30 09:08:35 +01:00
Sylvain Berfini
b76666f3c5 Bumped version number for internal testing 2020-01-30 09:08:35 +01:00
Sylvain Berfini
287d1535f0 Added setting to let user choose if downloaded images in non ephemeral messages should be made visible in native gallery 2020-01-30 09:08:35 +01:00
Sylvain Berfini
eef14a847b Added forward confirmation dialog 2020-01-30 09:08:35 +01:00
Sylvain Berfini
c9390f87fe Store files in private app folder, delete files when message is deleted 2020-01-30 09:08:35 +01:00
Sylvain Berfini
431881cf50 Refresh chat rooms lists when ephemeral message expires 2020-01-30 09:08:35 +01:00
Sylvain Berfini
d0ca028ebe Fixed history display issue 2020-01-30 09:08:35 +01:00
Sylvain Berfini
3f65e2dc8c Fixed ephemeral message not removed from list that happens sometimes 2020-01-30 09:08:35 +01:00
Sylvain Berfini
3849d7bc16 Forward & ephemeral messages feature 2020-01-30 09:08:35 +01:00
Graham
b0e631b4a9 Restore linphone-tasker hook
Signed-off-by: Sylvain Berfini <sylvain.berfini@belledonne-communications.com>
2020-01-28 10:15:27 +01:00
Sylvain Berfini
4843158543 Prevent crash 2020-01-17 15:26:56 +01:00
Sylvain Berfini
7dab94fe2c Fixed crashes 2020-01-16 17:09:18 +01:00
Sylvain Berfini
9b7361d6d9 Fixed crash if service is killed before UI is paused 2020-01-13 10:57:13 +01:00
Sylvain Berfini
a2767496ff Updated version name & code 2020-01-13 10:34:50 +01:00
Sylvain Berfini
66b5f2a046 Do not append commits count and hash to release when on tag 2020-01-13 10:30:22 +01:00
Sylvain Berfini
076ceff33e Fixed crash if no bluetooth adapter available to get device name 2019-12-20 09:15:41 +01:00
Sylvain Berfini
0525386363 Fixed Service not stopped when using the quit button 2019-12-19 09:26:28 +01:00
Sylvain Berfini
777359e29f Fixed call transfer 2019-12-17 16:33:42 +01:00
Sylvain Berfini
fe2d8b16c2 Fixed UI glitch if disconnecting bluetooth in call while audio routes menu is visible 2019-12-12 10:09:49 +01:00
Sylvain Berfini
937b9b8503 Fixes from play store reported crashes 2019-12-12 10:04:04 +01:00
Sylvain Berfini
f88c3e3159 More fixes from crash reported by Google Play Store 2019-12-11 10:09:44 +01:00
Sylvain Berfini
26b276d62c Fixed crash reported by play store 2019-12-10 10:30:06 +01:00
Sylvain Berfini
bb89582033 Fixed call recording on Android 10 + version bumped + updated gradle plugin + other crash fix 2019-12-09 10:05:11 +01:00
Sylvain Berfini
b0407645e7 Fixed crash if trying to create a chat room from contact or history without proxy config 2019-12-05 15:16:24 +01:00
Sylvain Berfini
807c279e88 Fixed crash when creating a chat room without default proxy config 2019-12-05 14:49:20 +01:00
Sylvain Berfini
813504bb85 Fixed mistake in previous commit regarding quit button 2019-12-05 14:13:20 +01:00
Sylvain Berfini
77d87cb5c8 Version bumped 2019-12-05 13:37:27 +01:00
Sylvain Berfini
30168a6fdb Fixed various crashes reported on play store 2019-12-05 10:43:57 +01:00
Sylvain Berfini
5bf110afb9 Keep screen ON while incoming call activity is shown 2019-12-05 09:33:18 +01:00
Sylvain Berfini
481b704c1c Version code bumped 2019-12-04 16:36:02 +01:00
Sylvain Berfini
267fe040e2 Ignore sticky headset broadcast 2019-12-04 13:06:25 +01:00
Sylvain Berfini
82b6acff27 Added logs 2019-12-04 10:54:23 +01:00
Sylvain Berfini
ac12b1a7ea Fixed contact picture edition quality & rotation 2019-12-03 15:57:54 +01:00
Sylvain Berfini
7caff1175f Fixed missing permission before updating contact picture 2019-12-03 14:45:45 +01:00
Sylvain Berfini
8268b01c99 Prevents crash + added logs 2019-12-03 14:25:18 +01:00
Sylvain Berfini
82ced1a397 Updated Ukrainian translations from transifex 2019-12-03 09:30:49 +01:00
Sylvain Berfini
d20379a484 Fixed bluetooth UI not shown if bluetooth adapter is turned on after app started 2019-12-02 13:22:04 +01:00
Sylvain Berfini
25d9af1c18 Call startForeground quicker when service is started by boot receiver 2019-12-02 12:11:26 +01:00
Sylvain Berfini
4c468a7042 Version code bumped 2019-11-29 11:06:11 +01:00
Sylvain Berfini
67637f8267 Fixed chat room not updated in list when subject changes + fixed chat room removal UI issue on tablet 2019-11-28 12:08:44 +01:00
Sylvain Berfini
c7aecaa1d7 Fixed contact picture edition 2019-11-27 17:23:26 +01:00
Sylvain Berfini
165e9a8f76 Fixed various call related UI issues 2019-11-27 16:04:56 +01:00
Sylvain Berfini
7192d09048 Version code bumped 2019-11-27 13:32:00 +01:00
Sylvain Berfini
53d8788cb1 Fixed issues with video settings visibility 2019-11-27 13:30:54 +01:00
Sylvain Berfini
2e6355289f Scroll chat rooms list to top when a new one is created to ensure it is visible 2019-11-27 13:24:47 +01:00
Sylvain Berfini
7f2d427f8a Added missing callbacks in group info to refresh view on participant event 2019-11-27 13:18:21 +01:00
Sylvain Berfini
d2b488f598 Fixed auto reload of history while in details view 2019-11-27 13:01:22 +01:00
Sylvain Berfini
60b4265aef Have device back button behave like one in top bar 2019-11-27 12:57:16 +01:00
Sylvain Berfini
3d1f4a69c4 Fixed basic chat room creation with another account 2019-11-27 11:57:42 +01:00
Sylvain Berfini
ba4a0afb7a Reset pending contact creation/edition values when leaving contacts activity 2019-11-27 11:36:00 +01:00
Sylvain Berfini
9ecc10ba87 Fixed 1-1 chat room devices view title 2019-11-27 11:36:00 +01:00
Sylvain Berfini
006737b18b Disable chat message content click action if edition mode enabled 2019-11-27 11:36:00 +01:00
Sylvain Berfini
e550efc094 Fixed minor contact related issues 2019-11-27 11:36:00 +01:00
Sylvain Berfini
92b3832ab8 Fixed incoming call activity not finished if cancelled by remote while at least a call is running 2019-11-26 14:54:56 +01:00
Sylvain Berfini
9a928fbb41 Added more logs for BT SCO process + refresh audio routes while in call if BT headset connects/disconnects 2019-11-22 16:47:17 +01:00
Sylvain Berfini
7d5ead8ba0 Fixed call transfer button 2019-11-22 16:12:56 +01:00
Sylvain Berfini
76e2d3bf97 Minor improvements 2019-11-21 14:51:08 +01:00
Sylvain Berfini
e422b41704 Use new method to delete linphone friend 2019-11-21 10:45:46 +01:00
Sylvain Berfini
28caf7a5b0 Fixed group chat room creation issues 2019-11-21 10:36:44 +01:00
Sylvain Berfini
a2e1240641 Improved permissions request for calls 2019-11-21 10:28:28 +01:00
Sylvain Berfini
eca542ae28 Fixed back button on chat room group info during creation process 2019-11-20 16:22:24 +01:00
Sylvain Berfini
71efda66ce Auto reload of history views when a call ends 2019-11-20 14:41:12 +01:00
Sylvain Berfini
2217070995 Reorganized code a bit more 2019-11-20 10:34:29 +01:00
Sylvain Berfini
8f9aeecf82 Version code bumped 2019-11-20 10:14:58 +01:00
Sylvain Berfini
66f349ebd2 Updated call layout to allow for secondary buttons to be visible above numpad 2019-11-20 10:12:40 +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
53a748409d Added logs & fixed some issues in contact removal 2019-11-19 16:06:38 +01:00
Sylvain Berfini
4fd25bb1b0 Disable push notifications on non default domain accounts 2019-11-19 14:40:44 +01:00
Sylvain Berfini
b9c6abdeb5 Added a setting that prevents a user to edit a pure linphonefriend contact 2019-11-19 13:52:34 +01:00
Sylvain Berfini
383c54f817 Added some missing null checks 2019-11-19 10:10:42 +01:00
Sylvain Berfini
278fd99245 Fixed double avatar on incoming call notification depending on the phone 2019-11-19 10:00:55 +01:00
Sylvain Berfini
2e89062239 Updated Russian translation 2019-11-19 09:30:49 +01:00
Sylvain Berfini
98add9b273 Bumped version code 2019-11-18 16:28:19 +01:00
Sylvain Berfini
1cd6da3eea Account creator changes 2019-11-18 13:23:30 +01:00
Sylvain Berfini
1db05c0178 Bumped version code 2019-11-15 13:55:17 +01:00
Sylvain Berfini
8226b53a2d Move some things from MainActivity to LinphoneContext to prevent log pollution 2019-11-15 13:30:19 +01:00
Sylvain Berfini
ba6a3c70bb Fixed empty history & missing contacts when fetched through remote provisionning 2019-11-15 11:39:20 +01:00
Sylvain Berfini
cdf8b55d06 Increased importance of service notification channel (also used for active call notifications) 2019-11-15 11:34:15 +01:00
Sylvain Berfini
9eeb79a5a9 Updated translations from transifex 2019-11-15 11:16:11 +01:00
Sylvain Berfini
5b5a08e00a Improved incall numpad view space 2019-11-15 11:01:29 +01:00
Sylvain Berfini
679014fa8d Fixed incall numpad button state when numpad is visible 2019-11-15 10:42:02 +01:00
Sylvain Berfini
8975920035 Added a shortcut to call/service notifications channel settings 2019-11-15 10:24:16 +01:00
Sylvain Berfini
10d8eb4d8c Added a custom setting to hide dark mode feature in app 2019-11-14 17:27:44 +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
c8d5582ecc Fixed custom video preset bandwidth value overriden to 0 after restart 2019-11-14 10:52:52 +01:00
Sylvain Berfini
f96239bcda Disable media encryption mandatory setting if media encryption set to None + display security icon on incoming call view if media encryption is mandatory 2019-11-14 10:01:08 +01:00
Sylvain Berfini
9cab87e847 Changes & fixes required for new SHA256 accounts and previously created MD5 ones 2019-11-13 14:37:35 +01:00
Sylvain Berfini
a9949c660c Switched to new maven repository 2019-11-13 12:52:56 +01:00
Sylvain Berfini
a66d57dc4d Fixed registration status after removing account 2019-11-13 10:31:13 +01:00
Sylvain Berfini
4860538466 Fixed a crash when VCard support has been disabled 2019-11-13 09:55:53 +01:00
Sylvain Berfini
1b344c3013 Finish incoming call activity when clicking on decline button 2019-11-06 17:21:56 +01:00
Sylvain Berfini
217db2f175 Fixed add contact button on dialer not disabled 2019-11-05 13:36:48 +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
0c75dbd9dd Fixed null pointer exception 2019-11-04 15:56:26 +01:00
Sylvain Berfini
ef1c04eab5 Fixed power saver dialog that keeps showing up even if user did whitelist app 2019-11-04 15:07:41 +01:00
Sylvain Berfini
745c532461 Change BT device volume during call if connected and used 2019-11-04 11:43:49 +01:00
Sylvain Berfini
dab574000d Prevent touch event to go through the side menu when opened 2019-11-01 10:19:10 +01:00
Sylvain Berfini
2d3744fdbd Changes for assistant : fixed SHA-256, improved logs & use of xml default configs 2019-10-30 15:08:42 +01:00
Sylvain Berfini
aeb92f6b28 Fixed launcher issue on latest Samsung when using the Quit button 2019-10-28 10:18:01 +01:00
Sylvain Berfini
26d61fef4e Restart service if foreground service setting is on when app is updated 2019-10-28 09:31:49 +01:00
Sylvain Berfini
426262c3d7 Improved camera switching algorithm 2019-10-25 11:11:50 +02:00
Sylvain Berfini
2fb953e80e Fixed crash in contacts fetching 2019-10-25 10:57:53 +02:00
Sylvain Berfini
9dab31ee54 Switched to releases maven repository + increased version code 2019-10-23 09:06:37 +02:00
Sylvain Berfini
1f850e58b4 Switching to SDK 4.3 2019-10-21 13:13:57 +02:00
Sylvain Berfini
f38abc51d4 Version bumped, updated README & CHANGELOG 2019-10-17 13:32:33 +02:00
Sylvain Berfini
25605f999e Fixed debug flavor file provider preventing to have both a debug & release version installed at the same time 2019-10-17 10:22:41 +02:00
Sylvain Berfini
122cca9b1b Fixed mic state after granting permission while on outgoing call activity 2019-10-16 14:38:28 +02: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
d14424b2a0 Use SHA-256 algorithm for sip.linphone.org accounts 2019-10-15 17:14:30 +02:00
Sylvain Berfini
7fbe488772 Improved preview movement 2019-10-15 13:54:46 +02:00
Sylvain Berfini
26cfc34bb1 Updated translations, bumped version 2019-10-15 13:14:34 +02:00
Sylvain Berfini
9b02b4886a Updated build.gradle to use new semantic versioning 2019-10-14 14:52:33 +02:00
Sylvain Berfini
cc77a5e88a Fixed crash if trying to open a file received by chat and no app can handle it's format + improved MIME type detection + fixed file provider in debug mode 2019-10-14 14:40:15 +02:00
Sylvain Berfini
a0c3fe58cb Added setting to choose which camera to use + improved reload devices to not use legacy capture filter code directly 2019-10-09 11:53:26 +02:00
Sylvain Berfini
d753ca238b Do not call directly the capture filter classes 2019-10-04 16:10:28 +02:00
Sylvain Berfini
0aa26259e5 Fixed missing bottom tab bar after adding SIP URI to contact from chat 2019-09-30 14:45:14 +02:00
Sylvain Berfini
956fca289c Fixed chat rooms list not being refreshed when native contacts parsing is done 2019-09-30 10:05:55 +02:00
Sylvain Berfini
ff66a63bdb Ensure app BuildConfig is used and not the one from the SDK 2019-09-27 17:24:38 +02:00
Sylvain Berfini
8e4c2ceaef Fixed default night mode on Android 10 2019-09-27 11:59:08 +02:00
Sylvain Berfini
4a8c391e00 Improved LinphoneManager destroy method 2019-09-27 10:24:09 +02:00
Sylvain Berfini
053ada2833 Prevent crash that happens sometimes 2019-09-26 17:52:22 +02:00
Sylvain Berfini
95995aef2b Removed use of NotificationBuilder setContextual, broke Android 10 notifications 2019-09-26 15:26:27 +02:00
Sylvain Berfini
5546872d84 Fixed missing notification when 2 or more messages are received while Service is killed 2019-09-26 10:13:45 +02:00
Sylvain Berfini
f31fdb0fd2 Fixed chat room refreshing issue 2019-09-24 10:54:16 +02:00
Sylvain Berfini
2ba9b1a8bb Added settings for hidden chat rooms 2019-09-19 11:08:46 +02:00
Sylvain Berfini
fc4baf41b1 Updated translations + bumped version number 2019-09-18 15:14:13 +02:00
Sylvain Berfini
06cdd2c8cf Improved time between push reception and incoming call notified to user 2019-09-18 10:21:08 +02:00
Sylvain Berfini
3fb368e961 Improved dumped informations in logs at startup 2019-09-18 10:05:32 +02:00
Sylvain Berfini
eb7f51566e Fixed incoming call notification empty after clicking it 2019-09-17 16:41:35 +02:00
Sylvain Berfini
8a3a254883 Fixed dark theme issue not being used sometimes 2019-09-17 10:28:11 +02:00
Sylvain Berfini
396609102d Added option to chosse whether the contact shortcut sends to last chatroom or contact details 2019-09-17 10:14:46 +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
6187466b06 Prevent account linking on non sip.linphone.org proxy configs 2019-09-16 12:23:37 +02:00
Sylvain Berfini
7cfd739186 Fixed history list showing display name but not history details 2019-09-16 11:51:31 +02:00
Sylvain Berfini
badc6034c4 Fixed STUN being disabled if we disable ICE 2019-09-16 11:41:38 +02:00
Sylvain Berfini
c03a30d8a9 Use new CaptureTextureView instead of removed AutoFitTextureView 2019-09-16 10:43:15 +02:00
Sylvain Berfini
3506264347 Better way to create and handle night mode 2019-09-16 09:50:17 +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
d6d46e19fa Added more info to call's stats view 2019-09-10 10:40:25 +02:00
Sylvain Berfini
7818ead291 Improved video preview auto resize (need recent SDK) 2019-09-09 14:09:20 +02:00
Sylvain Berfini
c67f4ee335 Added back dual tunnel mode settings 2019-09-09 13:15:24 +02:00
Sylvain Berfini
d3282648c3 Fixed contacts without phone or SIP address showing up in list 2019-09-09 10:59:08 +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
f8634c15e3 Fixed issues in CallActivity 2019-09-05 15:51:19 +02:00
Sylvain Berfini
ae74f5f10d Properly unescape URI when dialing from contact app 2019-08-30 13:47:40 +02:00
Sylvain Berfini
79043262dd Improved & fixed issues related to intent filters 2019-08-30 12:27:58 +02:00
Sylvain Berfini
89b4ab1c78 Updated translations 2019-08-29 16:12:40 +02:00
Sylvain Berfini
8d914e1a6c Disable background service if app is restricted 2019-08-28 10:53:48 +02:00
Sylvain Berfini
33caa7ce92 Set ongoing flag for notifications that needs to be 2019-08-27 13:24:56 +02:00
Sylvain Berfini
89941db572 Fixed bad behavior on toolbar back button in the assistant menu on first launch 2019-08-23 10:52:14 +02:00
Sylvain Berfini
15f4352490 Even if it shoudln't be necessary as it is the default value, this allows the app to be resized in Dex mode 2019-08-19 14:16:26 +02:00
Sylvain Berfini
35d9141ae3 Added more logs to help debug file picking in chat 2019-08-19 13:38:07 +02:00
Sylvain Berfini
4a62fbb95c Prevent crash if Uri returned by file picker in chat can't be resolved + improved logs 2019-08-19 12:27:51 +02:00
Sylvain Berfini
6fe1c4d5f4 Improved file picker in chat 2019-08-19 10:50:38 +02:00
Sylvain Berfini
c840456ff9 Updated firebase + fixed crash if domains contains port information 2019-07-26 16:40:45 +02:00
Sylvain Berfini
4ca4892378 Various fixes 2019-07-19 14:58:57 +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
7f8b231437 Fixed leaks 2019-07-17 15:54:04 +02:00
Sylvain Berfini
6e8d2cf7dd Fixed auto answer + go back to incoming/outgoing call buttons 2019-07-17 15:08:57 +02:00
Sylvain Berfini
f38bc0bfed Fixed video preview display issue while moving + video button enabled while media in progress + chat messages view top bar not refreshed when call is ended + added logs for vendor specific bluetooth headsets actions 2019-07-03 11:41:55 +02:00
Sylvain Berfini
5fd28edb36 Fixed some logs verbosity 2019-07-01 15:28:31 +02:00
Sylvain Berfini
0f3061c928 Added missing synchronized 2019-07-01 15:12:59 +02:00
Sylvain Berfini
35a2010488 Added a custom setting to allow fetching all device contacts + added debu logs 2019-07-01 15:05:38 +02:00
Sylvain Berfini
6ba56bb8f2 Performance fix for diff utils in chat rooms list, using library's chat room sort & filter 2019-07-01 13:14:21 +02:00
Sylvain Berfini
e8ad6bd39f Fixed issue in history detail regarding LIME capacity for chat + fixed issue in history detail & contact detail if force encryption setting is set 2019-06-28 15:50:12 +02:00
Sylvain Berfini
61e75ff43c Notify existing Core when a push if received 2019-06-28 13:45:00 +02:00
Sylvain Berfini
795bd0b04d Show our own devices in security view 2019-06-27 16:42:05 +02:00
Sylvain Berfini
3f7d43aa2a Finished contacts shortcut in laucher feature 2019-06-27 16:33:04 +02:00
Sylvain Berfini
245452279a Replaced size == 0 by isEmpty when possible 2019-06-27 16:33:03 +02: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
Claire Rosset
f81910644a management of statistics by calls 2019-06-26 11:44:10 +02:00
Sylvain Berfini
0c875fc4e9 Fixed phone state listener not started causing app to ring while GSM call in progress 2019-06-25 13:13:58 +02:00
Sylvain Berfini
1fb84ad046 Added setting for contacts shortcuts and related improvements 2019-06-21 14:28:50 +02:00
Sylvain Berfini
d80891729d Removed unused non_localizable_custom 2019-06-17 10:17:47 +02:00
Claire Rosset
42117c8a40 media encryption mandatory 2019-06-14 11:36:33 +02:00
Claire Rosset
734b69c619 allows to insert in the native contact of android its presence sip address from the phone number
X
2019-06-14 10:23:57 +02:00
Sylvain Berfini
8ff286983a Another attemp to prevent app from crashing because of java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder 2019-06-11 17:09:13 +02:00
Sylvain Berfini
ec1bb0b513 Minor code improvement 2019-06-11 13:29:47 +02:00
Sylvain Berfini
6ddbf29bca Improved navigation with back button 2019-06-11 10:57:18 +02:00
Sylvain Berfini
0c29c26685 Fixed contacts fetch issue after granting permission 2019-06-07 10:15:03 +02:00
Sylvain Berfini
6d96221f99 Added custom username option when creating a phone number account 2019-06-05 13:07:39 +02:00
Claire Rosset
05a440f27a fixed add contact detail fragment when launching application from native contact 2019-06-03 15:34:50 +02:00
Sylvain Berfini
e711e0750d Fixed outgoing call speaker manually selected being switched back to earpiece when call is accepted 2019-05-31 15:09:11 +02:00
Sylvain Berfini
11b223c0dc Prevent crash if icon is null 2019-05-27 17:29:48 +02:00
Sylvain Berfini
cf0f88e71e Don't use deprecated API 2019-05-24 17:53:37 +02:00
Sylvain Berfini
0d044872af Improved logs in contacts manager find friend + improved description for prefix field in account settings 2019-05-24 17:37:05 +02:00
Sylvain Berfini
7df97a84b1 Fixed lost files & images if device rotates before message is sent 2019-05-24 11:57:14 +02:00
Sylvain Berfini
236dfc6ccb Minor fix for contacts 2019-05-24 10:33:16 +02:00
Sylvain Berfini
8807b9a63f Fixed Android contacts not shown on some devices 2019-05-23 17:49:57 +02:00
Sylvain Berfini
92c070117f Improved text based settings changes validation 2019-05-23 11:44:09 +02:00
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
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
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
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
Sylvain Berfini
df27d9bed5 Reworked assistant code 2019-05-03 13:28:41 +02:00
Sylvain Berfini
3b66218d63 Merge branch 'release/4.1' 2019-05-03 11:49:42 +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
6fe6d516cb 4.1 release 2019-05-03 11:29:04 +02:00
Sylvain Berfini
a6dbda0dff Updated translations 2019-05-02 10:14:01 +02:00
Sylvain Berfini
00126a95d0 Version bumped 2019-05-02 10:08:52 +02:00
Sylvain Berfini
cf79182242 Updated translations & SDK 2019-04-26 10:08:01 +02:00
Sylvain Berfini
aa608f2e72 Fixed username / password edition in account settings 2019-04-24 09:38:59 +02:00
Sylvain Berfini
f35380958d Added missing dialog when SAS is denied in chat room security process call 2019-04-23 18:19:26 +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
d1820168dd Prevent app from making too many connections to wizard.php script for phone number link purposes 2019-04-23 10:35:12 +02:00
Sylvain Berfini
f6115014d8 Fixed wifi only 2019-04-23 10:07:31 +02:00
Sylvain Berfini
cd4f824521 Version bumped 2019-04-23 08:33:26 +02:00
Sylvain Berfini
6df4f6f7bd Do not show correspondent asked for video dialog while in call if video disabled globally + fixed crash 2019-04-18 17:01:54 +02:00
Sylvain Berfini
112bbcf899 Workarounded account creation issue on tablets, proper fix will come with assistant rework 2019-04-18 13:40:56 +02:00
Sylvain Berfini
d14c4609b3 Fixed crash when using the video dialog while in call 2019-04-18 13:18:40 +02:00
Sylvain Berfini
aa5efc67f7 Fixed call transfer button no shown, instead call add button is visible 2019-04-18 13:00:27 +02:00
Sylvain Berfini
7416f5fe41 Added a customization setting to show full SIP addresses in contact detail & editor 2019-04-17 14:44:59 +02:00
Sylvain Berfini
6b3bff4412 Fixed phone number linphone connection doing nothing + username too short error on tablets while creating account 2019-04-17 13:44:27 +02:00
Sylvain Berfini
f9992545ae Version bumped 2019-04-17 10:46:39 +02:00
Sylvain Berfini
dbebd187bb Fixed push notifications not being available when APK is built in release mode 2019-04-17 10:35:19 +02:00
Sylvain Berfini
df4ede7d97 Fixed display issue for the assistant welcome buttons some have a shadow below, some don't 2019-04-16 17:43:36 +02:00
Sylvain Berfini
335c677c7f Fixed crash if service intent is null 2019-04-16 15:56:29 +02:00
Sylvain Berfini
8baee67785 Version bumped, first release candidate 2019-04-16 11:24:35 +02:00
Sylvain Berfini
6f6de8279b Added missing show_when_locked flag on call activity 2019-04-15 15:44:14 +02:00
Sylvain Berfini
9840510996 Fixed incoming call display when early media and video 2019-04-15 14:52:13 +02:00
Sylvain Berfini
3aa706f6b4 Disable publish on linphone's proxy configs 2019-04-15 12:04:38 +02:00
Sylvain Berfini
113e26616a Fixed display issues on tablets 2019-04-15 11:34:14 +02:00
Sylvain Berfini
15af0c4673 Added a setting to change the device name that appears in Contact header and used when using the same account on multiple devices in secured group chat 2019-04-15 10:59:07 +02:00
Sylvain Berfini
bfc56486ef Fixed recordings fragment on tablets 2019-04-15 10:35:56 +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
f21e16da2b Updated translations 2019-04-15 09:25:02 +02:00
Sylvain Berfini
87c1a7d3f8 Fixed potential crash 2019-04-15 09:18:33 +02:00
Sylvain Berfini
d1522c1244 Fixed burger menu icon instead of call quality icon in status fragment 2019-04-12 17:30:57 +02:00
Sylvain Berfini
ed0214c0c7 Updated Changelog & translations 2019-04-12 16:57:37 +02:00
Sylvain Berfini
80090b3efe Treat groups with only 1 child as child directly in chat room devices fragment 2019-04-12 16:54:36 +02:00
Sylvain Berfini
d3fbc2939e List all calls log for a given SIP URI in history detail 2019-04-12 16:39:53 +02:00
Sylvain Berfini
5c366f0af2 Added GNU GPL v2 link in about 2019-04-12 16:11:41 +02:00
Sylvain Berfini
1d6ef79585 Set push timeout to 0 2019-04-12 15:03:08 +02:00
Sylvain Berfini
df6f346111 Do not use window flags for turn_screen_on and show_when_locked for Android 8.1+, fixes incoming call not shown on screensaver 2019-04-12 10:43:33 +02:00
Sylvain Berfini
19d05da222 Fixed navigation issue in settins on tablet 2019-04-12 10:22:15 +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
95444bf563 Fixed potential problem if proxy config doesn't have nat policy 2019-04-11 10:21:38 +02:00
Sylvain Berfini
7833ed95be Updated translations & fixed colors in about fragment 2019-04-11 09:31:56 +02:00
Sylvain Berfini
e49e2f1b54 Fixed contact invite SMS content 2019-04-10 11:28:56 +02:00
Sylvain Berfini
626e90e1e6 Updated links 2019-04-10 11:23:45 +02:00
Sylvain Berfini
2ba06c850a Hidding some settings instead of disabling them if dependency isn't enabled 2019-04-10 10:49:15 +02:00
Sylvain Berfini
748df246b1 Fixed friend list subscription setting not disabling subscription if disabled 2019-04-10 10:41:09 +02:00
Sylvain Berfini
3fa0f1c774 Fixed recover password broken URL + updated translations 2019-04-10 10:33:41 +02:00
Sylvain Berfini
7241fc80b3 Reworked background/service settings 2019-04-10 10:26:11 +02:00
Sylvain Berfini
ea14b00bfb Fixed foreground notif setting not doing anything up until app restart 2019-04-09 16:30:11 +02:00
Sylvain Berfini
454a919eda Check at most once every 24h hours for new update 2019-04-09 10:02:43 +02:00
Sylvain Berfini
9ec269c85f Improve how we use Core.checkForUpdate() feature 2019-04-09 09:53:42 +02:00
Sylvain Berfini
cd06eb3746 Show empty list message after removing recording(s) 2019-04-08 16:59:04 +02:00
Sylvain Berfini
c7518c6fd2 Fix concurrent modification exception 2019-04-08 16:52:34 +02:00
Sylvain Berfini
003fe44527 Minor fixes & changes 2019-04-08 16:02:10 +02:00
Sylvain Berfini
0b2ba9f2d6 Yet even better workaround for infinite loop (was caused by permission asking in onStart() method) 2019-04-08 09:59:42 +02:00
Sylvain Berfini
4ac20cc8c7 Better workaround for infinite loop 2019-04-07 18:48:56 +02:00
Sylvain Berfini
b52bd60ca3 Fixed crashs 2019-04-07 18:23:23 +02:00
Sylvain Berfini
5172bcf5be Version bumped & translations updated 2019-04-05 17:19:18 +02:00
Sylvain Berfini
af764b785c Fixed a small behavior issue in account settigns 2019-04-05 17:14:14 +02:00
Sylvain Berfini
08a6375a65 Feature/release 4.1 new settings 2019-04-05 17:09:10 +02:00
Sylvain Berfini
6fe7d87ac4 Fix a crash that can happen sometimes 2019-04-04 14:23:54 +02:00
Sylvain Berfini
56be852dca Copy logs url into clipboard after successful upload 2019-04-04 10:04:04 +02:00
Sylvain Berfini
b2e904a6f9 Fixed proxy config lime server set on upgrade wrong condition 2019-04-04 09:52:46 +02:00
Sylvain Berfini
4b975a89d4 Fixed crash when resuming LinphoneActivity if current fragment is Settings or AccountSettings 2019-04-03 16:20:39 +02:00
Sylvain Berfini
1cfdc5c2ff Fixed build if google services API not available 2019-04-03 15:05:14 +02:00
Sylvain Berfini
b64d62cc4a Fixed send logs magic dialog menu option 2019-04-03 14:28:47 +02:00
Sylvain Berfini
d26776317a Updated translations 2019-04-03 14:14:40 +02:00
Sylvain Berfini
2968bd39cd Added customization options for generated text avatars & assistant top bar 2019-04-03 13:19:43 +02:00
Sylvain Berfini
bbc14b1b17 Fixed transparency issue in menu in landscape 2019-04-03 13:07:44 +02:00
Sylvain Berfini
767254b64a Hide push notification settings if google service isn't available 2019-04-03 11:16:12 +02:00
Sylvain Berfini
29edd90393 Removed useless setting 2019-04-01 17:36:02 +02:00
Sylvain Berfini
d6a6d58f89 Added full screen image launcher option 2019-04-01 16:28:26 +02:00
Sylvain Berfini
ba4052ba4d Added & fixed some customization options 2019-04-01 16:14:24 +02:00
Sylvain Berfini
eb190ae525 Fixed multiple contacts using same address or phone number in magic search results 2019-04-01 14:15:05 +02:00
Sylvain Berfini
3080075568 Performance improvement by disabling 2 presence callback per friend + fixed potential crash 2019-04-01 11:16:17 +02:00
Sylvain Berfini
62daa5c1a3 Started early-media display 2019-03-29 15:22:11 +01:00
Sylvain Berfini
4edf8086ca Removed google-services.json file from gitignore 2019-03-29 09:33:12 +01:00
Mickaël Turnel
df41e6743d Don't call update_call after the device rotation as it will already take care of doing so 2019-03-28 15:09:35 +01: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
7cb275d054 Version bumped 2019-03-22 17:19:19 +01:00
Sylvain Berfini
f306797f71 Fixed transparency issue in side menu while app on landscape 2019-03-22 16:52:19 +01:00
Sylvain Berfini
a79e63f0c6 Use new FileTransferInProgress state 2019-03-22 16:46:13 +01:00
Sylvain Berfini
ea08f420a7 Dark mode buttons invisible text fix 2019-03-22 16:17:40 +01:00
Sylvain Berfini
178cf2ce9b Added cancel button for file transfer 2019-03-22 16:06:20 +01:00
Sylvain Berfini
002cbd7008 Added missing hints in assistant & contact editor input text fields 2019-03-22 15:55:27 +01:00
Sylvain Berfini
4c98e19869 Updated factory rc 2019-03-22 11:29:49 +01:00
Sylvain Berfini
49b45cab09 Fixed crash when going into android app settings and going back to linphone 2019-03-21 17:30:11 +01:00
Sylvain Berfini
9d1cfe2ea5 Version bumped 2019-03-21 17:01:17 +01:00
Sylvain Berfini
f78c42b9b0 Try to improve performances 2019-03-21 15:19:59 +01:00
Sylvain Berfini
21dc3402f4 Use Android PreferenceFragment instead of our own 2019-03-21 14:38:46 +01:00
Sylvain Berfini
3368158ea7 Resources improvements 2019-03-21 14:13:46 +01:00
Sylvain Berfini
0132c224c7 Improved code related to hiding empty one to one chat rooms 2019-03-21 13:59:14 +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
588e403369 Minor improvement over generated avatar text size in contact detail view 2019-03-21 13:30:40 +01:00
Sylvain Berfini
1600af7ebc Sorted fonts 2019-03-21 13:10:41 +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
c2e40d7d07 Fixed text color for disabled text 2019-03-21 10:32:53 +01:00
Sylvain Berfini
46431fdd0c Fixed issue with dynamic light/dark mode switch 2019-03-21 10:02:41 +01:00
Sylvain Berfini
d42f13d03f Updated translations 2019-03-20 16:25:04 +01:00
Sylvain Berfini
ada3401232 Improvements over permission code 2019-03-20 15:10:53 +01:00
Sylvain Berfini
5d3a6e57de Updated LIME server url 2019-03-20 14:24:51 +01:00
Sylvain Berfini
360c182f27 Fixed devices views 2019-03-20 13:59:44 +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
31480fb009 Updated build.gradle and README 2019-03-20 12:01:49 +01:00
Sylvain Berfini
ce35ff3f40 Fixed issues with new chat room API + hide empty one to one chat rooms 2019-03-20 11:47:27 +01:00
Sylvain Berfini
15cf3663ae Adding logs in contact editor 2019-03-20 11:29:56 +01:00
Sylvain Berfini
94d13a877f When manager starts, ensure lime server url is set if account is sip.linphone.org (required for updates since older version) 2019-03-19 17:32:18 +01:00
Sylvain Berfini
dcac3200f6 Hide spinner if chat room creation fails otherwise it will be visible forever 2019-03-19 17:17:06 +01:00
Sylvain Berfini
0168b90b20 Replaced createClientGroupChatRoom method that is now deprecated by new one 2019-03-19 17:11:39 +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
cca253e1fa Small tweak to make debug installations quicker 2019-03-18 16:19:30 +01:00
Sylvain Berfini
73f55677e8 Updated translations 2019-03-18 16:19:01 +01:00
Sylvain Berfini
8ca7f395d8 Improvements regarding call notifications and activities 2019-03-18 16:14:03 +01:00
Sylvain Berfini
5f09435bbb Log in which Android standby bucket the app is in if running on Android 9+ device 2019-03-18 15:30:19 +01:00
Sylvain Berfini
9b43b3e248 Updated translations from transifex 2019-03-14 17:28:57 +01:00
Sylvain Berfini
15cf232bca Version bumped 2019-03-14 17:14:04 +01:00
Sylvain Berfini
babca6fd24 Improved 3 dots resource 2019-03-14 17:02:09 +01:00
Sylvain Berfini
d3731ee3d1 Removed background drawable for chat room subject field 2019-03-14 16:53:58 +01:00
Sylvain Berfini
c19ebb8e50 Fixed font color in dark mode in history detail 2019-03-14 16:49:25 +01:00
Sylvain Berfini
bf88723f28 Some cleaning in settings 2019-03-14 16:45:27 +01:00
Sylvain Berfini
a17b19e43b Use new maven repository 2019-03-14 15:17:29 +01:00
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
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
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
Sylvain Berfini
f09331457b Added more local address 2019-02-28 08:38:39 +01:00
Sylvain Berfini
9a1d593191 Removed comma from call history time format 2019-02-27 17:28:26 +01:00
Sylvain Berfini
ef5c88a109 Fixed dual logger + force network reachability and background mode on Core when starting because of a push 2019-02-27 10:14:15 +01:00
Sylvain Berfini
e653ce2fe7 Fixed Core references being held in different places in the app, preventing from being unref'ed at native level 2019-02-25 15:57:56 +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
8a811e9597 Fixed crash when contacts adapter is null 2019-02-25 12:36:49 +01:00
Sylvain Berfini
158dc1a574 Fixed display issue due to file transfer 2019-02-25 10:40:38 +01:00
Sylvain Berfini
b75f8245ab Also use glide to load group chat avatar 2019-02-25 10:29:58 +01:00
Sylvain Berfini
95ee6beb27 Version bumped 2019-02-25 10:22:28 +01:00
Sylvain Berfini
b67ed5efca Prevent chat room loaded twice causing subscribe not being sent 2019-02-25 08:54:07 +01:00
Sylvain Berfini
79fe557c30 Removed top marging above video in landscape 2019-02-22 11:09:12 +01:00
Sylvain Berfini
feb6312c93 If google-services.json file is not found, completely disable firebase dependency 2019-02-22 11:04:02 +01:00
Sylvain Berfini
9e076971a0 Fixed crash if contact permission isn't granted + auto fetch if granted while in contacts fragment 2019-02-22 10:27:20 +01:00
Sylvain Berfini
f110e817d5 Improved chat message display 2019-02-21 17:13:36 +01:00
Sylvain Berfini
15ab10b4cb Fixed issue when destroying service 2019-02-21 15:27:34 +01:00
Sylvain Berfini
e77dc1e484 Updated translations 2019-02-21 15:02:10 +01:00
Sylvain Berfini
5a2d80e2ab Fixed dialog message while deleting call log(s) 2019-02-21 14:59:32 +01:00
Sylvain Berfini
2220f5595d Improved more code 2019-02-21 14:33:45 +01:00
Sylvain Berfini
ec64e6f8c6 Switched HistoryDetail contact avatar to avatar helper class 2019-02-21 12:51:21 +01:00
Sylvain Berfini
3a80db5b7f Version bumped 2019-02-21 11:34:57 +01:00
Sylvain Berfini
fadcdf0825 Also use Glide for contacts' avatar 2019-02-21 11:07:41 +01:00
Sylvain Berfini
25d4c1b430 Using glide to display images in chat 2019-02-21 10:34:18 +01:00
Sylvain Berfini
a3c14faeb0 Added spinner while downloading incoming file 2019-02-21 09:08:16 +01:00
Sylvain Berfini
548128ea48 Use SDK network manager 2019-02-21 08:19:57 +01:00
Sylvain Berfini
908edbaab5 Prefixed all logs from LinphoneManager class by the same tag 2019-02-20 15:39:07 +01:00
Sylvain Berfini
4c30791582 Log if user has restricted app from being allowed to run in background (Android 9+) 2019-02-20 15:09:52 +01:00
Sylvain Berfini
28c2b86b75 Use Linphone Log class instead of mediastreamer2's 2019-02-20 14:34:54 +01:00
Sylvain Berfini
49cee682dc Using new addListener/removeListener instead of deprecated setListener for LoggingService, Player and FriendList 2019-02-20 11:31:28 +01:00
Sylvain Berfini
29670d63ff Switched to multi listener 2019-02-20 11:07:56 +01:00
Sylvain Berfini
a876a35811 Updated translations 2019-02-20 10:56:40 +01:00
Sylvain Berfini
d507484453 Added local video preview to TextureOverlay so we can still send video while app is in background 2019-02-20 10:42:09 +01:00
Sylvain Berfini
cb1429c7be Prevent video overlay creation if video call is paused by remote 2019-02-20 10:26:47 +01:00
Sylvain Berfini
956f2da8a1 Added logs to help debug sharing issues 2019-02-20 10:06:34 +01:00
Sylvain Berfini
4211842f6f Fix crash if arguments is null 2019-02-19 20:17:32 +01:00
Sylvain Berfini
51e9d1507e Improved UI when using external sharing mode to choose the chat room to use + added toast for contact picking as well 2019-02-19 17:26:46 +01:00
Sylvain Berfini
3a1a1f7102 Allow multiple image sharing through linphone 2019-02-19 16:12:18 +01:00
Sylvain Berfini
86ca3ac16b Read firebase push sender if from google-services.json instead of non_localizable_custom 2019-02-19 10:52:32 +01:00
Sylvain Berfini
85fa30623d Using new methods of Firebase push messaging 2019-02-19 10:40:11 +01:00
Sylvain Berfini
910ccd69c5 Ensure contacts list is updated after contact(s) removal 2019-02-18 11:50:24 +01:00
Sylvain Berfini
690fb488b7 Prevent crash if message is not found in ImdnFragment for some reason 2019-02-18 11:43:21 +01:00
Sylvain Berfini
66e1e39d1c Fixed long text in incoming messages going further right than the right anchor of outgoing messages 2019-02-14 15:45:03 +01:00
Sylvain Berfini
db936fb2cc Fixed display issue with latest changes 2019-02-14 15:37:14 +01:00
Sylvain Berfini
d3ee5dd349 Improved chat bubble width if multiline 2019-02-14 14:35:19 +01:00
Sylvain Berfini
b96ef0ecc6 Workaround to allow client group chat with 1 participant without being one to one 2019-02-14 11:40:15 +01:00
Sylvain Berfini
ac2ddf83b4 Improved multi content messages handling 2019-02-14 11:36:38 +01:00
Sylvain Berfini
83dbf54c9d Fixed chat room creation issues 2019-02-13 16:31:05 +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
8b2a46922d Improved keyboard visible detection algorithm (was broken on Blackberry Priv) 2019-02-11 16:51:38 +01:00
Sylvain Berfini
ec00aecf8d Fixed crash on Android < 7 2019-02-11 14:15:29 +01:00
Sylvain Berfini
c68d15ec22 Disable outgoing call receiver for now 2019-02-08 15:55:36 +01:00
Sylvain Berfini
0b3b160545 Version bumped 2019-02-08 15:44:18 +01:00
Sylvain Berfini
656bf89617 Updated config to be back on sip.linphone.org by default + update lime x3dh server url 2019-02-08 15:27:06 +01:00
Sylvain Berfini
ea2edd7496 Removed 2 callbacks who no longer exists 2019-02-06 14:24:42 +01:00
Sylvain Berfini
5480a829ad More fixes & improvements regarding contacts 2019-01-31 15:18:36 +01:00
Sylvain Berfini
79d0f17c09 Code improvement 2019-01-31 14:10:43 +01:00
Sylvain Berfini
4c394c9f1b Fixes & improvements for contacts, most of them for tablets 2019-01-30 16:42:47 +01:00
Sylvain Berfini
81905e853a Fixed first contact being displayed after edition instead of last one on tablets 2019-01-30 16:01:35 +01:00
Sylvain Berfini
96a23cf16d Using new device.getName() API 2019-01-30 15:56:06 +01:00
Sylvain Berfini
f826bfe474 Use git describe to generate apk names 2019-01-30 12:35:12 +01:00
Sylvain Berfini
fac1808b3d Some minor improvements 2019-01-24 11:11:23 +01:00
Sylvain Berfini
ca65218d13 Fixed other issues regarding voice mail count 2019-01-24 10:45:31 +01:00
Sylvain Berfini
818177e374 Fixed array out of bound issue 2019-01-23 12:45:52 +01:00
Sylvain Berfini
53f472d04e Version bumped 2019-01-18 11:41:33 +01:00
Sylvain Berfini
c67f63b4ef Removed hindi string resources 2019-01-18 11:39:46 +01:00
Sylvain Berfini
84f87b3b1f Downloaded updated translations from transifex 2019-01-18 11:38:32 +01:00
Sylvain Berfini
890b103fcd Fixed some englisg strings 2019-01-18 11:24:11 +01:00
Sylvain Berfini
82f92e2768 Removed references to Huawei in strings 2019-01-14 17:30:05 +01:00
Sylvain Berfini
7dc5050142 Added custom boolean config option to set notification bar color the dark version of Linphone's primary's 2019-01-14 15:07:08 +01:00
Sylvain Berfini
84f3d4ebd9 Fixed linphone's ringtone + increased version number 2019-01-11 15:45:31 +01:00
Sylvain Berfini
93f860d136 Removed limit on magic search results + fixed crash + removed uid from call display + fixed manually entered address in chat room creation being removed if security toggled 2019-01-04 10:03:52 +01:00
Sylvain Berfini
19359e03a0 Fixed display of sip address in history detail when calling addresses with gruu 2019-01-03 15:23:09 +01:00
Sylvain Berfini
f00f016423 Disable ourself in group chat room creation 2019-01-03 11:18:49 +01:00
Sylvain Berfini
e931733ebf Prevent crashes if contact is null 2019-01-02 17:28:28 +01:00
Sylvain Berfini
fb88c5df48 Fixed selection lost upon rotation in chat room creation 2019-01-02 15:22:11 +01:00
Sylvain Berfini
c0e7462aad Removed todos in chat room creation 2019-01-02 15:17:12 +01:00
Sylvain Berfini
ad7a9e351e Fixed crash if search result doesn't have an address 2019-01-02 11:21:37 +01:00
Sylvain Berfini
31e81fdd91 Started improvements on how we use the magic search bar 2018-12-21 14:00:30 +01:00
Sylvain Berfini
e333e5a58a Split video overlay into 2 classes 2018-12-14 17:00:19 +01:00
Sylvain Berfini
86b8fcd5e6 Switch back to master branch for maven repository 2018-12-14 10:08:44 +01:00
Sylvain Berfini
a88fe1f8f2 Improved sorting & listener calls on presence received 2018-12-13 11:29:37 +01:00
Sylvain Berfini
012a31cf49 Updated name of recordings menu 2018-12-13 11:25:51 +01:00
Sylvain Berfini
4363a0659d Started using friends capabilities for group chat and LIME 2018-12-13 11:24:25 +01:00
Sylvain Berfini
134123358b All top bars with titles now look the same 2018-12-12 14:49:46 +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
0e504d2a20 Fixed issue with video dialog in call 2018-12-12 10:02:10 +01:00
Sylvain Berfini
a21958e131 Moved power saver code to DeviceUtils class + removed Huawei mentions and made it more global 2018-12-11 09:40:35 +01:00
Sylvain Berfini
760a81a40e Use doNotAskAgain feature from dialog for Huawei hack 2018-12-10 17:42:08 +01:00
Sylvain Berfini
527dd8f7b9 Actually this permission wasn't necessary 2018-12-10 17:36:11 +01:00
Sylvain Berfini
1f8766808f Fixed crash due to permission for sync account on Huawei 2018-12-10 17:32:05 +01:00
Sylvain Berfini
7c5f3dcb9c Also added a setting next to push setting to go to Huawei settings for protected apps 2018-12-10 17:26:01 +01:00
Sylvain Berfini
9b0fa01310 Fixed crash on Huawei (added permission) + improved huawei popup using our dialog template 2018-12-10 17:20:11 +01:00
Sylvain Berfini
adb3506cce Trying workaround for Huawei devices... 2018-12-10 16:21:25 +01:00
Sylvain Berfini
74ff0d8f4f Added more logs for contacts + removed unused code 2018-12-10 14:17:15 +01:00
Sylvain Berfini
1420ff0d2f Updated timespan for grouping messages to 5 min 2018-12-10 11:37:40 +01:00
Sylvain Berfini
37fa5aa9aa Added photo edition for contact 2018-12-10 09:42:35 +01:00
Sylvain Berfini
a18c2262dc Almost finished contact edition 2018-12-08 16:20:39 +01:00
Sylvain Berfini
46319c6e20 More work on contacts, starting edition/removal 2018-12-08 15:41:04 +01:00
Sylvain Berfini
5b20ee25b2 Fixed missing action in native contact app 2018-12-07 16:28:24 +01:00
Sylvain Berfini
ce6e5fd714 Contact creation is almost OK, still missing visible linphone action in native app 2018-12-07 16:11:51 +01:00
Sylvain Berfini
998640fadd Contact creation is OK but are invisible upon restart 2018-12-07 15:10:06 +01:00
Sylvain Berfini
16ae046543 Split LinphoneContact into two classes, one dedicated to Android contact API 2018-12-07 14:13:19 +01:00
Sylvain Berfini
7614c7c14f Fixed mimetype in Manifest 2018-12-07 10:17:39 +01:00
Sylvain Berfini
e12c82cd20 Added logs 2018-12-06 22:45:52 +01:00
Sylvain Berfini
573bf2366a Fixes & improvements but contact creation still fails... 2018-12-06 17:49:08 +01:00
Sylvain Berfini
fdefb77925 Improved code 2018-12-06 16:54:27 +01:00
Sylvain Berfini
0ef866c3e3 Fixed missing presence on contacts at startup sometimes 2018-12-06 16:20:39 +01:00
Sylvain Berfini
fc5da7f57d This seems to fix contact edition issue + added refresher on contact list 2018-12-06 15:56:14 +01:00
Sylvain Berfini
9d66458f36 Improvements on package name use (since we had .debug to it sometimes) + fixed disapearing SIP contacts if they only have presence and no real SIP URI 2018-12-06 15:44:34 +01:00
Sylvain Berfini
54e7760fdd Fixed empty contacts issue after a contact has been edited/created/deleted 2018-12-06 12:28:36 +01:00
Sylvain Berfini
385e72ea9b Moved AsyncContactsLoader to it's own file 2018-12-06 11:40:33 +01:00
Sylvain Berfini
4a529b9691 Fixed crashs 2018-12-06 11:12:12 +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
3494ae1180 Also use SDK version instead of Core's in UserAgent 2018-12-05 10:04:54 +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
a196529eb2 Temporarily use tmp/lime_v2 branch as maven repository for AARs 2018-12-03 14:33:00 +01:00
Sylvain Berfini
9237db2721 Added lime to org.linphone.specs list 2018-12-03 14:25:28 +01:00
Sylvain Berfini
480c6a277b Set default video filter in factory_rc 2018-12-03 14:13:45 +01:00
Mickaël Turnel
37e2361847 Disable record button if no record path is present in call params 2018-12-03 13:49:17 +01:00
Sylvain Berfini
b746eaad31 Fixed call recording issue depending where in the code the call was started 2018-12-03 13:17:15 +01:00
Sylvain Berfini
300ef34716 Version bumped 2018-11-30 16:18:09 +01:00
Mickaël Turnel
5d44961eda Merge branch 'feature/qrcode_integration' into feature/release-4.1 2018-11-30 16:09:10 +01:00
Mickaël Turnel
0d80852531 Clean code 2018-11-30 16:02:22 +01:00
Sylvain Berfini
268f830674 Fixed crash after remote provisioning 2018-11-30 15:35:21 +01:00
Mickaël Turnel
51eb4db7bd Replaced surfaceview with textureview 2018-11-30 13:55:04 +01:00
Mickaël Turnel
04207ebcef Merge branch 'dev_qrcode' into feature/qrcode_integration
# Conflicts:
#	app/src/main/AndroidManifest.xml
#	app/src/main/java/org/linphone/assistant/AssistantFragmentsEnum.java
#	res/layout/video.xml
#	src/android/org/linphone/LinphoneManager.java
#	src/android/org/linphone/assistant/AssistantActivity.java
#	src/android/org/linphone/assistant/RemoteProvisioningActivity.java
#	src/android/org/linphone/assistant/RemoteProvisioningFragment.java
#	src/android/org/linphone/assistant/WelcomeFragment.java
#	submodules/bcmatroska2
#	submodules/belcard
#	submodules/cmake-builder
#	submodules/externals/openh264
#	submodules/externals/zxing-cpp
#	submodules/linphone
#	submodules/mediastreamer2
#	submodules/oRTP
2018-11-30 11:24:27 +01:00
Sylvain Berfini
fc8082a427 Version bumped 2018-11-30 10:49:02 +01:00
Sylvain Berfini
f0f9e1302b Hide bottom bar and added back button while on recordings view 2018-11-30 10:47:39 +01:00
Sylvain Berfini
ebf69f01ee Fixed crash due to reference to android.support.v7 package instead of androix 2018-11-30 10:39:09 +01:00
Sylvain Berfini
1f6d92b92a Huge code refactoring using google tool 2018-11-30 10:31:22 +01:00
Sylvain Berfini
60feb938d4 Updated build.gradle with definitive way of using aars 2018-11-30 10:21:47 +01:00
Sylvain Berfini
9c29567b88 Merge branch 'feature/release-4.1-auto-format-code' into feature/release-4.1 2018-11-30 09:33:46 +01:00
Mickaël Turnel
bfafc942e5 Merge branch 'feature/call-recorder' into feature/release-4.1 2018-11-30 09:31:51 +01:00
Mickaël Turnel
3ede727936 Removed useless click listener 2018-11-30 09:30:48 +01:00
Mickaël Turnel
8fb074b914 Renamed recordings.xml to recordings_list.xml 2018-11-30 09:30:28 +01:00
Mickaël Turnel
b52e3905cc Fix deletion of recordings not working 2018-11-29 17:42:44 +01:00
Sylvain Berfini
feb7c7ec14 Use 4.1 or newer version of aar 2018-11-29 17:34:49 +01:00
Sylvain Berfini
9ebd4e71f1 Revert to old way of using AARs... 2018-11-29 16:23:29 +01:00
Sylvain Berfini
d14e124cc5 Updated way of using maven AARs 2018-11-29 16:15:41 +01:00
Mickaël Turnel
a9c730e26b Fix various bugs 2018-11-29 14:14:25 +01:00
Sylvain Berfini
f46fc361bc Improved delete message for contacts 2018-11-29 12:06:38 +01:00
Sylvain Berfini
77878920fb Removed unused code 2018-11-29 11:57:32 +01:00
Sylvain Berfini
c25cbdc68b Fixed add contact from call history if address contains gruu 2018-11-29 11:35:47 +01:00
Sylvain Berfini
d6811c3e5e Started to toy around with the native contact editor (disabled by default) 2018-11-29 11:31:01 +01:00
Sylvain Berfini
41858e4361 Fixed issue in video call fragment related to zoom 2018-11-29 10:28:23 +01:00
Sylvain Berfini
eeb1672948 Fixed display of room events in 1 to 1 2018-11-29 10:15:12 +01:00
Sylvain Berfini
c378cedf2b Added version code in about page to keep track of which version is installed easily 2018-11-28 17:24:33 +01:00
Sylvain Berfini
594e322e04 Version bumped 2018-11-28 14:32:52 +01:00
Sylvain Berfini
beb92a545a Fixed avatar display 2018-11-28 14:20:03 +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
651ce6f223 Fixed some group chat events visible in one-to-one rooms 2018-11-28 12:50:46 +01:00
Sylvain Berfini
6ea6389939 Workaround for a crash while rotating the device 2018-11-28 12:36:12 +01:00
Sylvain Berfini
58801d484d Finished big pictures preview in chat 2018-11-28 12:12:20 +01:00
Sylvain Berfini
0afb297a63 Started big previews 2018-11-28 11:43:46 +01:00
Sylvain Berfini
78c085e630 Improved BitmapWorkerTask to rotate and scale an image in one operation 2018-11-28 11:34:45 +01:00
Sylvain Berfini
d2198518cc Fixed issue with file transfer messages not being updated 2018-11-28 11:12:04 +01:00
Sylvain Berfini
7370712dc3 Added logs to make it easier to debug push notifications 2018-11-28 10:52:48 +01:00
Sylvain Berfini
c1c2bf6acb Version bumped 2018-11-27 17:30:25 +01:00
Sylvain Berfini
e59531a36a Use new chat bubbles by default 2018-11-27 17:09:09 +01:00
Sylvain Berfini
4aac3757c6 Fixed bitmap rotation and scaling 2018-11-27 17:07:32 +01:00
Sylvain Berfini
bd89b15de7 Use org.linphone.utils BitmapAsync class 2018-11-27 17:05:10 +01:00
Sylvain Berfini
d1f7a51cf5 Merge branch 'feature/auto_download_incoming_file_transfer_messages' into feature/release-4.1 2018-11-27 16:46:36 +01:00
Sylvain Berfini
f5c6abbc83 Fixes due to using 2 Adapters 2018-11-27 15:47:57 +01:00
Sylvain Berfini
b194374bff Changes to temporarily keep both chat bubbles designs 2018-11-27 15:34:25 +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
4ce6789774 Duplicated ChatMessages ViewHolder and Adapter to allow merge feature/release-4.1-new-chat-bubbles branch and have both 2018-11-27 14:48:32 +01:00
Sylvain Berfini
fa0849f0c3 Fixed issue in chats list 2018-11-27 13:27:01 +01:00
Sylvain Berfini
82dabdf27d Improved chat room view in chat rooms list when last message is file transfer 2018-11-27 10:03:03 +01:00
Sylvain Berfini
8d59ee89f2 Reduced back button size to match other icons 2018-11-27 09:58:45 +01:00
Sylvain Berfini
69d25ff746 Fixed security event display 2018-11-26 16:19:55 +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
4590020cce Version bumped 2018-11-26 16:08:00 +01:00
Sylvain Berfini
cb99b78ae5 Fixed spacing between images in files upload list 2018-11-26 16:06:33 +01:00
Mickaël Turnel
e9fccf4ccd Fix conflicts after rebase 2018-11-26 16:05:32 +01:00
Sylvain Berfini
d29c6e9740 Fixed display issue for security events 2018-11-26 15:55:38 +01:00
Mickaël Turnel
576d769f46 Add recordings list view 2018-11-26 15:30:22 +01:00
Mickaël Turnel
ec2505069a Moved and renamed history 2018-11-26 15:28:32 +01:00
Mickaël Turnel
90774931d7 Clean acceptCall code and add recordFile in params before accepting a call 2018-11-26 15:25:20 +01:00
Mickaël Turnel
eb1a3f0e98 Set record file before initiating a call 2018-11-26 15:25:20 +01:00
Mickaël Turnel
bcb5e2da66 Add call recording functionality in call view 2018-11-26 15:25:20 +01:00
Sylvain Berfini
75a4e113d1 Fixed avatar for manually entered addresses in smart address book 2018-11-26 14:59:00 +01:00
Sylvain Berfini
ec0368d254 Fixed back when in settings 2018-11-26 13:53:07 +01:00
Sylvain Berfini
87148b8fda Apply google formatter before each build 2018-11-26 11:40:45 +01:00
Sylvain Berfini
8f3c092f80 Added spotless 2018-11-26 11:18:15 +01:00
Sylvain Berfini
8b56833e32 Hide back button in chat view on tablets 2018-11-26 11:03:06 +01:00
Sylvain Berfini
93b26bfdaf Improved labels when lists are empty 2018-11-25 20:47:44 +01:00
Sylvain Berfini
94f792c6e5 Fixed IMDN view display 2018-11-25 20:40:37 +01:00
Sylvain Berfini
dc8c5c3e2d Fixed display of deletion checkbox in edit mode 2018-11-25 19:25:18 +01:00
Sylvain Berfini
404c92da9f Added back async image loading in chat bubbles 2018-11-25 10:01:41 +01:00
Sylvain Berfini
6d9b2ab592 Started download button for incoming files in chat 2018-11-24 10:30:03 +01:00
Sylvain Berfini
342ffe4981 Fixed firebase always disabled 2018-11-24 09:46:31 +01:00
Sylvain Berfini
92b33ef71c Improved code related to top bar in some views 2018-11-23 18:09:34 +01:00
Sylvain Berfini
851b219775 Fixed display of chat events 2018-11-23 17:39:33 +01:00
Sylvain Berfini
0394ca2525 Improved code 2018-11-23 17:36:06 +01:00
Sylvain Berfini
6035ea2732 Display files in new chat bubble 2018-11-23 17:24:45 +01:00
Sylvain Berfini
b9e424a2de Displaying pictures (todo: add back async loading) 2018-11-23 17:04:11 +01:00
Sylvain Berfini
6d9339b463 Migrated to androidX 2018-11-23 16:30:14 +01:00
Sylvain Berfini
cd0148d4b0 Started new chat bubble design 2018-11-23 16:00:44 +01:00
Sylvain Berfini
f7c2f01a31 Removed process_outgoing_calls permission from top level manifest + increased version number 2018-11-23 15:34:35 +01:00
Sylvain Berfini
d118176a74 Remove code mistakenly commited 2018-11-22 17:35:46 +01:00
Sylvain Berfini
fec86cacc8 Notifications improvements 2018-11-22 17:34:02 +01:00
Sylvain Berfini
2d905fba50 Forgot to rename HistoryViewHolder somewhere 2018-11-22 17:11:29 +01:00
Sylvain Berfini
e48ec8219d Renamed some classes for harmonization purposes 2018-11-22 17:09:03 +01:00
Sylvain Berfini
c913577f93 Put code for call history in the same place 2018-11-22 16:08:59 +01:00
Sylvain Berfini
a9035665d4 Forgot to add license header 2018-11-22 16:04:52 +01:00
Sylvain Berfini
fd769231ac Improved code storage 2018-11-22 15:56:17 +01:00
Sylvain Berfini
3810080c79 Update unread message count after chat room deletion 2018-11-22 09:28:43 +01:00
Sylvain Berfini
8fe438cb00 Added -debug suffix to versionName, so in about page we can know if app is release or debug flavor 2018-11-21 12:49:40 +01:00
Sylvain Berfini
8a77ab0425 Enum value name has changed 2018-11-21 12:22:55 +01:00
Sylvain Berfini
9e7d0df378 Fixed crash + align gradle version to the same we use to build the SDK 2018-11-21 12:15:21 +01:00
Sylvain Berfini
37fed6852d Fixed goToHistory when clicking on missed call notification 2018-11-21 11:14:09 +01:00
Sylvain Berfini
b16923ac1c Cleaning LinphoneService a bit 2018-11-21 10:43:30 +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
dc170e357e Added ForegroundService permission to Manifest for Android 9 2018-11-21 10:02:01 +01:00
Sylvain Berfini
0d78e2291a Fixes & improvements 2018-11-20 17:52:40 +01:00
Sylvain Berfini
601259f15e Added Compatibility class level 28 2018-11-20 17:20:21 +01:00
Sylvain Berfini
1e6fb279c0 Cleaned LinphoneService a bit, moved all notifications related code to another class 2018-11-20 17:10:05 +01:00
Sylvain Berfini
886b5a36c0 Android 9 requires a new permission for foreground services 2018-11-20 14:31:33 +01:00
Sylvain Berfini
0f2bd3a52a Added setting to disable vibration while incoming call is ringing 2018-11-20 11:01:55 +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
1caacbd487 Forgot to hide numpad in portrait 2018-11-19 16:20:12 +01:00
Sylvain Berfini
196fde1a93 Started to improve call layout 2018-11-19 16:16:55 +01:00
Sylvain Berfini
060c4ca33a Removed prepare.py that was forgotten 2018-11-19 15:56:00 +01:00
Sylvain Berfini
e7d67fdfeb Gymnastics to allow accessibility tools to answer or decline call when screen is locked (https://developer.android.com/guide/topics/ui/accessibility/custom-views#custom-touch-events) 2018-11-19 13:39:57 +01:00
Sylvain Berfini
ffc9a427d5 Added back staging settings 2018-11-19 12:55:10 +01:00
Sylvain Berfini
471b6349c7 Auto download of incoming file transfer messages 2018-11-19 12:41:45 +01:00
Sylvain Berfini
07c1cee714 Improved app's build.gradle 2018-11-19 11:59:12 +01:00
Sylvain Berfini
92e8c1c232 Improved keystore properties 2018-11-19 10:42:14 +01:00
Sylvain Berfini
6b4a091051 Fixes for release 2018-11-19 10:27:25 +01:00
Sylvain Berfini
dc998e435c Fixed some lint warnings + updated min SDK version to 21 + code cleaning 2018-11-19 10:14:43 +01:00
Sylvain Berfini
b177d5181c Fixed missing space in chat list fragment 2018-11-17 16:38:42 +01:00
Sylvain Berfini
f33c4b8000 Fixed unread chat message count in tab bar not updated after reply in notification 2018-11-16 17:26:51 +01:00
Sylvain Berfini
cd1449c157 Improved incoming call's answer and delete buttons UI 2018-11-16 16:24:15 +01:00
Sylvain Berfini
1491cb9710 Always keep hangup action in call notification + fixed multiple call notifications issue 2018-11-16 15:43:42 +01:00
Sylvain Berfini
82a81e5d5d Added answer/hangup buttons to incoming call notifications 2018-11-16 15:07:47 +01:00
Sylvain Berfini
15af61c83a Added Reply button to incoming chat messages notifications 2018-11-16 14:09:39 +01:00
Sylvain Berfini
9c41b63769 Updated README, gitignore and build.gradle 2018-11-16 10:57:01 +01:00
Sylvain Berfini
ac24369382 Removed linphone-sdk submodule 2018-11-16 10:33:03 +01:00
Sylvain Berfini
6059c6cbae Fixed use of our maven repository for SDK with correct version number 2018-11-15 14:36:05 +01:00
Sylvain Berfini
e02348eaf2 Updated way of using locally generated aar 2018-11-15 13:53:23 +01:00
Sylvain Berfini
142930d1cc Added billing dependency for InAppPurchases 2018-11-15 13:13:27 +01:00
Sylvain Berfini
73ad8257a1 Always use firebase dependency 2018-11-15 13:12:44 +01:00
Sylvain Berfini
11eb13931c Cleaned app's project structure 2018-11-15 13:06:12 +01:00