[TIMOB-6429] MobileWeb: Remove all pre-1.8 deprecated APIs and platform specific namespaces
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-19T16:32:48.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-51, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | merge-1.9.0 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2011-12-01T19:02:14.000+0000 |
Updated | 2017-03-03T23:22:07.000+0000 |
Description
There's a number of deprecated APIs in mobile web that can be removed. For example, Ti.UI has a ton of constants that are deprecated. Need to check with latest API docs to see what is really deprecated.
Platform specific namespaces to remove:
* Ti.Android
* Ti.App.Android
* Ti.App.iOS
* Ti.Media.MusicPlayer
* Ti.Network.BonjourBrowser
* Ti.Network.BonjourService
* Ti.UI.3DMatrix
* Ti.UI.Android
* Ti.UI.CoverFlowView
* Ti.UI.iOS.AdView
* Ti.UI.iOS
* Ti.UI.iPad
* Ti.UI.iPad.Popover
* Ti.UI.iPad.SplitWindow
* Ti.UI.iPhone.ActivityIndicatorStyle
* Ti.UI.iPhone.AnimationStyle
* Ti.UI.iPhone
* Ti.UI.iPhone.NavigationGroup
* Ti.UI.iPhone.ProgressBarStyle
* Ti.UI.iPhone.RowAnimationStyle
* Ti.UI.iPhone.ScrollIndicatorStyle
* Ti.UI.iPhone.StatusBar
* Ti.UI.iPhone.SystemButton
* Ti.UI.iPhone.SystemButtonStyle
* Ti.UI.iPhone.SystemIcon
* Ti.UI.iPhone.TableViewCellSelectionStyle
* Ti.UI.iPhone.TableViewScrollPosition
* Ti.UI.iPhone.TableViewStyle
* Ti.UI.iPhone.TableViewSeparatorStyle
* Ti.UI.TabbedBar
* Ti.UI.Toolbar
Pull request: https://github.com/cb1kenobi/titanium_mobile/pull/2
Merged in to cb1kenobi's repo until 1.8->1.9 transition is stable in appcelerator repo.
Closing ticket as MobileWeb is no longer supported.