Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/xml/preferences_vendor.xml

Issue 5989299740737536: Issue 2479 - Change the feedback link (Closed)
Patch Set: Created May 8, 2015, 12:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:gecko="http://schemas.android.com/apk/res-auto" 7 xmlns:gecko="http://schemas.android.com/apk/res-auto"
8 android:title="@string/pref_category_vendor" 8 android:title="@string/pref_category_vendor"
9 android:enabled="false"> 9 android:enabled="false">
10 10
11 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.about.link" 11 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.about.link"
12 android:title="@string/pref_ab out_firefox" 12 android:title="@string/pref_ab out_firefox"
13 android:persistent="false" 13 android:persistent="false"
14 url="about:" /> 14 url="about:" />
15 15
16 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.faq.link" 16 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.faq.link"
17 android:title="@string/pref_ve ndor_faqs" 17 android:title="@string/pref_ve ndor_faqs"
18 android:persistent="false" 18 android:persistent="false"
19 url="https://adblockplus.org/e n/faq"/> 19 url="https://adblockplus.org/e n/faq"/>
20 20
21 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.feedback.link" 21 <org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_pre ference.feedback.link"
22 android:title="@string/pref_ve ndor_feedback" 22 android:title="@string/pref_ve ndor_feedback"
23 android:persistent="false" 23 android:persistent="false"
24 url="https://plus.google.com/u /1/communities/112291714220563111060" /> 24 url="https://adblockplus.org/r edirect?link=adblock_browser_android_beta_community" />
25 25
26 <PreferenceCategory android:key="android.not_a_preference.datareporting.pref erences" 26 <PreferenceCategory android:key="android.not_a_preference.datareporting.pref erences"
27 android:title="@string/pref_category_datareporting"> 27 android:title="@string/pref_category_datareporting">
28 28
29 <CheckBoxPreference android:key="toolkit.telemetry.enabled" 29 <CheckBoxPreference android:key="toolkit.telemetry.enabled"
30 android:title="@string/datareporting_telemetry_title " 30 android:title="@string/datareporting_telemetry_title "
31 android:summary="@string/datareporting_telemetry_sum mary" /> 31 android:summary="@string/datareporting_telemetry_sum mary" />
32 32
33 <CheckBoxPreference android:key="datareporting.crashreporter.submitEnabl ed" 33 <CheckBoxPreference android:key="datareporting.crashreporter.submitEnabl ed"
34 android:title="@string/datareporting_crashreporter_t itle_short" 34 android:title="@string/datareporting_crashreporter_t itle_short"
(...skipping 15 matching lines...) Expand all
50 android:defaultValue="true" /> 50 android:defaultValue="true" />
51 51
52 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="and roid.not_a_preference.healthreport.link" 52 <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="and roid.not_a_preference.healthreport.link"
53 android:title="@ string/datareporting_abouthr_title" 53 android:title="@ string/datareporting_abouthr_title"
54 android:persiste nt="false" 54 android:persiste nt="false"
55 url="about:healt hreport" /> 55 url="about:healt hreport" />
56 56
57 </PreferenceCategory> 57 </PreferenceCategory>
58 58
59 </PreferenceScreen> 59 </PreferenceScreen>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld