1682 Commits

Author SHA1 Message Date
Stefan Ceriu
f890079dfe Bump SwiftOGG version following community PR, update project version specification 2024-02-06 10:45:36 +02:00
Stefan Ceriu
98892c0bf4 Fixes #2416 - Allow text selection on the timeline item menu header nightly/1.5.6.514 2024-02-05 18:07:04 +02:00
Stefan Ceriu
9915a33964
Fixes #2360 - Add support for manually marking rooms as unread (#2408)
* Fixes #2360 - Add support for manually marking rooms as unread

* Add analytics for marking rooms as (un)read

* Remove unnecessary analytics abstraction levels

* Fix breaking API changes following SDK bump

* Add changelog

* Handle PR comments

* Fix unit tests
2024-02-05 18:06:50 +02:00
Doug
e80612b968
Update compound and remove all of the temporary icons (#2419)
* Update compound and fix breaking changes.

* Replace a lot of temporary icon assets with Compound versions.

* Replace temporary composer icon assets with Compound versions.

* Remove old icon asset from EI.

* Use Compound icons where possible for hero images.

* Snapshots
2024-02-05 16:03:13 +00:00
Velin92
0bd52f10d6 Translations update 2024-02-05 10:04:23 +02:00
Stefan Ceriu
d6b7212b5a Remove unused SwiftUI timeline version nightly/1.5.6.513 2024-02-02 18:20:14 +02:00
Stefan Ceriu
31ca8ed7f2 Prevent unnecessary backpagination requests from running every time a room is entered
- related to #1760 which moved initial timeline item computations to a serial queue
2024-02-02 18:20:14 +02:00
Stefan Ceriu
7aa81f542c Base ElementCall encryption on the room encryption state, remove developer options setting nightly/1.5.6.512 2024-02-01 17:18:17 +02:00
Mauro
497177ee65
Fix - lowercase required when fetching the SAS localization (#2410) nightly/1.5.6.511 2024-01-31 15:53:47 +01:00
Mauro
1a8fd7d8ff
Download SAS Strings Tool + Localised SAS emojis (#2409) 2024-01-31 13:29:52 +01:00
Mauro
7fa9cf16e2
Missing filter (#2407) nightly/1.5.6.510 2024-01-30 17:12:53 +01:00
Mauro
a795e42961
State events filtering + Bump sdk (#2404) 2024-01-30 16:48:34 +01:00
Stefan Ceriu
b338e98ed4 Remove unused poll history timeline 2024-01-30 17:35:55 +02:00
Stefan Ceriu
db48656dda Tweak integration tests in an attempt to make them more reliable 2024-01-30 16:29:08 +02:00
Element CI
789e192253 Prepare next release 2024-01-30 02:20:06 -08:00
Stefan Ceriu
197b088662
Add support for quick room search through the Cmd+K shortcut (#2363) 1.5.5 nightly/1.5.5.509 2024-01-29 14:55:11 +02:00
Velin92
c442afa5f6 Translations update 2024-01-29 09:34:36 +02:00
Stefan Ceriu
d911e4fb06 Fix the room list spasming when reaching the top after having scrolled down nightly/1.5.5.508 nightly/1.5.5.507 2024-01-26 20:57:47 +02:00
Stefan Ceriu
ffbfdfa96e Fix flakey app lock setup pin screen pin entry typing 2024-01-26 17:59:58 +02:00
Stefan Ceriu
e80b43f148 Fix home screen UI test, mark user as migrated 2024-01-26 17:59:58 +02:00
Stefan Ceriu
d8b9d5938a Fix unit test screenshots 2024-01-26 16:13:40 +02:00
Stefan Ceriu
f0d971c1ab Move the account migration screen to within the room list nightly/1.5.5.506 2024-01-26 15:35:05 +02:00
Mauro
33a81989b0
Bump SDK to 1.1.35 (#2388) 2024-01-26 14:32:02 +01:00
Stefan Ceriu
119fa09617 #2380 - Add simple call screen UI test 2024-01-26 11:48:48 +02:00
Stefan Ceriu
da298938cb Enable tracing logs for read receipts 2024-01-26 11:45:04 +02:00
Mauro
25ec8d2dcb
UI POC for room list filters (#2382)
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2024-01-26 09:43:05 +00:00
Mauro
e755be4cda
Settings to enable and disable sending public RRs (#2384) nightly/1.5.5.505 2024-01-25 15:47:33 +01:00
Stefan Ceriu
29c8049559 Fixes #2378 - Allow partial text selection in the timeline item view source menu 2024-01-25 14:40:03 +02:00
Mauro
99a31cab00
Failure when finding a refresh token in a non OIDC login (#2377)
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2024-01-25 12:35:26 +00:00
Doug
a9460cc06f Revert "Disable ff for release."
This reverts commit 7aee7a74d1b7e0ab6870481987430ef6a4ef4af2.
2024-01-25 12:01:40 +00:00
Element CI
42f754f34c Prepare next release 2024-01-25 03:51:34 -08:00
Doug
7aee7a74d1 Disable ff for release. 1.5.4 2024-01-25 10:59:49 +00:00
Stefan Ceriu
4e4c03267a Follow up to #2325 - Prevent tighlooping between makeUIView and updateUIView when creating room calls. 2024-01-25 12:35:16 +02:00
Stefan Ceriu
b00295151e
Fixes #2104 - Expose changelog (git diffs since the last tag) on Xcode Cloud builds / Testflight 2024-01-25 12:34:56 +02:00
Mauro
550db5e377
Fix: Grey dot appears when you have unread messages that do not trigger a notification (#2371) nightly/1.5.4.503 nightly/1.5.4.504 2024-01-23 15:14:53 +00:00
Stefan Ceriu
680c6ef3aa Update user session test snapshots following room badge changes 2024-01-23 13:59:45 +02:00
Mauro
30a0561251
App now prevents redacting own messages if there is no permission (#2368) 2024-01-23 11:05:30 +00:00
Stefan Ceriu
31286c75fc
Fixes #734 - Add a "View logs" option to the report a problem screen
Move bug report and log viewer responsibility to a separate flow coordinator. Reuse it as a child coordinator in the authentication, userSessionFlow and settings flow coordinators.
2024-01-23 10:13:48 +02:00
Mauro
dd28261e1f
Bump SDK + Mention Badge fix (#2367) nightly/1.5.4.494 2024-01-22 17:43:39 +00:00
Stefan Ceriu
0fe52fe54b Allow reporting a problem from the onboarding screen 2024-01-22 14:17:36 +02:00
Velin92
261258dd0a Translations update 2024-01-22 09:03:10 +02:00
Mauro
faeab892a9
Filtered out unwanted state events for DMs (#2361) nightly/1.5.4.493 2024-01-19 18:58:29 +01:00
Doug
a64ad5ddf6
Add issue template for a new Task. 2024-01-19 11:37:45 +00:00
Mauro
74ec4f09ff
Change Leave Room to Leave Conversation for DMs (#2354) nightly/1.5.4.492 2024-01-18 15:48:11 +00:00
Mauro
3ae33f1309
Lock screen rotation for the camera (#2353) 2024-01-18 13:24:15 +00:00
Element CI
65e9c3baab Prepare next release nightly/1.5.4.491 2024-01-17 04:22:48 -08:00
Stefan Ceriu
9bb9c8b31e Make room proxy unsubscriptions explicit. Fixes problems in which creating and deallocating room proxies would unexpectedly unsubscribe other proxies. 1.5.3 2024-01-17 13:21:56 +02:00
Stefan Ceriu
922eca0ae5 Reuse the existing room proxy for poll history and avoid an extra subscription 2024-01-17 13:21:56 +02:00
Mauro
db213a5bf5
fix (#2352) 2024-01-17 11:42:16 +01:00
Stefan Ceriu
6ed5b74da4 Fixes #2325 - Prevent the same WebView from being reused for multiple Element Call links 2024-01-17 12:26:08 +02:00