973 Commits

Author SHA1 Message Date
d4ffb7607d Fix travis errors 2016-05-13 09:55:50 -04:00
465c719800 Method to check to see if camera is available or not 2016-05-13 09:26:13 -04:00
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
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
bd48e2da49 Shifting back to label now that I know how to deal with tsc's error 2016-05-10 23:54:16 +05:30
89701515c6 Trying to work around typescript's error 2016-05-10 23:26:16 +05:30
7d5953d573 Using custom component instead of label 2016-05-10 22:58:28 +05:30
26e73f4e2f Fixed incorrect reference to assertViewColor 2016-05-10 22:25:38 +05:30
d227c8479b Add tests for loading attributes in components 2016-05-10 21:53:32 +05:30
ee2eee3d7e how-to's fixed slashes in code comments 2016-05-09 18:02:05 +03:00
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
fc27063622 Merge pull request #2079 from NativeScript/pete/docs-update
Update docomentation
2016-05-09 11:34:31 +03:00
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
b1222b71b2 fix wording 2016-05-09 09:52:27 +03:00
a9fdc3359d make articles consistent in structure 2016-05-05 15:38:40 +03:00
16e769a1cc update file-system segment where checking if a file exists would always return 'true' 2016-05-05 15:38:40 +03:00
c5a14464e8 Fixed issue with simple object as binding context. 2016-05-05 15:10:31 +03:00
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
b3b22ae2e4 Fixed css specifity levels for type selectors. 2016-05-04 11:28:37 +03:00
4e4a69c282 Additional fix for changing binding context issue. 2016-05-03 14:23:58 +03:00
d3f2f69983 Fix the layouts dir test locations 2016-05-03 11:09:47 +03:00
401c39924e Fix the build. Improve docs require statements 2016-05-02 18:08:46 +03:00
3074b6089f Move the layouts tests under the layouts dir 2016-05-02 17:44:58 +03:00
10095ed4b1 Fix a typo 2016-05-02 11:59:23 +03:00
bdbffb79bd Switch titles to lower-case 2016-05-02 10:45:50 +03:00
3e489db2c9 Improve the readability of the docs navbar 2016-05-02 10:10:51 +03:00
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
872e97e895 Fixed: Folder.clear fails to remove empty subfolders on Android
Resolves #1945
2016-04-26 17:38:18 +03:00
7caeae0285 Update folder clear test to include subfolders 2016-04-26 17:38:16 +03:00
7cd8e12e0b Fix: Timer somtimes crashing in IOS 2016-04-26 12:47:15 +03:00
2672752be8 Fixed: Unable to set padding for TextView
Resolves #2024
2016-04-25 17:05:18 +03:00
8623f4e6d5 Fixed: Unable to show dialog from a modal page
Resolves #1809
2016-04-22 11:08:36 +03:00
65bb2d4531 A lot of re-factoring + bug fix for navigation events 2016-04-21 16:38:34 +03:00
b3f36644c1 Fix: Android pages disappear before their exit transition has finished
Resolves #2000
2016-04-20 17:04:28 +03:00
4c761e8390 Merge pull request #1999 from NativeScript/nnikolov/ConvertersChangingBindingContext
Fixed adding converters to bindingContext.
2016-04-20 16:30:37 +03:00
8fef852d89 Fixed adding converters to bindingContext. 2016-04-20 15:49:44 +03:00
56065ae601 Fix broken navigation after clear history with transition
Resolves #1948
2016-04-20 14:57:01 +03:00
c7918c51ce Merge pull request #1992 from NativeScript/nnikolov/BindingSameProperties
Fix for using same name properties in binding.
2016-04-20 13:51:24 +03:00
2c4c3c90e2 Fix for using same name properties in binding. 2016-04-19 17:19:04 +03:00
b7e0d33387 z-index support added 2016-04-19 16:39:17 +03:00
3823cc45d0 Merge pull request #1989 from NativeScript/feature/ui-strings
Fix: setting text in Span to number/null/undefined
2016-04-19 11:50:43 +03:00
82dac83c75 Merge pull request #1981 from NativeScript/feature/docs
Add grunt build for how-to articles and typedoc
2016-04-19 11:23:06 +03:00
f132a351de Fix failig test due to wrong check 2016-04-19 10:59:29 +03:00
fddaf251f7 Fix: setting text in Span to number/null/undefined 2016-04-18 18:33:15 +03:00
54d13e26a9 fix 2016-04-18 17:35:13 +03:00
d2961be83d changes 2016-04-18 15:11:01 +03:00
2e15d584c0 Merge pull request #1978 from NativeScript/font-weight
Add support for CSS font-weight + sample app for testing fonts
2016-04-18 10:30:21 +03:00
e01daed7eb Merged master onto feature/docs 2016-04-15 16:54:37 +03:00
6f5bbd69c9 add list-picker.md 2016-04-15 16:27:57 +03:00