Commit Graph

478 Commits

Author SHA1 Message Date
hshristov
563c0d22c1 Add ui-test file 2015-04-22 16:08:55 +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
c2e9c2f83d Fix absolute-layout-tests on API level 19 & 21 (emulator) 2015-04-22 15:13:33 +03:00
hshristov
31249de862 Fix tslint 2015-04-22 15:13:32 +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
102af56619 Merge pull request #299 from NativeScript/nnikolov/CodeSnippetsChanges
Changed gestures enums like other enums.
2015-04-20 17:36:47 +03:00
Nedyalko Nikolov
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
Vladimir Enchev
ca3efb18cf test for sub properties added 2015-04-20 14:02:21 +03:00
Vladimir Enchev
cffd0d54f7 toolbar commented 2015-04-20 09:53: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
Vladimir Enchev
6720d1fc53 local-settings renamed to application-settings 2015-04-14 16:49:05 +03:00
hshristov
646b4723ad Fix ios unit-tests
Exclude Location tests for iOS
2015-04-14 12:24:39 +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
atanasovg
57679f8fc8 Fix a bug in the file-system module for iOS (NSDate is automatically marshalled to JS Date). 2015-04-08 14:14:52 +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
vakrilov
cbbd28be6b More tests fixed 2015-04-07 14:10:34 +03:00
vakrilov
97ba48346a Fixed tests 2015-04-07 14:10:34 +03:00
Nedyalko Nikolov
f33bfe3a98 Reverted test app to run mainPage instead of testRunnerPage. 2015-04-06 11:03:27 +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
79fb7e2a34 http for android header values fixed and test added 2015-03-30 09:42:12 +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
70756fb115 OptionsMenu XML support 2015-03-26 17:32:25 +02:00
Vladimir Enchev
f2e614b664 initial commit 2015-03-26 17:32:23 +02:00
Erjan Gavalji
d5af4c4723 Fix tests app paths 2015-03-24 16:05:54 +02:00
Nedyalko Nikolov
85ce179103 Some improvements to location module API. 2015-03-25 14:45:20 +02:00
Rossen Hristov
7d15ae8249 Implemented Observable constructor that accepts JSON objects. 2015-03-24 12:26:17 +02:00
Rossen Hristov
d1f97d7050 Added support for binding to all Style properties directly. 2015-03-23 09:21:39 +02:00
vakrilov
16b9676a2c Fix: Deleteing known folder should resolve as error 2015-03-20 12:13:12 +02:00
vakrilov
88f6a936fc Tests added and master-detail tempalte updated 2015-03-19 18:24:02 +02:00
vakrilov
0b2c4cc523 file-name-resolver module 2015-03-19 18:00:49 +02:00
Rossen Hristov
0283d35a46 Added loadStarted event. 2015-03-19 09:38:35 +02:00
Rossen Hristov
2adac392af Added DatePicker.minDate and DatePicker.maxDate. 2015-03-18 13:00:59 +02:00
Nedyalko Nikolov
b569451bc7 Added named parameters support for xml binding definition. 2015-03-18 08:44:51 +02:00
Rossen Hristov
0118d5f6d1 Minor capitalization fixes. 2015-03-17 15:41:45 +02:00
Rossen Hristov
6bfc0fae37 Fixed a code snippet. 2015-03-17 15:35:44 +02:00
Rossen Hristov
0fdc7fc4be Fixed several code snippets. 2015-03-17 15:26:26 +02:00