Commit Graph

1000 Commits

Author SHA1 Message Date
Panayot Cankov
e135c20b14 Rename the files 2016-05-26 14:30:25 +03:00
Panayot Cankov
2ec9c6baf2 Fix TKUnit not writing 2016-05-26 14:09:31 +03:00
Hristo Hristov
b0cff20450 Manually applying CSS in removed and now it is done once per cell. (#2174)
* Manually applying CSS in removed and now it is done once per cell.
Clearing bindingContext is now done in refresh method instead of preparing cell.
Obsolete isScrolling property on ListView.
Removed android scroll listener.
Added test for nulling cells bindingContext.
Uncommented few tests and made them work.
Fixed android ListView eachChildView to return the wrapping StackLayout so that Unloading now works as expected.
onUnload method in view-common now raise unloaded only if item isLoaded=true.

* Fix navigation path
2016-05-25 14:03:45 +03:00
Rossen Hristov
90f8b0da74 Merge pull request #2155 from NativeScript/new-trans
Fixed: Navigating with clearHistory / transition
2016-05-25 11:03:52 +03:00
SvetoslavTsenov
722a4dff98 Update zIndex test page 2016-05-20 23:38:35 +03:00
SvetoslavTsenov
6dc4d787a4 Add pan event test page 2016-05-20 17:55:00 +03:00
Rossen Hristov
7340a6e2fc Trying to prevent memory leaks. 2016-05-20 17:48:34 +03:00
Rossen Hristov
37f13c50d4 Fixed: Navigating with clearHistory / transition 2016-05-20 11:50:15 +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
Vladimir Enchev
2e86d4547f Merge pull request #2146 from NativeScript/app-delegate
iOS App delegate example added
2016-05-19 17:01:29 +03:00
Vladimir Enchev
f99ab2b23f Example added
text fixed
2016-05-19 16:59:41 +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
Panayot Cankov
df1d322ca0 Merge pull request #2127 from NativeScript/cankov/checked-logging
Add a flag when logging to skip string template calculations in release
2016-05-19 15:52:08 +03:00
SvetoslavTsenov
0af231f1b7 Update test pages 2016-05-18 18:36:49 +03:00
Hristo Hristov
2e46932fa9 Commented failing test for API 17 on x86 only (#2137) 2016-05-18 17:15:55 +03:00
Hristo Hristov
6b69ba1904 Fix for https://github.com/NativeScript/NativeScript/issues/2076 (#2135) 2016-05-18 15:57:08 +03:00
Panayot Cankov
eda260323e Add a flag we can use to skip string template calcs in release 2016-05-17 16:43:41 +03:00
Hristo Deshev
114f8b47ae Fix camera-is-available doc snippet. 2016-05-17 15:19:02 +03:00
Vladimir Enchev
b8785afd74 Merge pull request #2102 from NativeScript/clip-path
clip-path support added
2016-05-16 11:27:19 +03:00
Vasil Chimev
72ada4f20e Fix tslint errors 2016-05-13 18:48:34 +03:00
Vladimir Enchev
ebed79da36 clip-path support added 2016-05-13 17:31:55 +03:00
Vladimir Enchev
290e01cd97 Merge pull request #2108 from sitefinitysteve/master
Add Method to see if camera is available
2016-05-13 16:56:14 +03:00
Steve McNiven-Scott
d4ffb7607d Fix travis errors 2016-05-13 09:55:50 -04:00
Vasil Chimev
64fcd06e2e Merge pull request #2106 from NativeScript/vchimev/ui-tests-app
Update ui-tests-app
2016-05-13 06:40:34 -07:00
Vladimir Enchev
4151b1b25c Merge pull request #2101 from leocaseiro/master
Spell mistake on Docs isEanbled to isEnabled
2016-05-13 16:31:13 +03:00
Steve McNiven-Scott
465c719800 Method to check to see if camera is available or not 2016-05-13 09:26:13 -04:00
vchimev
428981680d Update ui-tests-app 2016-05-13 16:14:14 +03:00
Leo Caseiro
34f2ffe148 Spell mistake on Docs isEanbled to isEnabled 2016-05-13 16:56:26 +10:00
SvetoslavTsenov
b3f781754e Update zindex test page 2016-05-12 19:27:19 +03:00
Vladimir Enchev
87c9828a04 Merge pull request #2049 from akagr/feature/add-attributes-2048
Expose configurable attributes property when loading components
2016-05-11 10:10:38 +03:00
Hristo Deshev
3607bc63ac Merge pull request #2082 from NativeScript/hdeshev/gridlayout-onrowremoved
Call row/column removed callbacks on removeRows/removeColumns.
2016-05-11 09:55:41 +03:00
Akash Agrawal
bd48e2da49 Shifting back to label now that I know how to deal with tsc's error 2016-05-10 23:54:16 +05:30
Akash Agrawal
89701515c6 Trying to work around typescript's error 2016-05-10 23:26:16 +05:30
Akash Agrawal
7d5953d573 Using custom component instead of label 2016-05-10 22:58:28 +05:30
Akash Agrawal
26e73f4e2f Fixed incorrect reference to assertViewColor 2016-05-10 22:25:38 +05:30
Akash Agrawal
d227c8479b Add tests for loading attributes in components 2016-05-10 21:53:32 +05:30
Nikolay Iliev
ee2eee3d7e how-to's fixed slashes in code comments 2016-05-09 18:02:05 +03:00
Hristo Deshev
21c74bdf5a Call row/column removed callbacks on removeRows/removeColumns.
Changed callback names to _onRowRemoved, etc and changed visibility to
public to work around a TypeScript "protected" limitation.
2016-05-09 16:58:56 +03:00
Vladimir Enchev
fc27063622 Merge pull request #2079 from NativeScript/pete/docs-update
Update docomentation
2016-05-09 11:34:31 +03:00
Nedyalko Nikolov
115d4aa0a3 Merge pull request #2071 from NativeScript/nnikolov/Issue2016
Fixed issue with simple object as binding context.
2016-05-09 11:00:52 +03:00
Peter Kanev
b1222b71b2 fix wording 2016-05-09 09:52:27 +03:00
Peter Kanev
a9fdc3359d make articles consistent in structure 2016-05-05 15:38:40 +03:00
Peter Kanev
16e769a1cc update file-system segment where checking if a file exists would always return 'true' 2016-05-05 15:38:40 +03:00
Nedyalko Nikolov
c5a14464e8 Fixed issue with simple object as binding context. 2016-05-05 15:10:31 +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
Nedyalko Nikolov
b3b22ae2e4 Fixed css specifity levels for type selectors. 2016-05-04 11:28:37 +03:00
Nedyalko Nikolov
4e4a69c282 Additional fix for changing binding context issue. 2016-05-03 14:23:58 +03:00
Erjan Gavalji
d3f2f69983 Fix the layouts dir test locations 2016-05-03 11:09:47 +03:00
Erjan Gavalji
401c39924e Fix the build. Improve docs require statements 2016-05-02 18:08:46 +03:00
Erjan Gavalji
3074b6089f Move the layouts tests under the layouts dir 2016-05-02 17:44:58 +03:00