Stefan Ceriu
a75e181790
Tweak the EncryptionReset root screen copy.
2024-08-30 15:07:23 +03:00
Stefan Ceriu
c6eb7b63bf
Add a logout option on the root of IdentityVerification screen.
2024-08-30 15:07:23 +03:00
ElementRobot
55296a6fcc
Translations update ( #3201 )
...
Update snapshots too.
2024-08-27 12:10:49 +01:00
Mauro
87f8c2eaaf
TimelineKind refactor (#3193 )
2024-08-22 18:33:21 +00:00
Mauro
bbb462bd83
Pinned Events Timeline actions and differentiation ( #3182 )
2024-08-22 17:35:44 +02:00
Mauro
ecddcfcd16
RoomScreenViewModel is now TimelineViewModel ( #3157 )
...
Co-authored-by: Stefan Ceriu <stefanc@matrix.org >
2024-08-13 13:36:40 +02:00
Stefan Ceriu
e37dff5147
Fixes #3144 - Stop showing filters when the room list is not in the rooms display mode
2024-08-13 09:49:05 +03:00
Mauro
293c5b234e
Navigate to the Pinned events timeline ( #3139 )
2024-08-08 18:29:39 +02:00
Stefan Ceriu
a48f4ea33e
Addition to #3122 - Force the room list search text field to always be displayed
...
- while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
2024-08-07 17:54:28 +03:00
Doug
b13b67c9bc
Finalise strings/icons for EncryptionAuthenticity. ( #3121 )
2024-08-06 15:03:11 +01:00
Mauro
07f2242ed0
Pinned events banner loading state ( #3118 )
2024-08-06 15:46:56 +02:00
Doug
0a17366ebf
Add Encryption Authenticity explanations. ( #3116 )
2024-08-06 10:45:46 +01:00
Mauro
28bfa3f5dc
Pinned items timeline implementation for the banner ( #3099 )
2024-08-05 14:09:05 +02:00
Valere
6b8d440be6
Show Encryption Authenticity warnings on messages in the timeline. ( #3051 )
...
* Initial implementation.
* Add developer option for showing timeline item authenticity.
* Refactor code to use new SendInfo.Status.
---------
Co-authored-by: Doug <douglase@element.io >
2024-08-05 11:15:38 +00:00
Stefan Ceriu
9a28682a35
Crypto identity reset ( #3107 )
...
* Add EncryptionReset password entry screen
* Expose client proxy identity reset method
* Update the IdentityConfirmationScreen to the latest designs
* Replace the old recovery key reset screen with a new EncryptionReset one
* Fixes #3102 - Add support for resetting the user's whole crypto identity
* Address review comments
* Bump the SDK to v1.0.30
2024-08-05 09:35:18 +03:00
Doug
987aa63eb9
Refactor TimelineItemSendInfo out of the styler. ( #3100 )
...
* Reorder some properties.
No code changes.
* Refactor TimelineItemSendInfo out of the styler.
* Add (unused) examples of encryption shields.
* Rename file.
2024-07-30 09:43:17 +01:00
Doug
778e06b1fa
Add the inviter to JoinRoomScreen when it's an invite. ( #3093 )
...
* Add inviter property to RoomProxyProtocol.
* Extract the room cell inviter label into it's own view.
* Use the new RoomInviterLabel in the JoinRoomScreen.
* Fix bug with invite to a public room.
2024-07-29 09:57:49 +01:00
Stefan Ceriu
7fd97d4426
Fixes #3078 - Trim number of resolved alias vias and always default to a join button in the room preview screen
2024-07-24 16:44:27 +03:00
Mauro
35e69bae24
Hide/Show pin banner based on scroll direction ( #3080 )
2024-07-24 12:15:36 +02:00
Mauro
ef4bbb9f6b
Pinned Items Banner UI ( #3072 )
2024-07-22 12:57:04 +00:00
Stefan Ceriu
22e622bd79
Fixes #2840 - Use both the room list room and the room preview details to populate the join room screen
...
- the room summary API is indeed enabled on matrix.org and working fine for most rooms
- it is not however capable of giving us data about non-joined + private rooms
- the SDK addresses that by first trying to use known rooms before resorting to the preview endpoint
- that fails if it's a brand new room that the client doesn't know about yet i.e. a sync hasn't ran, which is exactly what's happening here
- the ClientProxy instead does wait for the room list to go into the first loaded before returning the room
2024-07-18 20:11:54 +03:00
Mauro
fee3d3c8c0
Pinning items Feature Flag ( #3063 )
2024-07-18 18:28:30 +02:00
Doug
84d76a8dde
Use the same UI as Android when tapping a link to a private room. ( #3044 )
...
* Use the same UI as Android when tapping a link to a private room.
* Fix preview of knocking.
* Fix snapshots.
2024-07-18 15:58:17 +01:00
Doug
2bfa407689
Upgrade Compound. ( #3039 )
...
Remove conflicting Introspect package dependency.
2024-07-16 09:22:53 +01:00
Doug
47d94501c7
Upgrade the project to use Xcode 15.4 ( #3027 )
...
* Update snapshots for Xcode 15.4
* Update CI.
* Fix crashing UI test.
* Fix compile error in Integration Tests.
* Try putting UI tests on GH runners again.
2024-07-11 17:38:32 +01:00
Doug
93ab2f6f8b
Follow-up for translations PR.
2024-07-08 13:09:22 +01:00
Stefan Ceriu
bc7c76cf3a
Use local room list sorting from Rust. ( #2978 )
...
* Switch to the new local room list sorting API
* Get rid of the RoomSummary enum, replace it by the inner RoomSummaryDetails
* And finally, rename RoomSummaryDetails to RoomSummary
* Fix a bunch of warnings
* Small tidy up post rebase/review.
- Remove unused invalidated property.
- Rename some RoomSummary instances to summary instead of details.
- Fix tests with missing roomListItem's.
* Update snapshots
---------
Co-authored-by: Doug <douglase@element.io >
2024-07-05 10:10:53 +01:00
Mauro
2ccf11618d
Remove plain style layout ( #2980 )
2024-06-27 16:53:19 +02:00
Mauro
60d4fccc07
Hide timeline style selection ( #2968 )
2024-06-26 12:42:12 +02:00
Doug
6e834e7f8b
Use the room heroes when computing a DM avatar. ( #2900 )
...
* Use room heroes for DM avatar content ID.
* Use RoomAvatar.heroes for the DM Details stack.
2024-06-19 10:27:10 +00:00
Stefan Ceriu
4111e5618d
Stop showing "Preview unavailable" while loading room preview details on the JoinRoomScreen
2024-06-14 17:33:02 +03:00
Mauro
8b8cee0a78
Store and restore drafts ( #2898 )
2024-06-13 12:19:38 +00:00
Stefan Ceriu
98e804f489
Allow showing the developer options on any build type by tapping the settings screen version footer 7 times (a la android)
2024-06-12 13:07:00 +03:00
Stefan Ceriu
4eaf17839f
Rollback dependencies in an attempt to fix EX snapshot tests ( #2918 )
...
* Rollback dependencies in an attempt to fix EX snapshot tests
* Rollback snapshots as well
* Rollback Prefire only
2024-06-12 10:46:44 +03:00
Stefan Ceriu
6a5b355a7c
Update failing snapshots
2024-06-11 18:09:43 +03:00
Stefan Ceriu
dda1740ce3
Fix reaction summary and poll history snapshots
2024-06-10 10:46:24 +03:00
Doug
80b4a2a8c9
Update Compound. ( #2906 )
...
* Update Compound.
* Remove LFS hack from the docs.
* Fix preview tests
---------
Co-authored-by: Stefan Ceriu <stefanc@matrix.org >
2024-06-07 12:25:24 +03:00
Mauro
6192576bff
updated strings for the dclined state of qr code ( #2895 )
2024-06-03 11:52:16 +02:00
Stefan Ceriu
3993ab0ebf
element-hq/element-x-ios/issues/2876 - Add support for showing call notifications in the timeline
2024-05-31 13:32:47 +03:00
Mauro
e09e34aa61
QR Code Login Flow ( #2767 )
...
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com >
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io >
2024-05-29 17:07:17 +02:00
Stefan Ceriu
c9f256aa36
Tweak the onboarding flow identity confirmation screen
...
- hide the recovery key option if recovery wasn't set up beforehand
- add a button to present the reset encryption instructions screen
2024-05-24 15:35:23 +03:00
Mauro
cbfa4f2cf6
DM Details have been updated ( #2836 )
2024-05-14 18:47:20 +02:00
Doug
29ca045c5f
Add Forgot PIN button to AppLockSetupPINScreen. ( #2833 )
2024-05-13 15:41:35 +01:00
Mauro
ce2de325ac
UI update for room details ( #2831 )
2024-05-10 17:58:35 +02:00
Stefan Ceriu
434a6428ee
Update FormattedBodyText snapshots: cover more cases and use sizeThatFits layout
2024-05-10 14:07:43 +03:00
Stefan Ceriu
0548450b6b
Enable room list invites by default and remove old code paths
2024-05-09 19:01:57 +03:00
Mauro
f52ccd6f4d
UX Update for user profile screen and room member details ( #2822 )
2024-05-09 15:41:09 +00:00
Stefan Ceriu
1eb0b569d0
Seamlessly switch for the RichTextEditor based message composer to the… ( #2753 )
...
* Seemlesly switch for the RichTextEditor based message composer to the plain one depending on whether formatting options are enabled or not.
* Address PR comments
* Fixes #2803 - Add extra padding at the bottom of the composer suggestions list
* Update preview test snapshots
* Update UI test snapshots
2024-05-08 17:57:32 +03:00
Mauro
e0358878bd
Updated settings screen ( #2791 )
2024-05-07 12:53:46 +02:00
Mauro
e61ab07133
Allow emotes in the menu to scroll if their size overflows the container ( #2780 )
2024-05-07 11:04:03 +02:00