Commit Graph

1625 Commits

Author SHA1 Message Date
Mauro
eb83ef278c Bump RTE version (#2331) 2024-01-12 16:00:32 +00:00
Mauro
ff8dc9be14 Reverting RTE to use SDK markdown when in markdown mode (#2327) 2024-01-12 11:58:36 +00:00
Stefan Ceriu
842b4d4cca Update AttributedStringBuilderComponent identifiers, fix layout issues 2024-01-12 10:49:14 +02:00
Mauro
d1e2194a1a updateMembers now is chain of membersNoSync + membersWithSync (#2324) 2024-01-12 09:46:51 +01:00
Mauro
aee7c233b5 Fix: on iPad swapping apps resets the currently written text of the composer (#2323) 2024-01-11 16:36:19 +00:00
Stefan Ceriu
e7ab176b40 More integration test tweaks (#2321)
* Improve integration test timings and alert handing

* Add missing `receive(on: DispatchQueue.main` on the invites screen

* Wait for photo library to load

* Disable the preferForLoop swiftformat rule and fix a couple of new warnings

* Delay invites screen snapshotting after dispatch main queue addition
2024-01-11 16:35:03 +02:00
Stefan Ceriu
f8fb77017a Fixes #2314 - Tweak avatar animations to increase perceived load times 2024-01-10 16:57:37 +02:00
Stefan Ceriu
dde4b6cd7e Various integration test tweaks following test homeserver and account change 2024-01-10 16:57:25 +02:00
Doug
44ff234000 Update compound. (#2313) 2024-01-09 11:05:24 +00:00
Stefan Ceriu
7b4626fc48 Revert previous poll UI test keyboard dismissal change as it doesn't work on iPhones. 2024-01-09 11:15:14 +02:00
Stefan Ceriu
d23ab7b921 UI test fixes (#2309)
* Fix settings screen screenshots

* Fix user session test snapshots

* Fix poll creation form UI test after moving to textViews instead of textFields

* Add missing room member details snapshot

* Update the home screen avatar snapshot as the badge is not shown anymore

* Dismiss the keyboard on the poll form when inserting a new line on a poll option
2024-01-08 16:02:29 +00:00
Stefan Ceriu
8374682111 Fixes #2302 - Fix room messages coming in as push notifications when inside a room when entering it from the invites list 2024-01-08 14:45:49 +02:00
Stefan Ceriu
62ea0f5fd4 Add a protocol for the WindowManager 2024-01-08 13:08:17 +02:00
Stefan Ceriu
6b2356109f Move navigation coordination away from the SettingsScreenCoordinator and into the SettingsFlowCoordinator 2024-01-08 13:08:17 +02:00
Stefan Ceriu
2b09586f7f Attempt to fix various session verification related crashes 2024-01-08 12:41:09 +02:00
Stefan Ceriu
15512153de Fixes #2296 - Set MarkdownContent instead of HTMLContent on the rich text editor when feature disabled 2024-01-08 12:05:06 +02:00
Stefan Ceriu
7820666756 Fix various small warnings 2024-01-08 12:04:29 +02:00
Stefan Ceriu
e60e57672c Make timeline reactions and reaction senders identifiable 2024-01-08 12:04:29 +02:00
Stefan Ceriu
075ff355cf Fixes #2286 - Timeline entries flickering when a lot of mention pills present 2024-01-08 12:04:29 +02:00
Stefan Ceriu
60ec0d8300 Fixes #2306 - Reporting content screen not being displayed 2024-01-08 12:03:56 +02:00
Stefan Ceriu
9172f76fdf Fixes #2291 - Wrong notification placeholder avatar orientation on 17.2.1 2024-01-08 12:03:31 +02:00
Stefan Ceriu
6770cf3bd2 Fixes #2269 - Wrong text color on the server confirmation screen subtitle 2024-01-08 11:48:28 +02:00
Velin92
59f5e56ea3 Translations update 2024-01-08 09:20:16 +02:00
Stefan Ceriu
2c93ba2a0b Fix UITests - Add back incorrectly removed "dead" code 2024-01-05 13:20:12 +02:00
Velin92
72beca8017 Translations update 2024-01-03 11:55:40 +02:00
Mauro
71fc8fe61c MentionBadge FF (#2281) 2023-12-22 17:57:07 +01:00
Stefan Ceriu
91255370d9 Introduce more logging around message sending to help debug missing sent messages (#2285) 2023-12-22 14:35:09 +02:00
Element CI
230efcb7d5 Prepare next release 2023-12-22 04:30:27 -08:00
Mauro
530dfa93c5 reverted to an sdk version that uses a previous commit (#2284) 2023-12-22 13:12:34 +01:00
Mauro
5e4df72173 Revert "Mention badge + badge behaviour redesign" (#2283) 2023-12-22 09:44:10 +00:00
Element CI
fe9bee6c31 Prepare next release 2023-12-21 07:40:36 -08:00
Stefan Ceriu
edc478c115 Secure backup tweaks (#2277)
* Use a custom SDK build that might fix incomplete recovery state false positives. Enable chat backup by default

* Get rid of the chat backup feature flag

* Fix force unwrap warning

* Fix long line warning

* Prevent the recovery key confirmation banner popping up before the verification state is fetched. Stop showing secure backup user avatar and menu badges while the session is not verified.

* Switch back to the release version of the SDK

* Fix inconsistent session verification states, improve/simplify how to deal with it

* Fix unit tests

* Cleanup and hopefully simplify home screen banner presentations
2023-12-21 17:08:29 +02:00
Mauro
3e3d2d6cfb Mention badge + badge behaviour redesign (#2276) 2023-12-21 15:05:39 +00:00
Mauro
da0a4affcd Version 1.5.0 (#2279) 2023-12-21 15:43:24 +01:00
Mauro
32dd0c7969 Poll options can be multiline during creation (#2274) 2023-12-20 14:22:57 +01:00
Stefan Ceriu
a3006fe21c Translation workflow fix (#2271)
* Setup the translations workflow through ci_scripts
2023-12-19 19:50:04 +02:00
Nicolas Mauri
ca7637f84b Fix a crash that can occur when updating timeline items in a background thread (#2268) 2023-12-19 15:05:21 +00:00
Stefan Ceriu
38a14af3ed Remove debug flag from brew installs 2023-12-19 15:56:55 +02:00
Stefan Ceriu
5f65aca035 Add verbose and debug flags to brew installs 2023-12-19 15:01:17 +02:00
Stefan Ceriu
39f2f582ce Update translations 2023-12-19 15:01:17 +02:00
Mauro
bc97bdeea5 Removing dead code part 3 (#2264) 2023-12-19 12:12:16 +01:00
Mauro
72737959da Removed invites and feedback from the home menu (#2262) 2023-12-19 11:40:04 +01:00
Mauro
e715439ad0 Bump SDK (#2261) 2023-12-18 16:50:33 +00:00
Stefan Ceriu
a5043cbd69 Fixes #2259 - Fix flipped notification placeholder avatars on iOS 17.2+ 2023-12-18 17:56:19 +02:00
Nicolas Mauri
7a66c05319 Polls history (#2244) 2023-12-18 15:38:39 +00:00
Stefan Ceriu
4ac45fc30b Attempt fixing the UI tests 2023-12-18 15:15:43 +02:00
Stefan Ceriu
ca2551da9f Fixes #2253 - Fix timeline thumbnail frames for media missing sizing info 2023-12-18 14:05:58 +02:00
Mauro
a705d18ba6 Removing dead code part 2 (#2235)
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2023-12-15 20:16:16 +01:00
Mauro
38fe44a50e Send html in plain text mode (#2246) 2023-12-15 10:04:51 +01:00
Doug
1f289b1334 Process InfoPlist.strings in Localazy config. (#2249)
Also merge the 2 configs into one using a group to download all strings.
2023-12-15 08:58:34 +00:00