blob: d3d0c8bfcb7bf8b0b2f6ed4a58b13d56abdc9013 [file] [log] [blame]
Alexandre Savard3bbb4792012-10-05 11:30:01 -04001<?xml version="1.0" encoding="utf-8"?>
Alexandre Lision451f2a82013-11-12 12:55:55 -05002<!--
Alexandre Lisionafd40e42013-10-15 13:48:37 -04003Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
Alexandre Savard3bbb4792012-10-05 11:30:01 -04004
Alexandre Lisionafd40e42013-10-15 13:48:37 -04005Author: Alexandre Savard <alexandre.savard@gmail.com>
6 Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Alexandre Savard3bbb4792012-10-05 11:30:01 -04007
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22Additional permission under GNU GPL version 3 section 7:
23
24If you modify this program, or any covered work, by linking or
25combining it with the OpenSSL project's OpenSSL library (or a
26modified version of that library), containing parts covered by the
27terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
28grants you additional permission to convey the resulting work.
29Corresponding Source for a non-source form of such a combination
30shall include the source code for the parts of OpenSSL used as well
31as that of the covered work.
Alexandre Lision451f2a82013-11-12 12:55:55 -050032-->
33<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
34
35 <PreferenceCategory
36 android:id="@+id/account_basic_category"
37 android:title="@string/account_basic_category" >
38 <EditTextPreference
39 android:id="@+id/account_alias"
Alexandre Lision451f2a82013-11-12 12:55:55 -050040 android:key="Account.alias"
41 android:persistent="false"
42 android:summary=""
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050043 android:title="@string/account_alias_label" />
Alexandre Lision451f2a82013-11-12 12:55:55 -050044 <EditTextPreference
45 android:id="@+id/account_hostname"
Alexandre Lision451f2a82013-11-12 12:55:55 -050046 android:key="Account.hostname"
47 android:persistent="false"
48 android:summary=""
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050049 android:title="@string/account_hostname_label" />
Alexandre Lision451f2a82013-11-12 12:55:55 -050050 <EditTextPreference
51 android:id="@+id/account_username"
Alexandre Lision451f2a82013-11-12 12:55:55 -050052 android:key="Account.username"
53 android:persistent="false"
54 android:summary=""
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050055 android:title="@string/account_username_label" />
Alexandre Lision451f2a82013-11-12 12:55:55 -050056 <EditTextPreference
57 android:id="@+id/account_password"
Alexandre Lision451f2a82013-11-12 12:55:55 -050058 android:key="Account.password"
59 android:persistent="false"
60 android:summary=""
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050061 android:title="@string/account_password_label" />
Alexandre Lision451f2a82013-11-12 12:55:55 -050062 </PreferenceCategory>
63 <PreferenceCategory
64 android:id="@+id/account_optionnal_category"
65 android:title="@string/account_optionnal_category" >
66 <EditTextPreference
67 android:id="@+id/account_proxy"
68 android:defaultValue=""
69 android:key="Account.routeset"
70 android:persistent="false"
71 android:title="@string/account_proxy_field" />
72 <EditTextPreference
73 android:id="@+id/account_useragent"
74 android:defaultValue=""
75 android:key="Account.useragent"
76 android:persistent="false"
77 android:title="@string/account_useragent_label" />
78
79 <CheckBoxPreference
80 android:id="@+id/account_autoanswer"
81 android:defaultValue="false"
82 android:key="Account.autoAnswer"
83 android:persistent="false"
84 android:summaryOff="disabled"
85 android:summaryOn="enabled"
86 android:title="@string/account_autoanswer_label" />
87 </PreferenceCategory>
Alexandre Lision451f2a82013-11-12 12:55:55 -050088
89</PreferenceScreen>