Joachim Fritzsch
124495dd61
android: performance tweaks
2013-05-24 17:17:18 +02:00
Joachim Fritzsch
436488fac9
android: layout optimizations for small screens
2013-05-24 15:50:33 +02:00
Joachim Fritzsch
8dfb6dbc1b
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-24 11:46:02 +02:00
Joachim Fritzsch
ee94f023ea
android: update manifest
2013-05-24 11:45:50 +02:00
Joachim Fritzsch
c1d6a8a8c1
android: redesign project attach and registration
2013-05-24 11:45:17 +02:00
David Anderson
cde42fcbcc
server: parse product_name in scheduler request, store in DB
...
This will let projects see what kind of device each Android host is,
possibly helping with app debugging.
2013-05-23 23:30:42 -07:00
David Anderson
a132fcba02
client: parse product_name from state file only on Android
2013-05-23 23:29:44 -07:00
Kevin Reed
c1e96dd308
Additional customizational of WCG branding
2013-05-23 16:58:55 -05:00
Kevin Reed
462dc602ca
Additional customization of WCG branding
...
Conflicts:
win_build/installerv2/WCG.ism
2013-05-23 16:57:31 -05:00
Kevin Reed
723127c4d4
Fix event log not being displayed on the same display as the manager
2013-05-23 16:56:03 -05:00
David Anderson
64ccb6afbf
scheduler: fix bug that prevented Intel GPUs from getting work
2013-05-23 09:48:43 -07:00
David Anderson
f12fdcc985
client: fix Android build break
2013-05-23 09:02:09 -07:00
Joachim Fritzsch
85e7f869cf
android: faster startup routine after client binary update
2013-05-23 10:20:21 +02:00
Joachim Fritzsch
dca69be441
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-23 09:10:11 +02:00
Joachim Fritzsch
fe5c5eab16
android: preference battery_charge_min_pct added
2013-05-23 09:09:56 +02:00
David Anderson
da4432a8c0
client: fix Android build breaks
2013-05-22 23:42:58 -07:00
David Anderson
b5dc74011a
remote job submission: fix bad link
2013-05-22 23:33:07 -07:00
David Anderson
4a90705107
db_purge: add --mod N R option to allow multiple instances. From Kevin Reed
2013-05-22 21:13:24 -07:00
David Anderson
73bd46c3fa
client: don't ask an NCI project for work if current job still uploading
...
Note: we currently assume NCI projects have only 1 app.
Removing this assumption would be a little work.
2013-05-22 14:33:37 -07:00
David Anderson
0983315cdb
use MAXPATHLEN and sizeof() a few places; from Gianfranco
2013-05-22 13:56:48 -07:00
David Anderson
023e1ce684
web: don't try to increate PHP mem limit to 256MB
...
Apparently this generates warning messages that fill up log files,
and we may not need it anymore.
2013-05-22 11:10:49 -07:00
David Anderson
bf96878fe8
scheduler: comparison function for score-based scheduling was backwards
2013-05-22 10:20:54 -07:00
Rom Walton
c3b7e4c849
Updates for 7.1.1
2013-05-22 12:00:36 -04:00
Rom Walton
514484e022
client: Remove Display Power Management query for idle detection until a new variant can be found.
2013-05-22 12:00:22 -04:00
Joachim Fritzsch
6edc792baf
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-22 17:17:09 +02:00
Joachim Fritzsch
5dd3a7e93b
android: redesigned Projects tab
2013-05-22 17:16:59 +02:00
Joachim Fritzsch
7f7a573c33
android: adapt strings, ticket #1260
2013-05-22 10:29:23 +02:00
David Anderson
3488b286cf
client: don't piggyback work request in several situations
...
namely:
- some download stalled
- some task suspended
- too many uploading tasks
2013-05-21 22:01:30 -07:00
David Anderson
e033347ba9
client: don't piggyback work request if project is NNW or suspended
2013-05-21 21:49:26 -07:00
David Anderson
ff1311bf11
BOINC/Condor interface: tweaks from Jaime Frey
2013-05-21 20:35:14 -07:00
David Anderson
3ce09f1efe
create_work: job input template can specify size class
2013-05-21 20:24:02 -07:00
David Anderson
fa43e0fe6e
scheduler: enforce job limits in score-based scheduling
2013-05-21 20:14:39 -07:00
David Anderson
1a6a7128a1
client: get product name in Android
...
We want to track the product name (e.g. "HTC One X") of Android devices.
On Android, the API to get this is Java,
so we need to do it in the GUI rather than the client.
- Add product_name field to HOST_INFO
- Add a GUI RPC for passing this info from the GUI to the client.
- Store it in client_state.xml, so that the client knows it initially.
The product name is included in scheduler RPC requests, as part of <host_info>.
TODO: add server-side support for parsing it and storing in DB.
Also: move DEVICE_STATUS out of HOST_INFO; it didn't belong there.
2013-05-21 13:20:56 -07:00
David Anderson
078087985c
client: add battery_charge_min_pct preference (currently for Android)
2013-05-21 10:26:45 -07:00
David Anderson
553abb040f
API: tweaks
2013-05-21 10:26:15 -07:00
Eric J Korpela
225dc6534a
- SCHED: Modified the SETI@home version of wu_is_infeasible_custom() to allow
...
very low angle range (VLAR) results to go to newer AMD/ATI GPUs.
2013-05-21 09:20:53 -07:00
Joachim Fritzsch
8a4e6437aa
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-21 09:33:09 +02:00
Joachim Fritzsch
026ead7194
android: fix of previous commit
2013-05-21 09:32:50 +02:00
David Anderson
1ee543f1ab
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-20 19:51:26 -07:00
David Anderson
527cddbb90
client: update notice feeds when detach from account manager
2013-05-20 19:50:27 -07:00
David Anderson
8e2524f55f
Unix build: Makefile changes for "make install", from Steffen Moeller
...
"make install" followed by make_project should now work
2013-05-20 15:19:13 -07:00
David Anderson
0021429c65
client: restore --detach and --detach_console cmdline args
...
These were mistakenly removed
2013-05-20 14:51:33 -07:00
David Anderson
9049737d1f
validator: retry if transient failure
...
check_set() wasn't returning "retry" properly in the case where
one of the calls to init_result() return ERR_OPEN_DIR
(treated as a transient failure, since it can be caused by a failed NFS mount)
2013-05-20 13:01:10 -07:00
David Anderson
7472e29495
fix Clang warning
2013-05-20 13:00:22 -07:00
David Anderson
f1c7b6a97d
fix some Clang warnings; from Steffen Moeller
2013-05-20 12:58:52 -07:00
David Anderson
6968dc5a72
client: fix build break
2013-05-20 12:56:31 -07:00
David Anderson
e12e1d0138
client: add <client_new_version_text> config option
...
Lets you customize the notice that's generated when a new client version is available
2013-05-20 10:28:19 -07:00
David Anderson
5827ff2a68
transitioner: fix bugs when size matching is used.
2013-05-20 10:25:58 -07:00
Joachim Fritzsch
dea8b94f5d
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-05-20 16:19:20 +02:00
Joachim Fritzsch
afe415e75e
android: redesign preferences tab
2013-05-20 16:19:08 +02:00