682 Commits

Author SHA1 Message Date
3b50b356aa Merge branch 'ErjanGavalji/add-post-json-sample' 2015-04-28 15:40:16 +03:00
f59f885824 Cheat the TypeScript compilse that removed the <hide> tag before the try-catch block 2015-04-28 14:29:15 +03:00
3ed3469377 Merge pull request #89 from NativeScript/hhristov/verticalAlignment-center-bug
Fix verticalAlignment center placement
2015-04-28 14:09:51 +03:00
291bc3d86d Fix verticalAlignment center placement 2015-04-28 13:20:41 +03:00
51543fd85c Merge pull request #88 from NativeScript/nnikolov/CameraIssuesIos
Fixed null pointer while using camera for ios.
2015-04-28 12:13:55 +03:00
ce3dfb29a8 Fixed null pointer while using camera for ios. 2015-04-28 11:57:11 +03:00
7e66323431 Update grunt-ts version to get the noEmitOnError setting. Apply the setting 2015-04-28 09:31:25 +03:00
7150230655 Fix broken unit-test in ios 2015-04-27 11:42:30 +03:00
95b26284d1 Merge pull request #84 from NativeScript/nnikolov/KnownEventsKnownEventsChanges
Some changes to Api reference due to `knownEvents` breaking change.
2015-04-27 09:49:58 +03:00
bbe3a8f5f9 Some changes to Api reference due to breaking change. 2015-04-27 09:45:15 +03:00
7ae11be4d4 Merge pull request #82 from NativeScript/ios-dialog-buttons
OK button moved from first to last
2015-04-24 17:24:40 +03:00
25e53369ee OK button moved from first to last 2015-04-24 17:14:55 +03:00
bf8f5d8e30 Fix tslint error 2015-04-24 16:35:47 +03:00
7cd70ef033 Change the repo name to NativeScript where mentioned 2015-04-24 16:33:33 +03:00
f5c6abcf1a Remove commented code 2015-04-24 15:51:16 +03:00
6edaf524d0 Fix the transpile 2015-04-24 15:50:19 +03:00
d722071748 Merge remote-tracking branch 'second/master' 2015-04-24 15:13:16 +03:00
1c26168a65 Rename the old Readme 2015-04-24 15:12:48 +03:00
b82e64a90d Merge pull request #318 from NativeScript/custom-components-in-templates
support for custom components in templates + tests
2015-04-24 15:07:52 +03:00
42e6baab1d Merge pull request #306 from darind/feature/extended-platform-info
Added user agent string and selected language to the platform module
2015-04-24 15:03:52 +03:00
53f3a32f7b lint error fixed 2015-04-24 14:59:54 +03:00
efcc0d0ddf support for custom components inside templates with tests 2015-04-24 14:44:12 +03:00
e75b14f609 Merge pull request #317 from NativeScript/nnikolov/ChangeLogUpdates
Nnikolov/change log updates
2015-04-24 11:29:53 +03:00
f5f5006e71 Some wording and typos change. 2015-04-24 11:24:21 +03:00
770cd5852a Updated changeLog for gestures and knownEvents. 2015-04-24 11:16:58 +03:00
c65caecb01 Merge pull request #316 from NativeScript/nnikolov/KnownEventRefactoring
Replace knownEvents modules with static strings.
2015-04-24 10:54:43 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
8023390692 Merge pull request #310 from NativeScript/focus
Fixed:  TextField and TextView do not show the soft keyboard when their ...
2015-04-23 12:10:09 +03:00
e29662cac6 Fixed tslint. 2015-04-23 12:04:55 +03:00
79aca266e4 Remove the RC from the package version 2015-04-23 11:15:03 +03:00
2f43a63563 Fixed: TextField and TextView do not show the soft keyboard when their focus() method is called. #309 2015-04-23 09:57:30 +03:00
aad02aa789 Merge pull request #308 from NativeScript/custom-components
properties will be copied to the custom component with XML + tests
2015-04-23 08:27:12 +03:00
050ab3e4c7 Removing the userAgent setting from the platform module 2015-04-22 18:31:38 +03:00
e5d6516538 Update package version to RC1 2015-04-22 18:00:02 +03:00
7fc620e17c Fix the style paths of the template apps 2015-04-22 17:59:02 +03:00
476e79a279 Update README.md 2015-04-22 17:34:13 +03:00
1923688d72 Merge pull request #307 from NativeScript/hhristov/ui-test-class
Add base UITest class
Fix Image.src failing test
2015-04-22 17:20:11 +03:00
04f5c7b20f properties will be copied to the custom component with XML + tests 2015-04-22 17:07:03 +03:00
d35b73f1b2 Fix test for Image.src default value 2015-04-22 17:00:48 +03:00
563c0d22c1 Add ui-test file 2015-04-22 16:08:55 +03:00
20b65a6d0c Add base ui-test class
Update label-test to use the new ui-test class
2015-04-22 16:08:54 +03:00
e102326d9a Merge pull request #289 from NativeScript/hhristov/density-issues
Fix tests to pass on devices with floating density
2015-04-22 16:01:18 +03:00
35ca7d3efe Update README.md 2015-04-22 15:31:04 +03:00
c2e9c2f83d Fix absolute-layout-tests on API level 19 & 21 (emulator) 2015-04-22 15:13:33 +03:00
31249de862 Fix tslint 2015-04-22 15:13:32 +03:00
93fa862ae3 Fix tests to pass on devices with floating density
Floor measure sizes
2015-04-22 15:13:31 +03:00
cd34bea39d Add more keywords 2015-04-22 11:25:59 +03:00
a80a073e17 Added user agent string and selected language to the platform module 2015-04-22 11:20:10 +03:00
605fc4a209 Merge pull request #304 from NativeScript/gestures-leak
Fixed: Gestures memory leak when a View is unloaded in iOS. #303
2015-04-22 09:23:32 +03:00
c1672346c4 Gestures are now detached when a View is unloaded. 2015-04-22 09:14:37 +03:00