1839 Commits

Author SHA1 Message Date
c47b53847e test added 2015-11-02 11:14:12 +02:00
716ea68035 ActivityIndicator CSS color support fixed 2015-11-02 11:14:11 +02:00
53afae4fcd Merge pull request #1013 from NativeScript/TextField-CSS-cursor-color
TextField CSS cursor color support added
2015-11-02 11:09:44 +02:00
a585333584 Fix tslint. 2015-11-02 11:00:13 +02:00
4151f56242 Update ui-tests-app. 2015-11-02 10:56:39 +02:00
4151e787b1 tests added 2015-11-02 10:45:01 +02:00
01f9b65e24 TextField CSS cursor color support added 2015-11-02 10:25:06 +02:00
a3601b06cd Update web-view test page. 2015-10-30 19:14:56 +02:00
8279aab62f Update switch test page.
https://github.com/NativeScript/NativeScript/issues/642
2015-10-30 18:39:43 +02:00
e56d90b060 Merge pull request #1006 from NativeScript/dts-no-platformtypes
Don't expose platform types in public d.ts files.
2015-10-30 18:13:02 +02:00
10e802d107 Add a compile-dts step to verify that we don't expose platform types.
Alas Grunt or grunt-ts doesn't fail the build if that fails.
2015-10-30 17:17:29 +02:00
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
c84227dc4d Add an example to the mapping. 2015-10-30 12:15:57 +02:00
891680f68f Merge pull request #987 from NativeScript/interrupted-animations
Android animations flicker when interrupted by a second animation
2015-10-30 12:04:50 +02:00
a3d762d6c6 When android animation is interrupted by a second animation, the first animation will not try to set the animated properties on the view. 2015-10-30 11:52:28 +02:00
50966289a9 Merge pull request #999 from NativeScript/feature/action-tab-colors
Feature/action tab colors
2015-10-30 11:50:52 +02:00
2518097dc1 Tslint 2015-10-30 11:46:55 +02:00
d29fd66478 TintCololor should be synced with selectedColor 2015-10-30 11:46:55 +02:00
c41e15faf0 Set tab tint color also 2015-10-30 11:46:55 +02:00
4b9ae4f058 Segmented bar test page 2015-10-30 11:46:55 +02:00
7e85de351e IOS stylers 2015-10-30 11:46:54 +02:00
815a4fc23c ActionBar and TabView colors 2015-10-30 11:46:54 +02:00
42db1ff704 Merge pull request #1001 from NativeScript/fonts-fixes
Fonts fixes
2015-10-30 11:44:30 +02:00
cdfb8ad389 example added 2015-10-30 11:24:31 +02:00
7534e33501 code fixed 2015-10-30 11:24:22 +02:00
5c34b40433 only ttf and otf fonts are supported 2015-10-30 11:09:23 +02:00
b800480748 various fonts added 2015-10-30 11:09:02 +02:00
0a3bcd98e3 Merge pull request #989 from NativeScript/feature/grid-private-methods
Private methods of GridView prefixed with _
2015-10-29 16:56:16 +02:00
8f90eb9f62 Merge pull request #953 from NativeScript/xhr-events
XHR events and an Android bugfix
2015-10-29 16:47:16 +02:00
219c0c8033 Private methods of gird prefixed with _ 2015-10-29 16:26:47 +02:00
f01a28f9eb Show the test results in a TextView at the end of the test run. 2015-10-29 15:47:03 +02:00
7e6921c633 Make two XHR tests non-async. 2015-10-29 15:01:08 +02:00
75796ea14c Ignore request body for XHR GET requests.
Raises an error on Android. Caused by the Angular XHR backend sending an
empty string.
2015-10-29 15:01:08 +02:00
2f92cb3ff4 Implement XHR addEventListener/removeEventListener events.
- Used by the Angular XHRBackend service.
- Only supporting 'load' and 'error' now.
- Not implemented as weak events. Client responsible for detaching or not
keeping a reference to the XHR object forever. (NG XHRBackend does so)
2015-10-29 15:01:08 +02:00
977f72f7fc Merge pull request #998 from NativeScript/webview-ios-images
web-view images now will be loaded correctly with base url
2015-10-29 11:42:08 +02:00
86a6154231 web-view images now will be loaded correctly with base url 2015-10-29 11:30:29 +02:00
4e7ce7a9b0 Merge pull request #997 from NativeScript/nnikolov/IosFastNavigationIssue
Fixed fast navigation issues in iOS.
2015-10-29 11:11:35 +02:00
4692515481 Fixed fast navigation issues in iOS. 2015-10-29 10:57:08 +02:00
b49d8ded81 Merge pull request #995 from NativeScript/nnikolov/SegmentedBarFontPropertiesViaCss
Added font related properties for SegmentedBar.
2015-10-29 10:55:57 +02:00
5f06db1c78 Merge branch 'ErjanGavalji/run-tests-on-build' 2015-10-29 10:36:03 +02:00
55dfe7e39a Remove redundant files. Update the doc with iOS instructions 2015-10-29 10:35:14 +02:00
d5eb8046de Collecting the iOS log 2015-10-29 10:26:16 +02:00
0a2b91fbe7 Merge pull request #992 from NativeScript/android6-webview
android 6 support
2015-10-29 10:24:26 +02:00
009c818e75 Merge pull request #994 from NativeScript/css-type-fix
lower-case-dashed components css support fixed
2015-10-29 09:39:44 +02:00
b738e51cb3 Fix web-view test page. 2015-10-29 09:38:12 +02:00
87f7b9a294 Added font related properties for SegmentedBar. 2015-10-29 09:37:22 +02:00
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
c1b30428d0 Uninstall, install and start the app 2015-10-28 15:53:40 +02:00
875ec3e277 Fix web-view test page. 2015-10-28 15:42:30 +02:00
d7a0d87d25 Add a new web-view test page. 2015-10-28 14:03:31 +02:00