Naomi Plasterer
Naomi Plasterer
When accessing downloaded media for offline mode you make a request to `downloadRequest.toMediaItem()` https://github.com/androidx/media/blob/2c7201024ebdbfccf32e291f816fe426cc5540d8/libraries/exoplayer/src/main/java/androidx/media3/exoplayer/offline/DownloadRequest.java#L230-L238 However when using a `MediaSession` for background playing it is required to set the media item...
You can see more context here: https://github.com/androidx/media/issues/143 We need `requestMetadata` on all `mediaItems` in order for the `MediaSession.Callback` to be able to correctly set the `localConfiguration`. Previously downloaded items did...
I recently transitioned my app over to media3 and I've noticed that the closed captions button is always disabled. All of my videos are HLS and on exoplayer2 it was...
https://community.xmtp.org/t/xip-19-deprecate-the-composite-codec/525 Lets remove the composite codec from the supported types.
Based off of https://github.com/xmtp/xmtp-js/pull/519 added shouldPush to ContentCodec type added shouldPush method to TextCodec and CompositeCodec added senderHmac to MessageV2 added encryption methods for calculating HMAC signature
Create an account with a smart contract wallet.
This adds the ability to add additional wallets to an existing client. Client creation only allows creating with an EOA so we can guarantee V2 functionality works as intended. However...
Based off of the test in RN that errors. Here are the logs in iOS ``` Alix loaded 50 groups in 0.4819631576538086ms Alix synced 50 groups in 2.364039421081543ms Bo synced...
You should not be able to sign non hashed payloads - payloads MUST be hashed using a cryptographic hash function as part of the ECDSA spec. - Some Crypto library...