[TIMOB-24679] Android: Deprecate invalid proxy constants in 7.0.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-11-14T00:04:45.000+0000 |
Affected Version/s | Release 6.0.4 |
Fix Version/s | Release 7.0.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2017-05-11T11:49:28.000+0000 |
Updated | 2017-11-20T21:44:46.000+0000 |
Description
- Deprecate the invalid constants (see here: https://github.com/appcelerator/titanium_mobile/pull/9031/files)
*TEST CASE*
var audioPlayer = Ti.Media.createAudioPlayer(...);
audioPlayer.STATE_BUFFERING // this should be deprecated
Ti.Media.AudioPlayer.STATE_BUFFERING // this should be used instead
master: https://github.com/appcelerator/titanium_mobile/pull/9565
FR passed. Waiting to merge.
FR passed; merged.
Verified the fix in SDK 7.0.0.v20171117152921. Closing.