Commit Graph

37 Commits

Author SHA1 Message Date
Hristo Deshev
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
vakrilov
219c0c8033 Private methods of gird prefixed with _ 2015-10-29 16:26:47 +02:00
Vladimir Enchev
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +03:00
Vladimir Enchev
44e4296d80 Merge pull request #931 from NativeScript/vertical-alignment-middle
vertical-alignment middle support added
2015-10-15 10:31:16 +03:00
Vladimir Enchev
19b03bbbb9 vertical-alignment middle support added 2015-10-14 09:42:29 +03:00
hshristov
e127c7ef27 Fix GridLayout desiredSize when not stretched.
Fix showModal Page size method for Android
Fix showModal Page actionBar is now hidden
2015-10-09 16:54:08 +03:00
hshristov
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +03:00
Matt Donovan
cfda63d42b changing != to !== 2015-10-01 10:42:06 +03:00
Matt Donovan
dad1510ce9 Adding voiid return statements 2015-10-01 10:42:04 +03:00
Matt Donovan
69e651bb43 Adding void return statements 2015-10-01 10:38:24 +03:00
Matt Donovan
7d948265f3 Adding removeColumns() and removeRows() to GridLayout 2015-10-01 10:34:30 +03:00
Matt Donovan
e79fd51ce4 adding removeChildren() for layout and fixing comment typos 2015-10-01 10:28:27 +03:00
Hristo Deshev
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
Hristo Deshev
958d6b41f0 Move layout special properties sets out of the component builder.
Setters registered by the respective modules on import.
2015-09-10 19:18:11 +03:00
vakrilov
b082cb1c99 Fix for applying style attribute on Grid 2015-09-04 13:48:46 +03:00
Nedyalko Nikolov
5b9777d054 Fixed issue #360. 2015-08-28 15:43:19 +03:00
hshristov
6a6f7fcf92 Fix ListView module to check for layoutBase instead of Layout
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
hshristov
3f4cf47578 Fix ItemSpec length is rounded 2015-08-10 14:30:46 +03:00
hshristov
5322dd19b2 Fix Image source property to have None metadata for android - no need for layout invalidation from JS.
ClipToBounds implementation added back.
Optimization in style.ts to set native properties at once.
Fix height of CommonLayoutParameters.
2015-08-03 18:18:42 +03:00
hshristov
4c03cddbd6 Fix tslint error
Change module-merge to use the global merge function
2015-08-03 13:49:22 +03:00
hshristov
8d8cea103f Fix wrap-layout implementation for iOS
Fix layout-helper so that unit-tests can work again
2015-08-03 13:49:14 +03:00
hshristov
e58506563a Fix WrapLayout
Fix ScrollView
Fix Stylers.android
Remove some method from View class
Fix layout-helper test views
Fix all android failing tests
Remove onLayout on Button and TextBase
2015-08-03 13:49:11 +03:00
hshristov
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
hshristov
41168d3782 Layouts are now implemented natively for Android. 2015-08-03 13:49:03 +03:00
Hristo Deshev
422cc37d48 Layout child API extensions
- Layout.insertChild(atIndex, child)
- Layout.getChildIndex(child): number
2015-08-03 13:49:00 +03:00
Vladimir Enchev
805722a5b7 default value fixed 2015-08-03 13:48:56 +03:00
Vladimir Enchev
7516ac6ab3 ApplyXmlAttributes implementation fixed 2015-08-03 13:48:54 +03:00
hshristov
1761fd79f0 Fix tslint error 2015-08-03 13:48:49 +03:00
hshristov
0da2f297fd Fix tslint errors 2015-08-03 13:48:44 +03:00
hshristov
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
Rossen Hristov
09c00cb13b Animations Spike 2015-07-29 15:24:38 +03:00
Hristo Deshev
489edfc053 Layout child API extensions
- Layout.insertChild(atIndex, child)
- Layout.getChildIndex(child): number
2015-07-21 14:20:25 +03:00
vakrilov
f3979136a4 Frobit setting inline style from code 2015-07-07 15:02:32 +03:00
hshristov
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
Rossen Hristov
25d54e0ed7 Fixed several compile issues. 2015-03-23 09:57:46 +02:00
vakrilov
2e6b041b57 Padding fix for stack-layout and tests 2015-03-06 14:46:12 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00