43 Commits

Author SHA1 Message Date
6b69ba1904 Fix for https://github.com/NativeScript/NativeScript/issues/2076 (#2135) 2016-05-18 15:57:08 +03:00
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
09f095f82e Modal pages fixed for iOS7 2016-04-12 12:14:59 +03:00
429646f392 Fix swipe-back in iOS 2016-03-25 13:45:05 +02:00
d129dc5904 ShownModally fired when the dialog is actually shown in Android 2016-03-24 17:29:35 +02:00
2cabf02215 Fixed navigation events 2016-03-18 11:55:52 +02:00
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
e820ac020d animated only for 9 and above 2016-02-11 17:10:30 +02:00
d92677a1fc present and dismiss modal animated 2016-02-11 14:41:33 +02:00
4a8ec62506 Handle the case whr proxy is inside ContentView 2016-02-03 18:07:25 +02:00
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
d2c7b9968a Resolved Issue #1242: Add Page showingModally event. 2015-12-12 16:42:23 +02:00
a5afdb1411 Fixed Issue #1201: iOS: A page that is disappearing with animation after navigation to another page should not be measured and laid out. 2015-12-04 11:22:40 +02:00
31c36688ba Fixed nested frame layout for iOS 2015-11-20 14:25:50 +02:00
e7c4209112 Resolved issues #789, #1021, #1031. 2015-11-03 16:20:36 +02:00
4692515481 Fixed fast navigation issues in iOS. 2015-10-29 10:57:08 +02:00
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03: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
2545f2f19a Fixed #779: frame.topmost().currentPage is not the same instance as the page being loaded in page.loaded event handler. 2015-10-20 14:28:28 +03:00
ff006fda2b Remove some commented code 2015-10-06 15:05:31 +03:00
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +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
08ac9ea3ed Fix action-bar desired size 2015-09-30 10:02:02 +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
03090b7842 Page background now spans on the whole height but content is still under NavBar 2015-09-29 09:48:15 +03:00
309e123f12 Extracted view-related utility methods from "utils/utils" to "ui/utils" so that the "utils/utils" module does not depend on the view module. 2015-09-16 16:20:43 +03:00
254e4a55a1 AppCompat toolbar 2015-09-04 13:48:43 +03:00
8eda2ea2cf Fix iOS layout in modal pages. 2015-09-04 11:03:48 +03:00
45d12ce565 Intermediate commit, using the NavBar items push/pop/set. 2015-09-02 16:14:23 +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
c6d7717e35 Fix tslint errors 2015-07-16 09:44:41 +03:00
53c7bebfec Center View 2015-07-15 09:35:53 +03:00
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
2957554ac1 Resovled Issue #421: Modal pages do not render correctly in iOS. 2015-07-14 16:03:09 +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
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
45450456a1 Loaded/Unloaded fix 2015-05-05 16:15:00 +03:00
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00