Rom Walton
4325ba01bf
Android: Initialize variable
2013-03-05 16:40:25 +01:00
Oliver Bock
7a434286b1
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 16:39:57 +01:00
David Anderson
5c7f583e42
- client: suspend_reason is not a bitmap; fix code that acted like it is.
2013-03-05 16:39:36 +01:00
Rom Walton
b26fdda827
Android: Add different locations that can host battery information.
...
Android: For all power/battery file descriptors, NULL out their buffers so the client will grab the latest information and not recycle the old information.
2013-03-05 16:38:42 +01:00
Rom Walton
45120de247
Android: Fix crashing bug when we poll for battery information
2013-03-05 16:38:42 +01:00
Rom Walton
e490ab8aa4
Android: Another try and the path issue
2013-03-05 16:38:42 +01:00
Rom Walton
b501d5c358
Android: Fix path issue for copying assets
2013-03-05 16:38:42 +01:00
Rom Walton
6012f9261f
Android: Remove debug code for Android, the required functions are called and function.
...
Android: Remove separate copy_asset.sh script and make that the last part of the build_boinc.sh script.
2013-03-05 16:38:42 +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
Eric J Korpela
ed4daff659
Fix for FCGI compile problem in lib/filesys.cpp
2013-03-05 16:38:41 +01:00
Rom Walton
ff53e509cf
Android: Add trace statements to track down battery issues
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
255fbade62
client: Fix typo for Android builds
2013-03-05 16:38:41 +01:00
Oliver Bock
05eba7c951
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 16:35:14 +01:00
Charlie Fenton
dbb669fc10
Fix wild card in Exclusive Apps dialog for Linux (from Gianfranco Costamagna)
2013-03-05 16:34:58 +01:00
David Anderson
6352f9ca9d
- client (Android): forget hysteresis policy; don't compute if < 95% charged.
2013-03-05 16:34:58 +01:00
David Anderson
8d71408978
Manager: right-justify task deadline in advanced view
2013-03-05 16:34:58 +01:00
Oliver Bock
1efdd8b896
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 16:34:03 +01:00
David Anderson
876113ddd5
- PHP comment tweak
2013-03-05 16:33:40 +01:00
David Anderson
bc38f557e1
- admin web: fix spurious error in manage user page
2013-03-05 16:33:40 +01:00
David Anderson
06eadde310
- client (Unix): check whether VBoxManager is executable by us
...
before trying to run it.
Otherwise we get lots of msgs in stderr.
2013-03-05 16:33:39 +01:00
Oliver Bock
5cd587789f
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 16:31:53 +01:00
David Anderson
4bf3f7f51a
- client: fix copy_element_contents() to remove assumption that the
...
end tag is on a line by itself. (this broke things if gui_urls.xml
didn't end with a CRLF).
2013-03-05 16:31:44 +01:00
Rom Walton
41529dbc1e
Android: Rename the settings tab to preferences
2013-03-05 16:31:08 +01:00
Rom Walton
3ffc712961
client: Another typo
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
9b83503d9d
client: Another typo
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
Rom Walton
f6807efe18
client: Properly return the battery status as full when it is.
2013-03-05 16:31:08 +01:00
Oliver Bock
e695df9f6e
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 16:00:47 +01:00
David Anderson
c7a5156573
- client: work fetch: if there are idle devices, we need to ask
...
the highest-prio project for work for all of them
(don't scale by the fetchable resource share!).
This should fix some device starvation problems.
2013-03-05 16:00:35 +01:00
Rom Walton
49e41f7123
client: Fix typo from previous commit
2013-03-05 15:57:35 +01:00
Rom Walton
af7948910e
client: Adjust logging on Android so that all messages that show up in the event log are also dumped to LogCat, things were originally setup with that intent but I don't think __VA_ARGS__ was having the desired effect.
2013-03-05 15:57:34 +01:00
David Anderson
3c029c7613
- client: job scheduler tweak to avoid CPU idleness in situation
...
where GPU jobs use different CPU fractions
- single-job submission: default platform is that of server
2013-03-05 15:57:34 +01:00
David Anderson
c9ce9eeccc
- single job submission: update the setup script to use the
...
current app version directory structure.
2013-03-05 15:57:34 +01:00
Oliver Bock
eb79b9e78b
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
...
Conflicts:
client/hostinfo_unix.cpp
2013-03-05 15:45:13 +01:00
Rom Walton
011441fb1f
client: Removed unused variables on Android wifi detection
2013-03-05 15:40:04 +01:00
Rom Walton
c9717d068b
client: Fix typo for Android
2013-03-05 15:40:04 +01:00
Rom Walton
7b40d2286f
client: Fix Typo for Android
2013-03-05 15:40:04 +01:00
Rom Walton
64ec0f49a3
client: Fix typos for Android
2013-03-05 15:40:04 +01:00
Rom Walton
d2df80a859
client: Fix typos for Android
2013-03-05 15:40:04 +01:00
Rom Walton
ff0ab6aca6
WINSETUP: Update the custom actions that use the ENABLEPROTECTEDAPPLICATIONEXECUTION property
2013-03-05 15:40:04 +01:00
Rom Walton
22a2762622
client: Fix build break on Android
2013-03-05 15:40:04 +01:00
David Anderson
3b18584cb3
- client (Android): change battery-status function so that it
...
keeps file descriptors open
(slight simplification and performance enhancement).
2013-03-05 15:33:54 +01:00
David Anderson
21f580d9ef
- client (Android): suspend processing if battery temperature > 45 C.
...
We can adjust this or make it configurable later.
2013-03-05 15:28:00 +01:00
Oliver Bock
58395eda60
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 15:27:30 +01:00
Rom Walton
86ceabbee2
client: Fix typo
2013-03-05 15:27:26 +01:00
David Anderson
7177185585
- client: show "%" correctly in messages from scheduler
2013-03-05 15:27:09 +01:00