[TIMOB-1117] Android: deprecate the ImageView url property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | Android |
Labels | android, defect, imageview |
Reporter | Jeff Haynie |
Assignee | Don Thorp |
Created | 2011-04-15T02:44:26.000+0000 |
Updated | 2011-04-17T01:55:15.000+0000 |
Description
formally deprecate the property 'url' in favor of the single property 'image'
for now, warn (via log) that url is no longer supported -- however, don't disable it (yet).
we want to have singular properties for functions that do the same thing vs. different properties based on their type. in iphone, this calls problems, particular during tableview repainting
(from [f3c74d57ed928a7f801c34c86f365a1b9ace7fc7]) warn if the user uses the deprecated the url property, support remote urls in the image property [#1117 state:resolved] http://github.com/appcelerator/titanium_mobile/commit/f3c74d57ed928a7f801c34c86f365a1b9ace7fc7"> http://github.com/appcelerator/titanium_mobile/commit/f3c74d57ed928...