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"
|
2011-05-14 18:51:30 +00:00
|
|
|
android:title="@string/p_callsign_nossid"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:summary="@string/p_callsign_summary"
|
2011-05-14 18:51:30 +00:00
|
|
|
android:hint="@string/p_callsign_nossid"
|
2010-01-09 02:27:17 +00:00
|
|
|
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:title="@string/p_passreq"
|
|
|
|
|
android:summary="@string/p_passreq_summary" >
|
|
|
|
|
<intent android:action="android.intent.action.VIEW"
|
2011-04-10 18:04:07 +00:00
|
|
|
android:data="@string/passcode_url" />
|
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"
|
2011-05-14 23:29:17 +00:00
|
|
|
android:defaultValue="5"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:dialogTitle="@string/p_ssid_entry" />
|
|
|
|
|
|
2011-07-30 22:00:15 +00:00
|
|
|
<!-- sub-screen "Position Reports" -->
|
|
|
|
|
<PreferenceScreen
|
|
|
|
|
android:title="@string/p__position"
|
|
|
|
|
android:summary="@string/p__position_summary">
|
|
|
|
|
|
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"
|
2011-01-26 02:32:36 +00:00
|
|
|
android:defaultValue="@string/default_symbol"
|
2010-01-30 22:59:39 +00:00
|
|
|
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"
|
2011-03-24 13:51:05 +00:00
|
|
|
android:defaultValue="@string/default_status"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:summary="@string/p_status_summary"
|
|
|
|
|
android:dialogTitle="@string/p_status_entry" />
|
|
|
|
|
|
2010-03-07 21:25:55 +00:00
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__location">
|
|
|
|
|
|
2011-09-14 17:36:35 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="smartbeaconing"
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
android:title="@string/p_smartbeaconing"
|
|
|
|
|
android:summary="@string/p_smartbeaconing_summary" />
|
|
|
|
|
|
2010-01-22 17:05:06 +00:00
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="interval"
|
|
|
|
|
android:inputType="number"
|
2011-03-24 13:51:05 +00:00
|
|
|
android:defaultValue="10"
|
2010-01-22 17:05:06 +00:00
|
|
|
android:title="@string/p_interval"
|
|
|
|
|
android:summary="@string/p_interval_summary"
|
|
|
|
|
android:dialogTitle="@string/p_interval_entry" />
|
|
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="distance"
|
|
|
|
|
android:inputType="number"
|
2011-03-24 13:51:05 +00:00
|
|
|
android:defaultValue="10"
|
2010-01-22 17:05:06 +00:00
|
|
|
android:title="@string/p_distance"
|
|
|
|
|
android:summary="@string/p_distance_summary"
|
|
|
|
|
android:dialogTitle="@string/p_distance_entry" />
|
|
|
|
|
|
2011-03-07 19:17:01 +00:00
|
|
|
<ListPreference
|
|
|
|
|
android:key="gps_activation"
|
|
|
|
|
android:title="@string/p_gps"
|
|
|
|
|
android:summary="@string/p_gps_summary"
|
|
|
|
|
android:entries="@array/p_gps_e"
|
|
|
|
|
android:entryValues="@array/p_gps_ev"
|
|
|
|
|
android:defaultValue="med"
|
|
|
|
|
android:dialogTitle="@string/p_gps_entry" />
|
2010-02-01 23:43:49 +00:00
|
|
|
|
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>
|
2011-07-30 22:00:15 +00:00
|
|
|
</PreferenceScreen>
|
|
|
|
|
<!-- sub-screen "Messaging" -->
|
|
|
|
|
<PreferenceScreen
|
|
|
|
|
android:title="@string/p__message"
|
|
|
|
|
android:summary="@string/p__message_summary">
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__msg_notify">
|
|
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="notify_led"
|
|
|
|
|
android:title="@string/p_msg_led"
|
|
|
|
|
android:summaryOn="@string/p_msg_led_on"
|
|
|
|
|
android:summaryOff="@string/p_msg_led_off"
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
/>
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="notify_vibr"
|
|
|
|
|
android:title="@string/p_msg_vibr"
|
|
|
|
|
android:summaryOn="@string/p_msg_vibr_on"
|
|
|
|
|
android:summaryOff="@string/p_msg_vibr_off"
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
/>
|
|
|
|
|
<RingtonePreference
|
|
|
|
|
android:key="notify_ringtone"
|
|
|
|
|
android:title="@string/p_msg_ring"
|
|
|
|
|
android:summary="@string/p_msg_ring_summary"
|
|
|
|
|
android:ringtoneType="notification"
|
|
|
|
|
android:showDefault="true"
|
|
|
|
|
android:showSilent="true"
|
|
|
|
|
/>
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
</PreferenceCategory>
|
2011-07-10 22:00:41 +00:00
|
|
|
|
2010-06-16 02:16:17 +00:00
|
|
|
<PreferenceCategory
|
2011-01-26 02:32:36 +00:00
|
|
|
android:title="@string/p__connection">
|
2010-01-09 02:27:17 +00:00
|
|
|
|
|
|
|
|
<ListPreference
|
2011-02-18 22:40:36 +00:00
|
|
|
android:key="backend"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:title="@string/p_conntype"
|
|
|
|
|
android:summary="@string/p_conntype_summary"
|
|
|
|
|
android:entries="@array/p_conntype_e"
|
|
|
|
|
android:entryValues="@array/p_conntype_ev"
|
2011-03-07 19:18:59 +00:00
|
|
|
android:defaultValue="tcp"
|
2010-01-09 02:27:17 +00:00
|
|
|
android:dialogTitle="@string/p_conntype_entry" />
|
|
|
|
|
|
2011-01-26 02:32:36 +00:00
|
|
|
<PreferenceScreen
|
|
|
|
|
android:title="@string/p_connsetup"
|
|
|
|
|
android:summary="@string/p_connsetup_summary">
|
|
|
|
|
|
|
|
|
|
<intent android:action="android.intent.action.MAIN"
|
2011-02-18 23:06:02 +00:00
|
|
|
android:targetPackage="org.aprsdroid.app"
|
|
|
|
|
android:targetClass="org.aprsdroid.app.BackendPrefs" />
|
2011-01-26 02:32:36 +00:00
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
2011-09-11 19:30:40 +00:00
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="conn_log"
|
|
|
|
|
android:title="@string/p_connlog"
|
|
|
|
|
android:summary="@string/p_connlog_summary" />
|
2010-01-09 02:27:17 +00:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
2011-07-30 22:00:15 +00:00
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/p__display">
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:key="keepscreen"
|
|
|
|
|
android:title="@string/p_keepscreen"
|
|
|
|
|
android:summary="@string/p_keepscreen_summary" />
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
2010-01-09 02:27:17 +00:00
|
|
|
</PreferenceScreen>
|