Mauro
c566c64c78
added historical message error label string ( #3580 )
2024-12-03 17:21:02 +01:00
Doug
4187155159
Enable local echoes for media uploads for all builds. ( #3579 )
...
* Enable local echoes for media uploads for all builds.
* Update a string.
2024-12-03 11:28:21 +00:00
Mauro
4372048c61
Update SDK 1.0.77 ( #3578 )
...
* update SDK
* added new cause case
* added historical message
2024-12-03 12:18:16 +01:00
Mauro
c7afde3801
Knock a room - added a char counter for the message ( #3570 )
...
* added a char counter
* moved code
2024-12-02 17:28:50 +01:00
ElementRobot
b8085356fb
Translations update ( #3576 )
...
* Translations update
* fix a test
---------
Co-authored-by: pixlwave <6060466+pixlwave@users.noreply.github.com>
Co-authored-by: Mauro Romito <mauro.romito@element.io>
2024-12-02 10:21:08 +00:00
Doug
34f1c61fe2
Add a warning to the media caption composer. ( #3574 )
...
We can now remove the feature flag.
2024-11-29 16:23:20 +00:00
Mauro Romito
8d6909982d
Move pinned messages button in details
2024-11-29 17:04:15 +01:00
Doug
671e675412
Fix a compile error.
2024-11-29 13:11:14 +00:00
Doug
49a94e0bdb
Handle media source validation more gracefully. ( #3571 )
...
* Handle media source validation more gracefully.
* Fix unit tests.
2024-11-29 12:42:27 +00:00
Doug
c8627cfd64
Add support for copying a caption. ( #3563 )
...
* Add timeline item action for copying a media caption.
* Fix the action colours when long pressing a timeline item.
Nice side effect: Reasonable sized buttons when button shapes are enabled.
* Re-arrange the Timeline Item Menu.
* Add timeline item menu snapshots for media items.
2024-11-29 12:26:59 +00:00
Doug
fdbacbc22d
Add the unit test media files as development assets. ( #3569 )
...
Move UnitTests/Resources/Media into a top-level DevelopmentAssets directory.
2024-11-28 17:30:26 +00:00
Doug
4869dcfe97
Wait until the sync has stopped before marking the task as complete. ( #3564 )
2024-11-28 17:30:07 +00:00
Mauro
d48fb64468
Small Knock adjustments ( #3568 )
...
* small adjustments
* autocorrection disabled
2024-11-28 18:02:07 +01:00
Doug
c598b6325d
Fix a bug on iOS 17 where you couldn't long press on a message. ( #3567 )
2024-11-28 14:44:34 +00:00
Doug
751be7b3a7
Update the SDK. ( #3565 )
...
* Update the SDK.
* Add mockMXC URLs to fix all the crashes during tests.
* Refactor Voice Messages to not use a MediaSource for local files.
2024-11-28 08:34:38 +00:00
Doug
e70a95cfa2
Add back missing send button when media captions are disabled. ( #3561 )
2024-11-27 11:35:53 +00:00
Stefan Ceriu
be8c1477c0
Stop delaying ElementCall until the next sync loop and only notify other participants when presumed to already be up to date. ( #3559 )
2024-11-27 09:57:18 +02:00
Doug
a292c41ca5
Move the media caption composer (and Add Caption action) behind a feature flag for now. ( #3560 )
2024-11-27 08:30:10 +02:00
Stefan Ceriu
ed4063a222
Bump the RustSDK to v1.0.75
2024-11-27 08:28:28 +02:00
Stefan Ceriu
36980840ed
Move timeline item tap gestures to the items themselves instead of the bubbled styler ( #3553 )
...
* Stop observing the timeline context where not necessary.
* Rename the timeline `itemTapped` action to `mediaTapped`
2024-11-26 16:25:46 +02:00
Doug
3f0f442937
Fix the presentation of QuickLook when viewing logs on macOS. ( #3556 )
2024-11-26 14:23:20 +00:00
Mauro
fe984a1301
Knock Requests navigation flows ( #3555 )
...
* implemented navigations
* better naming for the enum
* removed list to banned users navigation
* polished the code
* avatarURL
2024-11-26 11:47:34 +00:00
Doug
03aaf849ee
Update how file captions are rendered ( #3554 )
...
* Update the File/Audio captions layout to match Figma.
* Fix caption sizing issues.
The send info label was being added incorrectly.
* Update icon size and regenerate snapshots.
* Fix a regression in the location timeline item layout.
2024-11-26 10:36:46 +00:00
ElementRobot
ba8edc31c7
Translations update ( #3552 )
...
* Translations update
* Run the workflow at 3am instead.
---------
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com>
Co-authored-by: Doug <douglase@element.io>
2024-11-25 12:20:34 +00:00
Mauro
26e07f2457
Knock Requests banner display logic ( #3550 )
...
* added the join rule to the info
* update SDK and added logic to display the banner
in the room screen
* added the logic to display the banner
2024-11-25 13:14:02 +01:00
Stefan Ceriu
3f4bca48b1
Delay handling inline notification replies until the user session is established
2024-11-22 09:28:38 +02:00
Mauro
e315451448
Knock Requests List Screen ( #3533 )
...
* created the basic navigation and files
* updated the logic
so that the buttons that do not have permissions won't show
* added the empty state
* progress in making the list UI
* update tests
* UI improvements
* fixed an issue with media provider
* update button style
* fixed a navigation bug
* pr suggestions
* pr suggestions
2024-11-21 19:14:05 +00:00
Doug
7e1476d973
Add support for adding/editing/removing media captions. ( #3547 )
...
* Add support for editing media captions.
* Add composer snapshots.
* PR comment.
2024-11-21 18:18:27 +00:00
Doug
c081e538b4
Add support for sharing URLs and text. ( #3546 )
...
* Add support for sharing URLs and text.
* Fix a bug where a stored draft would overwrite the shared text.
* Add tests.
2024-11-21 14:48:38 +00:00
Doug
19ed65bbd5
Fix the media upload preview screen on macOS.
2024-11-20 21:22:21 +02:00
Stefan Ceriu
1c62792813
Enable inline replies for push notifications.
2024-11-20 18:42:36 +02:00
Stefan Ceriu
b2137ad01d
Handle NSItemProvider public.image data types. ( #3541 )
2024-11-20 16:12:27 +02:00
Stefan Ceriu
acd670ab56
Link the MatrixRustSDK dynamically and only embed it in the main target
2024-11-20 16:11:54 +02:00
Stefan Ceriu
51227fffe3
Show both defaults and frequent emojis in the timeline item menu, make the list scrollable ( #3534 )
2024-11-19 21:53:57 +02:00
Mauro
bce3b3a385
using roomPreview
API for invited rooms ( #3530 )
...
* using roomPreview for invited rooms
* Update ElementX/Sources/Services/Room/RoomInfoProxy.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
* improved code
* fix, but requires a SDK PR
* update sdk
* package resolved
* fixed the tests
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2024-11-19 19:23:06 +00:00
Doug
b75ad6a5aa
Support adding a caption to media uploads. ( #3531 )
...
* Add a composer to the MediaUploadPreviewScreen.
And send it's content to the media upload's caption.
* Use the new compound SendButton (updating relative padding in the toolbar).
* Update snapshots.
* Add unit tests for sending a caption.
2024-11-19 16:35:01 +00:00
Stefan Ceriu
6b6420a229
Expose the public search feature flag in the developer settings and disable it by default.
2024-11-18 21:08:03 +02:00
Mauro
18cbbe4d4a
Update compound iOS ( #3532 )
...
* update
* removed functions that have been migrated in
compound
2024-11-18 18:40:27 +00:00
Stefan Ceriu
dc0563764d
Fix image animations / remove fading when switching between local and remote echoes.
2024-11-18 14:50:35 +02:00
Doug
bef1eda533
Fix a bug where the security banner has the wrong state when out of sync. ( #3511 )
2024-11-18 11:38:20 +00:00
Doug
c91a9bd9c9
Update the SDK. ( #3524 )
2024-11-18 11:36:37 +00:00
ElementRobot
9157bf267e
Translations update ( #3523 )
2024-11-18 10:59:17 +00:00
Stefan Ceriu
9697d59710
Fixes #1918 - Revert 1a12c729de521d2dcb664bed6b19a75ec139bede
as #617 is no longer reproducible on iOS 18.
2024-11-15 17:37:50 +02:00
Doug
c888a5b4aa
Update compound ( #3519 )
...
* Update compound
textPlaceholder is now textSecondary.
* Update compound again with support for button shapes on the plain button style.
2024-11-15 13:42:53 +00:00
Stefan Ceriu
ef288a9662
Group image and video metadata in specialised structs ( #3518 )
2024-11-15 15:00:27 +02:00
Mauro
e17a4d5275
Knocking Request Cell ( #3516 )
...
* knocking request cell
* moved media provider
2024-11-15 13:42:30 +01:00
Stefan Ceriu
7e192b7571
Enable local echoes for media uploads on development builds. ( #3514 )
...
* Enable local echoes for media uploads on development builds.
* Use media sizes when loading timeline items so they can take advantage of the cached local echo data.
2024-11-14 18:33:37 +02:00
Mauro
2cb7faca88
Fix Rooms that user has knocked not displaying the request sent screen ( #3513 )
...
* fix knocked state
* pr suggestion
* code improvement
2024-11-14 13:43:40 +01:00
Stefan Ceriu
79473ef2e9
Bump the RustSDK to v1.0.67 ( #3512 )
...
* Bump the RustSDK to v1.0.67
* PR comments
---------
Co-authored-by: Doug <douglase@element.io>
2024-11-13 18:03:30 +00:00
Mauro
03cb50e6e3
Knock requests banner ( #3510 )
...
* need to add strings
* preview tests
* code improvements
* fixed an error
2024-11-13 15:14:18 +00:00