Commit Graph

20570 Commits

Author SHA1 Message Date
Joachim Fritzsch 214d6c7123 android: space missing in dialog. 2013-06-03 19:14:32 +02:00
Joachim Fritzsch 44cf65b322 android: added native dummy library to trigger implicit PlayStore filters. Ticket #1277. Checked in as binary because it is not going to change and allows building without NDK. 2013-06-03 17:46:42 +02:00
Joachim Fritzsch 93076a199d android: bug fix for ticket #1276 2013-06-03 16:47:57 +02:00
Joachim Fritzsch 58bfd4a53c android: setting minSDK level to 10, further increase causes problems with AsyncTasks 2013-06-03 16:25:54 +02:00
Joachim Fritzsch 14fa4dc708 android: polling all_projects_list moved into client startup routing to avoid network on UI thread 2013-06-03 16:24:23 +02:00
Joachim Fritzsch a05a3fec05 android: redesign projects tab according to ticket #1273 2013-06-03 14:55:48 +02:00
Rom Walton a512bea7fb android: Move comment 2013-06-02 20:03:25 -04:00
Rom Walton 419088fbef android: Add extra large screens to the list of supported screen types 2013-06-02 19:58:58 -04:00
Rom Walton c19a4a2253 Updates for 7.1.3 2013-06-01 01:35:37 -04:00
Rom Walton afd87ec8f5 WINSETUP: Update version number to 7.1.3 2013-06-01 01:32:08 -04:00
Charlie Fenton 39c4a23cbf SS: Fix some minor potential bugs 2013-05-31 01:50:55 -07:00
David Anderson 213bb934a7 Condor interface changes
BOINC_QUERY_BATCHES now prints, for each queried batch,
    a count of jobs followed by the jobs
BOINC_ABORT_JOBS takes a list of jobs, which may belong to different batches.
    The handler for this looks up the batches and makes sure
    the jobs belong to the user.
2013-05-30 23:38:33 -07:00
David Anderson ff261cb6df Condor interface: bug fixes; add request_gen script; add retire_batch command 2013-05-30 09:44:58 -07:00
Rom Walton eaee966acd Android: Add metadata to the AndroidManifest.xml file to inform the play store we can run on large screen devices. 2013-05-30 12:02:37 -04:00
Charlie Fenton 65f77933cc - Tag for 7.1.3 release, all platforms
client_release/7.1/7.1.3
2013-05-30 03:21:43 -07:00
Charlie Fenton 65294bc6de SS: Fixes for dual-GPU Macbook Pros (continued).
- If user preferences allow "Run while on battery" then run boincscr or project screensavers even when dual-GPU Macbook Pro is on battery power
- Replace a deprecated API (applies to all Macs)
2013-05-30 03:06:48 -07:00
Rom Walton ec0fd879a9 wrapper: Update wrapper version number to version 26005 2013-05-29 19:29:41 -04:00
Rom Walton ee4ddfa44e Change version number back to 7.1.2 2013-05-29 12:06:08 -04:00
Rom Walton 905abbb3fc WINSETUP: Updates for 7.1.2 2013-05-29 12:05:15 -04:00
Rom Walton 4c4c1b17de client: reintroduce xidletime code to detect idle time on Linux. Include reference to source site and authors. 2013-05-29 12:04:20 -04:00
Charlie Fenton 0180eb9339 Merge branch 'master' of ssh://isaac.ssl.berkeley.edu/boinc-v2 2013-05-29 07:07:52 -07:00
Charlie Fenton e39931035a SS: Fixes for dual-GPU Macbook Pros (continued).
- Fix a crash bug.
- Don't run boincscr or project screensavers when on battery power because OpenGL apps trigger the use of the power-hungry discrete GPU.
2013-05-29 07:07:35 -07:00
Joachim Fritzsch 2af3f993fb Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-29 15:18:22 +02:00
Joachim Fritzsch e3938b9e4f android: clearing password in login activity when user navigates away 2013-05-29 15:16:55 +02:00
Charlie Fenton f08ed91419 SS: Fixes for dual-GPU Macbook Pros.
- Fix a crash bug.
- Don't run boincscr or project screensavers when on battery power because OpenGL apps trigger the use of the power-hungry discrete GPU.
2013-05-29 06:11:14 -07:00
Joachim Fritzsch ef5eca5a21 android: moved default preferences from source code to congfiguration.xml 2013-05-29 14:51:53 +02:00
David Anderson 286646554e web: fix broken link to change-password form if SECURE_URL_BASE not defined 2013-05-28 23:19:18 -07:00
David Anderson 48e044fa76 Condor interface: bug fixes, and set WU names correctly 2013-05-28 23:14:17 -07:00
Charlie Fenton 3eb430eaec client & MGR: when writing cc_config.xml, put <max_event_log_lines> in correct alphabetical order 2013-05-28 21:19:28 -07:00
David Anderson 03e2866da7 Unix build: build zip/unzip only if building server 2013-05-28 13:51:49 -07:00
David Anderson 439299d7b3 sample apps: include <cmath> instead of <math.h> 2013-05-28 12:00:39 -07:00
Rom Walton a2b758fd11 - Tag for 7.1.2 release, all platforms
client_release/7.1/7.1.2
2013-05-28 11:10:52 -04:00
David Anderson fe2779878c boinccmd compile fixes 2013-05-27 23:19:51 -07:00
David Anderson 9c50abaffa Manager and GUI RPC interface: fix possible buffer overruns
If the user typed an extremely long URL into the
Attach to Account Manager wizard, a buffer overrun could result.
There were several places in the code that assumed user-entered
URLs are small (e.g. 256 chars):
- canonicalize_master_url.cpp()
- several GUI RPC interfaces, when generating XML request message
- URL-escaping (not relevant here, but fix anyway)
Change all these to stay within buffers regardless of URL size.
Note: do this by truncation.
This will cause error messages like "can't connect to project"
rather than saying the URL is too long.  That's OK.
2013-05-27 23:08:02 -07:00
David Anderson f25cf0836a Include <cmath> instead of <math.h> various places 2013-05-27 16:44:22 -07:00
David Anderson 71206bdaaf Android: tweak some messages 2013-05-27 12:18:15 -07:00
David Anderson 8009a8cecb Condor interface: various fixes, mostly from Jaime Frey
- XML parser: for parse_string(), malloc the 256KB buffer instead of
    allocating it on the stack; the latter crashes threads with 32KB stacks.
    However, do the malloc() only if we've actually seen the start tag
    (this required a bit of code shuffle).
- BOINC GAHP: escape spaces in error msgs
2013-05-27 11:45:10 -07:00
David Anderson f30097d175 server: compile fix for recent gcc 2013-05-25 13:54:50 -07:00
Joachim Fritzsch 5faad56ed5 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-25 15:08:33 +02:00
Joachim Fritzsch 513e8dd994 android: redesing preference dialogs 2013-05-25 15:08:22 +02:00
Joachim Fritzsch 686688dcef android: redesing of project dialogs 2013-05-25 14:05:38 +02:00
David Anderson ba68f452a0 server: fix bug related to job-size matching
Problem: a workunit could error out with unsent results.
The feeder skips such results, but the size_regulator counts them
and doesn't so doesn't promote any new results.
Solution: the feeder scans for results even with workunit errors.
If marks these results as state OVER, outcome DIDNT_NEED
2013-05-24 20:11:14 -07:00
Joachim Fritzsch 6822cc1323 android: battery low suspend reason with current charge level and target 2013-05-24 18:43:48 +02:00
Joachim Fritzsch 316e38cbba android: Projects tab layout optimization and bug fix 2013-05-24 18:07:59 +02:00
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