[ALOY-890] Replace <NavigationGroup> with <NavigationWindow> in all test apps
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-12-03T23:55:01.000+0000 |
Affected Version/s | Alloy 1.3.0 |
Fix Version/s | 2013 Sprint 25 |
Components | Samples & Templates, Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-12-03T18:39:56.000+0000 |
Updated | 2018-03-07T22:25:58.000+0000 |
Description
As Ti.UI.iPhone.NavigationGroup is being removed and replaced with Ti.UI.iOS.NavigationWindow in TiSDK 3.2.0, we need to also replace it in all the Alloy test apps and samples.
master PR: https://github.com/appcelerator/alloy/pull/281 1_3_X commit: https://github.com/appcelerator/alloy/commit/42d62aa5c1407471c707243a47e4e5f721648a26
deleted apps
* ui/navgroup (replaced by ui/navwindow)updated sample apps
* samples/rss (test this heavily as it is used in Studio)updated test apps
* advanced/master_detail * models/binding_destroy * models/journal * models/sql_queries * ui/proxy_properties *NOTE:* Apps in the "testing" folder were not updated as they are specifically for addressing issues in tickets and are not meant to be used as examples. They are not included in the alloy npm module distribution.