From 00e5b26e58d5eac324798b9189dacd4c1347236e Mon Sep 17 00:00:00 2001 From: Pavol Zibrita Date: Mon, 3 Oct 2011 13:32:52 +0200 Subject: [PATCH] updated the bidforfix josm link --- OsmAnd/src/com/bidforfix/andorid/BidForFixHelper.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OsmAnd/src/com/bidforfix/andorid/BidForFixHelper.java b/OsmAnd/src/com/bidforfix/andorid/BidForFixHelper.java index 4815e2551b..3a6e69ba99 100644 --- a/OsmAnd/src/com/bidforfix/andorid/BidForFixHelper.java +++ b/OsmAnd/src/com/bidforfix/andorid/BidForFixHelper.java @@ -10,7 +10,6 @@ import java.util.ArrayList; import java.util.Date; import java.util.List; -import net.osmand.plus.R; import org.json.JSONArray; import org.json.JSONException; @@ -105,9 +104,7 @@ public class BidForFixHelper { private void loadList() { if (initialized == null || initialized.before(new Date(System.currentTimeMillis()-DAY))) { BufferedReader in = null; - String project = "demo.bidforfix.com"; // TODO for testing... - String url = "http://bidforfix-test.appspot.com/p/" - + project + "/issues/"; + String url = "http://www.bidforfix.com/p/" + project + "/issues/"; try { URL twitter = new URL(url); URLConnection tc = twitter.openConnection();