[TIMOB-23452] SDK: Remove all deprecated API's with remove-version 6.0.0
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-07-14T15:30:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.0 |
Components | Android, iOS |
Labels | breaking-change |
Reporter | Hans Knöchel |
Assignee | Christopher Williams |
Created | 2016-05-28T09:54:53.000+0000 |
Updated | 2017-03-24T20:50:43.000+0000 |
Description
This ticket include the changes being made to remove all deprecated API's across iOS and Android. On iOS, we have 106 API's that are marked to be removed by 6.0.0 (even API's from 1.8.0 and earlier), so it's time. On Android, we have 70 API's that are annotated with
@Deprecated
, without a remove-version. [~hpham] should decide which of them can be removed in 6.0.0.
iOS PR: https://github.com/appcelerator/titanium_mobile/pull/8028
APPROVED>
[~msamah] iOS is complete. maybe you can work on the android part and close this ticket after.
Already did this as TIMOB-20221
I missed some docs and removals when doing the initial PR. The following PR's handles all missing removals: PR (master): https://github.com/appcelerator/titanium_mobile/pull/8604 PR (6_0_X): https://github.com/appcelerator/titanium_mobile/pull/8605
Closing ticket as fixed.