120 Commits

Author SHA1 Message Date
6b69ba1904 Fix for https://github.com/NativeScript/NativeScript/issues/2076 (#2135) 2016-05-18 15:57:08 +03:00
d62f018a55 Fix navigatedFrom event raised when Activity is destroyed without actual navigation. (#2100) 2016-05-13 13:11:10 +03:00
b3f36644c1 Fix: Android pages disappear before their exit transition has finished
Resolves #2000
2016-04-20 17:04:28 +03:00
56065ae601 Fix broken navigation after clear history with transition
Resolves #1948
2016-04-20 14:57:01 +03:00
8b3d00df1d fixed: some transitions in side drawer are not working 2016-04-11 17:49:47 +03:00
4febe2a87c FragmentClass instance is cached so that JS part does not die before …
* FragmentClass instance is cached so that JS part does not die before native counter part.

* Fix tslint error.
2016-04-06 16:29:08 +03:00
9596ae92d9 No iOS UINavigationBar animation for the first Page 2016-03-30 14:11:41 +03:00
429646f392 Fix swipe-back in iOS 2016-03-25 13:45:05 +02:00
bf9fe0915c Merge pull request #1782 from NathanaelA/Permissions_TNSCore
Adds Android 6.0+ Permissions to NativeScript
2016-03-22 09:45:31 +02:00
e7e271d6e1 fix issue #1614 2016-03-19 11:46:12 +02:00
2cabf02215 Fixed navigation events 2016-03-18 11:55:52 +02:00
6de1afc2a9 Going back with the stock "Back" button on iOS will now respect the animated setting used when coming to the current page
Fixes #1787
2016-03-17 17:08:39 +02:00
6e6247335e Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2) 2016-03-16 21:45:31 -06:00
3fd32b9d83 fixed 'transitionAndroid' not used bug
see https://github.com/NativeScript/NativeScript/issues/1693 for details.
2016-03-08 00:41:56 +08:00
62940bf858 Merge pull request #1678 from NativeScript/hhristov/fix-android-suspend-resume-app
Fix android application suspend-resume
2016-03-01 17:22:03 +02:00
f229abbc0a Merge pull request #1647 from NativeScript/cankov/fix-android-background-navigate
Frame.navigate while in background
2016-03-01 16:57:52 +02:00
50b811dd30 Fix android application suspend-resume 2016-03-01 16:00:24 +02:00
6273bb8d2f FrameClass implemented as TypeScript class
NativeActivity is now NativeScriptActivity and is real class
Added NativeScriptApplication class
Added JavaProxy attribute to FrameClass, NativeScriptActivity & NativeScriptApplication
2016-02-29 09:58:05 +02:00
7967045ca2 Delay _processNavigationContext when the Frame's activity is not in foreground 2016-02-25 10:07:44 +02:00
cbbde1b171 Fixes #1569 2016-02-24 17:24:31 +02:00
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
a9d2b2e970 Fixed 'jurky` navigation between pages in iOS.
Fixed after application suspend/resume the UI was not restored.
Fixed modal-views page
2016-02-24 09:48:16 +02:00
5f443be054 Fixed Issue #1543: View._onDetached called twice when app is suspended. 2016-02-22 13:13:47 +02:00
bada97399a Merge pull request #1528 from NativeScript/bg-image-with-url
Fix: background properties not respected with remote background image
2016-02-12 11:28:23 +02:00
5ad082d783 Re-factored page navigation transitions. Resolves Issue #811. 2016-02-10 14:55:27 +02:00
5364e395fa Fix: background properties not respected with remote background image 2016-02-10 11:32:13 +02:00
4336245aba Fixed Issue #659. 2016-02-10 11:07:27 +02:00
e709485bb6 Added an option to change the rootView.
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
2016-02-05 15:09:28 +02:00
6b7d05420e Resolved Issue #1021: The navigatedTo event is called twice for the first application page. 2016-02-04 16:12:45 +02:00
a8aaeac137 Merged with master after the transitions feature 2016-02-03 15:24:38 +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
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
425c2c215e Frame.goBack now can accept entry to navigate back to 2016-01-12 16:23:05 +02:00
90f462d787 Frame: navigateCore: The Error Lies 2015-12-23 17:09:52 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
b47a648e6c Resolved Issue #1127: Changing ActionBar title after page is loaded does not show the ActionBar 2015-12-14 15:58:17 +02:00
648e4d216d Add utils/module-loader - a mechanism to resolve modules at runtime.
Exposes a module registration API, that webpack users can use to bundle
"dynamic" modules that are required through some variable.

Falls back to the require API if no module is registered.

Reworked dynamic `require` code to use module-loader:

- navigation: ui/frame.
- XML UI build ui/builder/builder and ui/builder/component-builder.
- module on-demand loads in global functions: globals.
2015-12-14 14:41:16 +02:00
91b46ea131 Extended the tracing information for Bindings and Android NativeLifecycle. 2015-12-04 16:49:04 +02:00
e14fdba736 Removed an unnecessary check from measurePage. 2015-12-04 11:54:42 +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
0c015820fb Fixed the currentEntry property to return navigation entry instead of backstack entry 2015-11-30 17:43:57 +02:00
31c36688ba Fixed nested frame layout for iOS 2015-11-20 14:25:50 +02:00
52c674a510 Fixed problem with iOS 7 and ListView rowHeight. 2015-11-13 11:13:43 +02:00
a2e0ed78fd Fixed iOS layout 2015-11-10 10:04:12 +02:00
f82f491e50 Merge pull request #1049 from NativeScript/feature/respect-show-action-bar
Respect frame.android.showActionBar when page.actionBarHidden is not …
2015-11-09 09:50:00 +02:00
35b8209ddb Implemented LiveSync page reload.
Fixed iOS layout bug
2015-11-06 16:45:20 +02:00
4c7dfb6748 Respect frame.android.showActionBar when page.actionBarHidden is not defined 2015-11-06 14:41:37 +02:00