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
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
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
6e6247335e
Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2)
2016-03-16 21:45:31 -06: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
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
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
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
91b46ea131
Extended the tracing information for Bindings and Android NativeLifecycle.
2015-12-04 16:49:04 +02:00
0c015820fb
Fixed the currentEntry property to return navigation entry instead of backstack entry
2015-11-30 17:43:57 +02:00
4c7dfb6748
Respect frame.android.showActionBar when page.actionBarHidden is not defined
2015-11-06 14:41:37 +02:00
6b57eeec07
Deleted commented code
2015-11-06 10:42:02 +02:00
a23d8ad4f0
removed unused overrides
2015-11-06 10:06:21 +02:00
c06b0681fa
Fixed android crash when process get killed
2015-11-06 10:06:19 +02:00
e7c4209112
Resolved issues #789 , #1021 , #1031 .
2015-11-03 16:20:36 +02:00
037690064e
Fixed issue 926.
2015-10-23 09:15:39 +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
02748f4fc0
Added check for backStackEntryCount before trying to read the first entry.
2015-10-08 11:14:08 +03:00
240a378609
Added check for this._currentEntry.
2015-10-02 13:37:46 +03:00
5e654ce96b
Fixed the navigation tests.
2015-10-01 09:37:42 +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
f75922102a
Resolved: Cross platform way to clear history #283
2015-09-25 11:34:51 +03:00
254e4a55a1
AppCompat toolbar
2015-09-04 13:48:43 +03:00
1fd27182a6
Polish the Android implementation. Rework the iOS approach to use another mechanism.
2015-09-02 16:14:24 +03:00
45d12ce565
Intermediate commit, using the NavBar items push/pop/set.
2015-09-02 16:14:23 +03:00
0da2f297fd
Fix tslint errors
2015-08-03 13:48:44 +03:00
0ad198165c
Layouts are now implemented natively for Android.
2015-08-03 13:48:41 +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
dde5fd6d5a
Renames
2015-07-15 09:35:54 +03:00
e52b0c4556
Action bar progress
2015-07-15 09:35:53 +03:00
849d6bee26
Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix.
2015-07-06 16:29:28 +03:00
7a197a6711
Resolved Issue #391 : Added cancellable Android activityBackPressed event + fixed the names of the other activity events because they were wrong.
2015-07-06 11:57:47 +03:00