Commit Graph

56 Commits

Author SHA1 Message Date
Rossen Hristov
7a2e41b1b3 The application.ios.addNotificationObserver method now returns an observer object which you should supply as the first argument when calling app.ios.removeNotificationObserver. (Fixed #473) 2015-09-01 12:34:20 +03:00
atanasovg
de312f98d2 Fix tslint error. 2015-08-04 17:22:24 +03:00
atanasovg
c683ea44e6 Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code. 2015-08-04 16:53:12 +03:00
Vladimir Enchev
114118bc7a wrong "this" fixed 2015-08-04 16:14:40 +03:00
Vladimir Enchev
3d42e87ea1 use inherited class instead of UIResponder 2015-08-04 15:16:34 +03:00
Vladimir Enchev
28cd946a92 strong reference restored 2015-08-04 13:55:01 +03:00
Vladimir Enchev
5e2f184568 UIResponder instead null 2015-08-04 11:48:23 +03:00
vakrilov
fe84ff0097 Some typos fixed 2015-08-03 17:13:56 +03:00
Vladimir Enchev
117be96d5c strong reference to the window added 2015-08-03 17:11:10 +03:00
Vladimir Enchev
00f68a2820 More code improvements 2015-08-03 16:36:25 +03:00
Vladimir Enchev
c5b2b38275 code improved 2015-08-03 16:02:03 +03:00
Vladimir Enchev
c57b47aa3d Default UIApplicationDelegate removed 2015-08-03 14:49:04 +03:00
Vladimir Enchev
5e5d75c09d Merge pull request #526 from NativeScript/app-delegate
wrong app delegate creation removed
2015-07-31 13:00:47 +03:00
vakrilov
6ebd488735 Application orientation changed event 2015-07-31 11:51:01 +03:00
vakrilov
f0f0e91b70 Default page background - white 2015-07-31 11:04:19 +03:00
Vladimir Enchev
7b25fe9c62 wrong app delegate creation removed 2015-07-30 16:02:36 +03:00
Rossen Hristov
09c00cb13b Animations Spike 2015-07-29 15:24:38 +03:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
vakrilov
e9cd66a852 Add type checks fro all app lifecycle events 2015-07-24 09:59:29 +03:00
Rossen Hristov
548ea66d37 Resolved Issue #451: Improve the Network Stack
Resolved Issue #473: Add support for Notification Observers (iOS) and Broadcast Receivers (Android)
2015-07-23 16:17:48 +03:00
Vladimir Enchev
5fca51f3be Deprecated directive removed 2015-07-23 10:33:07 +03:00
plamen5kov
c2dc9a1cce changed interface extending in application module so it is in sync with static bindings generation 2015-07-15 10:35:33 +03:00
Rossen Hristov
abc561762c Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix. 2015-07-07 12:18:36 +03:00
Vladimir Enchev
c8fe6b32b9 activity callbacks deprecated 2015-07-07 11:34:29 +03:00
Rossen Hristov
849d6bee26 Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix. 2015-07-06 16:29:28 +03:00
Rossen Hristov
7a197a6711 Resolved Issue #391: Added cancellable Android activityBackPressed event + fixed the names of the other activity events because they were wrong. 2015-07-06 11:57:47 +03:00
Vladimir Enchev
8565700c8c lint errors fixed 2015-07-01 11:28:48 +03:00
Vladimir Enchev
143c32f6be android activity events added 2015-07-01 11:02:43 +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
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
hshristov
a8a8c77e5a Change Application and NativeActivity classes to accommodate android runtime changes. 2015-05-29 11:53:54 +03:00
Rossen Hristov
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
atanasovg
9937b5c25c Fix an issue with application lifecycle/activity caching. 2015-04-20 15:16:21 +03:00
Georgi Atanasov
9b70127f4e Fix an issue with the removed Property in the Android Runtime. 2015-04-01 19:38:56 +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
Vladimir Enchev
c5bf366f63 "app/" removed from css path 2015-03-30 17:02:34 +03:00
Nedyalko Nikolov
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
Vladimir Enchev
6c60c83512 readme updated 2014-06-13 14:54:38 +03:00
atanasovg
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
atanasovg
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00
atanasovg
d9c540e2fb Updated the Cuteness app to the latest Kimera. Removed the camera module from the BCL project. 2014-05-29 18:51:52 +03:00
PanayotCankov
c600a2b003 Updated TypeScript definitions.
Added features in the API Reference MD.
2014-05-28 15:28:47 +03:00
atanasovg
b3a0b8df33 Added some application implementation for Android. Updated the fields of the iOS-specific application. 2014-05-23 13:48:48 +03:00
atanasovg
ad9ddef7ff Fixed an issue with module resolution. 2014-05-21 15:27:20 +03:00
atanasovg
a6edd119d0 Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module. 2014-05-21 15:15:48 +03:00
PanayotCankov
9dd3ba70c5 Added "External Ambient Module Declarations" for most modules.
Now they are required by module name e.g require("file-system") instead of by file name.
2014-05-21 12:23:19 +03:00