3550 Commits

Author SHA1 Message Date
2191bf2e39 Merge pull request #2968 from NativeScript/tsenov/uitests
Add new test page for layouts
2016-10-26 17:03:36 +03:00
a63439f500 Merge pull request #2967 from NativeScript/scale-bkg
Fix: CSS scale breaks background properties on iOS
2016-10-26 17:01:34 +03:00
fb07c08229 Add new test page for layouts 2016-10-26 16:33:00 +03:00
83e0ae4c85 Fix: CSS scale breaks background properties on iOS
Resolves #2911
2016-10-26 15:36:37 +03:00
b0add00d67 Merge pull request #2963 from NativeScript/tsenov/tabView
Wrapped all buttons in ScrollView
2016-10-25 17:06:30 +03:00
d3f0fcf1f9 Wrapped all buttons in ScrollView 2016-10-25 16:19:21 +03:00
57de24dfa5 Merge pull request #2961 from NativeScript/tsenov/uitests
Add text-color yellow in the all.xml page
2016-10-25 15:16:04 +03:00
432c2ee7f2 Add text-color yellow in the all.xml page 2016-10-25 15:03:12 +03:00
bdc24b1fda Merge pull request #2954 from kssfilo/master
iPad SplitView/SlideOver support
2016-10-25 14:41:30 +03:00
4cc1fbd940 Merge pull request #2958 from NativeScript/tsenov/uitests
Move tab-view test from css to tab-view
2016-10-25 13:06:56 +03:00
65bb76464d Move tab-view test from css to tab-view 2016-10-25 12:53:52 +03:00
efd9720328 Merge pull request #2956 from NativeScript/tsenov/tabViewPages
Update page all.xml in tabView
2016-10-25 11:43:39 +03:00
7ba49257da Merge pull request #2957 from NativeScript/font-weight
Add  sample to the UI Tests App
2016-10-25 11:41:59 +03:00
329fb0ea05 Add sample to the UI Tests App 2016-10-25 11:40:53 +03:00
425e3ecd7b Update page all.xml in tabView 2016-10-25 11:30:58 +03:00
3a07d166f2 Merge pull request #2951 from NativeScript/flexbox-layout-docs
Add flexbox-layout md
2016-10-25 10:48:30 +03:00
36d4169a7e Add flexbox-layout.md 2016-10-24 17:34:26 +03:00
22ae4b7e1b Merge pull request #2949 from NativeScript/tab-css
Add support for TabView CSS
2016-10-24 16:41:48 +03:00
9fc143ee03 Add support for TabView CSS
TabView {
    tab-text-color: green;
    tab-background-color: yellow;
    selected-tab-text-color: red;
    android-selected-tab-highlight-color: orange;
    text-transform: uppercase;
}
2016-10-24 15:07:22 +03:00
60763ce053 Merge pull request #2947 from NativeScript/flexbox-ui-tests
Flexbox ui tests
2016-10-24 15:04:52 +03:00
ae02bbdff3 Fix order set at runtime, polish unit test app example.
Add alignSelf nad flexWrapBefore in the flexbox examples

Some test fail with quite close calculations. Use eps.

Fix flex grow making last items with flexGrow 0 to shrink due to rounding, happy tslint
2016-10-24 14:34:26 +03:00
3c4199199e Merge pull request #2948 from NativeScript/nnikolov/PseudoClassesCss
Added pressed, active and disabled states for button.
2016-10-24 13:28:38 +03:00
a63f46ee83 Added pressed, active and disabled states for button. 2016-10-24 09:16:23 +03:00
653440d72b iPad SplitView/SlideOver support 2016-10-24 15:04:17 +09:00
8d178754a2 Merge pull request #2936 from NativeScript/nnikolov/CameraResizeIssue
Fixed issue with image resizing.
2016-10-21 13:35:47 +03:00
23352338d2 Fixed issue with image resizing. 2016-10-21 11:47:19 +03:00
2114c9f83a Merge pull request #2935 from NativeScript/zhecheva/segmentedBar-test
Added border-related properties to SegmentedBar ui-tests example
2016-10-21 09:50:10 +03:00
60259c772f Added border-related properties to SegmentedBar ui-tests example 2016-10-20 16:42:14 +03:00
6abb0db99b Merge pull request #2900 from NativeScript/buhov/workers-dts
Add typescript declarations for workers
2016-10-20 12:59:46 +03:00
036bb10b25 Merge pull request #2924 from NativeScript/zhecheva/percent-margin
Support of percentage margins for certain elements - frame, page, contentview.
2016-10-20 12:02:11 +03:00
1c2ab2adc9 Add typescript declarations for workers 2016-10-20 11:34:14 +03:00
75cab33f8f Percent support of margin of layouts/frame/page/contentview 2016-10-20 11:29:21 +03:00
ffc611c23d Merge pull request #2931 from NathanaelA/worker-timer-fix-android
Fixes using setTimeout/setInterval in a Android Worker
2016-10-20 10:37:42 +03:00
d3e5d821a5 Merge pull request #2921 from NativeScript/flexbox-ios
FlexboxLayout for iOS
2016-10-20 09:52:04 +03:00
be2f1721ae Merge pull request #2926 from NativeScript/its-snippets
Add ListView item template selector code snippets
2016-10-20 09:36:50 +03:00
8281e81621 This fixed setTimeout/setInterval for Android 2016-10-19 19:48:53 -05:00
555328e9bc Bump up version of tns-platform-declarations 2016-10-19 17:43:02 +03:00
61f0223815 Bump up version to 2.5.0 2016-10-19 17:41:45 +03:00
d7413a4be7 Merge pull request #2927 from NativeScript/nnikolov/HttpIssuesWithAngular
Xhr response converted to string so Angular could use it correctly.
2016-10-19 17:23:07 +03:00
791aab04e5 Flexbox ios initial commit
Items now appear, but they should initially shrink and they don't

Add 15-ish tests for flexbox layout

Port reasonable flexbox test set

Fixing issues, adding unit tests

Moved from .tsx to .ts and used our ui/builder.parse
2016-10-19 17:02:26 +03:00
6779fce534 Add ListView item template selector code snippets 2016-10-19 16:11:30 +03:00
915df32b27 Xhr response converted to string so Angular could use it correctly. 2016-10-19 16:08:47 +03:00
4b94fe8c63 Merge pull request #2909 from NativeScript/its
ListView item template selector
2016-10-19 10:32:34 +03:00
1ab5c3bf3d Merge pull request #2920 from NativeScript/tsenov/ui-tests
Set autocorrect to false in pages letter-spacing and transform-decora…
2016-10-18 14:52:32 +03:00
8bb4f9f466 Set autocorrect to false in pages letter-spacing and transform-decoration-color 2016-10-18 14:15:01 +03:00
27c532def7 Merge pull request #2916 from NativeScript/tsenov/ui-tests
Set autocorrect to false ini all-uniform and non uniform pages
2016-10-18 13:45:14 +03:00
44bab5b0f0 Padding was reset incorrectly (#2917)
* Padding was reset incorrectly

* Fix tslint
2016-10-18 13:18:32 +03:00
4a76753b05 Set autocorrect to false ini all-uniform and non uniform pages 2016-10-18 10:35:10 +03:00
e28148c929 ListView item template selector refactoring + sample code 2016-10-17 17:22:30 +03:00
8641826ff3 Merge pull request #2912 from NativeScript/tsenov/ui-tests
Update all text field of  zIndex page with autocorrect=false
2016-10-17 15:41:49 +03:00