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

58 lines
2.9 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>
<!-- Monitor behavior -->
<integer name="monitor_refresh_rate_ms">1000</integer>
<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>
<!-- Device status -->
<integer name="minimum_device_status_refresh_rate_in_monitor_loops">10</integer>
<!-- configuration project attach -->
<integer name="attach_step_interval_ms">1000</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>
<bool name="tab_eventlog">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 projects layout -->
<integer name="projects_min_screen_width_for_2_parallel_buttons_dp">450</integer>
<integer name="projects_min_screen_width_for_3_parallel_buttons_dp">600</integer>
<!-- configuration on tasks layout -->
<integer name="tasks_transistion_timeout_number_monitor_loops">10</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>
</resources>