[TIMOB-8108] IOS: Deprecated string is noting that it will be removed for 1.9.0, need to be changed to 2.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-20T14:23:41.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | iOS |
Labels | qe-ios031912 |
Reporter | Natalie Huynh |
Assignee | Vishal Duggal |
Created | 2012-03-20T10:43:38.000+0000 |
Updated | 2012-03-21T12:07:53.000+0000 |
Description
Use any API that is being deprecated and get the following message:
Titanium.UI.ANIMATION_CURVE_EASE_OUT DEPRECATED in 1.8.0, in favor of Ti.UI.iOS.ANIMATION_CURVE_EASE_OUT: REMOVED in 1.9.0
Expected:
REMOVED in 2.0
Even though if does not affect the functionality, it does not look good.
Pull pending 1762. Note that the warning has been changed to Titanium.UI.ANIMATION_CURVE_EASE_OUT DEPRECATED in 1.8.0, in favor of Ti.UI.iOS.ANIMATION_CURVE_EASE_OUT Will reintroduce the REMOVED warning when we know for sure when it will be removed.
Tested with 2.0.0.v20120321071752 on iPhone 4 (4.3.5) getting the deprecated message without the remove