Commit Graph

135 Commits

Author SHA1 Message Date
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
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
Rom Walton 1e94145293 Android: More changes for tracking down the rotation issue 2013-03-05 16:57:51 +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
Rom Walton 728f84de56 Android: Remove some of the ambiguity from the trace messages when pasting into an email message
Android: Update the CommonDefs so that the Status Activity can use its constants
Android: Fix-up comments and formatting
2013-03-05 16:42:45 +01:00
Rom Walton 549205bdd2 Android: Asset manager just expects the file name and not the full path. 2013-03-05 16:42:44 +01:00
Rom Walton f8a25cf2b2 Android: Add boinccmd to the android package, its small and useful for debugging.
Android: Install the all_projects_list.xml file at the same time as the client software.
2013-03-05 16:42:43 +01:00
Rom Walton 1be6dfbf3d Android: Clean up comment 2013-03-05 16:42:43 +01:00
Rom Walton 827f18fa09 Android: Attempt a graceful shutdown of the core client by sending a SIGQUIT instead of killing the process outright.
The UI was getting stuck in a loop where is was constantly killing the client and restarting the client which in turn was re-launching the science applications.  Both the UI and the client were unhappy.
2013-03-05 16:42:43 +01:00
Rom Walton 0f0fe585ba Android: Use a 96x96 image for the BOINC icon on Kindle Fire and other high-res devices 2013-03-05 16:42:43 +01:00
Rom Walton 98e6925cad Android: Add suspend reason text for when the battery is charging or overheating 2013-03-05 16:38:41 +01:00
Rom Walton 16f47655ed Android: Launch the core client in daemon mode which automatically redirects stdout and stderr to files. Useful for debugging. 2013-03-05 16:38:41 +01:00
Rom Walton 57eac3cb4f Android: Okay, really move the projects tab in front of the tasks tab. 2013-03-05 16:38:41 +01:00
Rom Walton 11c39dcf3c Android: Fix the use of ca-bundle.crt on Android. We ended up copying the BOINC client instead of the bundle. 2013-03-05 16:38:41 +01:00
Rom Walton 41529dbc1e Android: Rename the settings tab to preferences 2013-03-05 16:31:08 +01:00
Rom Walton 6d886fd8ea Android: Enable the messages tab
Android: Move the projects tab so that it appears before the task tab
2013-03-05 16:31:08 +01:00
Rom Walton f5723a4a30 Android: Enable the package for debugging
Android: Enable the use of landscape mode for viewing the UI
2013-03-05 16:31:08 +01:00
Joachim Fritzsch 2097bbdbc8 - android/BOINC/: rename of MainActivity to BOINCActivity
- android/BOINC/: getVersionCode added to AIDL
- android/BOINC/: reduce import warnings
2013-03-05 14:52:38 +01:00
Joachim Fritzsch f9d022788d - android: kill client process on startup to allow update
- android: bugfix in preferences tab
- android: rename of preferences
- android: deletion of unused components
2013-03-05 14:05:04 +01:00
Rom Walton e36173c3cc android: Deploy the CA Bundle along with the BOINC client, the BOINC client should detect the CA Bundle file in the current directory and use it for SSL connections 2013-03-05 13:53:58 +01:00
Rom Walton b5cc5732d1 android: placeholders so the UI will compile 2013-03-05 13:42:01 +01:00
Joachim Fritzsch ad00e99b80 android: project attach bug fix 2013-03-05 13:42:00 +01:00
Joachim Fritzsch 51c7c80894 android: -layout multi project and other optimizations\n -redesign of start up\n -autostart code now in BootReceiver 2013-03-05 13:42:00 +01:00
Rom Walton 8feec9e6a0 android: Use the executable name 'boinc' instead of boinc_client. It tracks with what we are doing with the self extracting archive and the other platforms. 2013-03-05 13:33:26 +01:00
Joachim Fritzsch b07a7368c7 android: file permission fix 2013-03-04 17:53:44 +01:00
Joachim Fritzsch c1f83367d9 android: BOINC multi project manager capabilities 2013-03-04 17:53:35 +01:00
Joachim Fritzsch 028fb5827c android: interface for project added 2013-03-04 17:48:45 +01:00
Joachim Fritzsch 6d9f42590e android: AIDL interface for project applications 2013-03-04 17:48:45 +01:00
novarow 54812bc2ab android: deletion of architecture try-outs 2013-03-04 17:48:45 +01:00