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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion android/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion android/dev/TitaniumTest/.classpath
Expand Up @@ -31,6 +31,5 @@
<classpathentry combineaccessrules="false" kind="src" path="/titanium-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/titanium-utils"/>
<classpathentry combineaccessrules="false" kind="src" path="/titanium-xml"/>
<classpathentry combineaccessrules="false" kind="src" path="/titanium-yahoo"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
1 change: 0 additions & 1 deletion android/dev/TitaniumTest/TitaniumTest.iml
Expand Up @@ -26,7 +26,6 @@
<orderEntry type="module" module-name="contacts" />
<orderEntry type="module" module-name="xml" />
<orderEntry type="module" module-name="database" />
<orderEntry type="module" module-name="yahoo" />
<orderEntry type="module" module-name="geolocation" />
<orderEntry type="module" module-name="gesture" />
<orderEntry type="module" module-name="accelerometer" />
Expand Down
1 change: 0 additions & 1 deletion android/dev/TitaniumTest/project.properties
Expand Up @@ -16,7 +16,6 @@ android.library.reference.1=../../titanium
android.library.reference.2=../../modules/accelerometer
android.library.reference.3=../../modules/analytics
android.library.reference.4=../../modules/android
android.library.reference.20=../../modules/yahoo
android.library.reference.14=../../modules/media
android.library.reference.15=../../modules/network
android.library.reference.16=../../modules/platform
Expand Down
Expand Up @@ -422,9 +422,9 @@ public static final class DEFAULT
* public void processProperties(KrollDict d) {
* if (d.containsKey("title")) { ... }
* }
* &#064;Kroll.dynamicApis(methods = { "yql" })
* public class YahooModule {
* // yql is defined in JS source somewhere..
* &#064;Kroll.dynamicApis(methods = { "hide", "show" })
* public class ActivityIndicatorProxy extends TiViewProxy {
* // hide/show are defined in JS source somewhere..
* }
* </pre>
*/
Expand Down
9 changes: 0 additions & 9 deletions android/modules/yahoo/.classpath

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions android/modules/yahoo/.gitignore

This file was deleted.

287 changes: 0 additions & 287 deletions android/modules/yahoo/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

3 changes: 0 additions & 3 deletions android/modules/yahoo/.settings/org.eclipse.jdt.ui.prefs

This file was deleted.

10 changes: 0 additions & 10 deletions android/modules/yahoo/AndroidManifest.xml

This file was deleted.

3 changes: 0 additions & 3 deletions android/modules/yahoo/build.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/modules/yahoo/project.properties

This file was deleted.

4 changes: 0 additions & 4 deletions android/modules/yahoo/res/values/strings.xml

This file was deleted.