Commit Graph

93 Commits

Author SHA1 Message Date
Rossen Hristov
f19bc858e8 Fixed the failing iOS test. 2015-06-15 13:40:22 +03:00
Rossen Hristov
f41d7b83a1 Resolved #322: Creating an Observable by passing a JSON object in the constructor does not define the respective properties on the Observable object instance. 2015-06-15 13:17:58 +03:00
Vladimir Enchev
2aed914c28 comment fixed 2015-06-12 10:46:59 +03:00
Nedyalko Nikolov
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
Vladimir Enchev
46950ed886 unused require removed 2015-06-03 17:38:02 +03:00
Vladimir Enchev
1b5e6eb743 tests added 2015-06-03 17:35:53 +03:00
Rossen Hristov
df8f7b4967 Fixed a failing unit test. 2015-06-01 11:03:15 +03:00
Vladimir Enchev
ce0428fdc9 css import support added 2015-05-28 16:57:01 +03:00
Nathanael Anderson
b259cde7fd Adding Search Hint text color; since this is not accessible from the standard style/theming xml files.
Added Tests so that it will verify the search bar color is changing.
2015-05-27 11:50:56 -05:00
Rossen Hristov
dcb96cbc0a Fixed #222: ListPicker showing number of items in list 2015-05-27 14:29:22 +03:00
Vladimir Enchev
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
Vladimir Enchev
5402f3eee9 snippet fixed 2015-05-25 16:07:31 +03:00
Vladimir Enchev
bd552def2e another code snippet added 2015-05-25 16:06:54 +03:00
Vladimir Enchev
d0a7b3fff8 code example added 2015-05-25 16:03:44 +03:00
Vladimir Enchev
8f0514f867 lint errors fixed 2015-05-25 15:45:14 +03:00
Vladimir Enchev
f0565c9bd2 more tests added 2015-05-25 15:40:34 +03:00
Vladimir Enchev
1aaca2cd03 more naming improvments 2015-05-25 15:30:36 +03:00
Vladimir Enchev
c956e90b97 naming improved 2015-05-25 15:27:47 +03:00
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