summaryrefslogtreecommitdiff
path: root/src/data/User.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-28added nullable fixdaanpeters1-0/+2
2014-05-11More data sanization (decode HTML entities, location fix)Peter Wu1-0/+6
2014-05-10More nullable annotations, print tweets for parse errors tooPeter Wu1-0/+2
2014-05-10Convert long to int where possible, fix retweetidPeter Wu1-3/+3
2014-05-10user: Add verified, description, fix coordinates typePeter Wu1-0/+2
2014-05-10Convert String to DateTime (for created_at)Peter Wu1-1/+3
2014-05-10user.time_zone can be null tooPeter Wu1-0/+1
2014-05-09Entities can be missing, user.place is not a stringPeter Wu1-0/+1
2014-05-09Add missing validation annotations, ...Peter Wu1-0/+21
2014-05-08Add json containers for Tweet and User objectsPeter Wu1-0/+18