Commit Graph

5967 Commits

Author SHA1 Message Date
Vladimir Enchev
2f27018092 Merge pull request #1005 from NativeScript/ActivityIndicator-color
ActivityIndicator CSS color support fixed
2015-11-02 11:54:23 +02:00
Vladimir Enchev
229e1aa918 Merge pull request #1015 from NativeScript/Button-textWrap
Button textWrap implemented
2015-11-02 11:41:04 +02:00
Vladimir Enchev
c47b53847e test added 2015-11-02 11:14:12 +02:00
Vladimir Enchev
716ea68035 ActivityIndicator CSS color support fixed 2015-11-02 11:14:11 +02:00
Vladimir Enchev
0f3732d73f Button textWrap implemented 2015-11-02 11:11:25 +02:00
Vladimir Enchev
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
Vasil Chimev
a585333584 Fix tslint. 2015-11-02 11:00:13 +02:00
Vasil Chimev
4151f56242 Update ui-tests-app. 2015-11-02 10:56:39 +02:00
Vladimir Enchev
4151e787b1 tests added 2015-11-02 10:45:01 +02:00
Vladimir Enchev
01f9b65e24 TextField CSS cursor color support added 2015-11-02 10:25:06 +02:00
Vasil Chimev
a3601b06cd Update web-view test page. 2015-10-30 19:14:56 +02:00
Vasil Chimev
8279aab62f Update switch test page.
https://github.com/NativeScript/NativeScript/issues/642
2015-10-30 18:39:43 +02:00
Hristo Deshev
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
Hristo Deshev
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
Hristo Deshev
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
Vasil Chimev
c84227dc4d Add an example to the mapping. 2015-10-30 12:15:57 +02:00
Alexander Vakrilov
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
Panayot Cankov
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
Alexander Vakrilov
50966289a9 Merge pull request #999 from NativeScript/feature/action-tab-colors
Feature/action tab colors
2015-10-30 11:50:52 +02:00
vakrilov
2518097dc1 Tslint 2015-10-30 11:46:55 +02:00
vakrilov
d29fd66478 TintCololor should be synced with selectedColor 2015-10-30 11:46:55 +02:00
vakrilov
c41e15faf0 Set tab tint color also 2015-10-30 11:46:55 +02:00
vakrilov
4b9ae4f058 Segmented bar test page 2015-10-30 11:46:55 +02:00
vakrilov
7e85de351e IOS stylers 2015-10-30 11:46:54 +02:00
vakrilov
815a4fc23c ActionBar and TabView colors 2015-10-30 11:46:54 +02:00
Vladimir Enchev
42db1ff704 Merge pull request #1001 from NativeScript/fonts-fixes
Fonts fixes
2015-10-30 11:44:30 +02:00
Vladimir Enchev
cdfb8ad389 example added 2015-10-30 11:24:31 +02:00
Vladimir Enchev
7534e33501 code fixed 2015-10-30 11:24:22 +02:00
Vladimir Enchev
5c34b40433 only ttf and otf fonts are supported 2015-10-30 11:09:23 +02:00
Vladimir Enchev
b800480748 various fonts added 2015-10-30 11:09:02 +02:00
Alexander Vakrilov
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
Hristo Deshev
8f90eb9f62 Merge pull request #953 from NativeScript/xhr-events
XHR events and an Android bugfix
2015-10-29 16:47:16 +02:00
vakrilov
219c0c8033 Private methods of gird prefixed with _ 2015-10-29 16:26:47 +02:00
Hristo Deshev
f01a28f9eb Show the test results in a TextView at the end of the test run. 2015-10-29 15:47:03 +02:00
Erjan Gavalji
11937129f3 Restore the cleanup on end 2015-10-29 15:12:25 +02:00
Hristo Deshev
7e6921c633 Make two XHR tests non-async. 2015-10-29 15:01:08 +02:00
Hristo Deshev
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
Hristo Deshev
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
Vladimir Enchev
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
Vladimir Enchev
86a6154231 web-view images now will be loaded correctly with base url 2015-10-29 11:30:29 +02:00
Nedyalko Nikolov
4e7ce7a9b0 Merge pull request #997 from NativeScript/nnikolov/IosFastNavigationIssue
Fixed fast navigation issues in iOS.
2015-10-29 11:11:35 +02:00
Nedyalko Nikolov
4692515481 Fixed fast navigation issues in iOS. 2015-10-29 10:57:08 +02:00
Nedyalko Nikolov
b49d8ded81 Merge pull request #995 from NativeScript/nnikolov/SegmentedBarFontPropertiesViaCss
Added font related properties for SegmentedBar.
2015-10-29 10:55:57 +02:00
Erjan Gavalji
5f06db1c78 Merge branch 'ErjanGavalji/run-tests-on-build' 2015-10-29 10:36:03 +02:00
Erjan Gavalji
55dfe7e39a Remove redundant files. Update the doc with iOS instructions 2015-10-29 10:35:14 +02:00
Erjan Gavalji
d5eb8046de Collecting the iOS log 2015-10-29 10:26:16 +02:00
Vladimir Enchev
0a2b91fbe7 Merge pull request #992 from NativeScript/android6-webview
android 6 support
2015-10-29 10:24:26 +02:00
Vladimir Enchev
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
Vasil Chimev
b738e51cb3 Fix web-view test page. 2015-10-29 09:38:12 +02:00
Nedyalko Nikolov
87f7b9a294 Added font related properties for SegmentedBar. 2015-10-29 09:37:22 +02:00