OSDN Git Service

f12894256a35b85f11c5bf558de51e6dbaa93ab3
[gokigen/Gr2Control.git] / app / src / main / res / xml / preferences_fuji_x.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_only" />
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="FUJI_X"/>
17
18         <PreferenceScreen
19             android:key="wifi_settings"
20             android:title="@string/pref_wifi_settings"
21             android:summary="@string/pref_summary_wifi_settings" />
22
23     </PreferenceCategory>
24
25     <PreferenceCategory
26         android:title="@string/pref_cat_camera">
27
28         <CheckBoxPreference
29             android:key="capture_both_camera_and_live_view"
30             android:title="@string/pref_capture_both_camera_and_live_view" />
31
32         <CheckBoxPreference
33             android:key="fujix_display_camera_view"
34             android:title="@string/pref_fujix_display_camera_view"
35             android:summary="@string/pref_fujix_display_camera_view_summary"/>
36
37         <EditTextPreference
38             android:key="fujix_focus_xy"
39             android:title="@string/pref_fujix_focus_xy"
40             android:defaultValue="7,7"
41             android:summary="@string/pref_summary_fujix_focus_xy" />
42
43         <EditTextPreference
44             android:key="fujix_command_polling_wait"
45             android:title="@string/pref_fujix_command_polling_wait"
46             android:defaultValue="500"
47             android:summary="@string/pref_summary_fujix_command_polling_wait" />
48
49         <EditTextPreference
50             android:key="fujix_liveview_wait"
51             android:title="@string/pref_fujix_liveview_wait"
52             android:defaultValue="80"
53             android:summary="@string/pref_summary_fujix_liveview_wait" />
54
55     </PreferenceCategory>
56
57     <PreferenceCategory
58         android:title="@string/pref_cat_initialize">
59
60         <CheckBoxPreference
61             android:key="auto_connect_to_camera"
62             android:title="@string/pref_auto_connect_camera"
63             android:summary="@string/pref_summary_auto_connect_camera" />
64     </PreferenceCategory>
65
66     <PreferenceCategory
67         android:title="@string/pref_cat_others">
68
69         <CheckBoxPreference
70             android:key="share_after_save"
71             android:title="@string/pref_call_share_after_save" />
72
73         <CheckBoxPreference
74             android:key="use_playback_menu"
75             android:title="@string/pref_use_playback_menu"
76             android:summary="@string/summary_use_playback_menu" />
77
78         <Preference
79             android:key="special_thanks"
80             android:title="@string/pref_special_thanks"
81             android:summary="https://github.com/hkr/fuji-cam-wifi-tool"
82             android:selectable="true">
83             <intent android:action="android.intent.action.VIEW"
84                 android:data="https://github.com/hkr/fuji-cam-wifi-tool" />
85         </Preference>
86
87     </PreferenceCategory>
88
89     <PreferenceCategory
90         android:title="@string/pref_cat_gokigen">
91
92         <Preference
93             android:key="instruction_link"
94             android:title="@string/pref_instruction_manual"
95             android:summary="https://osdn.net/projects/gokigen/wiki/GR2Control"
96             android:selectable="true">
97             <intent android:action="android.intent.action.VIEW"
98                 android:data="https://osdn.net/projects/gokigen/wiki/GR2Control" />
99         </Preference>
100
101         <Preference
102             android:key="privacy_policy"
103             android:title="@string/pref_privacy_policy"
104             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
105             android:selectable="true">
106             <intent android:action="android.intent.action.VIEW"
107                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
108         </Preference>
109
110         <PreferenceScreen
111             android:key="debug_info"
112             android:title="@string/pref_degug_info"
113             android:summary="@string/pref_summary_debug_info" />
114
115     </PreferenceCategory>
116 </PreferenceScreen>