-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove prefix use in public APIs and respell Upload as DirectUpload (#84
) * Respell MuxUpload as DirectUpload * MuxUploadSDK -> SDKLogger * UploadManager -> DirectUploadManager * MuxErrorCase -> DirectUpload.UploadError.Kind * Rename property for consistency with type name * Rename MuxUploadTests -> DirectUploadTests * Remove Error.asMuxUploadError * Move UploadError Kind to DirectUpload file * UploadsUpdateDelegate -> DirectUploadManagerDelegate * Renames DirectUploadManagerDelegate.uploadListUpdated(with:) -> DirectUploadManagerDelegate.didUpdate(managedDirectUploads:) DirectUploadManager.allManagedUploads() -> DirectUploadManager.allManagedDirectUploads() DirectUploadManager.findStartedUpload(ofFile:) -> DirectUploadManager.startedDirectUpload(ofFile:) DirectUploadManager.resumeUpload(ofFile:) -> DirectUploadManager.resumeDirectUpload(ofFile:) DirectUploadManager.resumeUpload(ofFile:completion:) -> DirectUploadManager.resumeDirectUpload(ofFile:completion:) DirectUploadManager.resumeAllUploads() -> DirectUploadManager.resumeAllDirectUploads() * Fix docs typo separately * Fix Example * Rename UploadOptions -> DirectUploadOptions * Docs * Unnest DirectUploadError Remove Error.parseAsUploadError(lastSeenUploadStatus:) * Rename UploadResult -> DirectUploadResult * DirectUpload.InputStatus renames uploadSucceeded -> finished, wraps DirectUploadResult uploadFailed -> finished, wraps DirectUploadResult awaitingUploadConfirmation -> awaitingConfirmation uploadInProgress -> transportInProgress uploadPaused -> paused * DirectUpload.Success -> DirectUpload.SuccessDetails To distinguish from DirectUploadResult.success
- Loading branch information
1 parent
8a190c5
commit 3af8e48
Showing
23 changed files
with
269 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.