23 Commits

Author SHA1 Message Date
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +02:00
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
d2c7b9968a Resolved Issue #1242: Add Page showingModally event. 2015-12-12 16:42:23 +02:00
8dc0e810e8 Fixed #727: Provide a way to get a reference to the currently showing modal page instance. 2015-10-21 11:55:11 +03:00
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
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