MooreVision / sofurry-android-app

Automatically exported from code.google.com/p/sofurry-android-app
0 stars 0 forks source link

Suggestion: Show count of new PMs on button #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We could show the count of unread PMs on the PM button, or even offer a 
background service that polls for new PMs at a configurable interval!

Original issue reported on code.google.com by toumaltheorca@gmail.com on 5 Feb 2011 at 11:28

GoogleCodeExporter commented 8 years ago
I totally agree with this one, although I would suggest a few additions to the 
server-side API then, if you're up to it?

The changes basically being to have the ability to fetch the number of new 
messages from the server, and -possibly- the ability to fetch the information 
for just the new messages, or even an addition to the PM retrieving API with a 
'since' clause, that could contain the timecode for the last message retrieved, 
and it'd return messages received -after- that date. Then I could make it store 
the messages already received, in the database. It would cut down on the 
traffic needs, methinks? :)

Original comment by angelod1...@gmail.com on 5 Feb 2011 at 9:33

GoogleCodeExporter commented 8 years ago
I'll add a call to fetch the number of unread messages to the API

Original comment by toumaltheorca@gmail.com on 7 Feb 2011 at 12:20

GoogleCodeExporter commented 8 years ago

Original comment by angelod1...@gmail.com on 9 Feb 2011 at 1:01

GoogleCodeExporter commented 8 years ago
Splitting this into two individual tasks for convenience. ^^

Original comment by angelod1...@gmail.com on 17 Feb 2011 at 1:43

GoogleCodeExporter commented 8 years ago

Original comment by angelod1...@gmail.com on 18 Feb 2011 at 2:42