diff --git a/src/com/upc/pbe/upcnews/Descarrega.java b/src/com/upc/pbe/upcnews/Descarrega.java index 964ed27..46bb321 100644 --- a/src/com/upc/pbe/upcnews/Descarrega.java +++ b/src/com/upc/pbe/upcnews/Descarrega.java @@ -25,7 +25,7 @@ public class Descarrega extends AsyncTask html = ""; } - public long descarregarguardar(String url, String path) throws IOException + public void descarregarguardar(String url, String path) throws IOException { // Descarrega un arxiu i el guarda // Creem l'arxiu @@ -51,7 +51,6 @@ public class Descarrega extends AsyncTask } out.close(); in.close(); - return conn.getContentLength(); } protected String doInBackground(String url) throws IOException diff --git a/src/com/upc/pbe/upcnews/MainActivity.java b/src/com/upc/pbe/upcnews/MainActivity.java index b68583e..12e1912 100644 --- a/src/com/upc/pbe/upcnews/MainActivity.java +++ b/src/com/upc/pbe/upcnews/MainActivity.java @@ -107,6 +107,8 @@ public class MainActivity extends Activity implements OnClickListener { /* * COSAS POR HACER * Qué coño pasa con los codecs -- Yo + * Descarga en segundo plano (Mejora dificil) + * Lentitud descarga -- Todos (este miercoles) * CRASH AL DARLE A LA TECLA MENU DENTRO DE LAS PREFERENCES -- Marc * Poner la defaultURL al server de PBE * Unificar la lengua de todo (WERT STYLE FUCK YES) y que cada uno documente minimamente su codigo