2010-01-09 02:27:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<PreferenceScreen
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__ham">
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="callsign"
|
|
|
|
|
android:inputType="textCapCharacters"
|
|
|
|
|
android:title="@string/p_callsign"
|
|
|
|
|
android:summary="@string/p_callsign_summary"
|
|
|
|
|
android:dialogTitle="@string/p_callsign_entry" />
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="passcode"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:title="@string/p_passcode"
|
|
|
|
|
android:summary="@string/p_passcode_summary"
|
|
|
|
|
android:dialogTitle="@string/p_passcode_entry" />
|
2010-09-07 23:46:40 +00:00
|
|
|
<Preference
|
|
|
|
|
android:key="passcode_request"
|
|
|
|
|
android:title="@string/p_passreq"
|
|
|
|
|
android:summary="@string/p_passreq_summary" >
|
|
|
|
|
<intent android:action="android.intent.action.VIEW"
|
2010-11-10 12:48:04 +00:00
|
|
|
android:data="http://aprsdroid.org/passcode/" />
|
2010-09-07 23:46:40 +00:00
|
|
|
</Preference>
|
|
|
|
|
|
2010-01-22 17:05:06 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__aprs">
|
|
|
|
|
|
|
|
|
|
<ListPreference
|
2010-01-09 02:27:17 +00:00
|
|
|
android:key="ssid"
|
|
|
|
|
android:title="@string/p_ssid"
|
|
|
|
|
android:summary="@string/p_ssid_summary"
|
2010-01-22 17:05:06 +00:00
|
|
|
android:entries="@array/p_ssid_e"
|
|
|
|
|
android:entryValues="@array/p_ssid_ev"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:dialogTitle="@string/p_ssid_entry" />
|
|
|
|
|
|
2010-01-30 22:59:39 +00:00
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="symbol"
|
|
|
|
|
android:hint="@string/default_symbol"
|
|
|
|
|
android:title="@string/p_symbol"
|
|
|
|
|
android:summary="@string/p_symbol_summary"
|
|
|
|
|
android:dialogTitle="@string/p_symbol_entry" />
|
|
|
|
|
|
2010-01-09 02:27:17 +00:00
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="status"
|
2010-01-22 17:35:02 +00:00
|
|
|
android:hint="@string/default_status"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:title="@string/p_status"
|
|
|
|
|
android:summary="@string/p_status_summary"
|
|
|
|
|
android:dialogTitle="@string/p_status_entry" />
|
|
|
|
|
|
2010-03-07 21:25:55 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__location">
|
|
|
|
|
|
2010-01-22 17:05:06 +00:00
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="interval"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:title="@string/p_interval"
|
|
|
|
|
android:summary="@string/p_interval_summary"
|
|
|
|
|
android:dialogTitle="@string/p_interval_entry" />
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="distance"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:title="@string/p_distance"
|
|
|
|
|
android:summary="@string/p_distance_summary"
|
|
|
|
|
android:dialogTitle="@string/p_distance_entry" />
|
|
|
|
|
|
2010-02-01 23:43:49 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="speedbrg"
|
|
|
|
|
android:title="@string/p_speedbrg"
|
|
|
|
|
android:summary="@string/p_speedbrg_summary" />
|
|
|
|
|
|
2010-01-28 00:45:34 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="netloc"
|
|
|
|
|
android:title="@string/p_netloc"
|
|
|
|
|
android:summary="@string/p_netloc_summary" />
|
|
|
|
|
|
2010-01-09 02:27:17 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
2010-06-16 02:16:17 +00:00
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__filter">
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="filterdist"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:title="@string/p_filterdist"
|
|
|
|
|
android:summary="@string/p_filterdist_summary"
|
|
|
|
|
android:dialogTitle="@string/p_filterdist_entry" />
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
2010-01-09 02:27:17 +00:00
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__network">
|
|
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
|
android:key="conntype"
|
|
|
|
|
android:title="@string/p_conntype"
|
|
|
|
|
android:summary="@string/p_conntype_summary"
|
|
|
|
|
android:entries="@array/p_conntype_e"
|
|
|
|
|
android:entryValues="@array/p_conntype_ev"
|
|
|
|
|
android:dialogTitle="@string/p_conntype_entry" />
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="host"
|
2010-01-22 16:44:32 +00:00
|
|
|
android:hint="@string/aprs_server"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:inputType="textUri"
|
|
|
|
|
android:title="@string/p_host"
|
|
|
|
|
android:summary="@string/p_host_summary"
|
|
|
|
|
android:dialogTitle="@string/p_host_entry" />
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|