Hristo Hristov
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
Hristo Hristov
33aa48bdfd
Add support for snapshot
...
Fix Layout class getMeasuredWidth & getMeasuredHeight
Move some classes to widgets
Fix API17 tests
2017-03-06 14:05:55 +02:00
vakrilov
87f936bcd8
Fix: ListView not showing first items of VirtArray
2017-02-09 16:55:28 +02:00
Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
Hristo Hristov
a65a491de6
fix listview ( #3493 )
2017-01-16 10:55:26 +02:00
vakrilov
c30be0d606
View lifecycle methods
2017-01-04 17:18:45 +02:00
PanayotCankov
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
Hristo Hristov
f5905f072d
fix tab-view, segmented-bar, action-bar, all ViewBases ( #3340 )
2016-12-21 12:02:02 +02:00
Panayot Cankov
6cfbaae947
Add 'auto' and number to the PercentLength and Length types
2016-12-19 15:53:01 +02:00
Hristo Hristov
b20fd7fd4c
Fix nativeView issues
...
Fix Listeners base class
2016-12-15 10:46:20 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
07e2102c5d
restore properties deleted with merge
2016-12-13 15:51:18 +02:00
Hristo Hristov
befb494a50
up to segmented-bar.ios
2016-12-13 15:51:18 +02:00
Hristo Hristov
fac4f42503
adding features deleted from rebase
2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
a64847ca9d
next
2016-12-13 15:51:18 +02:00
Hristo Hristov
0f45a0df5e
list-view progress
2016-12-13 15:51:18 +02:00
zh-m
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
Rossen Hristov
0bfd25b139
Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode
...
Resolves #2942
2016-10-31 13:52:38 +02:00
Rossen Hristov
e28148c929
ListView item template selector refactoring + sample code
2016-10-17 17:22:30 +03:00
Rossen Hristov
b1050d4121
Fix tslint
2016-10-17 10:25:23 +03:00
Rossen Hristov
cd6039ce6c
ListView item template selector
2016-10-17 09:32:47 +03:00
Panayot Cankov
1236f66f44
Add npm script that generates ios .d.ts-es from the tests app
...
Less than 30 erros left, let's hope it still works
Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills
Roll back some changes involved in separating UIEvent for dom and ios
Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
2016-08-29 09:58:17 +03:00
Hristo Deshev
7e5c29a163
Fix package.json "main" settings and remove .js references.
2016-08-04 16:24:29 +03:00
Nedyalko Nikolov
e46f30ac26
Merge pull request #2263 from NativeScript/nnikoilov/ListViewUsedInAModalDialogCrash
...
Fixed crash when ListView is used in a modal dialog (Android).
2016-06-08 18:43:08 +03:00
Hristo Hristov
22608011f2
Avoid excessive requestLayout calls ( #2270 )
...
Added View.isLayoutRequired - to check if Layout call is needed after a measure call. Use in list-view.
Measure pass now get all its properties from nativeLayoutParams property instead of using instance dependency properties (e.g. perf improvement).
List-view now layouts cells only if there is need to.
List-view now measure rows with the specified rowHeight.
2016-06-08 15:41:30 +03:00
Nedyalko Nikolov
98a9680bce
Fixed crash when ListView is used in a modal dialog (Android).
2016-06-07 15:50:38 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00