Changes between Version 2 and Version 3 of AndroidBoincTodo


Ignore:
Timestamp:
Feb 19, 2013, 5:32:58 PM (11 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincTodo

    v2 v3  
    2828  * Update
    2929  * Remove
    30  * Tab – “Event Log”  (Completed)
    31   * A tab is needed to show the log file.  Should be called Event Log.  (Completed)
    32   * Log file display needs to include timestamp  (Completed)
    33   * Only needs client messages – not manager messages  (Completed)
    34   * Button needed for ‘copy all messages’ (to paste into email/forums for help)  (Completed)
     30 * Tab – “Event Log”  '''(Completed)'''
     31  * A tab is needed to show the log file.  Should be called Event Log.  '''(Completed)'''
     32  * Log file display needs to include timestamp  '''(Completed)'''
     33  * Only needs client messages – not manager messages  '''(Completed)'''
     34  * Button needed for ‘copy all messages’ (to paste into email/forums for help)  '''(Completed)'''
     35  * 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.
     36  * 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.