248 Commits

Author SHA1 Message Date
51a56a2aea Support responseType property on XMLHttpRequest.
Only default, "" and "text" supported for now. Raising an error otherwise.
2015-06-15 17:17:13 +03:00
f109cbe80b Support onload/onerror events on XMLHttpRequest. 2015-06-15 17:17:13 +03:00
acfb51bba2 TKUnit: add exception guard and fail the test instead of crashing the app. 2015-06-15 17:17:13 +03:00
e2a0c7d587 Fix tslint.
Running "tslint:build" (tslint) task
>> ./apps/ui-tests-app/app.ts[4, 1]: consecutive blank lines are
disallowed
>> ./apps/ui-tests-app/mainPage.ts[23, 17]: duplicate variable:
'fileName'
2015-06-15 15:43:47 +03:00
82b5c0f81a Update ui-tests-app. 2015-06-15 15:35:49 +03:00
df265794e8 Add modal-view demo to ui-tests-app. 2015-06-15 15:09:56 +03:00
f19bc858e8 Fixed the failing iOS test. 2015-06-15 13:40:22 +03:00
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
2aed914c28 comment fixed 2015-06-12 10:46:59 +03:00
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
e0e4c6d7c7 backgroundImage exposed to View 2015-06-10 15:19:21 +03:00
d335fae123 Android console improved to support circular objects. 2015-06-08 18:04:00 +03:00
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
de7efaad93 Base64 image tests reworked tobe more stable on different devices 2015-06-04 09:51:13 +03:00
d74ce85293 Merge pull request #271 from NativeScript/segmented-bar-android-color
Segmented bar android color
2015-06-04 09:17:24 +03:00
aff562c9d3 Update apps\ui-tests-app\app.ts 2015-06-03 17:53:04 +03:00
46950ed886 unused require removed 2015-06-03 17:38:02 +03:00
1b5e6eb743 tests added 2015-06-03 17:35:53 +03:00
3834fb5af2 Update ui-test-app with application module events. 2015-06-03 16:44:26 +03:00
09f80d0649 TelerikNEXT app removed 2015-06-02 16:50:20 +03:00
c09538d39d Merge pull request #256 from NativeScript/nnikolov/GesturesRefactor
view.gestureObservers exposed to public.
2015-06-02 16:06:19 +03:00
927fdcc6f1 Add "console" module page to ui-tests-app. 2015-06-02 15:34:03 +03:00
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
137688dba1 test app updated with app events 2015-06-02 10:01:57 +03:00
a3070bef83 events naming updated 2015-06-01 17:04:06 +03:00
a8be503417 various application event implementation fixes 2015-06-01 15:51:37 +03:00
c6549343bc application module events added 2015-06-01 15:10:47 +03:00
df8f7b4967 Fixed a failing unit test. 2015-06-01 11:03:15 +03:00
487870cc4d Add require statements to the location snippets 2015-05-29 17:09:48 +03:00
542b948e8b Reverted some test files. 2015-05-29 13:48:45 +03:00
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
ce0428fdc9 css import support added 2015-05-28 16:57:01 +03:00
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
dcb96cbc0a Fixed #222: ListPicker showing number of items in list 2015-05-27 14:29:22 +03:00
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
90b7040273 Merge pull request #207 from NativeScript/feature/optimizations
Optimizations
2015-05-26 10:33:27 +03:00
e1bad6d1aa Repeater added to gallery app 2015-05-25 16:14:58 +03:00
5402f3eee9 snippet fixed 2015-05-25 16:07:31 +03:00
bd552def2e another code snippet added 2015-05-25 16:06:54 +03:00
d0a7b3fff8 code example added 2015-05-25 16:03:44 +03:00
8f0514f867 lint errors fixed 2015-05-25 15:45:14 +03:00
f0565c9bd2 more tests added 2015-05-25 15:40:34 +03:00
1aaca2cd03 more naming improvments 2015-05-25 15:30:36 +03:00
c956e90b97 naming improved 2015-05-25 15:27:47 +03:00
0c0ef14ca4 tests added 2015-05-25 15:24:01 +03:00
3b8e27ef35 Performance test pages 2015-05-22 18:08:15 +03:00
a4b2457708 Resolved #199: TabView.selectedIndexChanged event. 2015-05-21 13:48:34 +03:00
37aa72a7d2 test added 2015-05-21 11:41:33 +03:00
f6a92d85a4 Tests. 2015-05-20 16:46:16 +03:00
1b212bfce5 Resolved #184: Hint property for TextView. 2015-05-20 16:46:08 +03:00