Stefan Ceriu
|
9e195882fc
|
Bump the RustSDK to v1.0.11
|
2024-06-11 18:46:43 +03:00 |
|
Mauro Romito
|
61e00cf0f7
|
room membership change states will use displayName
changelog
code improvement
|
2024-06-11 18:09:59 +03:00 |
|
Stefan Ceriu
|
9f6fc1d42f
|
Fix various swiftlint and swiftformat warnings
|
2024-06-11 18:09:43 +03:00 |
|
Stefan Ceriu
|
2079bf40c6
|
Introduce mock SDK timeline items and a live, lorem ipsum based, timeline provider
|
2024-06-11 18:09:43 +03:00 |
|
Velin92
|
3de18fa88d
|
Translations update
|
2024-06-11 18:09:29 +03:00 |
|
Stefan Ceriu
|
b2afa04832
|
Cleanup dead code after Periphery run
|
2024-06-11 14:38:08 +03:00 |
|
Doug
|
8a52ed0cb6
|
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
|
2487895207
|
Adopt Rust's new sessionPath that replaces the basePath (#2903)
|
2024-06-06 18:35:57 +01:00 |
|
Stefan Ceriu
|
660b8243bc
|
Debounce message sending queue re-enabling requests
|
2024-06-06 18:32:08 +03:00 |
|
Stefan Ceriu
|
6c1647b851
|
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
|
53fc5df55b
|
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
|
c51593476c
|
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
|
8498cbd039
|
Translations update
|
2024-06-03 13:31:41 +03:00 |
|
Mauro
|
ee473b54a1
|
updated strings for the dclined state of qr code (#2895)
|
2024-06-03 11:52:16 +02:00 |
|
Doug
|
6deedb593b
|
Add a flag to disable hidden profiles for ignored users. (#2892)
|
2024-05-31 13:37:59 +01:00 |
|
Stefan Ceriu
|
ea08fad530
|
Remove manually set envars as they're handled rust side now
|
2024-05-31 13:32:47 +03:00 |
|
Stefan Ceriu
|
97e57e6666
|
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
|
a4c9135b58
|
Decouple the bug report service from the analytics one
|
2024-05-30 15:42:26 +03:00 |
|
Stefan Ceriu
|
c3571f4f4e
|
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
|
8c62c52f45
|
updated sdk to 1.0.7 (#2888)
|
2024-05-29 19:18:03 +02:00 |
|
Mauro
|
bd1c7a4008
|
removed useless qr logs (#2886)
|
2024-05-29 17:22:28 +02:00 |
|
Mauro
|
4e23f7be22
|
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
|
66a8f6f3d1
|
Fixes #1997 - Be more specific with the widget permissions
|
2024-05-29 14:01:35 +03:00 |
|
Stefan Ceriu
|
ca16f63483
|
Bump the RustSDK to v1.0.4, adopt new heroes and backpagination status APIs
|
2024-05-27 19:22:16 +03:00 |
|
Stefan Ceriu
|
e93e75778a
|
Removed forwarded properties from the UserSessionProtocol as the ClientProxy is already fully exposed
|
2024-05-27 17:05:01 +03:00 |
|
Stefan Ceriu
|
3a904ebc9d
|
Replace the old MockUserSession with the generated UserSessionMock
|
2024-05-27 17:05:01 +03:00 |
|
Stefan Ceriu
|
a126715ba0
|
Fix failing ElementCall test because of a missing sendCallNotificationIfNeeeded return value.
|
2024-05-27 17:04:48 +03:00 |
|
Stefan Ceriu
|
4c1311c11b
|
Delay seting up a "new" call session until after accepting the incoming call.
|
2024-05-27 17:04:48 +03:00 |
|
Stefan Ceriu
|
e76fabf18c
|
Automatically silence ringing calls after 15 seconds of inactivity
|
2024-05-27 17:04:48 +03:00 |
|
Stefan Ceriu
|
f6c476eeca
|
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
|
16fc7caa62
|
Fix typing indicators for the plain message composer
|
2024-05-27 17:04:34 +03:00 |
|
Stefan Ceriu
|
696d599773
|
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
|
f8d094516d
|
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
|
8bfd802793
|
Add support for showing the native OS incoming call screen when starting new Element Calls
|
2024-05-24 15:32:56 +03:00 |
|
Doug
|
f0a40ddf36
|
Update the SDK. (#2873)
|
2024-05-21 15:30:01 +01:00 |
|
Valere
|
f0ac0a63fb
|
Add device keys to rageshakes (#2838)
|
2024-05-21 09:54:16 +01:00 |
|
Doug
|
8027e665ad
|
Fix a timeline jump triggered by pagination during an interactive scroll. (#2870)
|
2024-05-21 09:19:25 +01:00 |
|
ElementRobot
|
e87dab45ba
|
Translations update (#2867)
Co-authored-by: Velin92 <Velin92@users.noreply.github.com>
|
2024-05-20 14:34:23 +01:00 |
|
Mauro
|
545b5c31cc
|
Bump SDK (#2857)
Co-authored-by: Doug <douglase@element.io>
|
2024-05-20 14:37:45 +02:00 |
|
Stefan Ceriu
|
1b196aa5a2
|
Fixes #2845 - Fix voice message recoder not showing send message button
|
2024-05-17 11:11:49 +03:00 |
|
Mauro
|
2c038c5969
|
DM Details have been updated (#2836)
|
2024-05-14 18:47:20 +02:00 |
|
Doug
|
b7d492c206
|
Add Forgot PIN button to AppLockSetupPINScreen. (#2833)
|
2024-05-13 15:41:35 +01:00 |
|
Stefan Ceriu
|
986eb23b2a
|
Exclude invites when using room list filters
|
2024-05-13 15:49:14 +03:00 |
|
Mauro Romito
|
1556bb095b
|
Wipe log files following SDK bump
|
2024-05-13 15:38:19 +03:00 |
|
Doug
|
824190510f
|
Show a failure toast when alias look-up fails.
|
2024-05-13 15:37:57 +03:00 |
|
Doug
|
1e0a6d76ae
|
Make sure we pass the via parameters with all the routes.
Put the event ID first.
Fix tests.
Bump the SDK.
|
2024-05-13 15:37:57 +03:00 |
|
Velin92
|
52b6c25bd8
|
Translations update
|
2024-05-13 08:54:31 +03:00 |
|
Doug
|
178797a178
|
Fix macOS timeline context menu missing the Remove item. (#2830)
The necessary permissions were only being checked when presenting the long press menu.
|
2024-05-10 21:38:11 +01:00 |
|
Mauro
|
ae06226cbc
|
UI update for room details (#2831)
|
2024-05-10 17:58:35 +02:00 |
|
Stefan Ceriu
|
446854e1c3
|
Fixes #2800 - Display message bodies (file names) next to attachment previews
|
2024-05-10 17:40:46 +03:00 |
|