GoogleCodeArchives / maclive

Automatically exported from code.google.com/p/maclive
0 stars 0 forks source link

Improve Friends list sorting #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The default sorting seen in the friends list is the order in which the friends 
appear on xbox.com.  
This is decent, but seems to intermix friends who have been online recently 
with friends who 
haven't been online in so long that they don't even have status messages.  I 
could parse the status 
messages and do better than this.

As it stands, if you sort on status it simply does a regular old string 
comparison for sorting, which 
doesn't work very well (Last seen 12 hours ago sorts above Last seen 4 hours 
ago, for instance).

I should either disable sorting in the friends list or fix it.

Original issue reported on code.google.com by james.al...@gmail.com on 22 Feb 2007 at 7:09