Commit graph

614 commits

Author SHA1 Message Date
Julien Wadel
aac2d9f120 Revert back to add signing identity for Macos.
Allow CPACK to sign the application.
Fix cmake options list that wasn't set because of scope.
Make more generic the Windows hack on QtKeyChain.
Use a script to code sign all files (not working in cmake file)
Clean cmake files to use targets.
Rework Mac build.
Avoid to use git if version has been specified with cmake command (LINPHONEAPP_VERSION)
2023-09-22 14:29:10 +02:00
Julien Wadel
085d5b6666 Fix double instances on Linux. Revert back QDBus after upgrading SingleApplication to 3.4 2023-09-19 11:54:22 +02:00
Julien Wadel
e614ab9cf7 Fix fr non breakable spaces and enum. 2023-09-15 14:48:11 +02:00
Julien Wadel
307182dbe4 Fix on enabling Ephemeral on chat room creation. It wasn't enabled if the creation comes from remote user.
Fix crash with new Conference models.
Fix duration to 1 hour and if a ICS was selected, display the correct duration.
Fix margins on date in conference creation and on Date picker.
Change admin english text event in chats.
Remove secure icon in conference contact search.
Display one star security icon if ZRTP was not verified.
On authentication popup, remove Realm if username is only displayed. Adapt Identity text.
Fix forward selection in search bar.
2023-09-15 11:55:46 +02:00
Julien Wadel
4446a677fe Fix chat room redirection on notification message.
If selected, fix display conversation on opening conversations list.
2023-09-14 17:51:37 +02:00
Julien Wadel
fc8cd8afe6 Upgrade singleapplication to 3.4.0 for fixing multiple instances on slow Windows. 2023-09-14 16:47:46 +02:00
Julien Wadel
f346265122 Remove Flexiapi usage for login.
Display more login feedback.
2023-09-14 16:45:51 +02:00
Julien Wadel
bc9a8d9a27 Fix phone number accounts. 2023-09-13 17:14:00 +02:00
Julien Wadel
8a86536b28 - Add an hidden option to activate ephemeral on chat creation (create_ephemeral_chat_rooms=<seconds>)
- Add a placeholder in contacts for display name and resize empty box to placeholder size.
- Fix account name alignment.
- Hide records menu if option has been deactivated.
2023-09-13 11:07:22 +02:00
Julien Wadel
9bf230266e Crash fixes on ZRTP popup if call has been end. Close popup on end.
Fix random crash on SettingsModel qml coming from uninitialized model.
2023-09-13 10:57:02 +02:00
Julien Wadel
b3a836f11e Fix crash on new participants when account have no contact address. 2023-09-13 10:55:22 +02:00
Julien Wadel
8257847f39 Deactivate account creation and login by phone because of unsecure captcha. 2023-09-13 10:51:13 +02:00
Julien Wadel
d969216e73 Use flexiapi backend on first start.
Fix ephemeral set on creation.
2023-09-13 10:49:09 +02:00
Julien Wadel
dbf63b0c3e Fix security level synchronization in chat rooms.
Fix hidden admin status on first group chat creation.
Fix Magic search that could retrieve addresses with Gruu.
Fix debug outputs on missing colors.
Fix click area in call list.
Fix some missing items in qml.
2023-09-13 10:37:44 +02:00
Julien Wadel
b8a6339e69 Fix received time on forwards.
Remove gruu on convertion of participant addresses into string.
Fix permissions access on removing records.
2023-09-13 10:36:28 +02:00
Julien Wadel
a01868a901 Redirect to email recovery on forgotten button.
Change layout direction on chat call events.
2023-09-13 10:32:13 +02:00
Julien Wadel
369bc765e4 Change icons (notification, menus).
Simplify main menu.
Display call history by account.
Allow to remove reactions from chat.
Fix crash on conference creation.
2023-09-12 17:58:18 +02:00
Julien Wadel
820a34fd50 Fix DatePicker timezones by removing javascript dates and use cpp instead.
Add Timezone debug on start.
Fix date sections on conference and history.
Fix defaut Timezone in conference creation whe system cannot match with available timezones (like default tz).
2023-09-01 09:28:26 +02:00
Julien Wadel
19b8f0c63f Fix crash on finding accounts 2023-09-01 09:23:55 +02:00
Julien Wadel
60ffa4816c Add chat reaction translations 2023-09-01 09:14:26 +02:00
Julien Wadel
f496600004 Fix reactions synchronizations.
Generic reactions (support any emojies) but display in priority a fix list (defined in Constants).
Clean old codes and make a ChatReactions UI.
2023-08-31 18:39:18 +02:00
Julien Wadel
267d70535d Add Chat reactions 2023-08-31 15:23:17 +02:00
Julien Wadel
a9812245dc Fix custom download path.
Use Apple Emoji font on Mac.
Fix emoji font size in settings.
2023-08-31 14:48:43 +02:00
Julien Wadel
53d79ef48b Fix null access in fullscreen.
Add a FPS monitor for debug.

Fix infinite loop on rendering frames : ForceRefresh when miniViewArea changes its height, on not the list view.
2023-08-25 14:08:59 +02:00
Julien Wadel
42b898c13c From Qt 5.15.2 to 5.15.10, Accessibility freeze the application on Windows: Deactivate handlers. 2023-08-24 10:48:57 +02:00
Julien Wadel
e960490220 Use Windows system default audio device and upgrade SimpleCaptureGraph with callbacks.
Upgrade SDK to master.
2023-08-22 09:13:46 +02:00
Julien Wadel
f285ce68de Set build install paths and options. 2023-08-21 09:47:55 +02:00
Julien Wadel
ffcb3ccb75 Loading optimizations:
- Avoid sending signals on chat room creation.
- Remove display name caching from contacts and put it into the sip address model.
- On adding new address into sip address model, avoid update all layout and use dataChanged.
- Reorder Sip address Model and contacts model and make direct connections for prioritized update signals.
2023-08-21 09:47:55 +02:00
Julien Wadel
c7acdf2bf6 Enable build with QtKeychain without using an ExternalProject. 2023-08-21 09:47:55 +02:00
Julien Wadel
5663045760 Display thumbnails on VFS. Delete exported file after being read. 2023-07-26 16:55:41 +02:00
Julien Wadel
9f9b624abd Display secure icon on contacts if it has the capability.
Deactivate video if no codecs are selected.
Link to licence in about.
Fix loosing ICE configuration.
Fix click shortcut on the first item on smartsearch bar.
Add separated and editable prefix phone number in assistant.
2023-07-26 16:55:34 +02:00
Julien Wadel
03e94e6fdb Add a Don't ask again choices mechanism.
Use it for encryption info popup.
2023-07-26 16:55:26 +02:00
Julien Wadel
0cad46cdc7 Add missing header for avatar mouse shortcut in chats.
Add transfer icon in forward menu.
Confirmation on forward messages.
Fix forward button on search bar in chat room selection.
Revert back friends capability checks on lime.
Update SDK to 5.2.92
2023-07-26 16:55:13 +02:00
Julien Wadel
15577f2dcd Fix use an account with phone.
Fix compose messages.
2023-07-26 16:54:51 +02:00
Julien Wadel
03b9e0c03c Replace old flexiapi url by url from assistant rc.
Use presence model last activity API for timestamp.
Fix account display name size.
2023-07-26 16:54:11 +02:00
Julien Wadel
b3900c9105 Ignore invisible characters while checking if text have only emojis. 2023-07-26 16:53:59 +02:00
Julien Wadel
c664d0cc49 The feature of connecting multi devices on the same account is not supported by the video conference.
- Part fix previews for this case.

Fix download text for outgoing files after the restart of the application.


Update SDK to 5.2.88
2023-07-26 16:51:28 +02:00
Julien Wadel
348639e8c8 Fix recovering account from phone. 2023-07-26 16:50:35 +02:00
Julien Wadel
93d7cf66b1 On login and without xmlrpc: use account creator settings before adding an account from scratch.
On account deletion, check if it is registered to avoid unnecessary wait.
2023-07-26 16:49:58 +02:00
Julien Wadel
23297f07d4 Option to change the max results of the Magic Search bar.
Keep display name while changing username/phone in assistant.
Update SDK to 5.2.84
2023-07-26 16:49:36 +02:00
Julien Wadel
59ea9c69e5 Make an option for displaying only usernames instead of the whole SIP address.
Move options button in waiting room because of readability.
Add a confirmation before calling a group from conversation.
Make an option to set RLS URI.
Avoid to close smart search bar when changing focus. It will now close only on empty text, esc keybutton or by manually closing it (cross icon when text has been entered)
Hide "adding contact" if search box is empty.
Add a switch in accounts selection to easily register them.
Update SDK to 5.2.81

# Conflicts:
#	linphone-app/src/components/search/SearchSipAddressesModel.cpp
#	linphone-sdk
2023-07-26 16:49:02 +02:00
Julien Wadel
73988e8305 - Add a custom way to display addresses.
- Fix layouts when texts are the same in contact descriptions.
2023-07-26 16:47:58 +02:00
Julien Wadel
2923ce471f Fix for Android : it doesn't understand paragraph ans line separators. 2023-07-26 16:47:49 +02:00
Julien Wadel
6797b155ae Fix empty chat room on received message notification.
Remove multiple chat room reloading on notification.
2023-07-26 16:47:38 +02:00
Julien Wadel
2aa9d0fb39 Revert display image preview from URL in chat messages (because errors cannot be managed).
Use Rich text in notifications for displaying emojis and text decorations.
2023-07-26 16:46:54 +02:00
Julien Wadel
6506bbeb18 Migrate call logs after starting core.
Fix Ref initialization for sip addresses optimizations.
Update SDK to 5.2.78 (chat rooms loading optimization)
2023-07-26 16:46:18 +02:00
Julien Wadel
b0bfd27cbf Check on list size before adding/prepending items in list.
Fix disabled account that still receive messages (use message-expires=0). Still need an update from SDK to take account of the new contact parameters on unREGISTER.
Fix bad contact parameters after trying to overwrite them.
Avoid to reload all timeline on sorting changes (incoming message, new events).
Fix layout margins in chat message.
2023-07-26 16:44:46 +02:00
Julien Wadel
ee8a6ab970 Loading optimizations:
- Avoid sending signals on chat room creation.
- Remove display name caching from contacts and put it into the sip address model.
- On adding new address into sip address model, avoid update all layout and use dataChanged.
- Reorder Sip address Model and contacts model and make direct connections for prioritized update signals.
2023-07-26 16:44:35 +02:00
Julien Wadel
29276cfc49 Fix empty chat rooms on the first selection with unread messages. 2023-07-26 16:44:09 +02:00
Julien Wadel
a80633af16 Display a remote paused message when call is one-one and has been remotely paused.
Fix incall avatar color.
2023-06-09 16:49:06 +02:00