OSDN Git Service

なんどか取得に失敗するのに対策中。
[gokigen/PKRemote.git] / app / src / main / res / xml / preferences_canon.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3     <PreferenceCategory
4         android:title="@string/pref_cat_application_control">
5
6         <PreferenceScreen
7             android:key="exit_application"
8             android:icon="@drawable/ic_power_settings_new_black_24dp"
9             android:title="@string/pref_exit_power_off_sony" />
10
11         <ListPreference
12             android:title="@string/pref_connection_method"
13             android:entryValues="@array/connection_method_value"
14             android:entries="@array/connection_method"
15             android:key="connection_method"
16             android:defaultValue="OPC"/>
17
18     </PreferenceCategory>
19
20     <PreferenceCategory
21         android:title="@string/pref_cat_camera">
22
23         <CheckBoxPreference
24             android:key="canon_get_screennail_as_small_picture"
25             android:title="@string/pref_canon_get_screennail_as_small_picture"
26             android:summary="@string/pref_summary_canon_get_screennail_as_small_picture" />
27
28         <EditTextPreference
29             android:key="canon_raw_suffix"
30             android:title="@string/pref_canon_raw_suffix"
31             android:defaultValue="CR2"
32             android:inputType="number"
33             android:summary="@string/pref_summary_canon_raw_suffix" />
34
35         <!--
36
37         <PreferenceScreen
38             android:key="sony_api_list"
39             android:title="@string/pref_sony_api_list"
40             android:summary="@string/pref_summary_sony_api_list" />
41
42         <CheckBoxPreference
43             android:key="use_smartphone_transfer_mode"
44             android:title="@string/pref_sony_use_smartphone_transfer"
45             android:summary="@string/pref_summary_sony_use_smartphone_transfer" />
46
47         <CheckBoxPreference
48             android:key="get_small_picture_as_vga"
49             android:title="@string/pref_get_small_picture_as_vga"
50             android:summary="@string/pref_summary_get_small_picture_as_vga" />
51
52                 <CheckBoxPreference
53                     android:key="capture_both_camera_and_live_view"
54                     android:title="@string/pref_capture_both_camera_and_live_view" />
55         -->
56     </PreferenceCategory>
57
58     <PreferenceCategory
59         android:title="@string/pref_cat_initialize">
60
61         <CheckBoxPreference
62         android:key="auto_connect_to_camera"
63         android:title="@string/pref_auto_connect_camera"
64         android:summary="@string/pref_summary_auto_connect_camera" />
65     </PreferenceCategory>
66
67     <PreferenceCategory
68         android:title="@string/pref_cat_gokigen">
69
70         <Preference
71             android:key="instruction_link"
72             android:title="@string/pref_instruction_manual"
73             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
74             android:selectable="true">
75             <intent android:action="android.intent.action.VIEW"
76                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
77         </Preference>
78
79         <Preference
80             android:key="privacy_policy"
81             android:title="@string/pref_privacy_policy"
82             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
83             android:selectable="true">
84             <intent android:action="android.intent.action.VIEW"
85                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
86         </Preference>
87
88         <PreferenceScreen
89             android:key="debug_info"
90             android:title="@string/pref_degug_info"
91             android:summary="@string/pref_summary_debug_info" />
92
93     </PreferenceCategory>
94 </PreferenceScreen>