Tuesday, February 18, 2014

Update: Version 1.3 of SkyDrive Browser Task for Windows Phone 8

Version 1.3 is now live!  I've added a new language, Dutch (nl), courtesy of Jurjen Ladenius.  I also added the ability to override the file icons or set new ones, and I display the file size.  You can override the default icon for folders, albums, or files by specifying a URL to a resource or HTTP resource.

To set a new file type icon, call AddCustomFileTypeImage on the task class, passing it the extension and the Uri to the resource.  For folders, specify "folder" and for albums specify "album".

SkyDriveBrowserTask.AddCustomFileTypeImage("folder", new Uri("/MyAssembly;component/Assets/MyFolderIcon.png", UriKind.Relative));

Grab the package on nuget: ArianKulp.SkyDrive.BrowseTask v1.3

No comments:

Post a Comment