Changes between Version 22 and Version 23 of AndroidBoincTodo


Ignore:
Timestamp:
Apr 17, 2013, 7:42:28 AM (11 years ago)
Author:
Joachim
Comment:

client message retrieval not in montior anymore

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincTodo

    v22 v23  
    3737  * Only needs client messages – not manager messages  '''(Completed)'''
    3838  * Button needed for ‘copy all messages’ (to paste into email/forums for help)  '''(Completed)'''
    39   * Monitor: Use get_messages(seq_no) to retrieve new messages from the client.  Currently the Background task discards the known message list and redownloads the last 250 events on every refresh.
     39  * Monitor: Use get_messages(seq_no) to retrieve new messages from the client.  Currently the Background task discards the known message list and redownloads the last 250 events on every refresh.  '''(Completed)'''
    4040  * UI: Append new messages to the local message array and only send an update event if a new message was added or an old message deleted.  '''(Completed)'''
    4141 * Project attach