Commit Graph

263 Commits

Author SHA1 Message Date
Rossen Hristov
93cc666b8f Add TabView.iosIconRenderingMode property
Resolves #2689
2016-11-04 16:18:55 +02:00
vchimev
c244af3e2b Rename a flexbox test page
Fix a typo.
2016-11-03 11:42:50 +02:00
Rossen Hristov
bb08cc1b49 Merge pull request #3011 from NativeScript/issue-3007
Fix: java.lang.NumberFormatException when applying clip-path with per…
2016-11-03 09:45:31 +02:00
Rossen Hristov
28f084e7d2 Fix: java.lang.NumberFormatException when applying clip-path with percentage values
Resolves #3007
2016-11-02 16:59:06 +02:00
vchimev
fc9843d800 Add a flexbox-repeater test page 2016-11-02 16:09:56 +02:00
Alexander Vakrilov
20c987d7dc Merge pull request #2994 from NativeScript/apply-css
Don't apply css on unloaded
2016-11-01 10:46:29 +02:00
Vasil Chimev
6c077da786 Merge pull request #2998 from NativeScript/vchimev-flex
Update flexbox test page
2016-10-31 15:59:47 +02:00
vchimev
9f9b9c7d92 Update flexbox test page 2016-10-31 15:50:40 +02:00
Rossen Hristov
0bfd25b139 Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode
Resolves #2942
2016-10-31 13:52:38 +02:00
vakrilov
ba8fb8aa3c Add ui test page 2016-10-31 11:09:58 +02:00
vchimev
0b9d7b7b6c Update flexbox test page 2016-10-28 16:30:03 +03:00
Nedyalko Nikolov
c46f216d31 SelectedBackgroundColor property exposed via css. (#2973) 2016-10-28 10:26:10 +03:00
Vladimir Enchev
e27995a889 tslint errors fixed 2016-10-27 15:33:39 +03:00
SvetoslavTsenov
897607bb64 Include test page for issue 2674 2016-10-26 22:08:12 +03:00
SvetoslavTsenov
2191bf2e39 Merge pull request #2968 from NativeScript/tsenov/uitests
Add new test page for layouts
2016-10-26 17:03:36 +03:00
Rossen Hristov
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
SvetoslavTsenov
fb07c08229 Add new test page for layouts 2016-10-26 16:33:00 +03:00
Rossen Hristov
83e0ae4c85 Fix: CSS scale breaks background properties on iOS
Resolves #2911
2016-10-26 15:36:37 +03:00
SvetoslavTsenov
d3f0fcf1f9 Wrapped all buttons in ScrollView 2016-10-25 16:19:21 +03:00
SvetoslavTsenov
432c2ee7f2 Add text-color yellow in the all.xml page 2016-10-25 15:03:12 +03:00
SvetoslavTsenov
65bb76464d Move tab-view test from css to tab-view 2016-10-25 12:53:52 +03:00
SvetoslavTsenov
efd9720328 Merge pull request #2956 from NativeScript/tsenov/tabViewPages
Update page all.xml in tabView
2016-10-25 11:43:39 +03:00
Rossen Hristov
329fb0ea05 Add sample to the UI Tests App 2016-10-25 11:40:53 +03:00
SvetoslavTsenov
425e3ecd7b Update page all.xml in tabView 2016-10-25 11:30:58 +03:00
Rossen Hristov
22ae4b7e1b Merge pull request #2949 from NativeScript/tab-css
Add support for TabView CSS
2016-10-24 16:41:48 +03:00
Rossen Hristov
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
Panayot Cankov
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
zh-m
60259c772f Added border-related properties to SegmentedBar ui-tests example 2016-10-20 16:42:14 +03:00
Rossen Hristov
4b94fe8c63 Merge pull request #2909 from NativeScript/its
ListView item template selector
2016-10-19 10:32:34 +03:00
SvetoslavTsenov
8bb4f9f466 Set autocorrect to false in pages letter-spacing and transform-decoration-color 2016-10-18 14:15:01 +03:00
SvetoslavTsenov
4a76753b05 Set autocorrect to false ini all-uniform and non uniform pages 2016-10-18 10:35:10 +03:00
Rossen Hristov
e28148c929 ListView item template selector refactoring + sample code 2016-10-17 17:22:30 +03:00
SvetoslavTsenov
eaafb93c8f Update all text field of zIndex page with autocorrect=false 2016-10-17 15:27:49 +03:00
SvetoslavTsenov
21800b64e1 moe tabmore page from css to tab-view folder 2016-10-11 20:42:20 +03:00
SvetoslavTsenov
333d1897a3 Remove automationText from listview items 2016-10-11 09:42:14 +03:00
Panayot Cankov
943e67a4c8 Add flexbox, we have to figure out layout params 2016-09-30 12:20:07 +03:00
vchimev
30dac9c440 Update border test pages 2016-09-29 14:14:37 +03:00
Rossen Hristov
837aa3a459 Stop activity-indicator from rotating in the ui-tests 2016-09-27 13:25:55 +03:00
Rossen Hristov
071ef1607d Fix: CSS border-width causes text to overflow TextView
Resolves #2789
2016-09-27 09:47:32 +03:00
Panayot Cankov
299203901e Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links

Update development workflow

Update package.json and dts-ios

Update the iOS declarations

grunt is now fine
2016-09-26 11:53:39 +03:00
Rossen Hristov
af3fcfb0ab Merge pull request #2783 from NativeScript/rgba
Fix: CSS border-color does not recognize rgb and rgba values
2016-09-21 17:29:48 +03:00
hamorphis
08f9c941cc Fix: CSS border-color does not recognize rgb and rgba values
Resolves #2781
2016-09-21 16:35:03 +03:00
Rossen Hristov
adf77afbd4 Add two more sample pages for testing borders.
Related to #859
2016-09-20 17:01:05 +03:00
Rossen Hristov
a05f842a84 Non-uniform borders 2016-09-17 09:27:36 +03:00
SvetoslavTsenov
f9db2f5fb6 Update modal-view pages 2016-09-16 01:12:08 +03:00
SvetoslavTsenov
47216f4230 Update ui-tests-app 2016-09-15 09:48:08 +03:00
SvetoslavTsenov
9a36824dbb Update automationText of run button 2016-09-13 17:48:56 +03:00
Vasil Chimev
7535c8e94f Update an ui-tests-app test page 2016-08-31 10:56:07 +03:00
Rossen Hristov
e802f10bbc Fix UI test decoration_05_lineThroughUnderlineNone 2016-08-22 18:00:13 +03:00
Rossen Hristov
996858825c Fix: Text color of the Button not applied, when text-transform has been set.
Resolves #2601
2016-08-22 15:43:45 +03:00