84 Commits

Author SHA1 Message Date
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
2601a49099 Merge branch 'master' into feature/css-animations-new 2016-03-25 15:39:30 +02:00
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
429646f392 Fix swipe-back in iOS 2016-03-25 13:45:05 +02:00
acb3640a39 Test + additional fixes 2016-03-24 17:29:35 +02:00
d129dc5904 ShownModally fired when the dialog is actually shown in Android 2016-03-24 17:29:35 +02:00
2fc85a5488 Page.showModal API extended 2016-03-22 16:46:14 +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
c6f48c688b Fixed Issue #1335: Page (xml) with no content does not fire loaded callbacks in ActionBar. 2016-02-17 17:23:12 +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
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
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
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +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
037690064e Fixed issue 926. 2015-10-23 09:15:39 +03: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
c939e52b06 added simple showModal() overload 2015-10-19 10:58:42 +03:00
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +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
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
eec823d29d Added closeModal() to the d.ts and updated the sample app. 2015-10-01 11:13:52 +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
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
ff9ee707c0 Themes and styling 2015-09-04 13:48:45 +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
1bf136cb0a Added null check for closeCallback 2015-09-03 17:05:24 +03:00
45d12ce565 Intermediate commit, using the NavBar items push/pop/set. 2015-09-02 16:14:23 +03:00
3a0cc32ff2 Fix for Button padding in android.
Fix for types - isString and isNumber.
Modified several tests to pass on VS Emulator for Android.
Fix page background to be applied in onLoaded method.
Enhancements for dependency-observable - it is now possible to add defaultValueGetter function to extract default value for a property. It can also be cached or not.
Remove android_constants because they are per theme and we cannot use them safely.
Fix for SearchBar reseColorProperty method.
2015-08-28 16:59:52 +03:00
0468857604 Merge pull request #554 from NativeScript/atanasovg/file-system-api
Atanasovg/file system api
2015-08-10 17:55:10 +03:00
141668bb05 Fix applying app CSS to template children when using custom pages.
No longer using getAncestor(view, "Page") to look for a pagey parent.
Replaced that with a View.page property. Removed getAncestor as its type
name-based implementation seems unreliable.
2015-08-07 18:26:21 +03:00
bb95d61d85 Fix wrong parameter name. 2015-08-04 16:55:51 +03:00