Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
6afe75fc
Commit
6afe75fc
authored
Oct 5, 2012
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
#15735: Add all account details entry in account creation activity
parent
8f27d169
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
res/xml/account_creation_preferences.xml
+322
-13
322 additions, 13 deletions
res/xml/account_creation_preferences.xml
with
322 additions
and
13 deletions
res/xml/account_creation_preferences.xml
+
322
−
13
View file @
6afe75fc
...
...
@@ -30,60 +30,369 @@ shall include the source code for the parts of OpenSSL used as well
as that of the covered work.
-->
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceCategory
android:id=
"@+id/account_basic_category"
android:title=
"Basic settings"
>
<EditTextPreference
android:id=
"@+id/account_creation_type"
android:key=
"Account.type"
android:persistent=
"false"
android:defaultValue=
"SIP"
android:title=
"Type"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_alias"
android:key=
"Account
A
lias"
android:key=
"Account
.a
lias"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Alias"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_
usernam
e"
android:key=
"Account
UserNam
e"
android:id=
"@+id/account_creation_
enabl
e"
android:key=
"Account
.enabl
e"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"
Username
"
android:defaultValue=
"
enabled
"
android:title=
"
Account enabled
"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_hostname"
android:key=
"Account
H
ostname"
android:key=
"Account
.h
ostname"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Hostname"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_
password
"
android:key=
"Account
Password
"
android:id=
"@+id/account_creation_
username
"
android:key=
"Account
.username
"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"
Password
"
android:title=
"
Username
"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_routeset"
android:key=
"Account
R
oute
S
et"
android:key=
"Account
.r
oute
s
et"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Route Set"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_password"
android:key=
"Account.password"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Password"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_realm"
android:key=
"Account
R
ealm"
android:key=
"Account
.r
ealm"
android:persistent=
"false"
android:defaultValue=
"*"
android:title=
"Realm"
android:summary=
"Current value:: *"
/>
<EditTextPreference
android:id=
"@+id/account_creation_useragent"
android:key=
"Account
U
ser
A
gent"
android:key=
"Account
.u
ser
a
gent"
android:persistent=
"false"
android:defaultValue=
"SFLPhone"
android:title=
"User Agent"
android:summary=
"Current value:: SFLPhone"
/>
</PreferenceCategory>
<PreferenceCategory
android:id=
"@+id/account_advanced_category"
android:title=
"Advanced settings"
>
<EditTextPreference
android:id=
"@+id/account_creation_registration_expire"
android:key=
"Account.registrationExpire"
android:persistent=
"false"
android:defaultValue=
"60"
android:title=
"Registration Expire"
android:summary=
"Current value:: 60"
/>
<EditTextPreference
android:id=
"@+id/account_creation_autoanswer"
android:key=
"Account
A
utoAnswer"
android:key=
"Account
.a
utoAnswer"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"Auto Answer"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_registration_status"
android:key=
"Account.registrationStatus"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Registration Status"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_registration_state_code"
android:key=
"Account.registrationCode"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Registration Code"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_registration_state_desc"
android:key=
"Account.registrationDescription"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Registration Desciption"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_credential_number"
android:key=
"Credential.count"
android:persistent=
"false"
android:defaultValue=
"0"
android:title=
"Credential Number"
android:summary=
"Current value:: 0"
/>
<EditTextPreference
android:id=
"@+id/account_creation_dtmf_type"
android:key=
"Account.dtmfType"
android:persistent=
"false"
android:defaultValue=
"SIP"
android:title=
"DTMF Type"
android:summary=
"Current value:: SIP"
/>
<EditTextPreference
android:id=
"@+id/account_creation_ringtone_path"
android:key=
"Account.ringtonePath"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Ringtone Path"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_ringtone_enabled"
android:key=
"Account.ringtoneEnabled"
android:persistent=
"false"
android:defaultValue=
"enabled"
android:title=
"Ringtone Enabled"
android:summary=
"Current value:: enabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_keep_alive"
android:key=
"Account.keepAliveEnabled"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"Keep Alive"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_auto_answer"
android:key=
"Account.autoAnswer"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"Keep Alive"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_local_interface"
android:key=
"Account.localInterface"
android:persistent=
"false"
android:defaultValue=
"eth0"
android:title=
"Local Interface"
android:summary=
"Current value:: eth0"
/>
<EditTextPreference
android:id=
"@+id/account_creation_interface"
android:key=
"Account.interface"
android:persistent=
"false"
android:defaultValue=
"eht0"
android:title=
"Interface"
android:summary=
"Current value:: eth0"
/>
<EditTextPreference
android:id=
"@+id/account_creation_published_sameas_local"
android:key=
"Account.publishedSameAsLocal"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"Published same as local"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_local_port"
android:key=
"Account.localPort"
android:persistent=
"false"
android:defaultValue=
"5060"
android:title=
"Local Port"
android:summary=
"Current value:: 5060"
/>
<EditTextPreference
android:id=
"@+id/account_creation_published_port"
android:key=
"Account.publishedPort"
android:persistent=
"false"
android:defaultValue=
"5060"
android:title=
"Published Port"
android:summary=
"Current value:: 5060"
/>
<EditTextPreference
android:id=
"@+id/account_creation_published_address"
android:key=
"Account.publishedAddress"
android:persistent=
"false"
android:defaultValue=
"0.0.0.0"
android:title=
"Published Address"
android:summary=
"Current value:: 0.0.0.0"
/>
<EditTextPreference
android:id=
"@+id/account_creation_display_name"
android:key=
"Account.displayName"
android:persistent=
"false"
android:defaultValue=
"SFLPhone"
android:title=
"Display Name"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_stun_server"
android:key=
"STUN.server"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"Stun Server"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_stun_enable"
android:key=
"STUN.enable"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"Stun Enabled"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_enable"
android:key=
"SRTP.enable"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"SRTP Enabled"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_key_exchange"
android:key=
"SRTP.keyExchange"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"SRTP Key Exchange"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_encryp_algo"
android:key=
"SRTP.encryptionAlgorithm"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"SRTP Encrypt Algo"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_rtp_fallback"
android:key=
"SRTP.rtpFallback"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"SRTP RTP Fallback"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_hello_hash"
android:key=
"ZRTP.helloHashEnable"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"ZRTP Hello Hash"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_display_sas"
android:key=
"ZRTP.displaySAS"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"ZRTP Display SAS"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_supported_warning"
android:key=
"ZRTP.notSuppWarning"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"ZRTP Not Supported Warning"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_srtp_displaysas_once"
android:key=
"ZRTP.displaySasOnce"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"ZRTP Display SAS Once"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_listener_port"
android:key=
"TLS.listenerPort"
android:persistent=
"false"
android:defaultValue=
"5061"
android:title=
"Listener Port"
android:summary=
"Current value:: 5061"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_enable"
android:key=
"TLS.enable"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"TLS Enabled"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_certificate_list_file"
android:key=
"TLS.certificateListFile"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Certificate List File"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_certificate_file"
android:key=
"TLS.certificateFile"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Certificate File"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_private_key_file"
android:key=
"TLS.privateKeyFile"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"TLS Private Key File"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_password"
android:key=
"TLS.password"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Password"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_method"
android:key=
"TLS.method"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Method"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_ciphers"
android:key=
"TLS.ciphers"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Ciphers"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_server_name"
android:key=
"TLS.serverName"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Server Name"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_verify_server"
android:key=
"TLS.verifyServer"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"TLS Verify Server"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_verify_client"
android:key=
"TLS.verifyClient"
android:persistent=
"false"
android:defaultValue=
""
android:title=
"TLS Verify Client"
android:summary=
"Current value:: "
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_require_client_cert"
android:key=
"TLS.requireClientCertificate"
android:persistent=
"false"
android:defaultValue=
"disabled"
android:title=
"TLS Require Client Certificate"
android:summary=
"Current value:: disabled"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_timeout_sec"
android:key=
"TLS.negotiationTimeoutSec"
android:persistent=
"false"
android:defaultValue=
"60"
android:title=
"TLS Timeout Sec"
android:summary=
"Current value:: 60"
/>
<EditTextPreference
android:id=
"@+id/account_creation_tls_timeout_msec"
android:key=
"TLS.negotiationTimeoutMsec"
android:persistent=
"false"
android:defaultValue=
"0"
android:title=
"TLS Timeout Msec"
android:summary=
"Current value:: 0"
/>
</PreferenceCategory>
</PreferenceScreen>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment