Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
5296a9a3
Commit
5296a9a3
authored
Aug 23, 2013
by
Alexander Ivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused dialog titles.
parent
4efe2dbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
account_editor_oauth.xml
res/xml/account_editor_oauth.xml
+0
-2
account_editor_xmpp.xml
res/xml/account_editor_xmpp.xml
+0
-7
preference_editor.xml
res/xml/preference_editor.xml
+0
-6
No files found.
res/xml/account_editor_oauth.xml
View file @
5296a9a3
...
...
@@ -32,13 +32,11 @@
<EditTextPreference
android:key=
"@string/account_resource_key"
android:title=
"@string/account_resource"
android:dialogTitle=
"@string/account_resource"
android:singleLine=
"true"
/>
<EditTextPreference
android:key=
"@string/account_priority_key"
android:title=
"@string/account_priority"
android:dialogTitle=
"@string/account_priority"
android:singleLine=
"true"
/>
<ListPreference
...
...
res/xml/account_editor_xmpp.xml
View file @
5296a9a3
...
...
@@ -27,7 +27,6 @@
<EditTextPreference
android:key=
"@string/account_username_key"
android:title=
"@string/account_user_name"
android:dialogTitle=
"@string/account_user_name"
android:singleLine=
"true"
/>
<CheckBoxPreference
...
...
@@ -38,14 +37,12 @@
<EditTextPreference
android:key=
"@string/account_password_key"
android:title=
"@string/account_password"
android:dialogTitle=
"@string/account_password"
android:password=
"true"
android:singleLine=
"true"
/>
<EditTextPreference
android:key=
"@string/account_server_key"
android:title=
"@string/account_server_name"
android:dialogTitle=
"@string/account_server_name"
android:singleLine=
"true"
/>
<CheckBoxPreference
...
...
@@ -56,27 +53,23 @@
<EditTextPreference
android:key=
"@string/account_host_key"
android:title=
"@string/account_host"
android:dialogTitle=
"@string/account_host"
android:singleLine=
"true"
android:dependency=
"@string/account_custom_key"
/>
<EditTextPreference
android:key=
"@string/account_port_key"
android:title=
"@string/account_port"
android:dialogTitle=
"@string/account_host"
android:singleLine=
"true"
android:dependency=
"@string/account_custom_key"
/>
<EditTextPreference
android:key=
"@string/account_resource_key"
android:title=
"@string/account_resource"
android:dialogTitle=
"@string/account_resource"
android:singleLine=
"true"
/>
<com.xabber.android.ui.widget.PriorityPreference
android:key=
"@string/account_priority_key"
android:title=
"@string/account_priority"
android:dialogTitle=
"@string/account_priority"
android:singleLine=
"true"
/>
<CheckBoxPreference
...
...
res/xml/preference_editor.xml
View file @
5296a9a3
...
...
@@ -111,7 +111,6 @@
<ListPreference
android:title=
"@string/chats_show_status_change"
android:summary=
"@string/chats_show_status_change"
android:dialogTitle=
"@string/chats_show_status_change"
android:key=
"@string/chats_show_status_change_key"
android:entries=
"@array/chats_show_status_change_entries"
android:entryValues=
"@array/chats_show_status_change_entryvalues"
...
...
@@ -119,7 +118,6 @@
/>
<ListPreference
android:title=
"@string/chats_hide_keyboard"
android:dialogTitle=
"@string/chats_hide_keyboard"
android:key=
"@string/chats_hide_keyboard_key"
android:entries=
"@array/chats_hide_keyboard_entries"
android:entryValues=
"@array/chats_hide_keyboard_entryvalues"
...
...
@@ -127,7 +125,6 @@
/>
<ListPreference
android:title=
"@string/chats_font_size"
android:dialogTitle=
"@string/chats_font_size"
android:key=
"@string/chats_font_size_key"
android:entries=
"@array/chats_font_size_entries"
android:entryValues=
"@array/chats_font_size_entryvalues"
...
...
@@ -135,7 +132,6 @@
/>
<ListPreference
android:title=
"@string/chats_divide"
android:dialogTitle=
"@string/chats_divide"
android:key=
"@string/chats_divide_key"
android:entries=
"@array/chats_divide_entries"
android:entryValues=
"@array/chats_divide_entryvalues"
...
...
@@ -232,7 +228,6 @@
/>
<ListPreference
android:title=
"@string/connection_go_away"
android:dialogTitle=
"@string/connection_go_away"
android:key=
"@string/connection_go_away_key"
android:entries=
"@array/connection_go_away_entries"
android:entryValues=
"@array/connection_go_away_entryvalues"
...
...
@@ -240,7 +235,6 @@
/>
<ListPreference
android:title=
"@string/connection_go_xa"
android:dialogTitle=
"@string/connection_go_xa"
android:key=
"@string/connection_go_xa_key"
android:entries=
"@array/connection_go_xa_entries"
android:entryValues=
"@array/connection_go_xa_entryvalues"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment