Commit Graph

4093 Commits

Author SHA1 Message Date
Hristo Deshev
bc2a34d4f6 Better public type fix by not exposing the private types.
Change the property types to the base public types.
2015-06-11 17:10:53 +03:00
Hristo Deshev
1374054b16 Merge pull request #313 from hdeshev/angular-types
"Fix" type clashes with Angular 2
2015-06-11 16:48:07 +03:00
Hristo Deshev
d339d0d059 Fix tslint errors 2015-06-11 16:11:43 +03:00
Hristo Deshev
b34a281d32 Fix compile errors for methods returning private types. 2015-06-11 15:35:14 +03:00
Hristo Deshev
a9ee30c3d6 Add declaration for Number.isInteger in libjs.d.ts 2015-06-11 15:35:13 +03:00
Hristo Deshev
7abb80d935 Pull Set/Map to a separate d.ts file.
And add the declarations needed by Angular2.
2015-06-11 15:35:13 +03:00
Hristo Deshev
690a11fed4 Pull ES6 promises to a separate d.ts file.
So we can use the es6-promise typing in the future.
2015-06-11 15:35:13 +03:00
Rossen Hristov
3a3886a44c Merge pull request #310 from NativeScript/modal-pages
Modal pages
2015-06-11 12:09:07 +03:00
Rossen Hristov
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
Vladimir Enchev
67f5124ead Merge pull request #307 from NativeScript/view-backgroundImage
backgroundImage exposed to View
2015-06-10 15:53:42 +03:00
Vladimir Enchev
e0e4c6d7c7 backgroundImage exposed to View 2015-06-10 15:19:21 +03:00
Hristo Hristov
75da31b4f1 Merge pull request #301 from NativeScript/jasssonpet/fix-cuteness
Remove class override of ListViewCell
2015-06-10 11:56:16 +03:00
Jason Zhekov
3907975577 Remove class override of ListViewCell
This is broken in the new ios runtime.
2015-06-09 15:51:07 +03:00
Erjan Gavalji
76490bdde4 Update the package version to 1.2.0 2015-06-09 14:02:42 +03:00
Nedyalko Nikolov
f27fb082bd Merge pull request #297 from NativeScript/nnikolov/AndroidConsoleImprovements
Android console improved to support circular objects.
2015-06-09 09:26:45 +03:00
Nedyalko Nikolov
d335fae123 Android console improved to support circular objects. 2015-06-08 18:04:00 +03:00
Nedyalko Nikolov
0236e470dc Merge pull request #295 from NativeScript/nnikolov/BindingNestedPropertiesIssue
Fixed issue with updating nested properties via binding.
2015-06-08 13:52:40 +03:00
Nedyalko Nikolov
a122d854d0 Fixed issue with updating nested properties via binding. 2015-06-08 11:54:20 +03:00
Rossen Hristov
fd85e47fb1 Removed the tool-bar from the .csproj 2015-06-08 10:48:14 +03:00
Erjan Gavalji
955f1489fe Merge branch 'ErjanGavalji/remove-toolbar' 2015-06-05 17:32:31 +03:00
Erjan Gavalji
e9d6c68605 Remove the non-implemented tool-bar component 2015-06-05 17:16:02 +03:00
Alexander Vakrilov
8ac5158bc9 Merge pull request #273 from NativeScript/feature/base64-tests-stabilized
Base64 image tests reworked to be more stable on different devices
2015-06-04 13:40:41 +03:00
vakrilov
de7efaad93 Base64 image tests reworked tobe more stable on different devices 2015-06-04 09:51:13 +03:00
Vladimir Enchev
d74ce85293 Merge pull request #271 from NativeScript/segmented-bar-android-color
Segmented bar android color
2015-06-04 09:17:24 +03:00
Vasil Chimev
aff562c9d3 Update apps\ui-tests-app\app.ts 2015-06-03 17:53:04 +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
Vladimir Enchev
918fe5f3b4 color check added 2015-06-03 17:24:34 +03:00
Vasil Chimev
3834fb5af2 Update ui-test-app with application module events. 2015-06-03 16:44:26 +03:00
Vladimir Enchev
887aea68c5 lint error fixed 2015-06-03 16:31:14 +03:00
Vladimir Enchev
6b2d47e0db tab text color set after items changed 2015-06-03 16:29:16 +03:00
Nedyalko Nikolov
3d8575a999 Merge pull request #266 from NativeScript/nnikolov/GesturesFix
Right enumeration iteration.
2015-06-03 10:01:34 +03:00
Nedyalko Nikolov
63b5f2ae8b Right enumeration iteration. 2015-06-03 09:50:58 +03:00
Alexander Vakrilov
9321f275a1 Merge pull request #258 from NativeScript/feature/no-tab-content-bug
TabView - content disapears after minimize
2015-06-02 17:30:12 +03:00
vakrilov
b23f7333d6 Fix: Content of tab view does not appear when application is minimized and shown again 2015-06-02 17:15:45 +03:00
Vladimir Enchev
9e2ee94303 Merge pull request #245 from NativeScript/authors
Adding authors based on committers.
2015-06-02 16:58:41 +03:00
Nedyalko Nikolov
e565de828f Update Changelog with gestures breaking change. 2015-06-02 16:54:15 +03:00
Vladimir Enchev
09f80d0649 TelerikNEXT app removed 2015-06-02 16:50:20 +03:00
Nedyalko Nikolov
c09538d39d Merge pull request #256 from NativeScript/nnikolov/GesturesRefactor
view.gestureObservers exposed to public.
2015-06-02 16:06:19 +03:00
Vasil Chimev
927fdcc6f1 Add "console" module page to ui-tests-app. 2015-06-02 15:34:03 +03:00
Nedyalko Nikolov
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
Hristo Hristov
812db046b3 Merge pull request #257 from NativeScript/ios-list-view-sanity-fixes
Fix some crashes for ListView's iOS UITableView
2015-06-02 11:34:17 +03:00
Panayot Cankov
068dd8b868 Fixed crash due to asserts in scrollToRowAtIndexPathAtScrollPositionAnimated for ListView's UITableView instance. Fixed a case where the UITableView fails to calculate its layout when the page it is displayed in is navigated to, from and back to. 2015-06-02 10:47:40 +03:00
Vladimir Enchev
137688dba1 test app updated with app events 2015-06-02 10:01:57 +03:00
Vladimir Enchev
9b235af119 Merge pull request #251 from NativeScript/app-events
application module events added
2015-06-01 17:29:53 +03:00
Vladimir Enchev
5c130e45ce more event fixes 2015-06-01 17:23:46 +03:00
Vladimir Enchev
a3070bef83 events naming updated 2015-06-01 17:04:06 +03:00
Vladimir Enchev
a8be503417 various application event implementation fixes 2015-06-01 15:51:37 +03:00
Vladimir Enchev
c6549343bc application module events added 2015-06-01 15:10:47 +03:00
Rossen Hristov
79caa9185c Merge pull request #247 from NativeScript/list-picker-test-fix
Fixed a failing unit test.
2015-06-01 11:24:35 +03:00