Commit Graph

16 Commits

Author SHA1 Message Date
hshristov
e127c7ef27 Fix GridLayout desiredSize when not stretched.
Fix showModal Page size method for Android
Fix showModal Page actionBar is now hidden
2015-10-09 16:54:08 +03:00
Nathanael Anderson
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
Nathanael Anderson
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
Hristo Deshev
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
vakrilov
ff9ee707c0 Themes and styling 2015-09-04 13:48:45 +03:00
vakrilov
254e4a55a1 AppCompat toolbar 2015-09-04 13:48:43 +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
a458993d63 Property renamed and bug fixes 2015-07-16 13:54:19 +03:00
vakrilov
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
Rossen Hristov
4d30170bbe Resolved issue #263 2015-07-01 14:16:21 +03:00
Rossen Hristov
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
Rossen Hristov
b36abb8a15 tslint 2015-05-18 14:58:44 +03:00
Rossen Hristov
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
Nedyalko Nikolov
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
Erjan Gavalji
70756fb115 OptionsMenu XML support 2015-03-26 17:32:25 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00