15 Commits

Author SHA1 Message Date
7366e546dc Renamed closeDialog to closeModal; as we do a showModal; for consistency.
Fixed page auto sizing full on Android.
2015-10-01 10:54:24 +03:00
5d3d772462 This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you. 2015-10-01 10:54:22 +03:00
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
ff9ee707c0 Themes and styling 2015-09-04 13:48:45 +03:00
254e4a55a1 AppCompat toolbar 2015-09-04 13:48:43 +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
a458993d63 Property renamed and bug fixes 2015-07-16 13:54:19 +03:00
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
4d30170bbe Resolved issue #263 2015-07-01 14:16:21 +03:00
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
b36abb8a15 tslint 2015-05-18 14:58:44 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
70756fb115 OptionsMenu XML support 2015-03-26 17:32:25 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00