summaryrefslogtreecommitdiff
path: root/src/data/Tweet.java
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Replace reply(user)id by replytweetidPeter Wu1-1/+1
2014-05-20Reply user ID can be NULLPeter Wu1-1/+1
2014-05-10More nullable annotations, print tweets for parse errors tooPeter Wu1-0/+1
2014-05-10Convert long to int where possible, fix retweetidPeter Wu1-1/+1
2014-05-10Convert String to DateTime (for created_at)Peter Wu1-1/+2
2014-05-10Centralize Gson creation and registrationPeter Wu1-4/+2
2014-05-10Coordinates is an object with an arrayPeter Wu1-1/+9
2014-05-09Entities can be missing, user.place is not a stringPeter Wu1-1/+15
2014-05-09Add missing annotation for retweeted_status, more testsPeter Wu1-0/+1
2014-05-09Add missing validation annotations, ...Peter Wu1-6/+10
2014-05-08Add json containers for Tweet and User objectsPeter Wu1-0/+57