Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24679] Android: Deprecate invalid proxy constants in 7.0.0

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-11-14T00:04:45.000+0000
Affected Version/sRelease 6.0.4
Fix Version/sRelease 7.0.0
ComponentsAndroid
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2017-05-11T11:49:28.000+0000
Updated2017-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

Comments

  1. Gary Mathews 2017-10-27

    master: https://github.com/appcelerator/titanium_mobile/pull/9565
  2. Abir Mukherjee 2017-11-11

    FR passed. Waiting to merge.
  3. Abir Mukherjee 2017-11-14

    FR passed; merged.
  4. Lokesh Choudhary 2017-11-20

    Verified the fix in SDK 7.0.0.v20171117152921. Closing.

JSON Source