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

Side by Side Diff: res/values/sysstrings.xml

Issue 9752046: Add automatic updates for release builds (Closed)
Patch Set: Request WRITE_EXTERNAL_STORAGE permission for release builds as well Created March 15, 2013, 7:27 a.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 | « AndroidManifest.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | 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 <resources> 2 <resources>
3 3
4 <string name="update_url">https://adblockplus.org/devbuilds/adblockplusandro id/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string> 4 <string name="update_url">https://adblockplus.org/androidupdates.xml?api=%1$ d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string>
5 <string name="devbuild_update_url">https://adblockplus.org/devbuilds/adblock plusandroid/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s< /string>
5 <string name="crash_report_url">https://crashes.adblockplus.org/submitCrash? version=1</string> 6 <string name="crash_report_url">https://crashes.adblockplus.org/submitCrash? version=1</string>
6 7
7 <string name="pref_enabled">enabled</string> 8 <string name="pref_enabled">enabled</string>
8 <string name="pref_proxyenabled">proxyenabled</string> 9 <string name="pref_proxyenabled">proxyenabled</string>
9 <string name="pref_startatboot">startatboot</string> 10 <string name="pref_startatboot">startatboot</string>
10 <string name="pref_subscription">subscription</string> 11 <string name="pref_subscription">subscription</string>
11 <string name="pref_hideicon">hideicon</string> 12 <string name="pref_hideicon">hideicon</string>
12 <string name="pref_refresh">refresh</string> 13 <string name="pref_refresh">refresh</string>
13 <string name="pref_wifirefresh">wifirefresh</string> 14 <string name="pref_wifirefresh">wifirefresh</string>
14 <string name="pref_advanced">advanced</string> 15 <string name="pref_advanced">advanced</string>
15 <string name="pref_proxy">proxy</string> 16 <string name="pref_proxy">proxy</string>
16 <string name="pref_proxyhost">proxyhost</string> 17 <string name="pref_proxyhost">proxyhost</string>
17 <string name="pref_proxyport">proxyport</string> 18 <string name="pref_proxyport">proxyport</string>
18 <string name="pref_proxyuser">proxyuser</string> 19 <string name="pref_proxyuser">proxyuser</string>
19 <string name="pref_proxypass">proxypass</string> 20 <string name="pref_proxypass">proxypass</string>
20 <string name="pref_support">support</string> 21 <string name="pref_support">support</string>
21 <string name="pref_crashreport">crashreport</string> 22 <string name="pref_crashreport">crashreport</string>
22 <string name="pref_checkupdate">checkupdate</string> 23 <string name="pref_checkupdate">checkupdate</string>
23 <string name="pref_configuration">configuration</string> 24 <string name="pref_configuration">configuration</string>
24 <string name="pref_version">versioncode</string> 25 <string name="pref_version">versioncode</string>
25 <string name="pref_proxyautoconfigured">proxy_autoconfigured</string> 26 <string name="pref_proxyautoconfigured">proxy_autoconfigured</string>
26 <string name="pref_lastport">lastport</string> 27 <string name="pref_lastport">lastport</string>
27 28
28 </resources> 29 </resources>
OLDNEW
« no previous file with comments | « AndroidManifest.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld