Julien Wadel
754ac899da
Fixes on chat/history/conferences section date timezone and conferences creation timezone:
...
- Remove timezone variable as it is not stored into database. Use it only when building the conference date (which is in UTC).
- Replace javascript managment on dates by Qt in C++ because of timezone complexity that can be different from C++ and QML.
- Remove the buggy autocheck on conference creation time.
2023-05-23 18:48:18 +02:00
Julien Wadel
2df3f0fd60
Calling conference from history.
2023-05-04 15:50:19 +02:00
Julien Wadel
26b8140fde
Section date timezone in chat. This fix a 1 day diff because of JS timezone convertion.
2023-04-13 18:29:20 +02:00
Julien Wadel
9e1c605ab7
Use file viewer only on VFS mode.
...
Fix animated image fitting size.
Remove picture zoom on mouse over.
2023-04-03 15:35:16 +02:00
Julien Wadel
876d4969a9
Second fix on peer address in conversation to use the participant.
2023-04-03 11:37:59 +02:00
Julien Wadel
0c74082a65
- Print logs into stout/stderr only if verbose is set.
...
- `--qt-logs-only` : print only logs from the application. It strips SDK logs from the output.
- Fix peer addresses in chat rooms (group/secure)
- Add an option to display the application debug logs.
2023-03-31 11:11:27 +02:00
Julien Wadel
1c98fa98dd
Add debug logs for Camera behaviors.
2023-03-31 11:00:27 +02:00
Julien Wadel
6d454b659c
Change 'EXECUTABLE-config' URI handler to request a confirmation to the user before using it.
...
Delay its execution on startup.
Add auto_apply_provisioning_config_uri_handler rc to remove confirmations.
Default URL uses https.
Fix dialog description with wrapping text and elides.
Fix busy color.
Fix duplicate connections on restarting App that done multiple CLI commands.
2023-03-30 18:21:07 +02:00
Julien Wadel
96cb12b269
Chat's BusyIndicator was white (on white). Update its color to be visible.
2023-03-28 14:04:22 +02:00
Julien Wadel
a47d97d790
- Fix interpretUrl to check internalization prefix option from account configuration.
...
- Fix Layout label width if fitting label is requested (gui).
- Fix a missing presence text in qml.
2023-03-27 16:58:51 +02:00
Julien Wadel
ee53dc8d19
Remove offline status (not fully supported and is error prone) and stabilize presence feature.
...
Display presence text with time of last seen.
Regroup text format into PresenceLevel.qml
Set publish expires to 2minutes in order to be more correct.
Update SDK for the last seen callback of presence model.
# Conflicts:
# linphone-app/assets/languages/ja.ts
2023-03-24 16:16:08 +01:00
Julien Wadel
918b3ae68b
Option to deactivate chats and video.
...
- Replace videoSupported (build-time) by videoEnabled (option).
- Hide chat notifications.
- Add an option to disable video.
- Hide unread messages count.
- Hide mute/ephemerals items.
- Hide conversation's devices/ephemrals/mute/scheduling meetings menu items from conversation.
- Do not use camera in waiting room.
- Hide conference layout.
2023-03-21 11:06:54 +01:00
Julien Wadel
ee526c262c
Mute option for each chatrooms.
2023-02-27 16:52:08 +01:00
Julien Wadel
fdf56bf24a
Add/View contact from a message.
2023-02-27 12:18:44 +01:00
Julien Wadel
67c99eebca
Add OAuth2
2023-02-20 11:09:46 +01:00
Julien Wadel
8168b7dde8
Support emojis display.
2023-02-07 15:58:22 +01:00
Julien Wadel
27770fb3b7
- Fix display name with UTF32 emojis.
...
- Allow to change family fonts on avatar.
2023-02-07 15:03:46 +01:00
Julien Wadel
7f25efc482
- Crash when editing contacts from chat.
...
- Contacts synchronization on creation.
- Contact menu in secure chats.
2023-02-06 17:03:21 +01:00
Julien Wadel
c975e8f1e2
Mac : Fix recordings error that prevent to display the page.
2023-01-31 10:28:29 +01:00
Julien Wadel
e198f5f752
Display hidden scrollbars in settings.
...
Add more feedback on quit reason.
Fix link color in about.
Fix window title based on the application name.
2023-01-30 11:31:08 +01:00
Julien Wadel
febdf8b4a7
Remove qml keyword that was introduced in Qt 5.15
2023-01-20 15:15:11 +01:00
Julien Wadel
69dbe28e92
Allow to export plain text file from a file path.
...
FileViewer design fix.
Fix colors.
2023-01-20 15:15:11 +01:00
Julien Wadel
769c843e4d
Display media captures files (recordings)
...
# Conflicts:
# linphone-app/CMakeLists.txt
# linphone-app/src/components/Components.hpp
# linphone-sdk
2023-01-20 15:15:11 +01:00
Julien Wadel
2a5c8d83b1
Fix a crash at startup for using uninitialized settings model.
...
Update SDK to 5.2.8
# Conflicts:
# CHANGELOG.md
# linphone-sdk
2023-01-20 15:15:11 +01:00
Julien Wadel
b132e19e2e
Increase max image size on GUI.
...
More customization on about, update checker and video.
(SDK) Fix a crash when starting a core on an account that don't have a contact address.
Fix typo in Readme and adapt MSYS2 paths in CI for Windows.
2022-12-28 12:32:15 +01:00
Julien Wadel
a622900e8b
Fix volume gauge in multimedia parameters while being in call.
...
Add customization UI when deactivating video/conference/update checker.
2022-12-27 15:49:26 +00:00
Julien Wadel
bf6b0f565a
Use ColorModel instead of color for custom C++ featuring.
2022-12-27 16:37:59 +01:00
Julien Wadel
76a6a8b6ea
System languages based on QLocale and not name.
2022-12-20 10:40:16 +01:00
Julien Wadel
5b5268ff60
Rework of chat room creations for selections.
...
- Avoid to select a chat room that is creating/terminating.
- Add a loading spinner when the state of the chat room is updating.
- On creation, wait on chat room state before automatically selecting it.
2022-12-01 11:25:52 +01:00
Julien Wadel
f8ca666219
From Chat room infos:
...
- Fix hidden buzy indicator on participant invitations (from Chat Room infos).
- Fix auto removing participant on timeout invitations (30s).
2022-11-22 10:54:07 +01:00
Julien Wadel
91833adbae
Contacts fix on deletion
2022-11-21 16:57:47 +01:00
Julien Wadel
026124d7ba
Call history view : hide actions for conference.
2022-11-15 17:02:34 +01:00
Julien Wadel
ed3bd406d0
Remove mosaic animations and try to fix layouts.
...
Use default friends list to add a contact.
Use core friends list to remove a contact.
Update SDK 5.2
2022-11-10 17:37:38 +01:00
Julien Wadel
dcf77ffe79
Fix translations on CLI commands.
...
Use Phone number assistant : Fix phone number that was considered as not valid.
2022-11-07 10:03:45 +01:00
Julien Wadel
dd39203d47
Change group chats and conference icons.
...
Change color on selected call (call list).
Change burger icon into dot menu in calls list.
Change conversation icon to match timeline.
Merge calls into conference.
Fix twin participants on invitation.
2022-11-02 16:46:06 +01:00
Julien Wadel
ced6a8b396
Change contacts list to take account of all contacts in database (multiple lists, bodyless, remote provision)
2022-11-02 11:00:28 +01:00
Julien Wadel
29122171cf
Hide security choices in new Chat room if no choice can be done (like if security is mandatory)
2022-10-27 17:19:14 +02:00
Julien Wadel
35d90ceb78
Fix LDAP crash and stuck assistant.
2022-10-24 11:10:57 +02:00
Julien Wadel
9594347df4
Fix ldap settings binding loops on texts and replace 'Linphone' texts by the application name.
2022-10-24 09:48:23 +02:00
Julien Wadel
665e244844
Hide password url if not set.
...
Fix ldap settings placehodler.
2022-10-21 18:49:57 +02:00
Julien Wadel
ecf073ea74
Show addresses on contacts in participant list when creating a chat room.
...
Update SDK.
2022-10-17 20:17:37 +02:00
Julien Wadel
bd1ce9cb02
Specify roles on menu item to override wrong texts heuristics on Mac.
...
Use a workaround to avoid Qt to set its own non-translated titles.
2022-10-17 16:22:07 +02:00
Julien Wadel
f2bab2f1d1
Clean logs.
2022-10-14 18:51:04 +02:00
Julien Wadel
d73a73e2b3
On Active speaker, deactivate camera on remote video only if we are not in conference.
...
Reset conference info when calling multiple time the same chat room.
Avoid tu use the audio video conference URI on non-Linphone user.
2022-10-05 12:11:08 +02:00
Julien Wadel
c572cf9f1c
Update some comments for weblate.
2022-10-04 16:22:47 +02:00
Julien Wadel
60cc154576
Really close window on Mac. Show it when clicking on dock.
2022-09-29 18:26:16 +02:00
Julien Wadel
10fc4e30ab
Cancellable ICS in meetings view.
2022-09-26 20:09:43 +02:00
Julien Wadel
b080e56823
Option to schedule a meeting from a group chat.
2022-09-26 18:06:25 +02:00
Julien Wadel
616a18dcd4
Remove errors logs from SDK requests.
...
Avoid display secure chats if they cannot be created.
Fix QML errors when no chat room model has been set in conversation.
2022-09-26 13:04:50 +02:00
Julien Wadel
0a149b55a8
Fix video conference invitation that wasn't send to secure chat because of missing subject.
...
Fix hidden secure icon on participant lists (chat room and video conference creation)
2022-09-22 12:13:56 +02:00