Commit Graph

29227 Commits

Author SHA1 Message Date
Rom Walton 39e043d7c1 Updating translations for android/BOINC/res/values-pt-rPT/strings.xml [skip ci] 2016-07-25 23:43:06 -07:00
Rom Walton 77a6695735 Merge pull request #1587 from GITNE/Android_TV
AndroidBOINC: Android TV conformance and usability updates
2016-07-25 18:52:17 -07:00
GITNE a7730978a7 AndroidBOINC: Fix return when UpdateProjectListAsyncTask gets canceled 2016-07-26 03:34:08 +02:00
David Anderson 51257b9f61 client (Win): add config option to not do proxy autodetect 2016-07-25 15:41:43 -07:00
David Anderson cea0709881 Merge branch 'master' of https://github.com/BOINC/boinc 2016-07-25 13:00:26 -07:00
GITNE cbd90b87f4 AndroidBOINC: Remove forced portrait screen orientation from all Activites
There is actually no need to force portrait screen orientation per Activity.
Should different layouts be required per screen orientation then appropriate
layout resources should be authored into the res/ directory.

Fix small typo in AndroidManifest.xml comment
2016-07-25 20:15:13 +02:00
GITNE 6360b6ac5e AndroidBOINC: Sort attachable projects list alphabetically 2016-07-25 20:05:16 +02:00
Rom Walton 845f90bb07 Updating translations for android/BOINC/res/values-ru/strings.xml [skip ci] 2016-07-25 09:29:24 -07:00
Rom Walton e3e6337024 Updating translations for locale/pt_PT/BOINC-Web.po [skip ci] 2016-07-25 08:59:14 -07:00
Rom Walton 7178cca63a Updating translations for locale/pt_PT/BOINC-Setup.po [skip ci] 2016-07-25 08:55:18 -07:00
Rom Walton 915e60ab2f Updating translations for android/BOINC/res/values-pt-rPT/strings.xml [skip ci] 2016-07-25 08:51:23 -07:00
Rom Walton 6d42e8fa86 Merge pull request #1585 from GITNE/update_android_download
DOC: Bump to 7.4.53 Android release
2016-07-25 08:49:14 -07:00
Rom Walton 421958e2c3 Merge pull request #1584 from GITNE/update_android_projects
AndroidBOINC: Update all_projects_list.xml from Windows/Mac deployments
2016-07-25 08:48:54 -07:00
Rom Walton c358c7d723 Updating translations for android/BOINC/res/values-en/strings.xml [skip ci] 2016-07-25 08:48:47 -07:00
Rom Walton c956093abc Merge pull request #1579 from GITNE/localized_timestamps
AndroidBOINC: Render numbers according to current locale
2016-07-25 08:48:34 -07:00
Rom Walton 3bdc1bc1c0 Merge pull request #1583 from GITNE/Android_TV
AndroidBOINC: Android TV conformance and usability updates
2016-07-25 08:47:54 -07:00
David Anderson 5e9f1d8ce1 client: task properties tweak
change "CPU time at last checkpoint" to
"CPU time since checkpoint".
Also win compile fix.
2016-07-24 23:55:58 -07:00
David Anderson 4ff667a888 remove file mgt: small fix 2016-07-24 23:11:06 -07:00
David Anderson a259991c7a Fix bugs in content-based file management system
- stray return in compute_boinc_name()
- BoincJobFile::delete() was wrong
- error-check DB record deletions
2016-07-24 22:55:33 -07:00
GITNE d226b7fa56 DOC: Bump to 7.4.53 Android release
Mention new architectures
2016-07-24 15:57:37 +02:00
GITNE debdb364c0 AndroidBOINC: Update all_projects_list.xml from Windows/Mac deployments 2016-07-24 14:55:58 +02:00
GITNE 824588b14d AndroidBOINC: Add open/close navigation drawer with menu button 2016-07-24 12:12:26 +02:00
David Anderson f5c64abac0 Condor GAHP: add extensions to input file names
The content-based file management system used by Condor GAHP
used a file's MD5 hash as its physical name.
This caused problems for Einstein@home because their app
expected filenames with particular extensions.
So I:

- changed the docs and param names of the C++ interface
  to the file management system (query_files() and upload_files())
  to clarify that the physical file names can include additional text
  besides the MD5 hash.
- changed the BOINC GAHP to look for filename extensions,
  and append these to the physical filenames
2016-07-22 16:10:23 -07:00
David Anderson cd87e03c5e remote job submission, C++ interface: support remote input files
This is a first step toward letting Condor job submissions
have remote input files.
Todo: change the GAHP protocol to specify this.
2016-07-22 13:51:04 -07:00
David Anderson d738c4e879 Web RPCs: handle only warning/notice types; show type 2016-07-22 11:52:44 -07:00
GITNE a39785aca1 Merge branch 'master' of https://github.com/BOINC/boinc into localized_timestamps 2016-07-22 15:28:40 +02:00
GITNE 8f6f828723 AndroidBOINC: Separate credits label and content in projects layout
This enables proper content text formatting in different locales (like order
and concatenation) instead forcing hard coded order and concatenation on content
2016-07-22 14:56:44 +02:00
Bernd Machenschalk c4d79c39d8 web: job_file.php: use project_dir() to get the project directory (instead of ../..) 2016-07-22 11:04:44 +02:00
David Anderson e11b62adab Improve error reporting for XML RPCs
- If handling an XML RPC, use set_error_handler() to output PHP warnings as XML.
Otherwise they appear as strings in the XML reply, making them not parse.

- suppress warnings from PHP function calls where we're already checking errors
2016-07-22 01:41:43 -07:00
Rom Walton 7a431cc54f Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2016-07-22 01:29:04 -07:00
Rom Walton 1e01bc6767 Updating translations for android/BOINC/res/values-it-rIT/strings.xml [skip ci] 2016-07-22 01:26:20 -07:00
GITNE 8500ecf020 AndroidBOINC: Fix multiplication of data size factors
(daily transfer & reserved free storage space)
2016-07-22 09:30:31 +02:00
GITNE 97126c1a18 AndroidBOINC: Fix Celsius typo 2016-07-21 20:44:21 +02:00
GITNE 1440e1672d AndroidBOINC: Render numbers according to current locale
Fix multi-core CPU SeekBar bug in preferences
2016-07-21 19:39:27 +02:00
Tristan Olive 1f25997d33 Drupal: Add pass-through wrappers for job file input and output
https://dev.gridrepublic.org/browse/DBOINCP-184
2016-07-21 10:33:38 -04:00
Tristan Olive 5c107dbfdd Drupal: Fix error in user WAP wrapper
https://dev.gridrepublic.org/browse/DBOINCP-184
2016-07-21 09:46:12 -04:00
Christian Beer 6122b00e1b Merge web fixes from Bernd Machenschalk 2016-07-21 13:17:46 +02:00
Tristan Olive 87618a9556 Drupal: Add pass-through wrappers for user WAP and remote job submission
https://dev.gridrepublic.org/browse/DBOINCP-184
2016-07-21 01:56:16 -04:00
Bernd Machenschalk daa9daf563 web: submit_rpc_handler.php: return create_work output in case of an error 2016-07-20 14:50:19 +02:00
Bernd Machenschalk 08935eab0d web: submit_rpc_handler.php: use project_dir() to get the project directory (instead of ../..) 2016-07-20 14:47:16 +02:00
Bernd Machenschalk f84ed84c93 web: submit_rpc_handler.php: avoid name clash with get_app() in result.inc 2016-07-20 12:17:19 +02:00
Bernd Machenschalk 3529d9483c web: ops: script to add a user account 2016-07-20 12:15:51 +02:00
Bernd Machenschalk 417fff7a50 web: ops: cancel_workunits.php: correctly close '</form>' 2016-07-20 12:15:14 +02:00
Rom Walton 3d8a4b291f Merge pull request #1578 from GITNE/Android_TV
AndroidBOINC: Add basic Android TV support
2016-07-19 21:52:00 -07:00
Rom Walton b9cd9019eb Merge pull request #1577 from GITNE/localized_timestamps
AndroidBOINC: Render time stamps according to current locale
2016-07-19 21:51:39 -07:00
David Anderson 45caeedaa6 Merge pull request #1575 from marius311/boot_iso
VBOX: added boot_iso option
2016-07-19 13:33:21 -07:00
GITNE 1ff25dc978 AndroidBOINC: Remove non-existent activities from AndroidManifest.xml 2016-07-19 19:57:36 +02:00
Rom Walton 2808714b1f Updating translations for locale/ja/BOINC-Manager.po [skip ci] 2016-07-19 10:22:56 -07:00
Rom Walton 5001448380 Updating translations for locale/ja/BOINC-Manager.po [skip ci] 2016-07-19 10:11:20 -07:00
GITNE c28422249a AndroidBOINC: Remove portrait screen orientation enforcement from SplashActivity 2016-07-19 18:33:56 +02:00