Alexander Djenkov
e03f5f9cf5
fix(list-view-android): app crashes on ListView item template change ( #6634 )
...
* fix(list-view): app crashes on first ListView item template change
* tests: add tests for changing ListView item template with expression
2019-01-13 16:18:49 +02:00
Martin Yankov
e5f6065fd2
test(safe-area): add ui tests ( #6418 )
2018-10-17 13:29:38 +03:00
Alexander Vakrilov
ec24c5a96f
fix(list-view): Layout list-view items on request ( #6159 )
...
* test: list items relayout example
* fix(list-view): Layout list-view items on request
* refactor(tests): refactor list-view tests imports
2018-08-09 18:19:56 +03:00
Martin Yankov
bdf55d9552
test(): add scenarios for listview scrolling ( #6092 )
2018-07-20 11:25:32 +03:00
Alexander Djenkov
09431572e5
chore(listview-tests): add tests for width property with percentages ( #6047 )
2018-07-11 10:54:09 +03:00
Manol Donev
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
Alexander Djenkov
b9806bad1c
fix(list-view-ios): fix rowHeight property to apply proper item size for iOS ( #5693 )
...
* fix(list-view-ios): fix rowHeight property to apply proper item size for iOS
* chore(apps-tests): add rowHeight tests
2018-04-18 10:47:19 +03:00
Alexander Djenkov
52c044891e
feat(ios-list-view): introduce iosEstimatedRowHeight property. ( #5568 )
...
* feat(ios-list-view): introduce iosEstimatedRowHeight property.
* chore(ui-tests-app): add test for auto measured ListView.
2018-03-22 14:03:54 +02:00
Panayot Cankov
12c0199fb5
UIScrollViews will now report 'scroll' events and the background in ios will adjust added layers ( #4762 )
2017-08-29 10:25:45 +03:00
SvetoslavTsenov
ce01ab597f
Fix search bar test page and images template test page ( #4331 )
2017-06-07 14:02:51 +03:00
SvetoslavTsenov
97b1cd9060
Tsenov/searchbar ( #4328 )
...
* Searchbar tests
* Update search bar test page
* Fix path to events test pages
* Update text-view test pages
2017-06-07 10:25:16 +03:00
SvetoslavTsenov
51d1be5bb8
Tsenov/auto complete ( #4318 )
...
* Init steps
* Implement logic for auto-complete for all test pages
* Init steps
* Implement logic for auto-complete for all test pages
* Expose TestPageMainViewModel
* Merge
* Improve check if example is already loaded in collection
* Reorder tests
* Fix tslint
* Include csslv
* Include new image source
2017-06-06 16:06:21 +03:00
SvetoslavTsenov
855caf3e43
Remove max-length example from list-view folder. Move images from list-view folder to resources/images
2017-06-05 16:48:56 +03:00
SvetoslavTsenov
109f57476d
Include test page for max-lenght poperty
2017-06-05 16:48:56 +03:00
SvetoslavTsenov
a88bb7488e
Include new test pages and refactored layouts mayview view model
2017-05-01 15:06:48 +03:00
Hristo Deshev
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
Rossen Hristov
e28148c929
ListView item template selector refactoring + sample code
2016-10-17 17:22:30 +03:00