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-24589] TiAPI: Remove Ti.Yahoo #10125

Merged
merged 7 commits into from Jul 30, 2018
Merged

Conversation

hansemannn
Copy link
Collaborator

@hansemannn hansemannn commented Jun 20, 2018

JIRA: https://jira.appcelerator.org/browse/TIMOB-24589

no tests since there were no tests and we are..well...removing it 😙

@hansemannn hansemannn added this to the 8.0.0 milestone Jun 20, 2018
@build
Copy link
Contributor

build commented Jun 20, 2018

Messages
📖

👍 Hey!, You deleted more code than you added. That's awesome!

📖

💾 Here's the generated SDK zipfile.

Generated by 🚫 dangerJS

@@ -14,6 +14,10 @@ methods:
- name: callback
summary: the function to execute when the query completes.
type: Callback<YQLResponse>
deprecated:
since: "8.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't we deprecate this before?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we planned to in 7 but never came to it

Copy link
Contributor

@sgtcoolguy sgtcoolguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been killed off a very long time ago...

tidev#10205)

* [TIMOB-26209] Only error out if selected xcode EULA has not been accepted

* Update package-lock.json
Copy link
Contributor

@sgtcoolguy sgtcoolguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you removed a couple yahoo related things from the contacts API that wren't tied to our Ti.Yahoo API in any way and should have been retained.

Also, This should probably be targeting next branch now.

@@ -143,8 +143,6 @@ protected static String getImTextType(int type)
key = "custom";
} else if (type == ContactsContract.CommonDataKinds.Im.PROTOCOL_MSN) {
key = "msn";
} else if (type == ContactsContract.CommonDataKinds.Im.PROTOCOL_YAHOO) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be removed? Does Yahoo still have IM? I don't think it's related to our Ti.Yahoo API.

@@ -286,8 +286,6 @@ protected int processIMProtocol(String serviceName)
return Im.PROTOCOL_QQ;
} else if (serviceName.equals("Skype")) {
return Im.PROTOCOL_SKYPE;
} else if (serviceName.equals("Yahoo")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be removed? Does Yahoo still have IM? I don't think it's related to our Ti.Yahoo API.

@hansemannn hansemannn changed the base branch from master to next July 26, 2018 16:48
@sgtcoolguy sgtcoolguy merged commit eb1b3a4 into tidev:next Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants