Jason Zhekov
02df926051
Evaluate lazily android specific global values
2016-04-21 17:20:48 +03:00
Rossen Hristov
2347ccbd9a
Add apps/sample-fonts/*.ts to tsconfig.json
2016-04-13 11:08:13 +03:00
Tsvetan Raikov
2601a49099
Merge branch 'master' into feature/css-animations-new
2016-03-25 15:39:30 +02:00
Tsvetan Raikov
073cc94926
implemented CSS animations
...
fixing animation tests
2016-03-25 15:26:48 +02:00
Hristo Hristov
429646f392
Fix swipe-back in iOS
2016-03-25 13:45:05 +02:00
Panayot Cankov
9b2f72267c
The 'grunt inplace' build will generate source maps now
2016-03-24 17:12:31 +02:00
Hristo Hristov
2cabf02215
Fixed navigation events
2016-03-18 11:55:52 +02:00
Erjan Gavalji
3126c6b363
Fix the leave comments option of the build
...
The grunt file respected the --leavecomments option, used when
generating the How-To articles of the API Reference. This was broken with
the passthrough option to grunt-ts.
2016-03-16 17:55:30 +02:00
Panayot Cankov
6972e9213a
Merge pull request #1727 from NativeScript/cankov/network-spike
...
WebInspector infrastructure
2016-03-14 14:58:46 +02:00
Panayot Cankov
355fddea91
The webinspector debugger now does not requre http-request
2016-03-11 11:31:59 +02:00
vakrilov
7b2a6d8e52
Removed hello world template
2016-03-09 13:50:10 +02:00
Panayot Cankov
1ec28cbe98
Fix native image recreated on layout even if the view is not resized
...
Add InspectorBackendCommands.ts that is generated based on the API exposed by the web inspector frontend.
Add implementation for the network domain and call events in the http-request module so that inspector frontend could visualize the network requests made by the module
Fix tslint and doc comments
2016-03-09 11:08:13 +02:00
Panayot Cankov
6fdb999a94
Let TS compile in-place
...
Add 'grunt inplace' to tsc and build d.ts-es
2016-02-26 17:47:54 +02:00
Rossen Hristov
bda6159bbb
Re-apply TextBase.formattedText after a style property change
...
Resolves #1078
2016-02-25 11:01:44 +02:00
Hristo Deshev
e23e234f59
Don't emit "use strict" in compiled source. It breaks on iOS.
2016-02-24 11:06:14 +02:00
Hristo Deshev
c9eb4d5890
Delete ui.ts and ui.d.ts
...
The simplest way to resolve reexport conflicts. We have multiple modules
exporting symbols with the same name e.g. Options, which clash at reexport
time. TypeScript 1.7.x did not detect that error, but TypeScript 1.8
catches it.
Since TypeScript doesn't allow hiding or renaming a single member when
reexporting and exporting the rest, the alternative solution would be to
explicitly list all module members in ui.ts/ui.d.ts *and* keep them in sync
with every new release.
2016-02-24 11:06:14 +02:00
Vladimir Enchev
d66008d34c
Merge pull request #1554 from PeterStaev/action-item-custom-view
...
Action item custom view
2016-02-16 17:08:17 +02:00
vakrilov
d730db9516
Skip run of problematic transitions test on android+emulator+API23
2016-02-15 15:15:34 +02:00
Peter Staev
ea1ebd2c94
tests for #1488
2016-02-15 14:18:57 +02:00
Hristo Deshev
05faef50e8
Update tsconfig.json
2016-02-11 15:08:49 +02:00
Rossen Hristov
5ad082d783
Re-factored page navigation transitions. Resolves Issue #811 .
2016-02-10 14:55:27 +02:00
Vasil Chimev
8ff9d736f4
Add transitions test pages to ui-tests-app
2016-02-09 11:09:47 +02:00
Hristo Hristov
e709485bb6
Added an option to change the rootView.
...
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
2016-02-05 15:09:28 +02:00
Tsvetan Raikov
a8aaeac137
Merged with master after the transitions feature
2016-02-03 15:24:38 +02:00
Rossen Hristov
b0976bf986
Resolved #811 : Page Navigation Transitions
2016-02-03 13:24:12 +02:00
vakrilov
96c638e1cc
Tests added
2016-01-25 11:30:36 +02:00
vakrilov
eac95156d1
Proxy view container
2016-01-25 11:30:36 +02:00
vakrilov
d43e9546d8
Touch gesture implemented
2016-01-15 18:15:45 +02:00
Nedyalko Nikolov
af5dd04a9b
Added parent view for views inside TabView.
2016-01-12 17:53:50 +02:00
Vasil Chimev
9c21f98142
Add percent layouts test pages.
2016-01-07 17:29:07 +02:00
Vladimir Enchev
d50e2fdb37
stylers removed
2015-12-22 16:12:18 +02:00
Rossen Hristov
cbf69e60e8
Merge pull request #1263 from NativeScript/issue-518
...
Fixed Issue #518 : Allow ActionItems to be directly specified between…
2015-12-17 11:03:10 +02:00
Rossen Hristov
1bd52efddb
Fixed Issue #518 : Allow ActionItems to be directly specified between the ActionBar opening and closing tags.
2015-12-16 16:37:35 +02:00
Hristo Hristov
1dbb742908
Implemented percent support for width, height and margins
2015-12-15 14:36:27 +02:00
Rossen Hristov
700818dd28
Resolved Issue #1223 : Android views which have complex backgrounds (i.e. with rounded corners) cannot animate opacity.
2015-12-10 14:56:03 +02:00
Panayot Cankov
e5ec759cbb
When XML fragments without code not getting context from parent
2015-12-01 12:28:31 +02:00
Panayot Cankov
af343292b1
Propagate context to template Views
2015-11-30 15:01:38 +02:00
Panayot Cankov
5447b04e86
Refactoring ui/builder and template builder to preserve source information for templates
2015-11-25 15:25:42 +02:00
Panayot Cankov
8bee3ed2d1
Add file, row and column for ui/builder errors
2015-11-25 15:25:42 +02:00
Panayot Cankov
e95820b04a
Add Template factory function and use it in the Repeater and ListView components
2015-11-23 12:11:13 +02:00
Vladimir Enchev
5ab780b902
Merge pull request #1120 from NativeScript/text-transform
...
text-transform
2015-11-19 09:43:55 +02:00
Vladimir Enchev
a6ab11a60b
text-transform added
2015-11-18 16:34:02 +02:00
Rossen Hristov
699fcbb840
Added system-icons UI test.
2015-11-18 15:16:52 +02:00
Vladimir Enchev
93cf00389e
white-space CSS support added
2015-11-11 16:04:32 +02:00
Hristo Deshev
df38cfb221
Fix dts file exclusion problems when packing tns-core-modules package.
...
Exclude unneeded stuff like apps, node_modules, .baseDir.ts
2015-11-09 15:52:17 +02:00
Hristo Deshev
39861f9d7e
Compile TypeScript via a tsconfig.json file
...
And support most editors/IDE's: Atom, VS Code, Sublime, etc
2015-11-05 14:14:09 +02:00
Panayot Cankov
46921d53f6
Move from begin/commit animation blocks to keyframe animations, they handle continuation from the current state. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuos animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate.
2015-10-15 12:16:30 +03:00
atanasovg
198f4f1dbc
Add WebView test. Make its members abstract.
2015-09-30 14:33:03 +03:00
hshristov
03090b7842
Page background now spans on the whole height but content is still under NavBar
2015-09-29 09:48:15 +03:00
Hristo Deshev
38f243de5c
Move css and css-value modules to the toplevel.
...
This is the default location when installing from npm, and Angular uses
that when parsing CSS.
Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00