summaryrefslogtreecommitdiff
path: root/src/se/leap/bitmaskclient/ProviderListAdapter.java
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-14 17:05:06 +0200
committerParménides GV <parmegv@sdf.org>2013-11-19 17:58:22 +0100
commita5d29e68e49576ebb71c3c887fba39a367730b58 (patch)
tree1dab2d163e0e0f77ef407dbcfe29661a8edce4ae /src/se/leap/bitmaskclient/ProviderListAdapter.java
parent61f48737a2a96304f7ab043e6a513204261bb860 (diff)
ProviderAPI broadcasts progress to CW.
Setting up a provider makes the progressbar move according to the number of files downloaded (1/3, 2/3, 3/3). Next step: recover from download errors individually. That means that if a download fails but the others went OK, the user will be prompted to retry that individual failing download.
Diffstat (limited to 'src/se/leap/bitmaskclient/ProviderListAdapter.java')
-rw-r--r--src/se/leap/bitmaskclient/ProviderListAdapter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/se/leap/bitmaskclient/ProviderListAdapter.java b/src/se/leap/bitmaskclient/ProviderListAdapter.java
index bb1318fc..4abf15a2 100644
--- a/src/se/leap/bitmaskclient/ProviderListAdapter.java
+++ b/src/se/leap/bitmaskclient/ProviderListAdapter.java
@@ -1,6 +1,5 @@
package se.leap.bitmaskclient;
-import java.lang.reflect.Array;
import java.util.List;
import android.content.Context;