Skip to content

v7.1.23216.0-Beta

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 24 Jul 20:23
· 15 commits to master since this release
  • IEngine.GetFileSystemItemAsync() method signature changed. Path parameter removed (path is not available on iOS & macOS). The context parameter added. On Windows platform the path can now be extracted by casting context to IContextWindows.
  • IFileSystemItem.MoveToCompletionAsync() and IFileSystemItem.DeleteCompletionAsync() methods moved to the a new IfileSystemItemWindows interface. IFileSystemItem.GetMetadataAsync() moved to a new IFileSystemItemMac interface.
  • Drive registration/unregistration code refactored on macOS.
  • appsettings.json is now linked in File Provider extension project from Container application project. AppGroupId removed from AppGroupSettings.
  • In WebDAV Drive sample on macOS file content was buffered in memory during download (hydration) and upload. Progress does not show on macOS during download. Now this bug is fixed.
  • Context menu did not show on macOS. Now this bug is fixed.
  • File provider extension did not sign on macOS. Now the extension is properly signed.
  • ProcessChangesAsync() call optimized in WebDAV Drive sample for Windows. Now only first and last notifications from server are processed, reducing number of requests to the remote storage.