Commit Graph

1592 Commits

Author SHA1 Message Date
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
Doug
278cf06f44 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
872c807f56 Remove NCE as a target (#2247) 2023-12-14 15:40:14 +01:00
Doug
6572428c32 Update codecov links. (#2237) 2023-12-13 16:15:13 +00:00
Doug
a8a791186e Fix integration tests getting stuck in location error loop. (#2233) 2023-12-13 09:00:57 +00:00
Mauro
84b0f967e8 Removing Dead Code part 1 (#2234) 2023-12-13 09:51:57 +01:00
Doug
52b8cdad75 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
c14530d60b Remove Read Receipts Feature Flag (#2228) 2023-12-12 15:27:15 +01:00
Stefan Ceriu
3e465995bd Fix UI tests for AppLock flow and Start Chat flow. Regenerate outdated screenshots (#2226) 2023-12-12 14:08:27 +00:00
Stefan Ceriu
40b100d596 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
79447b1f25 Periphery to detect dead code (#2227) 2023-12-12 10:17:15 +00:00
Mauro
fc3ab429f9 Poll title is displayed multiline when creating a poll (#2225) 2023-12-11 18:31:21 +00:00
Mauro
3ebe757583 Fix for line breaks (#2224) 2023-12-11 15:43:31 +00:00
Stefan Ceriu
cc7ee40a88 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
b2f0a42b9a 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
722ad5b4e7 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
9db54f779a 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
2a2a9b6eae Add toggle not invite notifications. (#2207) 2023-12-06 09:53:10 +00:00
Stefan Ceriu
92cfd93028 Bump the RustSDK to v1.1.28 2023-12-05 20:48:00 +02:00
Doug
c40287ff1f Expand all sections on the view source screen by default. (#2203) 2023-12-05 15:35:51 +00:00
Element CI
b7be9328e2 Prepare next release 2023-12-05 05:01:01 -08:00
ElementRobot
5fa835b18d Translations update (#2201)
Co-authored-by: pixlwave <pixlwave@users.noreply.github.com>
2023-12-05 11:59:47 +00:00
Doug
9df3139ac7 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
123b39e0ea 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
f9ade68c98 Specify default timelineProxy actions and fix unit tests 2023-12-05 12:42:38 +02:00
Stefan Ceriu
caf540d3d8 Fixes #2147 - Scroll the timeline to the bottom when sending message as well as media, polls and locations. 2023-12-04 17:32:26 +02:00
Doug
76b04c48ec 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
2a615efe7b Fix secure backup recovery badges not being show when incomplete 2023-12-04 14:01:52 +02:00
Doug
3efcd9a631 Bump the SDK to v1.1.27. (#2193) 2023-12-01 12:21:03 +00:00
Mauro
b60b72452f Fix scrambled screen when searchinfg (#2191)
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2023-11-30 17:47:44 +00:00
Nicolas Mauri
7fa9b8a348 Fixed some issues with voice messages when sent from a bridge. (#2190) 2023-11-30 17:39:54 +01:00
Stefan Ceriu
7dd744ab5e Update room member detail screen screenshots 2023-11-29 18:31:29 +02:00
Stefan Ceriu
4048b47910 Reverse unwanted change 2023-11-29 18:31:29 +02:00
Stefan Ceriu
712f087b36 Switch all state machine route mappints from matching (event, fromState) to (fromState, event) 2023-11-29 18:31:29 +02:00