Changes between Version 4 and Version 5 of AndroidBoincTodo
- Timestamp:
- Feb 25, 2013, 1:31:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincTodo
v4 v5 25 25 * Use at most X% of CPU time 26 26 * 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)''' 30 30 * Tab – “Event Log” '''(Completed)''' 31 31 * A tab is needed to show the log file. Should be called Event Log. '''(Completed)''' … … 34 34 * Button needed for ‘copy all messages’ (to paste into email/forums for help) '''(Completed)''' 35 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. 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)'''