summaryrefslogtreecommitdiff
path: root/src/provider/ResultListener.java
AgeCommit message (Collapse)AuthorFilesLines
2014-05-22Refactored JSON to GSON's implementation.Maurice Laveaux1-2/+2
* Changed JSONException to JsonParseException.
2014-05-07Get rid of separate profilesPeter Wu1-7/+0
These are always available from the tweets themselves...
2014-04-30Merge ProfileListener to TweetListenerPeter Wu1-0/+23
These are quite closely coupled.