Commit Graph

1320 Commits

Author SHA1 Message Date
ElementRobot
1c1da68ecc Translations update (#2453)
Co-authored-by: Velin92 <Velin92@users.noreply.github.com>
2024-02-12 10:11:19 +01:00
Mauro
6a95366345 Removed the 50ms delay from updating the filters. (#2447) 2024-02-09 17:12:35 +01:00
Mauro
aa091f1647 RTE Update (#2446) 2024-02-09 16:00:32 +00:00
Stefan Ceriu
2b9d0508c8 Fix room list cell highlighting issues, add unit tests 2024-02-09 14:05:12 +02:00
Mauro
2e2f0c89bc Fixing Tests and deleting dead code (#2444) 2024-02-09 12:24:01 +01:00
Doug
19a4a92c80 Use new decorative colours for avatars and displaynames. (#2438) 2024-02-09 11:15:57 +00:00
Mauro
a8fd68a3cb Sending all RR when the app is active client side. (#2443) 2024-02-09 11:43:01 +01:00
Mauro
2ac0c8f0e7 Fix for the RTE not mantaining content when transitioning from a split navigation to a stack navigation (#2435) 2024-02-08 17:07:14 +00:00
Mauro
306597e52d Room List Filters implementation (#2423) 2024-02-08 16:50:44 +01:00
Stefan Ceriu
c84ba3bdf6 Prevent crashes when computing aspect ratios on zero media width or height 2024-02-08 17:42:55 +02:00
Stefan Ceriu
5256bf1d94 Infer joined and active member count from the member list
* Infer joined and active member count from the member list, default the members to all mock members

* Address PR comments, fix some tests and screenshots
2024-02-07 19:10:15 +02:00
Doug
025b3e4195 Add a setting to hide unread messages badges. (#2412)
* Add a setting to hide grey unread messages badges.

* Move room badge logic to be built in the view model instead of in the view.

* Move setting into DeveloperOptions.
2024-02-07 13:00:35 +00:00
Stefan Ceriu
871471bbb0 Fixes #2414 - Move member loading to the room member detail screen, avoid blocking the whole application 2024-02-07 07:31:25 +00:00
Damir Jelić
34e4abe510 Enable trace logging for the Olm Account (#2427)
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2024-02-06 17:57:43 +00:00
Stefan Ceriu
cae087c381 Bump analytics following mark as (un)read PR merge 2024-02-06 18:06:15 +02:00
Stefan Ceriu
c537849e12 Fix small VStack spacing warning 2024-02-06 11:50:24 +02:00
Stefan Ceriu
a5fcdd6ce3 Fix fatal errors on unit tests when opening rooms because the return value of markAsRead was undefined 2024-02-06 11:50:24 +02:00
Stefan Ceriu
3f3a81f4bb Fixes #2416 - Allow text selection on the timeline item menu header 2024-02-05 18:07:04 +02:00
Stefan Ceriu
61d0b8fdbb 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
2e37817215 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
6c881932e6 Translations update 2024-02-05 10:04:23 +02:00
Stefan Ceriu
e42b1c2a68 Remove unused SwiftUI timeline version 2024-02-02 18:20:14 +02:00
Stefan Ceriu
e8d5f00903 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
c770cb0e92 Base ElementCall encryption on the room encryption state, remove developer options setting 2024-02-01 17:18:17 +02:00
Mauro
e8923eea9f Fix - lowercase required when fetching the SAS localization (#2410) 2024-01-31 15:53:47 +01:00
Mauro
ed62be3a5e Download SAS Strings Tool + Localised SAS emojis (#2409) 2024-01-31 13:29:52 +01:00
Mauro
7cf9ddab87 Missing filter (#2407) 2024-01-30 17:12:53 +01:00
Mauro
90a6a5fe73 State events filtering + Bump sdk (#2404) 2024-01-30 16:48:34 +01:00
Stefan Ceriu
90e8600249 Remove unused poll history timeline 2024-01-30 17:35:55 +02:00
Stefan Ceriu
b311d18114 Add support for quick room search through the Cmd+K shortcut (#2363) 2024-01-29 14:55:11 +02:00
Velin92
ddd35010ca Translations update 2024-01-29 09:34:36 +02:00
Stefan Ceriu
594ae1fd2b Fix the room list spasming when reaching the top after having scrolled down 2024-01-26 20:57:47 +02:00
Stefan Ceriu
f33a77b7a0 Fix flakey app lock setup pin screen pin entry typing 2024-01-26 17:59:58 +02:00
Stefan Ceriu
d5c180272b Fix home screen UI test, mark user as migrated 2024-01-26 17:59:58 +02:00
Stefan Ceriu
5e32cd2dbc Move the account migration screen to within the room list 2024-01-26 15:35:05 +02:00
Mauro
5a95dc95ae Bump SDK to 1.1.35 (#2388) 2024-01-26 14:32:02 +01:00
Stefan Ceriu
ba179a18a3 #2380 - Add simple call screen UI test 2024-01-26 11:48:48 +02:00
Stefan Ceriu
7fca4c80d0 Enable tracing logs for read receipts 2024-01-26 11:45:04 +02:00
Mauro
fa41b3645f 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
65b3765326 Settings to enable and disable sending public RRs (#2384) 2024-01-25 15:47:33 +01:00
Stefan Ceriu
6a7ebd13a0 Fixes #2378 - Allow partial text selection in the timeline item view source menu 2024-01-25 14:40:03 +02:00
Mauro
316d1c13fb 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
5cac05a47d Revert "Disable ff for release."
This reverts commit 0a54832235.
2024-01-25 12:01:40 +00:00
Doug
0a54832235 Disable ff for release. 2024-01-25 10:59:49 +00:00
Stefan Ceriu
bed7d789af Follow up to #2325 - Prevent tighlooping between makeUIView and updateUIView when creating room calls. 2024-01-25 12:35:16 +02:00
Mauro
45e40f26c7 Fix: Grey dot appears when you have unread messages that do not trigger a notification (#2371) 2024-01-23 15:14:53 +00:00
Mauro
49a3eb8a57 App now prevents redacting own messages if there is no permission (#2368) 2024-01-23 11:05:30 +00:00
Stefan Ceriu
fdee5acecc 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
d6261a6ebc Bump SDK + Mention Badge fix (#2367) 2024-01-22 17:43:39 +00:00
Stefan Ceriu
2f9d2cf457 Allow reporting a problem from the onboarding screen 2024-01-22 14:17:36 +02:00