Stefan Ceriu

Results 15 issues of Stefan Ceriu

Following a security fix in 1.9.7 we need to start handling FaceID lockout errors better from an user point of view. FaceID can go in lockout if the maximum number...

T-Enhancement
S-Minor
X-Needs-Product
A-Authentication

Registering pushers against push notification services should forward back failures. Solves https://github.com/vector-im/element-x-ios/issues/991#issuecomment-1568899859 [Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/stefan/pusher-creation/proposals/4078-transparent-pusher-creation.md)

push
proposal
client-server
kind:feature
needs-implementation

We're currently checking the session verification state by polling the [SessionVerificationController](https://github.com/matrix-org/matrix-rust-sdk/blob/main/bindings/matrix-sdk-ffi/src/client.rs#L553) after each sync response, waiting for keys upload/query to finish. This PR exposes a verification state listener directly from...

Sending media attachments through the Timeline should make use of local echoes for a seamless experience

A-Timeline
A-Media

One limitation of the current implementation is that the whole file to be uploaded will be loaded into memory. While this is not a big concern at the moment (given...

A-Media

Downloading media attachments should expose the loading progress through the related timeline item. That way we can present the user with that information, in the current context, within the timeline

A-Timeline
A-Media

In order to expose media loading progress to the user we first need to provide these values from the media service. As per @poljar's suggestion we should use https://docs.rs/progress-streams/latest/progress_streams/index.html

A-Media

In Element, we currently have 3 localization file schemes: 1) Vector.strings - main application translations 2) MatrixKit.strings - translation migrated from the MatrixKit 3) Localizable.strings - strings used only in...

T-Enhancement
T-Task

### MSC https://github.com/matrix-org/matrix-doc/blob/travis/msc/polls/proposals/3381-polls.md ### Designs https://www.figma.com/file/tepA3ELWBE5v4O2WB8PqWn/Polls?node-id=247%3A56744 ### Tickets https://element-io.atlassian.net/browse/PSF-424 * As a user with permission to send a message in a room * I can interact with a poll button...

T-Enhancement
A-Timeline