Version 5 (modified by 12 years ago) (diff) | ,
---|
Android/BOINC GUI development items
Some remaining development tasks. Please contact me (David Anderson) and post to boinc_dev if you want to help.
- "Settings" should have controls for
- Suspend/resume computing
- Exit (shut down everything - GUI, BOINC client, and apps)
- Optionally show icon in notifications (top bar) showing whether BOINC is running apps
- Add preference for whether to show this icon
- Show elapsed time for each task
- If a task is touched, expand height of task to show additional information and actions that can be taken:
- Display Project Name [information]
- Display User Friendly Application Name [information]
- Display deadline [information]
- Abort Task [button/action]
- Suspend/Resume Task [button/action]
- Controls/info for file transfers
- Retry
- Abort
- If backed off, time until retry
- Local preferences
- Use at most X% of processors
- Suspend work when non-BOINC CPU usage above X
- Use at most X% of CPU time
- Suspend work when battery below X% (default 95%)
- Pressing project should expand/collapse box size and show the following options: (Completed)
- Update (Completed)
- Remove (Completed)
- Tab – “Event Log” (Completed)
- A tab is needed to show the log file. Should be called Event Log. (Completed)
- Log file display needs to include timestamp (Completed)
- Only needs client messages – not manager messages (Completed)
- Button needed for ‘copy all messages’ (to paste into email/forums for help) (Completed)
- 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.
- 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)
Attachments (22)
-
ProjectsView.png (281.3 KB) - added by 12 years ago.
Projects View for Android Client
-
PreferencesView.png (148.0 KB) - added by 12 years ago.
Preferences View for Android Client
-
TasksView.png (324.3 KB) - added by 12 years ago.
Tasks View For Android Client
-
a.PNG (34.1 KB) - added by 11 years ago.
splash screen
-
b.PNG (46.4 KB) - added by 11 years ago.
project selection. multiple choice.
-
batch-a.PNG (44.4 KB) - added by 11 years ago.
batch attach. working. hints swipeable.
-
batch-b.PNG (45.3 KB) - added by 11 years ago.
batch attach. working. hints continued.
-
batch-success.PNG (41.6 KB) - added by 11 years ago.
batch attach. success.
-
individual-a.PNG (42.8 KB) - added by 11 years ago.
individual attach.
-
individual-b.PNG (45.7 KB) - added by 11 years ago.
individual attach. working.
-
conflict-1.PNG (45.0 KB) - added by 11 years ago.
conflict. register possible, register returned "bad password".
-
conflict-2.PNG (43.6 KB) - added by 11 years ago.
conflict. registration disabled, login returned "bad password".
-
conflict-3.PNG (40.7 KB) - added by 11 years ago.
conflict. registration disabled, login returned "unknown user".
-
conflict-overview.PNG (47.0 KB) - added by 11 years ago.
conflicts occurred during batch attach. overview.
-
conflict-resolution.PNG (53.0 KB) - added by 11 years ago.
conflicts occurred during batch attach. dialog for specific project.
-
conflict-retry.PNG (50.3 KB) - added by 11 years ago.
conflicts occurred during batch attach. retry in progress after input dialog finished.
-
c.PNG (41.6 KB) - added by 11 years ago.
initial credential input
- cv2.PNG (41.6 KB) - added by 11 years ago.
- individual-av2.PNG (40.0 KB) - added by 11 years ago.
- individual-bv2.PNG (42.4 KB) - added by 11 years ago.
-
conflict-resolved.PNG (45.1 KB) - added by 11 years ago.
conflicts occurred during batch attach. retry successful.
-
BOINCActivity.apk (3.1 MB) - added by 11 years ago.
unpolished single attach wizard implementation