1597 Commits

Author SHA1 Message Date
Mauro
89255f15e9
reverted to an sdk version that uses a previous commit (#2284) 1.5.1 nightly/1.5.1.472 2023-12-22 13:12:34 +01:00
Mauro
b4538b759f
Revert "Mention badge + badge behaviour redesign" (#2283) 2023-12-22 09:44:10 +00:00
Element CI
554da197dc Prepare next release nightly/1.5.1.471 2023-12-21 07:40:36 -08: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
1.5.0
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
68217bfd25
Version 1.5.0 (#2279) 2023-12-21 15:43:24 +01:00
Mauro
e8da21e340
Poll options can be multiline during creation (#2274) nightly/1.4.4.470 2023-12-20 14:22:57 +01:00
Stefan Ceriu
756b96f7ff
Translation workflow fix (#2271)
* Setup the translations workflow through ci_scripts
nightly/1.4.4.467
2023-12-19 19:50:04 +02: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
c7276a6524 Remove debug flag from brew installs 2023-12-19 15:56:55 +02:00
Stefan Ceriu
9dd601e321 Add verbose and debug flags to brew installs 2023-12-19 15:01:17 +02: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) nightly/1.4.4.466 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
4ac0ad51d7 Attempt fixing the UI tests 2023-12-18 15:15:43 +02: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>
nightly/1.4.4.465
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.
nightly/1.4.4.463 nightly/1.4.4.464
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
30bf8115c2
Update codecov links. (#2237) nightly/1.4.4.462 2023-12-13 16:15:13 +00: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.
nightly/1.4.4.461
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) nightly/1.4.4.460 2023-12-12 10:17:15 +00:00
Mauro
deb109f157
Poll title is displayed multiline when creating a poll (#2225) nightly/1.4.4.459 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
nightly/1.4.4.458 nightly/1.4.4.457 nightly/1.4.4.454
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.
nightly/1.4.4.453
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
Stefan Ceriu
731333a1cf Bump the RustSDK to v1.1.28 nightly/1.4.4.452 2023-12-05 20:48:00 +02:00
Doug
a99aee7a9a
Expand all sections on the view source screen by default. (#2203) 2023-12-05 15:35:51 +00:00
Element CI
b1371f7f47 Prepare next release 2023-12-05 05:01:01 -08:00
ElementRobot
768071304a
Translations update (#2201)
Co-authored-by: pixlwave <pixlwave@users.noreply.github.com>
1.4.3
2023-12-05 11:59:47 +00:00
Doug
5586405c4f
Make the attachment menu an actual menu. (#2199)
There was a bug with the sheet/popover when overriding the colour scheme where the button renders in light mode when the app is in dark mode.
2023-12-05 11:14:16 +00:00
Doug
7da881ae3e
Add an extra call to obscure the app on willEnterForeground. (#2202)
It shouldn't be necessary given the double call by the time the app is backgrounded, but we're still seeing occasional room list flashes.
2023-12-05 11:13:51 +00:00
Stefan Ceriu
e5bd194d06 Specify default timelineProxy actions and fix unit tests 2023-12-05 12:42:38 +02:00
Stefan Ceriu
8189b0a471 Fixes #2147 - Scroll the timeline to the bottom when sending message as well as media, polls and locations. nightly/1.4.3.451 2023-12-04 17:32:26 +02:00
Doug
6905ac5f70
Use ListRow in InviteUsersScreen and MessageForwardingScreen. (#2196)
* Use ListRow in InviteUsersScreen and MessageForwardingScreen.

* Remove button styles and fix snapshots.
2023-12-04 14:47:43 +00:00
Stefan Ceriu
3fe5ec5ffa Fix secure backup recovery badges not being show when incomplete 2023-12-04 14:01:52 +02:00
Doug
290dd852a3
Bump the SDK to v1.1.27. (#2193) nightly/1.4.3.450 2023-12-01 12:21:03 +00:00