1312 Commits

Author SHA1 Message Date
Stefan Ceriu
cf7e09e22e Various integration test tweaks following test homeserver and account change 2024-01-10 16:57:25 +02:00
Stefan Ceriu
90eb426832
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
08d0e785d6 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
9a2966dacf Add a protocol for the WindowManager 2024-01-08 13:08:17 +02:00
Stefan Ceriu
8e4e9603e4 Move navigation coordination away from the SettingsScreenCoordinator and into the SettingsFlowCoordinator 2024-01-08 13:08:17 +02:00
Stefan Ceriu
c40435b419 Attempt to fix various session verification related crashes 2024-01-08 12:41:09 +02:00
Stefan Ceriu
4e53c4f690 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
b5be6639d1 Fix various small warnings 2024-01-08 12:04:29 +02:00
Stefan Ceriu
2a33ee1f63 Make timeline reactions and reaction senders identifiable 2024-01-08 12:04:29 +02:00
Stefan Ceriu
9bb177bff5 Fixes #2286 - Timeline entries flickering when a lot of mention pills present 2024-01-08 12:04:29 +02:00
Stefan Ceriu
ed380ec4c9 Fixes #2306 - Reporting content screen not being displayed 2024-01-08 12:03:56 +02:00
Stefan Ceriu
6c9efaf557 Fixes #2291 - Wrong notification placeholder avatar orientation on 17.2.1 2024-01-08 12:03:31 +02:00
Stefan Ceriu
d338fd0e05 Fixes #2269 - Wrong text color on the server confirmation screen subtitle 2024-01-08 11:48:28 +02:00
Velin92
4052eab052 Translations update 2024-01-08 09:20:16 +02:00
Stefan Ceriu
5bcb4cec17 Fix UITests - Add back incorrectly removed "dead" code 2024-01-05 13:20:12 +02:00
Velin92
543522f904 Translations update 2024-01-03 11:55:40 +02:00
Mauro
f844cd1a2f
MentionBadge FF (#2281) 2023-12-22 17:57:07 +01:00
Stefan Ceriu
a96057009e
Introduce more logging around message sending to help debug missing sent messages (#2285) 2023-12-22 14:35:09 +02:00
Mauro
b4538b759f
Revert "Mention badge + badge behaviour redesign" (#2283) 2023-12-22 09:44:10 +00:00
Stefan Ceriu
0ae71f740d
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
d148827eae
Mention badge + badge behaviour redesign (#2276) 2023-12-21 15:05:39 +00:00
Mauro
e8da21e340
Poll options can be multiline during creation (#2274) 2023-12-20 14:22:57 +01:00
Nicolas Mauri
8dd66d3f48
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
25cb0e5e96 Update translations 2023-12-19 15:01:17 +02:00
Mauro
09fb5461e6
Removing dead code part 3 (#2264) 2023-12-19 12:12:16 +01:00
Mauro
334d55aeaf
Removed invites and feedback from the home menu (#2262) 2023-12-19 11:40:04 +01:00
Mauro
0f13f186e4
Bump SDK (#2261) 2023-12-18 16:50:33 +00:00
Stefan Ceriu
278e202f9a Fixes #2259 - Fix flipped notification placeholder avatars on iOS 17.2+ 2023-12-18 17:56:19 +02:00
Nicolas Mauri
72a84badcb
Polls history (#2244) 2023-12-18 15:38:39 +00:00
Stefan Ceriu
b1b8bbcd73
Fixes #2253 - Fix timeline thumbnail frames for media missing sizing info 2023-12-18 14:05:58 +02:00
Mauro
123164f398
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
2f88d39789
Send html in plain text mode (#2246) 2023-12-15 10:04:51 +01:00
Doug
af562eabf7
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
Doug
669141b119
Fix UI tests and Release builds. (#2248)
* Fix PollFormScreen UI tests.

* Fix compilation error on release builds.
2023-12-14 15:09:29 +00:00
Mauro
ea5b154d6e
Remove NCE as a target (#2247) 2023-12-14 15:40:14 +01:00
Doug
e328863296
Fix integration tests getting stuck in location error loop. (#2233) 2023-12-13 09:00:57 +00:00
Mauro
d99d26fcdc
Removing Dead Code part 1 (#2234) 2023-12-13 09:51:57 +01:00
Doug
09b276d94b
Update most references of vector-im to element-hq (#2231)
Sonarcloud and codecov will follow in a later PR when confirmed working. Changelog ignored as it isn't particularly important with the redirect.
2023-12-12 14:34:44 +00:00
Mauro
b2e99bcfc5
Remove Read Receipts Feature Flag (#2228) 2023-12-12 15:27:15 +01:00
Stefan Ceriu
a78dea392f
Fix UI tests for AppLock flow and Start Chat flow. Regenerate outdated screenshots (#2226) 2023-12-12 14:08:27 +00:00
Stefan Ceriu
9ff1deaf73
Detect links in room detail topics and make it more obvious when the text is truncated (#2213) 2023-12-12 13:52:10 +00:00
Mauro
b9a6ebe03a
Periphery to detect dead code (#2227) 2023-12-12 10:17:15 +00:00
Mauro
deb109f157
Poll title is displayed multiline when creating a poll (#2225) 2023-12-11 18:31:21 +00:00
Mauro
a248bdbd95
Fix for line breaks (#2224) 2023-12-11 15:43:31 +00:00
Stefan Ceriu
4cba5687c6 Allow the recovery section to be shown when recovery is incomplete and key backup is stuck waiting for the secrets 2023-12-11 17:14:41 +02:00
Stefan Ceriu
495ee8ab38
More secure backup tweaks (#2212)
* Make sure the indicator for disabling backups is dismissed together with the screen

* Get rid of the .disabled key backup state as it has no correspondant on the rust side and is confusing

* Remove superflous BackupState extensions, add more logs
2023-12-07 13:19:58 +02:00
Doug
e8b446c909
Replace searchable modifiers with a custom implementation using UISearchController. (#2209)
Unfortunately the introspection became unreliable from iOS 17.1 onwards.

* Replace disableInteractiveDismissOnSearch and dismissSearchOnDisappear.

These can be handled within our searchController implementation now.

* Fix preview snapshots.

Weirdly, the search field is bigger in these, although it hasn't changed in the UI tests or the app itself.
2023-12-06 17:43:55 +00:00
Stefan Ceriu
6cd25fac50
Element Call permission tweaks (#2187)
* vector-im/element-meta/issues/2230 - Specify `call.member` default power levels when creating a room

* vector-im/element-meta/issues/2229 - Take into account permissions when configuring the room screen call button
2023-12-06 13:14:23 +02:00
Doug
c7531be44c
Add toggle not invite notifications. (#2207) 2023-12-06 09:53:10 +00:00
Doug
a99aee7a9a
Expand all sections on the view source screen by default. (#2203) 2023-12-05 15:35:51 +00:00