Commit Graph

3751 Commits

Author SHA1 Message Date
Hristo Deshev
489be1e460 Upgrade to TypeScript 2.1, and latest grunt-ts. (#3609)
* Upgrade to TypeScript 2.1, and latest grunt-ts.
* Remove AudioBuffer and UIEvent from the definitions, we now should be compatible with dom
* Update the tns-platform-declarations readme
2017-02-08 16:13:25 +02:00
Hristo Deshev
513aeaa47b Merge pull request #3587 from NativeScript/hdeshev/tabview-ios-font
Hdeshev/tabview ios font
2017-02-07 10:33:11 +02:00
Hristo Deshev
4b98cf72ac Fix a tab-view crash on Angular projects (iOS). 2017-02-06 16:06:51 +02:00
Hristo Deshev
0e84dc19ba Upgrade grunt, fix missing grunt-contrib-copy dependency. 2017-02-06 16:04:46 +02:00
vchimev
7231081776 Bump version to 2.5.1 2017-02-06 09:35:47 +02:00
Alexander Vakrilov
f5d585a7fe Android: ActionBar transparent background crashes
Resolves #3565
2017-02-03 16:55:13 +02:00
vchimev
200b656bb2 Add 2.5.0 Changelog 2017-02-02 18:47:55 +02:00
Panayot Cankov
30aca89074 Merge pull request #3522 from NativeScript/status-bar-pick
Status bar pick
v2.5.0
2017-01-24 17:49:59 +02:00
Panayot Cankov
bfc9cf1e74 Try add some output to track the build failure. Too much > dev/nulls 2017-01-24 16:11:06 +02:00
vakrilov
93ba30c94d Back to animated nav-bar 2017-01-24 13:26:32 +02:00
Panayot Cankov
5b2d130b2c Fix crash when status bar is set on Android in API level 21 or below 2017-01-24 09:37:22 +02:00
zh-m
05e247dfb4 backgroundColor added in ActionBarStyler 2017-01-24 09:37:15 +02:00
Vasil Chimev
ee1d33ca29 Merge pull request #3512 from NativeScript/buhov/snapshot-tests-fix
Require ui/label instead of tns_modules/tns-core-modules/ui/label in tests
2017-01-23 10:00:05 +02:00
ivanbuhov
69aa327b55 Require ui/label instead of tns_modules/tns-core-modules/ui/label in tests 2017-01-20 16:29:26 +02:00
zh-m
9f7ce6fc60 Fix order property is not respected if set more than once 2017-01-16 17:39:22 +02:00
zh-m
6e07d0e61d getter in ListViewStyler for separatorColor 2017-01-13 11:35:27 +02:00
Daniel Turing
ee4b790728 add HttpRequestOptions.dontFollowRedirects (#3473)
This implements the option to have http.request() not follow server's 3xx redirection replies
but instead return the exact redirection code and headers.

* on iOS, it uses a different NSURLSession instance for non-following request,
  with a NSURLSessionTaskDelegate implementing URLSessinTaskWillPerformHTTPRedirection...

* on Android, it just passes the option on to org.nativescript.widgets.Async.Http;
  so this requires the respective commit in tns-core-modules-widgets to work
2017-01-12 11:20:36 +02:00
SvetoslavTsenov
4f3f09e9ae Include test for issue 1657 (#3457) 2017-01-10 13:35:32 +02:00
vchimev
504b2c8059 Pin tns-core-modules-widgets dependency to 2.5.0 2017-01-09 17:47:53 +02:00
Hristo Deshev
d45fc4576a Merge pull request #3432 from NativeScript/hdeshev/typescript
Pin typescript dependency to 2.0.x
2017-01-09 13:01:16 +02:00
Hristo Deshev
25e111acc1 Pin typescript dependency to 2.0.x 2017-01-09 11:15:03 +02:00
KristinaKoeva
6b2b05a1da Enable evaluating in Chrome Console (#3405)
Chrome calls compileScript method when an expression is evaluated in the console. So to enable the console evaluate add an empty compileScript implementation.
Also send an Runtime.executionContextCreated which is needed for Console evaluation.
Both of the command and the event do not exist in the Webkit protocol, so we cannot use InspectorBackendCommands definition file
2017-01-09 11:01:47 +02:00
Hristo Deshev
a1cf0c1d6d Merge pull request #3302 from NativeScript/hdeshev/types-class-name
Fix utils/types class name resolution regex.
2017-01-03 15:00:32 +02:00
Hristo Deshev
1fd08e4e4c Fix utils/types class name resolution regex. 2017-01-03 10:43:21 +02:00
Rossen Hristov
2970ad54fc Merge pull request #3261 from NativeScript/issue-3147
Fix: Setting `setTypeface()` to null object
2017-01-03 10:24:41 +02:00
Rossen Hristov
876752257d Merge pull request #3266 from NativeScript/issue-3210
Fix: SegmentedBar crash using a number as title
2017-01-03 10:24:34 +02:00
Rossen Hristov
c5e3e81d8d Merge pull request #3279 from NativeScript/issue-3270
Fix: Android platform.screen.mainScreen props are not invalidated aft…
2017-01-03 10:24:20 +02:00
Rossen Hristov
7a2c7d1cb7 Merge pull request #3285 from NativeScript/issue-1639
Fix: Custom components within other custom components: occasionally…
2017-01-03 10:24:12 +02:00
Rossen Hristov
4a109c616c Merge pull request #3289 from NativeScript/issue-2116
Fix: setInterval callback is not fired while touch events are being p…
2017-01-03 10:24:02 +02:00
Nedyalko Nikolov
f3e81bdac2 Merge pull request #3304 from NativeScript/nnikolov/FixFailingTests
Fixed tests tns-core-modules true plugin.
2016-12-16 13:39:10 +02:00
Nedyalko Nikolov
d368d35e0a Fixed tests tns-core-modules true plugin. 2016-12-16 12:16:12 +02:00
tzraikov
6fbd98deab Merge pull request #3260 from NativeScript/raikov/fix-livesync-ios
Fixed: XML/HTML livesync not working on iOS
2016-12-14 11:25:04 +02:00
Rossen Hristov
5338484c4b Fix: setInterval callback is not fired while touch events are being processed
Resolves #2116
2016-12-13 14:33:01 +02:00
Rossen Hristov
8586eded36 Fixed: Custom components within other custom components: occasionally not loaded "in time" and ignoring css
Resolves #1639
2016-12-12 16:45:36 +02:00
Rossen Hristov
624717a396 Merge pull request #3283 from NativeScript/issue-1639
Added UI test for nested components CSS application
2016-12-12 14:13:18 +02:00
Rossen Hristov
f578f4eec4 Added UI test for nested components CSS application
Resolves #1639
2016-12-12 13:16:31 +02:00
Rossen Hristov
3e461cd38c Fix: Android platform.screen.mainScreen props are not invalidated after orientation change
Resolves #3270
2016-12-12 11:16:36 +02:00
Rossen Hristov
b77903f3be Merge pull request #3280 from NativeScript/fix-tsc
Fix tsc errors
2016-12-12 11:15:50 +02:00
Rossen Hristov
d1edf6bb93 Fix tsc errors 2016-12-12 10:46:45 +02:00
Rossen Hristov
d05f5f6a2c Fix: SegmentedBar crash using a number as title
Resolves #issue-3210
2016-12-08 13:13:28 +02:00
Rossen Hristov
ae68368d29 Fixed: Setting setTypeface() to null object
Resolves #3147
2016-12-07 17:23:57 +02:00
Tsvetan Raikov
a12ad21bfd Fixed: XML/HTML livesync not working on iOS 2016-12-07 13:52:48 +02:00
Nedyalko Nikolov
39007ab05e Removed myst ListView test for ios (#3250) 2016-12-07 10:53:38 +02:00
Alexander Vakrilov
64a4e8a3ed Merge pull request #3243 from NativeScript/placeholder-color-crash
Fix(IOS): Setting placeholder color crashes
2016-12-05 16:26:46 +01:00
vakrilov
8101a68c25 Fixed(IOS): Setting placeholder color on text filed crashes if no hint is set 2016-12-05 15:16:21 +02:00
pgrzeszczak
fee1dd9a59 Do not dismiss keyboard on android, when text-field has return key type set to 'next' (#3239) 2016-12-05 14:07:00 +02:00
Nathanael Anderson
38d6484539 Fixes the metrics issue when soft-navigation is used on a device/emulator. (#3236) 2016-12-05 11:05:46 +02:00
Maya Zhecheva
964a55f575 Merge pull request #3233 from NativeScript/zhecheva/separator-color
separatorColor property of ListView can be set in CSS
2016-12-05 10:07:06 +02:00
Maya Zhecheva
0d7a731dd0 Merge pull request #3228 from NativeScript/zhecheva/listpicker-color
ListPicker respects color and bckgColor set from CSS
2016-12-05 10:06:53 +02:00
Maya Zhecheva
1c95267865 Merge pull request #3211 from NativeScript/zhecheva/dialog-button-backgroundColor
Background of the buttons inside dialog can be modified with CSS
2016-12-05 10:06:33 +02:00