Release 1.0.0
Merge request reports
Activity
requested review from @brunomunizaf
assigned to @darrarski.xx
added 2 commits
added 2 commits
added 11 commits
- 332412e1 - Refactor
- 2961ba1c - Update client-ios-db to v1.2.0
- 83e7a531 - Use Database.unimplemented instead of .failing
- a619e4a6 - Run xcode-remove-caches on CI
- eca43dad - Revert "Run xcode-remove-caches on CI"
- fb085d7d - Update CI config
- 6830aef1 - Update CI config
- be586d6d - Disable some tests on CI
- 91efa865 - Update CI config
- 2fb68490 - Revert "Disable some tests on CI"
- 394c8fc6 - Merge branch 'feature/xx-messenger-update-database' into 'development'
Toggle commit listadded 15 commits
- c0220e52 - Add backup callbacks registry
- 0f47f000 - Add MessengerRegisterBackupCallback function
- ef6c6113 - Add MessengerIsBackupRunning function
- 5a258fcd - Add MessengerStopBackup function
- fa71cb6e - Add MessengerStartBackup function
- d932ed9c - Add MessengerResumeBackup function
- b4d89289 - Refactor BackupParams coding
- 712a6c51 - Add MessengerBackupParams function
- c87b61ae - Expose backup in Messenger interface
- 791ac125 - Update docs
- 30ad9d73 - Update docs
- 6077fe46 - Fix typo
- e985b2e1 - Update MessengerStartBackup function
- 2a38d681 - Update docs
- c7727d9a - Merge branch 'feature/messenger-backup' into 'development'
Toggle commit listadded 16 commits
- bc69f0f2 - Add BackupFeature library
- 93b98fa4 - Present Backup from Home
- 4aa59f6d - Fix race condition in MessengerStartBackup
- 5a729d9f - Add BackupStorage utility
- cfafee09 - Improve MessengerIsBackupRunning.unimplemented
- 5375dc39 - Register backup callback and update storage
- df699f46 - Implement example backup feature
- c4fdba3c - Refactor
- e22c3daf - Update MessengerFileManager
- c2c18618 - Create BackupStorage.onDisk implementation
- d89f26a2 - Update example app
- efc1f346 - Update BackupView
- aabd0d05 - Try to resume backup on launch
- 90d0e9a0 - Test CI
- 0070b7bb - Revert "Test CI"
- c15b6a04 - Merge branch 'feature/messenger-example-make-backup' into 'development'
Toggle commit listadded 27 commits
- 6e220b88 - Restore contacts from backup
- 62c8a894 - Update UdMultiLookupCallback
- 8b436846 - Update RestoreView
- f83db6a7 - Improve error handling in RestoreFeature
- f89c6fce - Don't lookup restored contacts
- 046063e2 - Merge branch 'development' into feature/restore-contacts-from-backup
- 7a004c2a - Improve UI in ContactView
- 13b626fa - Add contact ID to ContactView
- 13bc70ac - Allow test selection in ContactView
- c1952b00 - Add contact ID to MyContactView
- cc1864ab - Add ContactLookupFeature library
- 89c7eab8 - Present Lookup from Contact
- 72fdc435 - Implement lookup
- f7f7def9 - Handle looked up contact in ContactFeature
- 618eae31 - Show failure in ContactLookupView
- 4843a17f - Dismiss lookup on success
- 7c1394e8 - Refactor
- 5eda3f48 - Improve failure handling in ContactLookupFeature
- 9f37c6ea - Improve send request feature
- 3b6d4db7 - Improve form on BackupView
- 8718aa66 - Restore username from facts, not from params
- d6d7d10f - Merge branch 'development' into feature/restore-contacts-from-backup
- b783ad91 - Use MessengerMyContact in BackupFeature
- 20e23f55 - Use MessengerMyContact in RegisterFeature
- bb1e81e4 - Use MessengerMyContact in SendRequestFeature
- dcef4f39 - Load username fact in MyContactFeature
- a62fbdf3 - Merge branch 'feature/restore-contacts-from-backup' into 'development'
Toggle commit listadded 6 commits
Toggle commit listadded 11 commits
- cedcad68 - Add SwiftLog to example app
- e436b0dd - Use SwiftLog in AppCore.Logger
- d54a03dc - Add swift-log dependency
- 9d7038f9 - Add LogMessage model
- b9020a4f - Add MessengerSetLogLevel function wrapper
- db115cdf - Refactor LogMessage model
- a127f3ca - Add MessengerStartLogging function
- f862b214 - Start logging when creating live AppEnvironment
- cd7f9c8c - Improve LogeMessage parsing
- e7bc04ea - Improve LogeMessage parsing
- 6bb4946a - Merge branch 'feature/messenger-example-logging' into 'development'
Toggle commit listadded 7 commits
- ee77ad92 - Add UDEnvironment model
- cbffc477 - Add E2EGetUdEnvironmentFromNdf function
- da83395a - Use UDEnvironment with NewOrLoadUd.Params
- 71bc674c - Use UDEnvironment with NewUdManagerFromBackup
- 51e89aef - Update build scheme
- 3600ffa5 - Use UDEnvironment in XXMessengerClient
- 6f07a194 - Merge branch 'feature/ud-environment' into 'development'
Toggle commit listadded 8 commits
- edc8ec82 - Set ITSAppUsesNonExemptEncryption to NO
- 7f4593e8 - Set Development Team
- 81861da9 - Disable "mac designed for iphone ipad" platform
- 5f0c8ee5 - Enable Pulse remote logging
- d736925a - Fix usage of unimplemented in release mode
- 97d977e8 - Add script that bumps example app build number
- a795890e - Update package dependencies
- cf3ca5d4 - Merge branch 'feature/example-app-deployment' into 'development'
Toggle commit listadded 2 commits
added 1 commit
- 47b3ab24 - Bump xx-messenger example app build number to 2
added 8 commits
- c34548d0 - Add Params struct to InitFileTransfer function
- 8d40ae01 - Fix GetFileTransferParams.unimplemented
- 5acba553 - WIP
- cc0946dc - Merge branch 'development' into feature/messenger-send-file
- a688a03e - Refactor MessengerSendFile
- 73a6adff - Add missing public initializer
- 8e15bc02 - Refactor MessengerSendFile and add tests
- de1baeb1 - Merge branch 'feature/messenger-send-file' into 'development'
Toggle commit listadded 20 commits
- 973cd52f - Add MessengerReceiveFile function
- 9fc5f66b - Merge branch 'development' into feature/messenger-receive-file
- 5057d2ab - Store FileTransfer in MessengerEnvironment
- e378d3ad - Add MessengerStartFileTransfer function
- cb3fbbb2 - Update MessengerSendFile function
- ff222fa4 - Remove MessengerReceiveFile function
- a11960d9 - Clean up unused code
- 42f41741 - Revert "Remove MessengerReceiveFile function"
- cb778700 - Implement MessengerReceiveFile function
- c7898f41 - Add ReceiveFileCallbacksRegistry
- eeef2850 - Refactor ReceiveFileCallback
- 22621337 - Refactor
- 393e17ff - Use ReceiveFileCallbacksRegistry
- 2edf739a - Add MessengerRegisterReceiveFileCallback function
- d7929432 - Refactor
- 87a3d372 - Update docs
- 34da59da - Remove CI caches
- 72b5b446 - Revert "Remove CI caches"
- 6acd670e - Update example app package dependencies
- 2ce35485 - Merge branch 'feature/messenger-receive-file' into 'development'
Toggle commit listadded 18 commits
- ada1bf9d - Add ReceiveFileHandler
- 52851d6d - Start ReceiveFileHandler when app starts
- e99b477d - Update tests
- c571cb08 - Add MessengerIsFileTransferRunning function
- a0993b10 - Expose stored FileTransfer in Messenger interface
- 02146369 - Fix MessengerIsFileTransferRunning.unimplemented
- 14b12aba - Start file transfer when app starts
- 0758b846 - Implement ReceiveFileHandler
- 41cc0515 - Implement file transfers UI in ChatView
- 2bd04721 - Fetch file transfers in ChatFeature
- fb3ab8f2 - Add SendImage to AppCore
- 84197738 - Remove unused code
- b0361af7 - Add ImagePicker view to AppCore
- 3a280205 - Implement sending image in ChatFeature
- c17818aa - Make FileSend.preview optional
- be596e5e - Implement SendImage
- 54f1247d - Merge branch 'development' into feature/example-file-transfers
- 3ec374e2 - Merge branch 'feature/example-file-transfers' into 'development'
Toggle commit listadded 26 commits
- b9fa3991 - Update package dependencies
- 3cc0df2e - Update example app package dependencies
- 83b4f971 - Move URLDataLoader to AppCore
- 461c4734 - Add AppDependencies to AppCore library
- 6d8016da - Migrate ContactLookupFeature to ReducerProtocol
- df3654cd - Migrate SendRequestFeature to ReducerProtocol
- c5e278cd - Add missing public init
- 2e60cdc1 - Migrate VerifyContactFeature to ReducerProtocol
- 60da16a6 - Rename AppDependencies key
- 551df629 - Migrate ConfirmRequestFeature to ReducerProtocol
- a8031c07 - Migrate CheckContactAuthFeature to ReducerProtocol
- dc24e4a4 - Migrate ResetAuthFeature to ReducerProtocol
- 5b6ce6a1 - Migrate WelcomeFeature to ReducerProtocol
- d58985d4 - Migrate RestoreFeature to ReducerProtocol
- c438e054 - Migrate RegisterFeature to ReducerProtocol
- ce8cfc61 - Migrate MyContactFeature to ReducerProtocol
- f04f8ace - Migrate BackupFeature to ReducerProtocol
- 90bdd96f - Fix internal dependencies in swift package
- c039bb0a - Migrate ChatFeature to ReducerProtocol
- f6df3d2f - Migrate ContactFeature to ReducerProtocol
- 59b4b115 - Migrate ContactsFeature to ReducerProtocol
- 08454d98 - Migrate UserSearchFeature to ReducerProtocol
- 1ebde9ff - Migrate HomeFeature to ReducerProtocol
- 530c5485 - Migrate AppFeature to ReducerProtocol
- f08b09d7 - Setup logging when app starts
- 18b4cb6e - Merge branch 'feature/example-app-reducer-protocol' into 'development'
Toggle commit listadded 1 commit
- bbf2f3e1 - Bump xx-messenger example app build number to 3
added 1 commit
- 5a6db207 - Bump xx-messenger example app build number to 4
added 7 commits
- 122fc739 - Update Bindings.xcframework
- bc846695 - Remove CMixIncreaseParallelNodeRegistration
- c1f30818 - Add CMixChangeNumberOfNodeRegistrations
- e92895bd - Add CMixPauseNodeRegistrations
- fef8136e - Add IsReadyInfo model
- 4b44419d - Add CMixIsReady function wrapper
- 2dca887d - Merge branch 'feature/update-bindings' into 'development'
Toggle commit listadded 16 commits
- f2c8408d - Update Bindings.xcframework
- a6a0ef7b - Remove error property from Progress model
- 975f3bf9 - Update Bindings.xcframework
- bbb696dc - Update Bindings.xcframework
- 12d41f7f - Allow selecting failure text in HomeView
- 503cd809 - Update Bindings.xcframework
- d3749786 - Update Bindings.xcframework
- 2a35e316 - Update Bindings.xcframework
- fd39571c - Add transferId property to Progress model
- 581c1b0d - Update FileTransferProgressCallback
- 1a39609e - Update MessengerReceiveFile and MessengerSendFile
- e4095a34 - Update example app
- 29e0200c - Update Bindings.xcframework
- 01d0907e - Update Bindings.xcframework
- ecd12d77 - Update ReceiveFileCallback
- 8b7258c0 - Merge branch 'feature/debug-bindings' into 'development'
Toggle commit list
Please register or sign in to reply