boinc/android/BOINC/res/values/configuration.xml

69 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of BOINC.
http://boinc.berkeley.edu
Copyright (C) 2012 University of California
BOINC is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
BOINC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with BOINC. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<!-- BOINC platform -->
<string name="boinc_platform_name">arm-android-linux-gnu</string>
<!-- Default preferences of Android app, for BOINC client see assets/global_prefs_override.xml -->
<bool name="prefs_default_autostart">true</bool>
<bool name="prefs_default_notifications">true</bool>
<bool name="prefs_default_advanced">false</bool>
<integer name="prefs_default_loglevel">2</integer>
<!-- Monitor behavior -->
<integer name="status_update_interval_ms">1000</integer>
<integer name="device_status_update_screen_off_every_X_loop">10</integer> <!-- every X status_update_interval_ms -->
<integer name="monitor_setup_connection_retry_rate_ms">1000</integer>
<integer name="monitor_setup_connection_retry_attempts">10</integer>
<integer name="autostart_notification_id">1</integer>
<!-- configuration project attach -->
<integer name="attach_step_interval_ms">1000</integer>
<integer name="attach_get_project_config_retries">3</integer>
<integer name="attach_login_retries">5</integer>
<integer name="attach_creation_retries">5</integer>
<integer name="attach_attach_retries">5</integer>
<!-- configuration on tab layout -->
<bool name="tab_status">true</bool>
<bool name="tab_projects">true</bool>
<bool name="tab_tasks">true</bool>
<bool name="tab_transfers">true</bool>
<bool name="tab_preferences">true</bool>
<!-- configuration on status layout -->
<integer name="status_min_screen_height_for_slideshow_px">400</integer>
<integer name="status_min_screen_height_for_image_px">700</integer>
<integer name="status_max_slideshow_images_per_project">15</integer>
<!-- configuration on tasks layout -->
<integer name="tasks_transistion_timeout_number_monitor_loops">15</integer>
<!-- shutdown -->
<integer name="shutdown_graceful_rpc_check_rate_ms">1000</integer>
<integer name="shutdown_graceful_rpc_check_attempts">10</integer>
<integer name="shutdown_graceful_os_check_rate_ms">1000</integer>
<integer name="shutdown_graceful_os_check_attempts">30</integer>
<!-- eventlog -->
<integer name="eventlog_gui_messages">100</integer>
<!-- preferences -->
<string-array name="prefs_client_log_flags">
<item>android_debug</item>
<item>http_debug</item>
<item>task_debug</item>
<item>gui_rpc_debug</item>
<item>cpu_sched_debug</item>
<item>work_fetch_debug</item>
</string-array>
</resources>