8b3d00df1d
fixed: some transitions in side drawer are not working
2016-04-11 17:49:47 +03:00
19acc86e26
Merge pull request #1901 from NativeScript/fix/1893
...
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 18:15:46 +03:00
b21c48f3d1
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 17:34:07 +03:00
5297fac2d1
DatePicker tests fix.
2016-03-30 15:53:57 +03:00
9daa948887
Allow updates to application CSS rules.
...
Expose an `application.addCss` method and hide `application.cssSelectors`
from end-user typings. Update StyleScope's with new application selectors
on style application.
NOT updating existing controls/views unless reloaded, or forced (via a
change to className, etc).
2016-03-24 14:45:20 +02:00
6e6247335e
Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2)
2016-03-16 21:45:31 -06:00
6273bb8d2f
FrameClass implemented as TypeScript class
...
NativeActivity is now NativeScriptActivity and is real class
Added NativeScriptApplication class
Added JavaProxy attribute to FrameClass, NativeScriptActivity & NativeScriptApplication
2016-02-29 09:58:05 +02:00
e709485bb6
Added an option to change the rootView.
...
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
2016-02-05 15:09:28 +02:00
935939bb51
Refactor the application module to prevent cyclic dependencies, which were:
...
* common requires application
* application requires common
* application requires application
Make the exports typed using @hdeshev way.
2016-01-20 10:19:15 +02:00
d05426c22d
changed mainModule to start(entry)
2016-01-19 17:02:06 +02:00
70041bd999
Don't expose platform types in public d.ts files.
...
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
45d12ce565
Intermediate commit, using the NavBar items push/pop/set.
2015-09-02 16:14:23 +03:00
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
c57b47aa3d
Default UIApplicationDelegate removed
2015-08-03 14:49:04 +03:00
6ebd488735
Application orientation changed event
2015-07-31 11:51:01 +03:00
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
5fca51f3be
Deprecated directive removed
2015-07-23 10:33:07 +03:00
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
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
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
8565700c8c
lint errors fixed
2015-07-01 11:28:48 +03:00
143c32f6be
android activity events added
2015-07-01 11:02:43 +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
d952faa3c2
Added application resources (used for binding converters), also some bug
...
fixes (binding related).
2015-04-01 11:45:30 +03:00
cc829e0152
definitions fixed
2015-03-03 10:34:40 +02:00
2c4781db01
Initial prototype of Frame + Page + Navigation.
2014-06-12 17:44:23 +03:00
1be0f92429
Initial implementation of Observable + Bindable + Label
2014-06-05 13:53:09 +03:00
c600a2b003
Updated TypeScript definitions.
...
Added features in the API Reference MD.
2014-05-28 15:28:47 +03:00
a6edd119d0
Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module.
2014-05-21 15:15:48 +03:00
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
d9a7a98358
Added application module tests.
2014-05-16 18:54:18 +03:00
ceff7bb368
renamed folders with lower cases and renamed user preferences to local settings
2014-05-13 17:59:30 +03:00