Stefan Ceriu
25b41e420c
Add a feature flag for fuzzy room list searching
2024-06-17 15:21:12 +03:00
Velin92
4ebd8c8d83
Translations update
2024-06-17 09:20:41 +03:00
Stefan Ceriu
d7986ee6bd
Avoid passing the whole unsafe display name to the rich text editor for generating mention pill permalinks
2024-06-14 17:33:22 +03:00
Stefan Ceriu
2326c1c45c
Fixes #2924 - Allow timeline messages text selection on both the Mac and on iOS (not on long press but a double tap)
...
- remove double tap to show the emoji picker as it clashes with the selection and was introduced before the rich timeline item menu was introduced
2024-06-14 17:33:11 +03: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
d8e7585354
Handle multithreaded access crashes on unit tests using generated mocks
...
- always dispatch receivedInvocations mutations on the main queue
2024-06-13 14:38:33 +03:00
Stefan Ceriu
c6a20ce6a5
Bump the SDK and handle breaking changes on timeline diffing
...
- avoid race conditions between when a timeline listener starts publishing to the `updatePublisher` and when they are consumed (and in which order)
- subscribe to the timeline directly in the TimelineProvider and correctly process updates serially
- update the AutoUpdatingRoomTimelineProviderMock to use an SDK TimlineMock and listener to publish updates
2024-06-13 14:38:33 +03:00
Stefan Ceriu
95ad55f43c
Prioritise joining rooms by alias if available and letting the homeserver do the right thing
2024-06-13 14:38:18 +03: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
e77329664e
Bump the RustSDK to v1.0.11
2024-06-11 18:46:43 +03:00
Mauro Romito
f4f5e6ce27
room membership change states will use displayName
...
changelog
code improvement
2024-06-11 18:09:59 +03:00
Stefan Ceriu
5cf3a4477e
Fix various swiftlint and swiftformat warnings
2024-06-11 18:09:43 +03:00
Stefan Ceriu
e5bcc34a24
Introduce mock SDK timeline items and a live, lorem ipsum based, timeline provider
2024-06-11 18:09:43 +03:00
Velin92
8eed26ba4b
Translations update
2024-06-11 18:09:29 +03:00
Stefan Ceriu
4a56fa75ad
Cleanup dead code after Periphery run
2024-06-11 14:38:08 +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
Doug
3f57668f56
Adopt Rust's new sessionPath that replaces the basePath ( #2903 )
2024-06-06 18:35:57 +01:00
Stefan Ceriu
059061b995
Debounce message sending queue re-enabling requests
2024-06-06 18:32:08 +03:00
Stefan Ceriu
425f4bd45f
Fixes #2842 , fixes #2841 - Adopt new message sending queue API
...
- automatically retry failed requests as soon as the network is availble again
- remove manual retry options
2024-06-06 12:59:03 +03:00
Stefan Ceriu
4d6f5d91a8
Generate mocks for all SDK classes and introduce a simple TimelineItemFactory test to try them out
2024-06-05 17:51:45 +03:00
Doug
dc42647740
SwiftLint fixes. ( #2899 )
...
non_optional_string_data_conversion and static_over_final_class
* Revert Data -> String changes for upcoming rule change.
2024-06-05 07:31:49 +01:00
Velin92
b122222858
Translations update
2024-06-03 13:31:41 +03:00
Mauro
6192576bff
updated strings for the dclined state of qr code ( #2895 )
2024-06-03 11:52:16 +02:00
Doug
691640e80e
Add a flag to disable hidden profiles for ignored users. ( #2892 )
2024-05-31 13:37:59 +01:00
Stefan Ceriu
1d5429f0fc
Remove manually set envars as they're handled rust side now
2024-05-31 13:32:47 +03: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
Stefan Ceriu
04ae8b0b7f
Decouple the bug report service from the analytics one
2024-05-30 15:42:26 +03:00
Stefan Ceriu
6004bb7de8
Track when the user starts a room call and when they enable formatting options on the message composer
2024-05-30 15:42:26 +03:00
Mauro
0a95206c94
updated sdk to 1.0.7 ( #2888 )
2024-05-29 19:18:03 +02:00
Mauro
3505486016
removed useless qr logs ( #2886 )
2024-05-29 17:22:28 +02: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
9c15d52a3b
Fixes #1997 - Be more specific with the widget permissions
2024-05-29 14:01:35 +03:00
Stefan Ceriu
4ffc98ee48
Bump the RustSDK to v1.0.4, adopt new heroes and backpagination status APIs
2024-05-27 19:22:16 +03:00
Stefan Ceriu
58039fb73f
Removed forwarded properties from the UserSessionProtocol as the ClientProxy is already fully exposed
2024-05-27 17:05:01 +03:00
Stefan Ceriu
d922d5ef09
Replace the old MockUserSession with the generated UserSessionMock
2024-05-27 17:05:01 +03:00
Stefan Ceriu
3821393824
Fix failing ElementCall test because of a missing sendCallNotificationIfNeeeded return value.
2024-05-27 17:04:48 +03:00
Stefan Ceriu
b4c0048ba7
Delay seting up a "new" call session until after accepting the incoming call.
2024-05-27 17:04:48 +03:00
Stefan Ceriu
1b496f0390
Automatically silence ringing calls after 15 seconds of inactivity
2024-05-27 17:04:48 +03:00
Stefan Ceriu
7b12e95192
Show ElementCalls in the system Recents list and allow deep linking back into a call from there
2024-05-27 17:04:48 +03:00
Stefan Ceriu
13a34be157
Fix typing indicators for the plain message composer
2024-05-27 17:04:34 +03: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
Stefan Ceriu
b55eb7d19e
Fixes #2878 - Retain cycles on the ElementCall webView and correctly tear down the call on dismissal.
2024-05-24 15:32:56 +03:00
Stefan Ceriu
70bf5d0e8d
Add support for showing the native OS incoming call screen when starting new Element Calls
2024-05-24 15:32:56 +03:00
Doug
616be33a1a
Update the SDK. ( #2873 )
2024-05-21 15:30:01 +01:00
Valere
d9466d584d
Add device keys to rageshakes ( #2838 )
2024-05-21 09:54:16 +01:00
Doug
41e8aaa375
Fix a timeline jump triggered by pagination during an interactive scroll. ( #2870 )
2024-05-21 09:19:25 +01:00
ElementRobot
9fc36c5f61
Translations update ( #2867 )
...
Co-authored-by: Velin92 <Velin92@users.noreply.github.com >
2024-05-20 14:34:23 +01:00
Mauro
ab0edf0b0e
Bump SDK ( #2857 )
...
Co-authored-by: Doug <douglase@element.io >
2024-05-20 14:37:45 +02:00
Stefan Ceriu
e512177440
Fixes #2845 - Fix voice message recoder not showing send message button
2024-05-17 11:11:49 +03:00