Nicolas Buquet
Nicolas Buquet
### Steps to reproduce Working on Tchap iOS Dev team. Element 1.11.2 merged. Sometimes, when running the app from Xcode directly on my device, I got this crash : ```...
### Steps to reproduce 1. Element iOS launched on device, Element web launched in browser on same account as Element iOS 2. Regenerate a Secure Backup key on Element web...
When activating cross-signing in Security settings, either directly or by activating Secure Backup, the cross-signing status is not updated in UI. If you leave Security Settings and open it back...
In class `MatrixSDK/Core/MXKeyProvider`, the method `- (nonnull MXKeyData *)keyDataForDataOfType:(NSString *)dataType` raise Excpetion that doesn't seem to be always catched: ``` - (nonnull MXKeyData *)keyDataForDataOfType:(NSString *)dataType isMandatory:(BOOL)isMandatory expectedKeyType:(MXKeyType)keyType { MXKeyData *keyData...
String messages in module `Riot/Modules/Settings/Security/SecurityViewController.m` are not localized. ``` // Double confirmation UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"Are you sure?" // TODO message:@"Anyone you have verified with will see security alerts....
### Pull Request Checklist - [x] I read the [contributing guide](https://github.com/element-hq/element-ios/blob/develop/CONTRIBUTING.md) - [ ] UI change has been tested on both light and dark themes, in portrait and landscape orientations...
Check filesize before uploading file to server and display alert if file is too big This test is present in the Android version of Element, but curiously not in the...
Fix #7424 ### Pull Request Checklist - [ x] I read the [contributing guide](https://github.com/vector-im/element-ios/blob/develop/CONTRIBUTING.md) - [ ] UI change has been tested on both light and dark themes, in portrait...
### Steps to reproduce Update to Xcode 15.4. (it works as intended with Xcode 15.2) Generate Archive and Validate it in Organizer. ### Outcome #### What did you expect? The...