wire-ios icon indicating copy to clipboard operation
wire-ios copied to clipboard

📱 Wire for iOS (iPhone and iPad)

Results 115 wire-ios issues
Sort by recently updated
recently updated
newest added

WPB-11435 [iOS] All messages in a 1:1 conversation duplicated in iOS ### Issue On the legacy code, it happens message get processed multiple times. It could be that in the...

stale

### Issue Provides an Intent to perform backup of database under a Developer flag: `enablePerformBackupAction` ### Testing TBD --- ### Checklist - [ ] Title contains a reference JIRA issue...

WIP

WPB-17064 [iOS] hang on conversation list ### Issue When resuming the app, the conversation lists are recreated and conversations filtered and sort again. This is done in memory and causes...

WPB-15572 [iOS] Convert groups to folders ### Issue Fixes file locations, removes unused files, converts groups to folders in Wire Data Model. --- ### Checklist - [ ] Title contains...

echoes: technical-roadmap

WPB-14876 [iOS] Create a new WireLogger interface ### Issue _Please describe the issue._ _Optional: add details about technical approach, solutions etc._ _Optional: reference dependencies to other pull requests etc._ ###...

WPB-15572 [iOS] Convert groups to folders ### Issue Fixes file locations, removes unused files, converts groups to folders in Wire Request Strategy. --- ### Checklist - [ ] Title contains...

WIP
echoes: technical-roadmap

WPB-15347 [iOS] Issues with linking dependencies ### Issue This PR intents to fix the following run-time warning: objc[7471]: Class _TtC13WireAnalyticsP33_8BD82122A1FD2C8934CBAC6E445B31AB12BundleFinder is implemented in both wire-ios-mono/Build/Products/Debug-iphonesimulator/PackageFrameworks/WireAnalytics_72DE60DCE7DDA74C_PackageProduct.framework/WireAnalytics_72DE60DCE7DDA74C_PackageProduct (0x105be4278) and ~/Library/Developer/CoreSimulator/Devices/F5534429-867A-4E85-9069-65D58ACAF910/data/Containers/Bundle/Application/FE7E4197-1F98-402F-A1EB-795D7D48982F/Wire.app/Wire.debug.dylib (0x10991fdd8). One...

echoes: technical-roadmap/throughput

WPB-21441 [iOS] [Integration] Toggle Apps in Conversation Flow ### Issue Currently the group creation dialog doesn't show the allow-apps toggle and doesn't consider the feature flag. This PR fixes it....

WPB-21441 [iOS] [Integration] Toggle Apps in Conversation Flow ### Issue _Please describe the issue._ _Optional: add details about technical approach, solutions etc._ _Optional: reference dependencies to other pull requests etc._...

WPB-21759 [iOS] Duplicate messages when importing universal backup ### Issue In **ImportBackupUseCase** we filter out messages that already exist in the database: ```if !storedMessageIDs.contains(backupMessage.id) ... // then filter out``` The...