Commit Graph

32 Commits

Author SHA1 Message Date
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
Vladimir Enchev
49576d2087 support for platform specific attributes added 2015-05-15 11:13:53 +03:00
Erjan Gavalji
cc5b94e4de Add a tsconfig.json to enable atom-typescript and VSCode usage 2015-05-04 14:37:14 +03:00