[ALOY-638] Create complex style test app for testing all style combinations
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-19T17:39:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.4.0, 2014 Sprint 08 |
Components | Samples & Templates |
Labels | qe-testadded |
Reporter | Tony Lukasavage |
Assignee | Tim Poulsen |
Created | 2013-04-23T03:24:38.000+0000 |
Updated | 2014-05-20T20:46:09.000+0000 |
Description
Create a test app that leverages global, controller, theme, and platform specific styles that produce different results on all platforms. These styles should be additive, overwriting, use device queries, and basically anything that can test Alloy's ability to merge the files correctly.
PR: https://github.com/appcelerator/alloy/pull/346 Functional test: Build the new advanced/complex_styling app. The text of the labels describes the style settings you should see and approximately where they were set. The app uses themes, device queries, platform-specific includes, and a mix of styles set in the TSS and XML files. The test app was tested using SDK 3.2.2.GA with Xcode 5.1. Thus, the PR includes changes to the Harness app and jake app runner to update the SDK version. Nothing in the app specifically requires 3.2.2.GA.
PR merged
PR merged