Commit Graph

4110 Commits

Author SHA1 Message Date
vakrilov
d9655c96a1 FIX: Make list view cells transparent 2017-03-10 11:07:01 +02:00
Panayot Cankov
52ab556fdf Merge pull request #3763 from NativeScript/fix-application-css-file
Fix application.cssFile var, promoted to get/set function
2017-03-09 14:28:10 +02:00
Panayot Cankov
b487aa0790 Fix application.cssFile var, promoted to get/set function 2017-03-09 13:47:36 +02:00
Alexander Vakrilov
0b4e38acab Merge pull request #3759 from NativeScript/update-deps
Update apps and test modules deps to *
2017-03-09 09:43:59 +02:00
Alexander Vakrilov
9ac9e5ab53 Merge pull request #3754 from NativeScript/fix-ios-action-bar-reset
Fix: Action-bar bg-color in ios not resetting
2017-03-09 09:42:54 +02:00
yyosifov
17650d2e9a Merge pull request #3755 from NativeScript/yosifov/fix-text-field-snippet
Fix text field code snippet
2017-03-08 17:26:51 +01:00
vakrilov
3024e69bb5 Update apps and test modules deps to * 2017-03-08 18:09:18 +02:00
Panayot Cankov
1b1243c8f9 Merge pull request #3748 from NativeScript/pixels-ios
Pixels ios
2017-03-08 16:23:50 +02:00
Hristo Deshev
5f8a0aea45 Fix tsc invocation on Windows. 2017-03-08 15:16:32 +02:00
Yosif Yosifov
c008d00152 Fix text field code snippet 2017-03-08 14:30:02 +02:00
vakrilov
e69bc78111 Fix: Action-bar bg-color in ios not resetting 2017-03-08 13:42:35 +02:00
Panayot Cankov
bd7648ff27 Address PR comment, width and highed were unintentionally switched in iOS7 code, the whole block is deleted as we dont support iOS7 now 2017-03-08 11:52:40 +02:00
Panayot Cankov
6d6564af16 Fix dp vs dip conversions in iOS for errors of tests 2017-03-08 09:24:31 +02:00
Panayot Cankov
9f1ebc11ca Add support for 'px' on Length in iOS 2017-03-08 09:01:17 +02:00
Hristo Deshev
b45cbe929b No more ambient modules for tns-core-modules/* subpackages.
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00
Alexander Vakrilov
1af8c6ca8e Merge pull request #3744 from NativeScript/status-bar-30
Status bar style for modules 3.0
2017-03-07 17:39:19 +02:00
vakrilov
244034e39e Fix: set/reset background in android 2017-03-07 17:02:17 +02:00
vakrilov
b7a32153d8 Fix: Make status-bar properties CSS again 2017-03-07 15:27:27 +02:00
Vasil Chimev
36a9e09536 Merge pull request #3712 from NativeScript/hhristov/snapshot-fix
Add support for snapshot
2017-03-07 11:25:53 +02:00
Hristo Hristov
d5bd9be1f2 add missing export in application-common 2017-03-07 10:01:06 +02:00
Hristo Hristov
a6fa0781f7 Observable needs __extends function which comes from globals in the case of Snapshot. 2017-03-06 18:18:31 +02:00
Hristo Hristov
6b94cac39f remove android API from private d.ts 2017-03-06 17:20:45 +02:00
Hristo Hristov
ea22eb9c20 refactoring circular imports 2017-03-06 14:05:55 +02:00
Hristo Hristov
347755367e make tslint happy :( 2017-03-06 14:05:55 +02:00
Hristo Hristov
2224cd6150 Reorganize imports/exports in order to make snapshot happy 2017-03-06 14:05:55 +02:00
Hristo Hristov
7a56197ba7 Observable should be imported first. 2017-03-06 14:05:55 +02:00
Hristo Hristov
6012ea04ba Move global merge in application before any require. 2017-03-06 14:05:55 +02:00
Hristo Hristov
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
SvetoslavTsenov
1eefb1af74 Merge pull request #3731 from NativeScript/tsenov/uitest
Change hint color text
2017-03-02 16:28:15 +02:00
SvetoslavTsenov
c822861929 Change hint color text 2017-03-02 15:45:34 +02:00
SvetoslavTsenov
a01f1d502e Merge pull request #3725 from NativeScript/tsenov/uitests
Include new ui tests for fonts
2017-03-02 12:01:30 +02:00
SvetoslavTsenov
886fbb260d Include new ui tests for fonts 2017-03-02 10:17:36 +02:00
Panayot Cankov
c5bd4d1ff0 Merge pull request #3719 from NativeScript/fix-text-view-decorations
Fix text view decorations
2017-03-01 13:33:22 +02:00
Panayot Cankov
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
Panayot Cankov
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
Panayot Cankov
59d0366d8d Merge pull request #3718 from NativeScript/fix-text-view-decoration
Fix the text view decoration
2017-02-28 14:19:45 +02:00
Vasil Chimev
e9dadcaad7 Merge pull request #3716 from NativeScript/vchimev-pr
Add widgets comment message description
2017-02-28 11:05:27 +02:00
Panayot Cankov
a8f132a00a Fix the text view 2017-02-28 10:44:31 +02:00
Panayot Cankov
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
Vasil Chimev
199594aa45 Add widgets comment message description
Update document with widgets comment message description
2017-02-27 19:02:06 +02:00
Panayot Cankov
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
Hristo Deshev
9113fa9ed8 Use TypeScript 2.1 for the docs build
Until TypeDoc supports TS 2.2
2017-02-24 17:28:18 +02:00
Hristo Deshev
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
vakrilov
cf2b3de662 Fix: Background not re-drawing on android 2017-02-24 13:52:38 +02:00
Panayot Cankov
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
Panayot Cankov
45a0292c57 Length and PercentLengths should now be compared using 'equals' 2017-02-24 11:27:13 +02:00
Vasil Chimev
32d1298235 Merge pull request #3619 from NativeScript/vchimev-pr
Add PULL_REQUEST_TESTS.md
2017-02-24 10:46:22 +02:00
Vasil Chimev
4d6f918efb Add PULL_REQUEST_TESTS.md
Describe comment messages available to execute tests on pull request.
2017-02-23 17:40:02 +02:00
Panayot Cankov
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
Panayot Cankov
06970d058a Mass replace fontAttributes with fontWeight and fontStyle 2017-02-23 17:09:19 +02:00