Commit graph

253 commits

Author SHA1 Message Date
Julien Wadel
872df224e7 Fix multi-addresses on search bar
Fix hidding send button in chat
2022-03-18 19:08:50 +01:00
Julien Wadel
f4f92094b3 - Add auto download mode and use 10Mb as default.
- Fix notification thumbnail display on receiving file
- Fix empty name on uploading files
- Fix readonly chat room when someone is leaving
- Remove downloaded file on ephemerals
- Reduce iteration on background
2022-03-18 13:00:14 +01:00
Julien Wadel
f2ec342cca Avoid to create a chat room from default account when receiving a call. 2022-03-16 18:23:59 +01:00
Julien Wadel
b206e2bf6a Fix showing call history button and timeline filter buttons from data context. 2022-03-16 11:33:19 +01:00
Julien Wadel
a17f7fbd7a Fix glitches on M1.
Fix leaks on SDK searches.
Switch off misleading  wasapi errors.
2022-03-11 18:57:29 +01:00
Julien Wadel
1614495cbe Fix multipart on basic chat rooms 2022-03-11 14:13:15 +01:00
Thibault Lemaire
f29072dfe7 Add support for OpenGL 4.1 & GLSL 4.10 2022-03-11 09:12:22 +01:00
Julien Wadel
9c6c66719b On default build : Revert webview subscription and keep old sheets (avoid deployment issues) but keep a way to reactivate it. 2022-03-10 18:31:18 +01:00
Julien Wadel
879db5f496 - Send multiple files in one message, with preview.
- Message preview manage huge heights.
- Chat design rework.
- Sort timelines by unread chat rooms.
- Fix thumbnails that weren't deleted.
- Play audio record on playback device instead of ringer device.
- Fix binding loops on scrollable areas.
- Change timeline filter to a minimal version.
- Fix record button hovering.
- Fix camera button in fullscreen.
2022-03-08 15:17:13 +01:00
Julien Wadel
ac24d93c94 Optimisations on display chat room and on startup.
Minor update to LDAP API.
2022-03-01 18:15:27 +01:00
Julien Wadel
85b47e9be4 Add debug log to know what chat room have no peer address 2022-02-28 15:22:22 +01:00
Julien Wadel
effe5eb3aa Fix crash on smartsearchbar : internal addresses weren't match to the number of count because of self result. 2022-02-24 18:05:30 +01:00
Julien Wadel
3824ecaa78 Add debug feedback on missing colors.
Add contact URL.
Change unread message count design in chat.
Add page text about missing features when using third party SIP account.
Add Translation link for contribution in about.
Fix history view.
Add delay of 500ms on message search.
Fix unresponsive check update button in settings.
Fix wrong characters in record name.

# Conflicts:
#	linphone-app/cmake_builder/linphone_package/CMakeLists.txt
2022-02-24 13:13:50 +01:00
Julien Wadel
97f82ff223 Fix SIP settings :
- Deletion of account where registration has not been enabled.
- Crash on new account.
- Route error message on creation.
2022-02-16 14:00:31 +01:00
Julien Wadel
781a524f8c Update LDAP API 2022-02-16 11:40:57 +01:00
Julien Wadel
12befd4109 - add CGU and private policy
- add clickable links to checkboxes if present
2022-02-07 17:32:06 +01:00
Julien Wadel
f68e4c1ff2 - do not show 'me' if not admin in group info 2022-01-31 17:30:03 +01:00
Julien Wadel
005cceb62b Set log size to 50MB 2022-01-28 16:49:23 +01:00
Julien Wadel
547df184d6 - Shortcut in Reply to message's origin.
- Avoid to load huge chat room at the start of a call.
- Asynchronous chat room load.
- Fix video freeze on network change.
2022-01-28 16:14:57 +01:00
Julien Wadel
01437a787d Reset unread messages when going to bottom after 5s 2022-01-26 16:32:39 +01:00
Julien Wadel
cf19039a22 Fix thumbnail shortcut to download and not to folder, if the message comes from group chat synchronization (aka file send from the same account on different device) 2022-01-26 15:55:34 +01:00
Julien Wadel
3aab79261e - Chat room loading optimization.
- Fix loading more chat entries when going to beginning.
- Fix right padding text in chat messages.
- Fix black screen videos.
2022-01-26 15:37:08 +01:00
Julien Wadel
5c082db9e4 Fix hidden delivery status 2022-01-21 15:13:33 +01:00
Julien Wadel
b709a6af69 - change user agent for device name.
- add a settings to change device name (default is machine hostname)
- fix table layout : no more empty line at top (eg. in network protocol and ports settings)
2022-01-21 11:47:48 +01:00
Julien Wadel
db57ec6788 - Enable CPIM on basic chat rooms.
- Fix layout on reply/vocal preview that could be ahead of chat.
- Add a volume monitor when recording a vocal message.
2022-01-20 15:50:07 +01:00
Julien Wadel
001534c504 Unread message event and unread message reset rework. 2022-01-20 13:08:32 +01:00
Julien Wadel
46e587feff Fix crash on using peer address when not available 2022-01-17 10:48:56 +01:00
Julien Wadel
dcc651a336 Fix crash on NULL chat rooms when building ChatRoomModel 2022-01-14 11:16:51 +01:00
Julien Wadel
821d1e17da Unread chat message event.
Shortcut to go at the end of chat.
Avoid MarkAsRead when not at end of chat.
Fix composers.
2022-01-07 11:58:16 +01:00
Julien Wadel
922d155146 - Enable G729 in CI.
- Update translations.
- Option to enable chat notifications.
2022-01-06 13:22:30 +01:00
Julien Wadel
4e847ac90e Update SDK 2021-12-22 11:10:33 +01:00
Julien Wadel
9f52ed6a88 Try to download content message if requested, even if the message state is not right.
Fix SIP address selection on search bars (Qt bug on models)
2021-12-20 14:59:53 +01:00
Julien Wadel
edf43e9f9d Fix attachment order and voice recording path 2021-12-03 09:35:09 +01:00
Julien Wadel
220eb45e59 Display message vocal in chats.
Display message with multiple contents (files/texts,audios).
Modelisation of linphone::Content.
Fix too recent version of OpenGL.
2021-12-02 22:15:57 +01:00
Julien Wadel
427fd742de Replace hardcoded shader effects by simple QML object on avatar. This fix OpenGLShader error on compability lost.
Clean address before searching contact while in call. This fix unfound contact (shown on loosing avatar in call list for example)
Fix CI to select Qt from MaintenanceTool and not homebrew or other libs.
macdeployqt from Homebrew is bugged on deploying webengine application : rpath stay in absolute and cannot be used for deployment
Fix Webview on Qt 5.15
2021-11-26 21:52:52 +01:00
Julien Wadel
4b094d3261 Use a webview for account creation 2021-11-19 22:37:26 +01:00
Julien Wadel
655953675d Fix multi filtering, replace checkboxes by combobox and avoid hidding filter bar if no results. 2021-11-18 17:47:48 +01:00
Julien Wadel
79137f71c3 Fix hidden IMDN status in menu by first loading all imdn, and optimize by loading GUI list on request. 2021-11-18 10:56:20 +01:00
Julien Wadel
0052a5357e - Simplify filtering timelines on 3 kind of search : security level, simple/group chats, ephemerals
- Fix systemTrayIcon that could be cloned on each restart
- Add a feedback on fetching remote provisioning when it failed.
- Fix errors on Action-Buttons on restart.
2021-11-17 20:22:43 +01:00
Julien Wadel
33c92edfcd Fix vocal messages:
- Keep message preview between chat rooms.
- Hide preview after sending message.
- Keep recording the same file while changing chat room.
- Send message while recording.
Fix forward on contact selection.
2021-11-17 17:11:41 +01:00
Julien Wadel
ed99447e05 Fix reply mode :
- avoid sending reply after removing preview
- keep reply preview for the current chat room only
2021-11-17 14:48:44 +01:00
Julien Wadel
66c57eca6c Fix logger files updates, different paths, call history 2021-11-17 11:52:33 +01:00
Julien Wadel
9f781aa434 Vocal message on send :
- Record
- Play
- Seek by clicking on the sound wave
- Send with a text/file/reply
- Improve ActionButton for horizontal progression and background color managment
- Improve Icon with different height and width
- Creation of MediaProgressBar
2021-11-16 20:17:45 +01:00
Julien Wadel
3ea4dbd4ec Add manual check update for Mac and in system tray. 2021-11-10 01:59:41 +01:00
Julien Wadel
d7dfe986c0 - Forward messages to a contact, a sip address or directly to a timeline.
- Fix CI on Qt5_DIR.
- Hide reply message preview after sending message.
- Fix binding loop on sub-messages.
- Reduce spacing size in message.
2021-11-10 01:50:28 +01:00
Julien Wadel
8da7c81331 Recent contacts in group chat creation : ignore GroupChat capability if no friends with it has been found.
(cherry picked from commit 1dd9dcab7e)
2021-11-09 12:32:28 +00:00
Julien Wadel
1163688f78 Allow unsetting APPLICATION_URL and APPLICATION_VENDOR from configure 2021-11-08 21:03:27 +01:00
Julien Wadel
b588499734 - Fix Installation folders to executable name
- Force application paths to Database, Lime DB and sounds
- Remove constraints on actions that were based on friends capabilities
- Fix secure group chat activation
2021-11-08 21:02:56 +01:00
Julien Wadel
f0b0c845c0 Fix volumes :
- In settings : apply volume to general setting.
- In call : use general volume if it cannot be set/get directly from call.
- ALSA : allow get/set
2021-11-08 08:15:14 +00:00
Julien Wadel
a5f9fcb4c4 Feature: Reply to a message. 2021-11-06 00:31:24 +01:00