Improvement description
We should deprecate the usage of the localStorage adapter for Alloy Models.
It could create confusion as only supports MobileWeb and Tizen and is outdated by the 'properties' adapter (that supports all platforms).
See also
http://docs.appcelerator.com/titanium/latest/#!/guide/Alloy_Sync_Adapters_and_Migrations-section-36739597_AlloySyncAdaptersandMigrations-Ready-MadeSyncAdapters
Will need updates to documentation that includes sample code to use Properties rather than localStorage. Tizen support has already been removed, so this will focus on only MobileWeb. Make sure the change is communicated in the release notes.
PR: https://github.com/appcelerator/alloy/pull/496 Removed sample usage and also created tickets to: TIDOC to update release notes TIDOC to update documentation ALOY to remove the feature in next release
PR merged
localStorage sample correctly removed. (for MobileWeb, 'properties' adapter is available here: https://github.com/appcelerator/alloy/tree/master/test/apps/models/properties) Closing.