21 Commits

Author SHA1 Message Date
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
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
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
79caa4ba0c Fix: Crash in when livesync-ing minimized app 2015-11-10 16:59:04 +02:00
5f07f4fc17 Reload app.css and clear file resolver cache on livesync. 2015-11-10 16:59:03 +02:00
9b049f563e Moved live-sync code in application-common 2015-11-09 14:34:15 +02:00
45d12ce565 Intermediate commit, using the NavBar items push/pop/set. 2015-09-02 16:14:23 +03:00
de312f98d2 Fix tslint error. 2015-08-04 17:22:24 +03:00
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
6ebd488735 Application orientation changed event 2015-07-31 11:51:01 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +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
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
c5bf366f63 "app/" removed from css path 2015-03-30 17:02:34 +03:00
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
5d6cf14bea application common naming changed to use "-" 2014-05-15 10:31:52 +03:00