FoxToPhone 1.1.2beta3, update URLs

This commit is contained in:
amla70
2011-02-06 17:29:05 +00:00
parent eb1a439619
commit f630fdb96c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pref("extensions.sendtophone.installedButton", false); pref("extensions.sendtophone.installedButton", false);
pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com"); pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com");
pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/?link="); pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/f2p.php?link=");
pref("extensions.sendtophone.fileServerUrl", ""); pref("extensions.sendtophone.fileServerUrl", "");
pref("extensions.sendtophone.fileUploadMaxKb", 50000); pref("extensions.sendtophone.fileUploadMaxKb", 50000);
pref("extensions.sendtophone.SearchQR", 0); // 0: search and prompt, 1: search and launch automatically, 2: don't search pref("extensions.sendtophone.SearchQR", 0); // 0: search and prompt, 1: search and launch automatically, 2: don't search

View File

@@ -4,7 +4,7 @@
<em:id>sendtophone@martinezdelizarrondo.com</em:id> <em:id>sendtophone@martinezdelizarrondo.com</em:id>
<em:type>2</em:type> <em:type>2</em:type>
<em:name>Fox To Phone</em:name> <em:name>Fox To Phone</em:name>
<em:version>1.1.2</em:version> <em:version>1.1.2beta3</em:version>
<em:creator>Alfonso &amp; Patrick</em:creator> <em:creator>Alfonso &amp; Patrick</em:creator>
<em:description>Send links to your Android 2.2 phone using the new C2DM service. Based on the ChromeToPhone extension.</em:description> <em:description>Send links to your Android 2.2 phone using the new C2DM service. Based on the ChromeToPhone extension.</em:description>
@@ -26,7 +26,7 @@
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox --> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.5</em:minVersion> <em:minVersion>3.5</em:minVersion>
<em:maxVersion>4.0b5pre</em:maxVersion> <em:maxVersion>4.0</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>
</Description> </Description>

View File

@@ -133,7 +133,7 @@ var sendtophoneCore = {
else else
{ {
if (req.status==500 && body.substr(0,27) =="ERROR (Unable to send link)"){ if (req.status==500 && body.substr(0,27) =="ERROR (Unable to send link)"){
sendtophoneCore.openTab( "http://www.foxtophone.com/status500/" ); sendtophoneCore.openTab( "http://www.foxtophone.com/help/error-500/" );
} }
else if (req.status==400&&this.retryCount<4){ else if (req.status==400&&this.retryCount<4){
this.retryCount++; this.retryCount++;