Changes between Version 4 and Version 5 of AndroidBoincTodo


Ignore:
Timestamp:
Feb 25, 2013, 1:31:19 PM (11 years ago)
Author:
romw
Comment:

Updates

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBoincTodo

    v4 v5  
    2525  * Use at most X% of CPU time
    2626  * Suspend work when battery below X% (default 95%)
    27  * Pressing project should expand/collapse box size and show the following options:
    28   * Update
    29   * Remove
     27 * Pressing project should expand/collapse box size and show the following options:  '''(Completed)'''
     28  * Update  '''(Completed)'''
     29  * Remove  '''(Completed)'''
    3030 * Tab – “Event Log”  '''(Completed)'''
    3131  * A tab is needed to show the log file.  Should be called Event Log.  '''(Completed)'''
     
    3434  * Button needed for ‘copy all messages’ (to paste into email/forums for help)  '''(Completed)'''
    3535  * 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.
     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.  '''(Completed)'''