Panayot Cankov
58b4a6eec6
Add 'npm test' for mac
2016-05-30 16:10:57 +03:00
SvetoslavTsenov
69f34e86e7
Merge pull request #2172 from NativeScript/tsenov/panEventTestPage
...
Include pan-event.ts test page in tsconfig.json
2016-05-30 09:55:42 +03:00
Panayot Cankov
3e48e665b7
Add DevelopmentWorkflow.md
2016-05-27 11:27:54 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00
SvetoslavTsenov
2b817374ef
Include pan-event.ts test page in tsconfig.json
2016-05-25 11:06:21 +03:00
Panayot Cankov
674f4e7704
Merge pull request #2111 from NativeScript/widgets-ios-async-image
...
Optional async mode for loading images from local files
2016-05-20 09:11:36 +03:00
Nedyalko Nikolov
1b395aac7f
async image loading from data, files and resources for ios
...
Use the tns_safeDecodeImageNamedCompletion from the widgets framework
Add loadMode on Image with sync and async options for local images
2016-05-19 16:58:58 +03:00
Vasil Chimev
e7fd472ea3
Add a file to tsconfig.json
2016-05-16 13:41:57 +03:00
Erjan Gavalji
f15f283c74
Reorder test file structure to match the modules
...
Needed to have a nice structured cookbook dir in the docs
Includes:
Move the data-module tests under the data dir
Move the frame tests under the ui dir
Rename the dialog.md file to dialogs.md
Fix the web-view title
Add previous_url attributes to each article for SEO
Rename the style dir to styling to match the reference
Fix the frame-tests path
2016-05-05 10:43:35 +03:00
Rossen Hristov
54c65e94d7
Split layout-base to iOS and Android files
...
clipToBounds for a single view can't be implemented in Android in a straightforward manner
Resolves #1829
2016-04-28 17:35:06 +03:00
Erjan Gavalji
a4801c6948
Fix the layouts tests in the tsconfig.json
2016-05-02 17:53:15 +03:00
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