Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-2953] (1_2_X) Hyperloop fails to cast Ti Intent to native Android Intent #80

Merged
merged 1 commit into from Sep 29, 2016

Conversation

sgtcoolguy
Copy link
Contributor

@sgtcoolguy sgtcoolguy commented Sep 28, 2016

https://jira.appcelerator.org/browse/TIMOB-23953

Cherry-pick of #78 for 1_2_X branch

  • try to special case IntentProxy/Intent and ActivityProxy/Activity for method calls/constructors so that we can unwrap the titanium proxies to the native classes, or can accept titanium or native versions for any method expecting titanium or native versions.
  • Workaround for when creation dictionary for Titanium intent isn't passed, so Intent is null.

- try to special case IntentProxy/Intent and ActivityProxy/Activity for method calls/constructors so that we can unwrap the titanium proxies to the native classes, or can accept titanium or native versions for any method expecting titanium or native versions.
- Workaround for when creation dictionary for Titanium intent isn't passed, so Intent is null.
@sgtcoolguy sgtcoolguy added the Bug label Sep 28, 2016
@sgtcoolguy sgtcoolguy changed the title [TIMOB-2953] Hyperloop fails to cast Ti Intent to native Android Intent [TIMOB-2953] (1_2_X) Hyperloop fails to cast Ti Intent to native Android Intent Sep 28, 2016
@hansemannn
Copy link
Contributor

hansemannn commented Sep 28, 2016

Approved! Will merge after approved by @cheekiatng for 1.2.8 🙂

@hansemannn hansemannn merged commit 31cb48b into tidev:1_2_X Sep 29, 2016
@sgtcoolguy sgtcoolguy deleted the TIMOB-23953-1_2_X branch October 12, 2016 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants