3796 Commits

Author SHA1 Message Date
447ee79cb1 Merge pull request #3343 from NativeScript/cankov/modules30-lint-free
Fix tslint errors
2016-12-22 13:43:56 +02:00
7931ecd4f8 Fix tslint errors 2016-12-21 17:42:31 +02:00
fbf22c9200 Merge pull request #3342 from NativeScript/fixes
Fixes
2016-12-21 17:08:59 +02:00
9f2b647d09 Fixed null reference exception 2016-12-21 17:08:19 +02:00
291d36dba6 expressions + formatted string tests 2016-12-21 16:36:58 +02:00
8a4e6c4ba0 Refactor Bindable tests (still some failing) 2016-12-21 14:47:57 +02:00
4cd3eed1cd Trying to fix padding... 2016-12-21 14:30:34 +02:00
432a849d99 FIX: setInputType of undefined in Android 2016-12-21 14:26:46 +02:00
ae0716a242 Merge pull request #3341 from NativeScript/padding
Fix: string values read from XML are not converted to the correct typ…
2016-12-21 14:16:25 +02:00
3529346c23 Fix: string values read from XML are not converted to the correct type before assignment 2016-12-21 14:13:00 +02:00
8bf088edac Merge pull request #3339 from NativeScript/cankov/modules-30-test-300
Let about 300 non UI tests run
2016-12-21 12:11:55 +02:00
f5905f072d fix tab-view, segmented-bar, action-bar, all ViewBases (#3340) 2016-12-21 12:02:02 +02:00
185b84e0ba Let about 300 non UI tests run 2016-12-21 11:55:55 +02:00
2580dcf575 Merge pull request #3338 from NativeScript/cankov/modules30-ios-tests
Make 0 test run successfully in iOS
2016-12-21 11:21:57 +02:00
25bd65d95c Make 0 test run successfuly 2016-12-21 10:40:47 +02:00
b0b3541c23 Observable Array tests fixed 2016-12-20 16:18:52 +02:00
adf21e184b Merge pull request #3334 from NativeScript/reexports
Fixed Android _onAttached logic. Fixes setting props in code-behind.
2016-12-20 16:16:11 +02:00
417064fd38 Fix Android lifecycle 2016-12-20 16:12:52 +02:00
afe928c029 Merge pull request #3332 from NativeScript/reexports
Comment out TabView where it does not compile
2016-12-20 14:24:54 +02:00
3cfab990c4 Comment out TabView which does not compile 2016-12-20 14:23:37 +02:00
2aebdd800c Fix apps runtime crashes 2016-12-20 14:09:28 +02:00
932fbcc341 Merge pull request #3331 from NativeScript/hhristov/modules30-fixes
Hhristov/modules30 fixes
2016-12-20 14:09:19 +02:00
d9ab6b960a working on tab-view 2016-12-20 14:08:13 +02:00
c6290e2ce3 Fixed utils.android 2016-12-20 14:08:13 +02:00
2e2296cbea Merge pull request #3329 from NativeScript/cankov/modules30-zero-day
Fix the last several errors
2016-12-20 13:52:58 +02:00
d10ca1da03 Fix the last several errors 2016-12-20 13:36:10 +02:00
6122c44126 added class property to ViewBase (#3327) 2016-12-20 11:38:29 +02:00
18cf7229aa Merge pull request #3326 from NativeScript/apps-ready
apps app can now compile
2016-12-20 11:35:57 +02:00
295f9a432f apps app can now compile 2016-12-20 11:35:04 +02:00
ad863ff165 Merge pull request #3325 from NativeScript/grid-unit-type
GridUnitType enum + fixes
2016-12-20 11:23:59 +02:00
9236517fcb GridUnitType enum + fixes 2016-12-20 11:21:31 +02:00
00c0760d91 Merge pull request #3323 from NativeScript/apps-fixes
Fixed ~60 tsc errors
2016-12-20 10:57:05 +02:00
bde5687273 Fixed ~60 tsc errors 2016-12-20 10:55:49 +02:00
75dba8fab2 Include apps and tests in tsconfig.json 2016-12-20 09:36:23 +02:00
c71b4d4bf1 Hhristov/modules30 fixes (#3321)
* Fixed bindings, several css properties, attached properties

* Fix valueChanged handlers
Fix double registration of width/height property handlers

* fix broken merge
2016-12-19 17:52:18 +02:00
3f12391e8e Merge pull request #3320 from NativeScript/alignments
HorizontalAlignment and VerticalAlignment
2016-12-19 17:27:55 +02:00
63e4139a65 Merge branch 'hhristov/modules30' into alignments 2016-12-19 17:27:49 +02:00
c5b98de528 Merge pull request #3317 from NativeScript/cankov/modules30
Fixing type errors in tests
2016-12-19 16:35:06 +02:00
5496ae5215 Revert bind(options) replaced incorrectly with bind(options, model) 2016-12-19 16:33:10 +02:00
8ac7c8d574 HorizontalAlignment and VerticalAlignment 2016-12-19 16:25:08 +02:00
e90e2de927 Revert tests for Length where NaN or number was used 2016-12-19 15:53:44 +02:00
6cfbaae947 Add 'auto' and number to the PercentLength and Length types 2016-12-19 15:53:01 +02:00
37d93643ea Merge pull request #3319 from NativeScript/visibility
Visibility
2016-12-19 14:58:22 +02:00
35c06ba855 Fixed the ActivityIndicator busy/visibility problems. 2016-12-19 14:57:53 +02:00
9be5d4301a Add several missing types to view.d.ts 2016-12-19 13:13:59 +02:00
1255e6bd4a Visibility 2016-12-19 11:56:32 +02:00
782c15a4e8 Merge pull request #3318 from NativeScript/fixes
BackgroundRepeat enum
2016-12-19 11:00:38 +02:00
c61c58e52f BackgroundRepeat enum 2016-12-19 10:58:52 +02:00
6feeb140e3 Fixing type errors in tests 2016-12-19 10:36:25 +02:00
745388c3da Hhristov/modules30 fixes (#3316)
* Fixed properties, text-base, action-bar, bindings, view

* Rebase onto master
2016-12-19 10:21:43 +02:00