[TIMOB-26515] Ti.UI.iOS.NavigationWindow marked as deprecated, but Android missing (7.5.0+)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-07T19:19:39.000+0000 |
Affected Version/s | Release 7.5.0 |
Fix Version/s | Release 7.5.0 |
Components | Android, iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Vijay Singh |
Created | 2018-11-04T15:42:47.000+0000 |
Updated | 2018-11-16T18:25:57.000+0000 |
Description
When using 7.5.0, the
Ti.UI.iOS.NavigationWindow
API is marked as deprecated, but the Android parity has not been merged so far. Also it says "deprecated since 7.4.0", whereby it should be 7.5.0. Please either add Android parity in the GA or remove the deprecation until 8.0.0.
[~hknoechel] thanks for reporting the issue .
[~cwilliams] [~amukherjee] 1. I think we should revert the PR of TIMOB-26060 from 7_5_X as TIMOB-26060 was intended to make parity. 2. We should reopen TIMOB-26060. One more PR for master should be made with necessary change in documents. Any other thought? PR for reverting changes in 7_5_X. PR (7_5_X) - https://github.com/appcelerator/titanium_mobile/pull/10421 PR for titanium mocha - https://github.com/appcelerator/titanium-mobile-mocha-suite/pull/86
This change has been reverted on 7_5_X branch, remains on master (8.0.0) branch.
*Closing ticket.* Verified fix in SDK version
7.5.0.v20181107165817
. No longer see the deprecation error. Tested using the following test case:*Test Environment*
This was not fully fixed. We still get
Ti.UI.iOS.NavigationWindow DEPRECATED in 7.4.0, in favor of Ti.UI.NavigationWindow
which seem to be triggered by Alloy I think.Discard my previous comment, I was still using a custom built 7.5.0!