Commit Graph

20 Commits

Author SHA1 Message Date
Nedyalko Nikolov
f60f50f136 Added rowHeight property for ListView. 2015-11-04 18:17:29 +02:00
Nedyalko Nikolov
0b6ca23e25 BindingContext will be set before adding items to visual tree (ListView, Repeater). 2015-09-30 11:18:46 +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
173cde895e Pull the Owned android helper interface to utils/utils.
In a @private block.
2015-09-18 11:29:12 +03:00
Hristo Deshev
9fbcf5f143 Fix typescript 1.6 compile errors.
- Remove unknown properties in object literals.
- Don't use module-level `delete` statements.
2015-09-18 11:20:17 +03:00
Vladimir Enchev
d2983d99f8 setSelection used instead smoothScrollToPosition 2015-08-27 14:01:59 +03:00
Vladimir Enchev
905c395fea scrollToIndex added to ListView 2015-08-27 13:26:15 +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
Rossen Hristov
18d3d5fea4 Removed the code that raises 'unloaded' event for list-view rows for performance reasons. 2015-07-31 09:30:42 +03:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
Rossen Hristov
ac36729cb7 The unloaded event of view in the ListView's itemTemplate will now be called when its underlying native view is removed from the visual tree. When this happens is beyond our control. 2015-07-20 09:15:58 +03:00
Vladimir Enchev
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
vakrilov
96c0a52c8f Fix issue with black random black items when scrolling 2015-04-02 18:26:12 +03:00
Vladimir Enchev
30553253f4 another list-view android fix :( 2015-03-27 16:14:35 +02:00
Vladimir Enchev
9ee7d5f90b new android runtime properties modules fixed 2015-03-27 11:13:44 +02:00
Vladimir Enchev
64ecc682e0 obsolete adapter method removed 2015-03-16 09:56:28 +02:00
Vladimir Enchev
d19f5dfc4d tslint error fixed 2015-03-16 09:49:33 +02:00
Vladimir Enchev
2e782aecc5 initial commit 2015-03-13 15:23:04 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00