Commit Graph

20088 Commits

Author SHA1 Message Date
Rom Walton fc712178b1 Android: Use join() instead of wait() when waiting for a thread to finish execution. Wait causes an exception without some form of lock. 2013-03-05 17:14:16 +01:00
Rom Walton fef28825a2 Android: In cases where Android wants the Monitor service to shutdown, bring the ClientMonitorAsync thread down before leaving OnDestroy(). ClientMonitorAsync would continue on and bring everything back up. 2013-03-05 17:14:16 +01:00
Rom Walton b88a1da515 Android: It is always the simple bugs that get ya. 2013-03-05 17:14:16 +01:00
Rom Walton 47ca84501f Android: Remove code that was causing a null reference exception 2013-03-05 17:14:16 +01:00
Rom Walton 10e78e4586 Android: Attempt to track down why the client is no longer starting up 2013-03-05 17:14:16 +01:00
Rom Walton 7fdbbf17f8 Android: Use the compareTo string function to compare the two MD5 hashes 2013-03-05 17:14:15 +01:00
Rom Walton 6f3e45a4be Android: Use the actual MD5 instead of the class string. 2013-03-05 17:14:15 +01:00
Rom Walton b712397183 Android: Change the startup logic so that it can detect if the client needs to be stopped and upgraded based on MD5 hashes. 2013-03-05 17:14:15 +01:00
Charlie Fenton 3bb191e69f MGR: Simple View slide show area should be a fixed size 2013-03-05 17:14:15 +01:00
Oliver Bock 1c65db4a76 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 17:11:45 +01:00
David Anderson b95e0dc728 - scheduler and web: store OpenCL version along with other GPU info
in host.serialnum.  Display it on web.
2013-03-05 17:11:33 +01:00
David Anderson 47d3c9ffff - wrapper: eliminate spurious error message in zip parsing;
make it work if stderr.txt is one of the files being zipped.
- user web: show GPU driver version as 341.07
2013-03-05 17:11:23 +01:00
Oliver Bock ef163337c6 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 17:10:53 +01:00
David Anderson a6af5bf272 - remote job submission tweaks 2013-03-05 17:10:31 +01:00
Rom Walton 567b39c73d Android: Update manifest to reflect the message log to event log name change 2013-03-05 17:09:03 +01:00
Rom Walton fd81901ba1 Android: Rename message log to event log 2013-03-05 17:09:03 +01:00
Rom Walton e7f93fc091 Android: Use the white email icon instead of the black one 2013-03-05 17:08:59 +01:00
Rom Walton 2766277082 Android: Formatting fixes for the email message 2013-03-05 17:08:59 +01:00
Rom Walton ebf6114167 Android: Connect up the email to menu item to some code that will actually launch an email client to send the message. 2013-03-05 17:08:59 +01:00
Rom Walton b13dd44da8 Android: Implement an option menu so the message log can be sent to somebody by email 2013-03-05 17:08:59 +01:00
Rom Walton 3a4bf72610 Android: Try a more friendly layout for displaying messages on small screens 2013-03-05 17:08:59 +01:00
Rom Walton 5fbf1ded99 Android: Java measures Unix time in milliseconds, BOINC in seconds. Multiply BOINC's timestamp for messages by 1000. 2013-03-05 17:08:59 +01:00
Rom Walton 173997469d Android: Update manifest to reflect the message log to event log name change 2013-03-05 17:02:59 +01:00
Rom Walton d77c8d1521 Android: Rename message log to event log 2013-03-05 17:02:59 +01:00
Rom Walton c69ae406b0 Android: Use the white email icon instead of the black one 2013-03-05 17:02:59 +01:00
Rom Walton 7d15fb4135 Android: Formatting fixes for the email message 2013-03-05 17:02:59 +01:00
Rom Walton 2321b6a4fa Android: Connect up the email to menu item to some code that will actually launch an email client to send the message. 2013-03-05 17:02:59 +01:00
Rom Walton 3c6c74af63 Android: Implement an option menu so the message log can be sent to somebody by email 2013-03-05 17:02:59 +01:00
Rom Walton f29bfbaf3c Android: Try a more friendly layout for displaying messages on small screens 2013-03-05 17:02:59 +01:00
Rom Walton 5364d626c1 Android: Java measures Unix time in milliseconds, BOINC in seconds. Multiply BOINC's timestamp for messages by 1000. 2013-03-05 17:02:59 +01:00
Rom Walton d7768af5b0 Android: Revert back to the ListView for the time being. 2013-03-05 17:01:21 +01:00
David Anderson 9ff0f0daeb - include OpenCL info when faking an NVIDIA GPU 2013-03-05 17:01:21 +01:00
Rom Walton b283880427 Android: Switch to a table layout instead of just a list layout. The list layout didn't align the columns. 2013-03-05 17:01:21 +01:00
Rom Walton dc6aee4dcc Android: Make sure there are messages to display 2013-03-05 17:01:20 +01:00
Rom Walton ba40a6a525 Android: After looking at the outer exception, it became obvious I had the wrong control id. 2013-03-05 17:01:20 +01:00
Rom Walton 803b7bb87b Android: Android is throwing a null reference exception when trying to create the MsgsActivity, hopefully it is because I forgot the override tags. 2013-03-05 17:01:20 +01:00
Rom Walton 9a4e2c1a85 Android: First attempt at implementing the messages tab. 2013-03-05 17:01:20 +01:00
Rom Walton efe9916c20 Android: Revert previous configuration change. All the activities to the edu.berkeley.boinc package have to be configured for remote binding. 2013-03-05 17:01:20 +01:00
Rom Walton cf84368877 Android: Attempt to move the BOINC Monitor into its own process space. 2013-03-05 17:01:20 +01:00
Oliver Bock 6fb016bad3 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:58:52 +01:00
David Anderson c3ec0e91de - client: show nvidia driver version as 314.07 instead of 314.7 2013-03-05 16:58:44 +01:00
Rom Walton c23c87b72b Android: Update build scripts (include a pointer back to the wiki documentation) 2013-03-05 16:57:51 +01:00
Rom Walton b6add1668d Android: Don't restart the main activity on an orientation change. This prevents the monitor service from being restarted. 2013-03-05 16:57:51 +01:00
David Anderson 1a21c2e4dc - client emulator tweak 2013-03-05 16:57:51 +01:00
David Anderson 77ee073f58 - client: show error notice if a GPU exclusion (in cc_config.xml)
has an invalid URL, type, or app
- server, create_work() function: if a <file_info> in input template
    lists URLs, they're directories; append filename to each one
2013-03-05 16:57:51 +01:00
Charlie Fenton 21dfbb75af MGR: Make my recent Event Log changes a little more robust 2013-03-05 16:57:51 +01:00
Rom Walton 1e94145293 Android: More changes for tracking down the rotation issue 2013-03-05 16:57:51 +01:00
Oliver Bock 46bdbc789c Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:56:09 +01:00
David Anderson 96a80ea211 - some doc pictures 2013-03-05 16:56:00 +01:00
Rom Walton 04c166b6e8 Android: Tweak the trace messages in ClientSetupAsync a little bit more to track down the screen rotation issue 2013-03-05 16:42:45 +01:00