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

TFJ-451 #newtwitter API - added Twitter#getRelatedResults #5

Closed
wants to merge 62 commits into from

Commits on Nov 17, 2010

  1. Configuration menu
    Copy the full SHA
    b4078e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2010

  1. Configuration menu
    Copy the full SHA
    d1f96a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cea096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06042a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0bed40 View commit details
    Browse the repository at this point in the history
  5. simplified examples batch files

    yusuke authored and Mocel committed Nov 22, 2010
    Configuration menu
    Copy the full SHA
    1d6763e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a667790 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    936273a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51096e5 View commit details
    Browse the repository at this point in the history
  9. TFJ-422 introduced DataObjectFactory which allows clients to access r…

    …aw JSON forms
    yusuke authored and Mocel committed Nov 22, 2010
    Configuration menu
    Copy the full SHA
    8304ce6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4a96f1 View commit details
    Browse the repository at this point in the history
  11. TFJ-422 adding DataObjectFactory examples

    yusuke authored and Mocel committed Nov 22, 2010
    Configuration menu
    Copy the full SHA
    bd8e762 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ada5b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8dee58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db69830 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9234b2c View commit details
    Browse the repository at this point in the history
  16. TFJ-423 adding Tweets Resources examples

    yusuke authored and Mocel committed Nov 22, 2010
    Configuration menu
    Copy the full SHA
    861e18b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c3a38e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b31e839 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2010

  1. Configuration menu
    Copy the full SHA
    02441b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'riceisland'

    Conflicts:
    	twitter4j-examples/bin/async/asyncUpdate.cmd
    	twitter4j-examples/bin/async/asyncUpdate.sh
    	twitter4j-examples/bin/directmessage/getDirectMessages.cmd
    	twitter4j-examples/bin/directmessage/getDirectMessages.sh
    	twitter4j-examples/bin/directmessage/sendDirectMessage.cmd
    	twitter4j-examples/bin/directmessage/sendDirectMessage.sh
    	twitter4j-examples/bin/feedMonitor.sh
    	twitter4j-examples/bin/json/loadRawJSON.cmd
    	twitter4j-examples/bin/legal/getPrivatePolicy.cmd
    	twitter4j-examples/bin/misc/feedMonitor.cmd
    	twitter4j-examples/bin/misc/feedMonitor.sh
    	twitter4j-examples/bin/oAuthUpdate.cmd
    	twitter4j-examples/bin/readme.txt
    	twitter4j-examples/bin/stream/printFilterStream.cmd
    	twitter4j-examples/bin/stream/printFilterStream.sh
    	twitter4j-examples/bin/stream/printSampleStream.cmd
    	twitter4j-examples/bin/stream/printSampleStream.sh
    	twitter4j-examples/bin/stream/printUserStream.cmd
    	twitter4j-examples/bin/stream/printUserStream.sh
    	twitter4j-examples/bin/timeline/getHomeTimeline.cmd
    	twitter4j-examples/bin/timeline/getHomeTimeline.sh
    	twitter4j-examples/bin/timeline/getMentions.cmd
    	twitter4j-examples/bin/timeline/getMentions.sh
    	twitter4j-examples/bin/timeline/getPublicTimeline.cmd
    	twitter4j-examples/bin/timeline/getPublicTimeline.sh
    	twitter4j-examples/bin/timeline/getRetweetedByMe.cmd
    	twitter4j-examples/bin/timeline/getRetweetedByMe.sh
    	twitter4j-examples/bin/timeline/getRetweetsOfMe.cmd
    	twitter4j-examples/bin/timeline/getRetweetsOfMe.sh
    	twitter4j-examples/bin/timeline/getUserTimeline.cmd
    	twitter4j-examples/bin/timeline/getUserTimeline.sh
    	twitter4j-examples/bin/tweets/destroyStatus.sh
    	twitter4j-examples/bin/tweets/getRetweetedBy.sh
    	twitter4j-examples/bin/tweets/getRetweetedByIds.sh
    	twitter4j-examples/bin/tweets/updateStatus.cmd
    	twitter4j-examples/bin/tweets/updateStatus.sh
    	twitter4j-examples/src/main/java/twitter4j/examples/Update.java
    	twitter4j-examples/src/main/java/twitter4j/examples/spamreporting/ReportSpam.java
    	twitter4j-examples/src/main/java/twitter4j/examples/tweets/ShowStatus.java
    	twitter4j-examples/src/main/java/twitter4j/examples/tweets/UpdateStatus.java
    Mocel committed Nov 23, 2010
    Configuration menu
    Copy the full SHA
    1891593 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2010

  1. TFJ-424 adding User Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    7717ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a788c0a View commit details
    Browse the repository at this point in the history
  3. TFJ-444 fixing compilation error

    TFJ-428 adding List Members Resources examples
    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    6b46d67 View commit details
    Browse the repository at this point in the history
  4. TFJ-430 Direct Message Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    563b0fe View commit details
    Browse the repository at this point in the history
  5. TFJ-431 adding Friendship Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    6d73936 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25f0968 View commit details
    Browse the repository at this point in the history
  7. TFJ-433 adding Account Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    688edad View commit details
    Browse the repository at this point in the history
  8. TFJ-434 adding Favorite Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    b0429b5 View commit details
    Browse the repository at this point in the history
  9. TFJ-435 Notification Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    edfa1f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a98130 View commit details
    Browse the repository at this point in the history
  11. TFJ-417 createPlace() now returns SimilarPlaces object which contains…

    … token
    
    TFJ-439 adding Geo Resources examples
    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    c7c0da8 View commit details
    Browse the repository at this point in the history
  12. [maven-release-plugin] prepare release 2.1.7

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    531fc1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b0426fa View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' of github.com:Mocel/twitter4j

    Conflicts:
    	twitter4j-examples/src/main/java/twitter4j/examples/user/GetProfileImage.java
    AndroMocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    d136495 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b5eb24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    970bd4a View commit details
    Browse the repository at this point in the history
  17. TFJ-436 adding Block Resources examples

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    5df9f5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dd4f965 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ae0f21a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dbf5f64 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ece4cc7 View commit details
    Browse the repository at this point in the history
  22. preparing 2.1.7 release

    TFJ-445 fixing the scope of response headers availability
    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    e4030d7 View commit details
    Browse the repository at this point in the history
  23. merged.

    Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    263dbf3 View commit details
    Browse the repository at this point in the history
  24. start working on 2.1.8

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    be8836a View commit details
    Browse the repository at this point in the history
  25. TFJ-447 getOAuthRequestToken() now throws IllegalStateException if ac…

    …cess token is already available
    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    420ae0f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e612ddb View commit details
    Browse the repository at this point in the history
  27. fixing typos

    yusuke authored and Mocel committed Nov 24, 2010
    Configuration menu
    Copy the full SHA
    8939fc3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    406c5dd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6317ad9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7090cd5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a269b4b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2010

  1. Configuration menu
    Copy the full SHA
    920a7df View commit details
    Browse the repository at this point in the history
  2. fixing list examples' minor bugs

    yusuke authored and AndroMocel committed Nov 25, 2010
    Configuration menu
    Copy the full SHA
    77acf9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa515f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c79ff View commit details
    Browse the repository at this point in the history
  5. removing feedmonitor examples

    yusuke authored and AndroMocel committed Nov 25, 2010
    Configuration menu
    Copy the full SHA
    fe374fe View commit details
    Browse the repository at this point in the history
  6. TFJ-452 deprecating twitter4j.Device as the updateDeliveryDevice has …

    …been deprecated.
    yusuke authored and AndroMocel committed Nov 25, 2010
    Configuration menu
    Copy the full SHA
    27b4653 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a4063f View commit details
    Browse the repository at this point in the history
  8. TFJ-453

    deprecated updateProfile(String name, String email, String url, String location, String description)
    added updateProfile(String name, String url, String location, String description)
    AndroMocel committed Nov 25, 2010
    Configuration menu
    Copy the full SHA
    614e90e View commit details
    Browse the repository at this point in the history
  9. Revert "TFJ-453"

    This reverts commit 614e90e.
    AndroMocel committed Nov 25, 2010
    Configuration menu
    Copy the full SHA
    9ddd90b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b158b2 View commit details
    Browse the repository at this point in the history