Changes between Version 22 and Version 23 of AndroidBoincTodo
- Timestamp:
- Apr 17, 2013, 7:42:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoincTodo
v22 v23 37 37 * Only needs client messages – not manager messages '''(Completed)''' 38 38 * 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)''' 40 40 * 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)''' 41 41 * Project attach