cimbalino / Cimbalino-Phone-Toolkit

Cimbalino Windows Phone Toolkit
MIT License
78 stars 32 forks source link

Added a new base converter, IsolatedStorage extension method, amended ANID for WP8 #6

Closed ScottIsAFool closed 11 years ago

ScottIsAFool commented 11 years ago

Added the BooleanToValueBaseConverter which can be used by anyone to create new converters that depend on a true/false situation. Changed the existing filters of these nature to use it.

Added the IsolatedStorageFile extension method that will allow you to delete a folder, even if it's not empty.

Changed the UserExtendedPropertiesService implementation to use ANID2 for WP8 as ANID is now deprecated in phone 8.

ScottIsAFool commented 11 years ago

More information on the change made for ANID > ANID2 http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/03/11/migrating-anids-to-windows-phone-8.aspx