Commit graph

4101 commits

Author SHA1 Message Date
Julien Wadel
50be00a386 Feature : add a slide menu on timeline by a right-click to display actions to do (Add a way to delete entirely the chat room from timeline).
Fix leaving chat room when emptying history and still in the chat room.
Delete chat room only if it is empty (no messages and no events), and if it has been left by the user.
Remove timeline from list only if the chat room is on Deleted state (doesn't exist on server and local).
2022-08-26 16:53:03 +02:00
Julien Wadel
1e91a4a94c Upgrade mosaic layout to fit with the best layout (where stickers have their max sizes). 2022-08-26 13:56:41 +02:00
Julien Wadel
db18716218 From the settings panel, fix account creation that should based on default values.
Show sip scheme in sip identity in authentication popup.
2022-08-26 13:51:25 +02:00
Julien Wadel
8798023053 Confirm to user when a conference has been deleted.
Synchronize conferences list when new conference info is received (preparation work for remote concellation/edition).
Change color on exclusive buttons in conferences list.
Disable camera button on audio-only mode.
2022-08-26 13:50:00 +02:00
Julien Wadel
157ee1c4ae If available, use a remote device as ActiveSpeaker to display its informations. 2022-08-25 18:26:58 +02:00
Julien Wadel
d0461d5ec2 Add a way to put a custom view in front of a dialog.
Conference Creation:
- Add a waiting view while creating a conference.
- Move to conferences list on success
-
2022-08-25 18:08:13 +02:00
Julien Wadel
9b2867ad41 Keep ending call view if remote hanged up.
Display waiting room on ending call only if there is an ending message(hang up or error).
Hide preview in 1-1 when no video.
Fix : Hide duration in ending call.
Fix missing translations.
2022-08-25 16:52:55 +02:00
Julien Wadel
bd97a25e86 In conference, change preview position to bottom-right. 2022-08-25 16:01:41 +02:00
Julien Wadel
5265866854 Fix hidden preview in one-one call. 2022-08-24 17:40:09 +02:00
Julien Wadel
28b5460fe5 Update SDK 2022-08-24 17:29:48 +02:00
Julien Wadel
ab2c01ade7 Allow participant device list model to get 'me' device.
Display the ActiveSpeaker even if alone.
Display preview rules :
- Hide if alone or if paused.
- Display at bottom-right if 2 participants.
- Display at top-right and make it persistent if more participants.
Put other participants at the bottom of the preview.
2022-08-24 17:29:14 +02:00
Julien Wadel
50e398c667 Fix camera/video activations when changing conference layout.
Fix missing camera button in one-one when video has been deactivated.
Test video enabled state on params instead of currentParams in order to know if we are in audio only mode.
Add a loading page when conference is not ready or if we are alone in the conference in audio only mode.
Remove outgoing call when calling a conference.
Fix crash on shutdown.
Fix closing window request after calling a conference from smart search bar.
2022-08-24 17:23:12 +02:00
Julien Wadel
5d39c913a7 Hide action buttons while ending a call. 2022-08-23 14:40:02 +02:00
Julien Wadel
ed965d3ecb Fix calls list header layout (cross icon moved on action buttons) 2022-08-23 14:30:28 +02:00
Julien Wadel
7f606b6461 Update Readme for Mac. 2022-08-22 14:47:39 +02:00
Julien Wadel
44c8cd6d1f Hide menu button if image is hovered 2022-08-22 14:12:49 +02:00
Julien Wadel
d3d7c667b9 Display an iteractive icon to search bars for cleaning request.
Add a close button on date time picker to cancel it.
2022-08-22 14:04:40 +02:00
Julien Wadel
be933995f3 Fix unrotated images in chat when picture has been taken with Exif only. 2022-08-22 12:44:10 +02:00
Julien Wadel
8f42422ee3 Fix a crash when starting the application without accounts. 2022-08-22 12:43:29 +02:00
Julien Wadel
0794293a69 Fix the search when the same address couldn't be used after inviting and declining, in participants list of conference. 2022-08-22 11:04:14 +02:00
Julien Wadel
e648b40db6 Add a spinner for joining participants on stickers.
Add callbacks on device state changes.
2022-08-19 17:42:11 +02:00
Julien Wadel
1d60009fc6 Forbid changing schedule mode on conference edition. 2022-08-19 16:36:49 +02:00
Julien Wadel
b8b6e8a51b Fix dateTime pickers on margings, missing rows of days and hide old days. 2022-08-19 16:31:22 +02:00
Julien Wadel
b648fc03be While pausing in call, pause view is in center and hide preview in active speaking.
Hide calls view in waiting room.
Avoid closing calls window if we are in the waiting room.
After cancelling the join of a conference, come back to the last call view (or the top of the list if last is not connected).
2022-08-19 14:49:58 +02:00
Julien Wadel
ddc4143885 Optimization of Conference list loading. 2022-08-19 10:12:11 +02:00
Julien Wadel
8a1a3c4542 Fix binding loops on fitHeight of ICS in chats. 2022-08-19 08:59:42 +02:00
Julien Wadel
23a4374364 Change mapping design of conference info into list.
Change meetings list design in order to simplify size managment : meetings are now displayed in one column like a chat.
Fix binding loops in chat calendar.
2022-08-18 17:58:18 +02:00
Julien Wadel
ff3ff7fe4f Do a search when clicking on searchbox in order to get results on empty field. 2022-08-18 14:47:13 +02:00
Julien Wadel
e47c63679e Remove call only in released state and keep a delay if an error message exists.
Fix disabled camera button on audio call that should not be in this state if video can be enabled.
2022-08-18 14:09:40 +02:00
Julien Wadel
7ee98041af Hide reply/forward for call events.
Update SDK.
2022-08-18 11:39:56 +02:00
Julien Wadel
c7962b492c Waiting room : stop camera when not requested, show/hide menu on layout click. 2022-07-29 17:11:50 +02:00
Julien Wadel
8d80113f50 For secure chats, replace calling getChatRoom (that let SDK to create a new chat room) by getConference(). 2022-07-29 16:17:21 +02:00
Julien Wadel
1197ded6ec Rewrite chat room initializer to do actions with chat room creation delayed.
Hide chat icons if no chat room are available.
2022-07-29 16:17:10 +02:00
Julien Wadel
5d7894e400 Create a secure chat room when calling someone with standard chat deactivated. 2022-07-28 20:05:31 +02:00
Julien Wadel
3f6ae60cde Fix identation. 2022-07-28 16:05:19 +02:00
Julien Wadel
374dfb6be2 Fix activespeaker black camera on start and when entering in fullscreen (Windows/Mac). 2022-07-28 16:05:19 +02:00
Julien Wadel
4cb92069fd Shutdown camera when closing waiting room. 2022-07-28 16:05:13 +02:00
Julien Wadel
4b8355901f Fix crash on conference list from std::distance.
Remove me from active speaking.
2022-07-28 09:15:09 +02:00
Julien Wadel
50d89c60fb Add a debug feedback when receiving a message that has not been notified.
Fix timeline combobox filter for filtering on first click.
Update SDK.
2022-07-27 14:05:12 +02:00
Julien Wadel
ea087ea3dd - Remove conference from timelines as they have no chat rooms yet. Keep logs in history.
- Update SDK.
- Add an API to merge all call into a conference.
2022-07-26 16:57:35 +02:00
Julien Wadel
0a183ac3df Update logo with correct color. 2022-07-26 11:33:14 +02:00
Julien Wadel
f5e8987618 Fix frozen camera preview 2022-07-26 11:01:27 +02:00
Julien Wadel
68cdf9df67 Fix loosing gruu when switching chat rooms.
Update SDK.
2022-07-25 17:28:39 +02:00
Julien Wadel
3a2dcfd350 Update SDK 2022-07-15 17:06:13 +02:00
Julien Wadel
66d5bbc100 Add a confirm popup for meeting deletion.
Change date and time pickers into datetime popup.
Upgrade date picker design.
Fix time picker design to follow popup layout.
Fix audio video conference URI migration in linphonerc and avoid to replace it if it already exists (same for conference URI).
Remove binding loop warning on combobox.
In meeting creation, format dates to system and fix combobox display.
2022-07-15 17:04:40 +02:00
Julien Wadel
729984d5a9 Change margins in multimedia parameters.
Change border color in new chat group.
2022-07-15 09:38:49 +02:00
Julien Wadel
61dd1dac87 Fix typo in call subject. 2022-07-13 22:32:19 +02:00
Julien Wadel
6500027dd1 Replace old Incall into the new generic layout. 2022-07-13 22:27:27 +02:00
Julien Wadel
1eed0c806d Fix crash and audio only layout.
Fix waiting room error text position.
2022-07-13 21:39:03 +02:00
Julien Wadel
c14607ad22 Disable group chat and conference buttons if URIs are not set. Add a tooltip on buttons to warn the user about it.
Allow empty conference URI in settings.
2022-07-13 21:28:22 +02:00