Joshua Goins
80ebe71f6a
ManualRoomDialog: Use Window.window attached property
...
This fixes a runtime error since applicationWindow is undefined.
2024-10-30 22:03:46 -04:00
Joshua Goins
02578dd38f
ExploreRoomsPage: Fix "Enter a room address" button not working
...
This was due to an undefined applicationWindow singleton, but we don't
actually need it and can use Overlay.overlay directly.
2024-10-30 22:03:10 -04:00
l10n daemon script
b83d42103f
GIT_SILENT Sync po/docbooks with svn
2024-10-31 01:30:42 +00:00
Heiko Becker
c9856347fe
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 4b7011fe14 )
2024-10-31 01:14:26 +01:00
l10n daemon script
7224c92caf
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-10-30 01:23:46 +00:00
l10n daemon script
a84f98c96f
GIT_SILENT made messages (after extraction)
2024-10-30 00:39:47 +00:00
l10n daemon script
a40bccc29d
GIT_SILENT Sync po/docbooks with svn
2024-10-28 01:33:27 +00:00
l10n daemon script
171897161c
GIT_SILENT made messages (after extraction)
2024-10-28 00:40:09 +00:00
l10n daemon script
013ad49e2b
GIT_SILENT Sync po/docbooks with svn
2024-10-27 01:34:19 +00:00
l10n daemon script
b357586164
GIT_SILENT made messages (after extraction)
2024-10-27 00:40:08 +00:00
James Graham
5642f3416a
Pester Network Error Messages
...
Stop sending a pester message using showPassiveNotification every time there is a network error. There is already a proper handling with `isOnline` in `NeochatConnection`. This just causes issues overlapping content.
BUG: 488572
2024-10-26 12:28:28 +00:00
l10n daemon script
9bbb1710df
GIT_SILENT made messages (after extraction)
2024-10-26 00:40:19 +00:00
l10n daemon script
e2b7679252
GIT_SILENT Sync po/docbooks with svn
2024-10-25 01:30:33 +00:00
l10n daemon script
5c353cd4b5
GIT_SILENT made messages (after extraction)
2024-10-25 00:40:01 +00:00
l10n daemon script
cba6dc994f
GIT_SILENT Sync po/docbooks with svn
2024-10-24 01:29:20 +00:00
l10n daemon script
b0c4b7fc2a
GIT_SILENT made messages (after extraction)
2024-10-24 00:39:47 +00:00
James Graham
ed7aff1f24
Updates for further event content changes
...
Adapt to https://github.com/quotient-im/libQuotient/pull/812
2024-10-23 16:38:51 +00:00
l10n daemon script
33f4be0d88
GIT_SILENT made messages (after extraction)
2024-10-23 00:40:25 +00:00
l10n daemon script
1178cafef0
GIT_SILENT made messages (after extraction)
2024-10-22 00:39:47 +00:00
l10n daemon script
1be97e65b4
GIT_SILENT Sync po/docbooks with svn
2024-10-21 01:30:29 +00:00
Carl Schwan
634cefc694
Simplify appstream summary
...
- matrix -> Matrix
- Remove "with your friends" as NeoChat is not only about chatting with
your friend
CCBUG: 480167
2024-10-20 23:33:48 +00:00
l10n daemon script
36469c6097
GIT_SILENT Sync po/docbooks with svn
2024-10-20 01:30:26 +00:00
l10n daemon script
0cd9c6a434
GIT_SILENT Sync po/docbooks with svn
2024-10-19 01:31:03 +00:00
l10n daemon script
e285a94273
GIT_SILENT Sync po/docbooks with svn
2024-10-17 01:30:25 +00:00
James Graham
a2ec6d97b1
Update for the latest event content changes to libquotient
2024-10-16 17:32:55 +00:00
l10n daemon script
b42fd3fc51
GIT_SILENT Sync po/docbooks with svn
2024-10-16 01:32:19 +00:00
Tobias Fella
12971bb08b
Minor cleanup
2024-10-15 22:01:32 +02:00
James Graham
79deda4f2d
Make sure that content is kept alive so fileInfo can be used throughout the function
2024-10-15 16:30:57 +00:00
James Graham
365af2cd6c
Mobile Pages
...
Currently the page experienc on mobile is suboptimal as back gestures do not work and the startup behaviour is not ideal.
This reworks it so that pages are now pushed as a layer on mobile and at startup only a saved space is restored. It is also setup so that on mobile you'll never see a blank room page (like when you select friends or home).
2024-10-15 16:13:02 +00:00
l10n daemon script
cc50e76c0d
GIT_SILENT Sync po/docbooks with svn
2024-10-15 01:28:56 +00:00
James Graham
16df22af68
Update for the API changes to RoomMessageEvent in libquotient 0.9
2024-10-14 21:59:56 +01:00
l10n daemon script
53a957fa15
GIT_SILENT Sync po/docbooks with svn
2024-10-14 01:27:49 +00:00
James Graham
69571489fa
Mobile DelegateContextMenu
...
Make sure that the mobile DelegateContextMenu is getting the author data correctly
2024-10-13 14:47:10 +00:00
James Graham
3a66b4d67e
Fix mobile ExploreComponent
...
Make sure that the search filter is removed when another button is pressed.
Make sure that the popup closes when one of the other menus is open.
Make the separator is at the top on NavigationTabBar
2024-10-13 12:41:56 +00:00
l10n daemon script
ba8d2b1281
GIT_SILENT Sync po/docbooks with svn
2024-10-12 01:29:09 +00:00
Tobias Fella
11185c127d
Escape display name in verification event
2024-10-11 22:46:38 +02:00
Tobias Fella
0ab3bfd4f3
Fix crash when opening invitation
...
There seem to be problems with the model not updating correctly when the room is set. This fix is a bit dirty, but seems to work well enough
BUG: 493197
2024-10-11 22:15:38 +02:00
Tobias Fella
b5fdb3d0db
Fix transitioning from invitation page to normal room page
2024-10-11 21:11:17 +02:00
Tobias Fella
9ef342e448
Fix emoji detection
...
The previous code considered "123" to be an emoji
2024-10-11 21:00:51 +02:00
Tobias Fella
0bda65b5ac
Make sure that we don't immediately open all new rooms
...
Some confusing interaction with the code removed here causes us to open all rooms that come in.
We generally don't want that. I also don't understand why we're connecting for new rooms here - the room is already available in this case.
2024-10-11 20:44:15 +02:00
James Graham
005b7a760c
Request Notification Permission
...
If notification permission has not been granted and permission has not previously been asked for request notification permission.
2024-10-11 16:28:59 +00:00
Tobias Fella
ab3c40a709
Don't double-escape subject
2024-10-11 16:12:00 +02:00
Tobias Fella
a809b7f11e
Fix avatar size for some uncommon cases
2024-10-11 15:07:46 +02:00
l10n daemon script
702c7d49a8
GIT_SILENT Sync po/docbooks with svn
2024-10-11 01:34:35 +00:00
Tobias Fella
a2afaf40cd
Remove some leftover debug logging
2024-10-10 22:06:19 +02:00
Joshua Goins
eb900a5c2c
Fix access of notifications manager in UnifiedPush codepath
2024-10-08 07:56:11 -04:00
l10n daemon script
14eadb3b92
GIT_SILENT Sync po/docbooks with svn
2024-10-08 01:29:52 +00:00
l10n daemon script
a5d84bb266
GIT_SILENT made messages (after extraction)
2024-10-08 00:39:44 +00:00
Oliver Beard
5a03ce4e95
qml/RoomDrawer: Add & fix separators
...
A separator has been added to the drawer view's left side, and the position of the NavigationTabBar has been set so it correctly draws the separator at the top and not the bottom.
2024-10-07 18:43:40 +00:00
l10n daemon script
607db82db0
GIT_SILENT Sync po/docbooks with svn
2024-10-07 01:28:24 +00:00