Commit Graph

75 Commits

Author SHA1 Message Date
Vladimir Enchev
0c0ef14ca4 tests added 2015-05-25 15:24:01 +03:00
Rossen Hristov
a4b2457708 Resolved #199: TabView.selectedIndexChanged event. 2015-05-21 13:48:34 +03:00
Vladimir Enchev
37aa72a7d2 test added 2015-05-21 11:41:33 +03:00
Rossen Hristov
f6a92d85a4 Tests. 2015-05-20 16:46:16 +03:00
Rossen Hristov
1b212bfce5 Resolved #184: Hint property for TextView. 2015-05-20 16:46:08 +03:00
Vladimir Enchev
ae2f4df2fb Merge pull request #179 from NativeScript/webview-src
Implemented #172.
2015-05-19 14:26:46 +03:00
Vladimir Enchev
9a5a9c7ef5 tests added 2015-05-19 13:58:23 +03:00
Nedyalko Nikolov
e61cac3422 Fixed binding expression for object property access (not function). 2015-05-19 13:49:32 +03:00
vakrilov
fe66104595 Page events 2015-05-19 13:37:38 +03:00
Alexander Vakrilov
3ac52814c7 Merge pull request #163 from NativeScript/feature/list-view-weak-events
List view weak events
2015-05-18 13:55:15 +03:00
vakrilov
c582f83025 Code snippet fix 2015-05-18 11:52:56 +03:00
vakrilov
c3aea99078 Tests - fixed 2015-05-15 18:46:24 +03:00
vakrilov
57171c768e WeakEvents with map 2015-05-15 18:39:01 +03:00
vakrilov
71c9266be3 WeakEvents refactoring and used in ListView 2015-05-15 18:39:01 +03:00
vakrilov
0e8ea034c7 ListView memory leak tests 2015-05-15 18:39:01 +03:00
vakrilov
55882500c8 Fix tabs when pageCache is enabled 2015-05-14 16:45:56 +03:00
Nedyalko Nikolov
aa697d1c44 Bindable tests fix. 2015-05-14 15:16:05 +03:00
Nedyalko Nikolov
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
Nedyalko Nikolov
bb57bfb88d Fixed issue when UI element is bound to source different from bindingContext. 2015-05-12 14:56:53 +03:00
Nedyalko Nikolov
6e9c3f40fd Fixed tslint error. 2015-05-11 13:25:29 +03:00
Nedyalko Nikolov
0ef1e7a6ca Added test for binding context reload (when navigating) issue. 2015-05-11 13:22:26 +03:00
Nedyalko Nikolov
2e4b2eacf2 Fixed issue when bindingContext is bound more than once. 2015-05-08 09:53:59 +03:00
vakrilov
45450456a1 Loaded/Unloaded fix 2015-05-05 16:15:00 +03:00
vakrilov
371c1b1d05 Test and test setup 2015-05-05 16:15:00 +03:00
hshristov
7150230655 Fix broken unit-test in ios 2015-04-27 11:42:30 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
hshristov
d35b73f1b2 Fix test for Image.src default value 2015-04-22 17:00:48 +03:00
hshristov
20b65a6d0c Add base ui-test class
Update label-test to use the new ui-test class
2015-04-22 16:08:54 +03:00
hshristov
93fa862ae3 Fix tests to pass on devices with floating density
Floor measure sizes
2015-04-22 15:13:31 +03:00
vakrilov
3bc025633b Pickers fixes and tests 2015-04-20 18:08:40 +03:00
Nedyalko Nikolov
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
Rossen Hristov
3d0882ffa7 Rewrote image-cache to use the native image caching features, i.e. LruCache and NSCache. 2015-04-16 10:06:45 +03:00
hshristov
f0f6992cf0 Remove Action property from Intent class.
Location tests are not executed on emulator.
Label test made for iOS only.
Change frame.android.action property to method.
Image measured widht/height are now floor (like in android runtime).
2015-04-09 17:54:22 +03:00
Rossen Hristov
1e73d93f1f Removed image extension validation from image-cache. Images with no extensions can now be loaded. 2015-04-09 16:37:30 +03:00
hshristov
5cce9e206b Update unittest helper method navigation checks 2015-04-08 10:55:08 +03:00
hshristov
0386d07604 Delete one unittest - not needed 2015-04-08 10:55:04 +03:00
hshristov
b27c05e52c Fix label ellipsis issue on zoomed iPhone 6 Plus.
Fix Image.imageSource propertyMetadata to affects layout.
2015-04-08 10:55:00 +03:00
Rossen Hristov
69dc92026c Moved text-align and font-size to TextBase and fixed a WebView test. 2015-04-03 16:41:19 +03:00
Nedyalko Nikolov
61f5022a69 Binding to object via keyword. 2015-04-03 16:08:28 +03:00
Rossen Hristov
1183c08607 Fixed a tslint warning. 2015-04-03 13:32:42 +03:00
Rossen Hristov
38bc482359 Moved delegate handling to onLoaded / onUnloaded methods and reworked the WebView tests. 2015-04-03 13:32:39 +03:00
Nedyalko Nikolov
5630fbcd01 Removed unnecessary slashes. 2015-04-03 12:18:23 +03:00
Nedyalko Nikolov
fd418f4dbf Fixed paths for label tests. 2015-04-03 12:00:17 +03:00
Nedyalko Nikolov
d952faa3c2 Added application resources (used for binding converters), also some bug
fixes (binding related).
2015-04-01 11:45:30 +03:00
vakrilov
70aa10d7ea MenuItems should inherit binding context when defined form XML 2015-03-31 12:36:04 +03:00
vakrilov
54f80f54fc snippet-fix 2015-03-30 11:04:43 +03:00
Vladimir Enchev
6841c66de8 yet another android property naming fixed 2015-03-27 16:32:45 +02:00
Vladimir Enchev
9ee7d5f90b new android runtime properties modules fixed 2015-03-27 11:13:44 +02:00
hshristov
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
Erjan Gavalji
d5af4c4723 Fix tests app paths 2015-03-24 16:05:54 +02:00