Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1117] Android: deprecate the ImageView url property

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:15.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsAndroid
Labelsandroid, defect, imageview
ReporterJeff Haynie
AssigneeDon Thorp
Created2011-04-15T02:44:26.000+0000
Updated2011-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

Comments

  1. Marshall Culpepper 2011-04-15

    (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...

JSON Source