4086 Commits

Author SHA1 Message Date
2224cd6150 Reorganize imports/exports in order to make snapshot happy 2017-03-06 14:05:55 +02:00
7a56197ba7 Observable should be imported first. 2017-03-06 14:05:55 +02:00
6012ea04ba Move global merge in application before any require. 2017-03-06 14:05:55 +02:00
33aa48bdfd Add support for snapshot
Fix Layout class getMeasuredWidth & getMeasuredHeight
Move some classes to widgets
Fix API17 tests
2017-03-06 14:05:55 +02:00
1eefb1af74 Merge pull request #3731 from NativeScript/tsenov/uitest
Change hint color text
2017-03-02 16:28:15 +02:00
c822861929 Change hint color text 2017-03-02 15:45:34 +02:00
a01f1d502e Merge pull request #3725 from NativeScript/tsenov/uitests
Include new ui tests for fonts
2017-03-02 12:01:30 +02:00
886fbb260d Include new ui tests for fonts 2017-03-02 10:17:36 +02:00
c5bd4d1ff0 Merge pull request #3719 from NativeScript/fix-text-view-decorations
Fix text view decorations
2017-03-01 13:33:22 +02:00
a2e09d5db0 Fix text view decorations, setting underline to none was not applied, setting decoration and text immediately was not applying the decoration 2017-03-01 11:50:35 +02:00
4d81670072 Merge pull request #3704 from NativeScript/action-bar-bkg
Fix: Background not re-drawing on android
2017-02-28 14:20:51 +02:00
59d0366d8d Merge pull request #3718 from NativeScript/fix-text-view-decoration
Fix the text view decoration
2017-02-28 14:19:45 +02:00
e9dadcaad7 Merge pull request #3716 from NativeScript/vchimev-pr
Add widgets comment message description
2017-02-28 11:05:27 +02:00
a8f132a00a Fix the text view 2017-02-28 10:44:31 +02:00
9f2eff3593 Merge pull request #3708 from NativeScript/fix-ios-corner-clip
Clipping is required for iOS even with uniform borders, as long as the radius is > 0
2017-02-28 09:25:44 +02:00
199594aa45 Add widgets comment message description
Update document with widgets comment message description
2017-02-27 19:02:06 +02:00
3066dbd072 Clipping is required for iOS even with uniform borders, as long as the radius is > 0 2017-02-27 16:07:21 +02:00
9113fa9ed8 Use TypeScript 2.1 for the docs build
Until TypeDoc supports TS 2.2
2017-02-24 17:28:18 +02:00
7bb457ef2b Upgrade to TypeScript 2.2
Fix typings, remove Request, etc clashes with the new lib.dom.d.ts
2017-02-24 17:28:18 +02:00
cf2b3de662 Fix: Background not re-drawing on android 2017-02-24 13:52:38 +02:00
101e933dc7 Merge pull request #3703 from NativeScript/fix-percent-layout-tests
Length and PercentLengths should now be compared using 'equals'
2017-02-24 11:41:23 +02:00
45a0292c57 Length and PercentLengths should now be compared using 'equals' 2017-02-24 11:27:13 +02:00
32d1298235 Merge pull request #3619 from NativeScript/vchimev-pr
Add PULL_REQUEST_TESTS.md
2017-02-24 10:46:22 +02:00
4d6f918efb Add PULL_REQUEST_TESTS.md
Describe comment messages available to execute tests on pull request.
2017-02-23 17:40:02 +02:00
ef8a8bac47 Merge pull request #3701 from NativeScript/font-attributes-replace
Mass replace fontAttributes with fontWeight and fontStyle
2017-02-23 17:16:42 +02:00
06970d058a Mass replace fontAttributes with fontWeight and fontStyle 2017-02-23 17:09:19 +02:00
0f819be6a7 Merge pull request #3700 from NativeScript/fix-flexbox
Fix flexbox css not applied. Fix addCss duplicating some selectors.
2017-02-23 16:53:33 +02:00
dc97ed24f9 Fix flexbox css not applied. Fix addCss duplicating some selectors. 2017-02-23 16:41:08 +02:00
ac90b9db2b Fix a crash when nesting a ProxyViewContainer in FlexboxLayout.
Conflicts:
	tns-core-modules/ui/layouts/flexbox-layout/flexbox-layout.ios.ts
2017-02-23 15:23:34 +02:00
ce72b60763 Use official runtimes for travis builds (temporary workaround). 2017-02-23 14:56:47 +02:00
31039d3d7e Fix travis build -- use correct widgets package. 2017-02-23 14:56:47 +02:00
25d25f0df6 Merge pull request #3692 from NativeScript/fix-text-relayout
Fix the font properties to invalidate the layout in iOS
2017-02-23 12:43:41 +02:00
3b8bc17ab4 Fix the font properties to invalidate the layout in iOS 2017-02-23 11:27:50 +02:00
ac7fc0d16c Merge pull request #3683 from NativeScript/seg-bar-highligh-fix
Fix: Setting slected color on SegmentedBar affects all seg-bars
2017-02-22 17:50:59 +02:00
96252e1643 Merge pull request #3688 from NativeScript/expose-by-css-name
Expose the _getByCssName for the angular animations
2017-02-22 17:44:15 +02:00
98aa5cd61d Expose the _getByCssName for the angular animations 2017-02-22 17:21:28 +02:00
9fa67b5a62 Merge pull request #3687 from NativeScript/fix-css-decoration-tests
The test was redesigned, but the lines resetting the text properties were missing
2017-02-22 15:16:11 +02:00
6bca3732e3 The test was redesigned, but the lines resetting the text properties were missing 2017-02-22 15:09:48 +02:00
1c503ce659 Travis: reenable npm tag-based publish on master build. 2017-02-22 14:41:14 +02:00
5fe1cc1f23 Merge pull request #3684 from NativeScript/fix-reset-text-align
Fix resetting horizontal text alignment
2017-02-22 14:40:03 +02:00
a0c74bb4a9 Fix resetting horizontal text alignment 2017-02-22 13:37:10 +02:00
b13ce9b82c Merge pull request #3682 from NativeScript/android-button-bold
Android buttons didn't apply bold or italic
2017-02-22 13:34:14 +02:00
d230fa3605 Fix: Setting slected color on SegmentedBar affects all seg-bars 2017-02-22 11:20:51 +02:00
dca4317c2a Android buttons didn't apply bold or italic 2017-02-22 10:22:11 +02:00
61503f18df Merge pull request #3679 from NativeScript/clip-path-inset
Inset clip path + Background circ-ref
2017-02-22 10:01:55 +02:00
c9e55f7466 Merge pull request #3677 from NativeScript/ios-horizontal-text-align
Fix horizontal text-align for Button in iOS, use horizontalContentAlign of the native button
2017-02-21 18:06:31 +02:00
8a0d98e815 Inset clip path + Background circ-ref 2017-02-21 18:00:48 +02:00
dc286b13f5 Merge pull request #3676 from NativeScript/tsenov/test
Revert listview tests
2017-02-21 17:29:38 +02:00
709dff0258 fix horizontal text-align for Button in iOS, use horizontalContentAlign of the native button 2017-02-21 16:01:53 +02:00
6a2c94a94e Revert listview tests 2017-02-21 15:28:37 +02:00