File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/src/main/java/fr/free/nrw/commons/mwapi Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 99import android .text .TextUtils ;
1010import android .util .Log ;
1111
12- import com .facebook .stetho .okhttp3 .StethoInterceptor ;
13- import com .facebook .stetho .urlconnection .StethoURLConnectionManager ;
1412import com .google .gson .Gson ;
1513
16- import org .apache .http .HttpException ;
17- import org .apache .http .HttpRequest ;
18- import org .apache .http .HttpRequestInterceptor ;
1914import org .apache .http .HttpResponse ;
2015import org .apache .http .conn .ClientConnectionManager ;
2116import org .apache .http .conn .scheme .PlainSocketFactory ;
2722import org .apache .http .impl .conn .tsccm .ThreadSafeClientConnManager ;
2823import org .apache .http .params .BasicHttpParams ;
2924import org .apache .http .params .CoreProtocolPNames ;
30- import org .apache .http .protocol .HttpContext ;
3125import org .apache .http .util .EntityUtils ;
3226import org .mediawiki .api .ApiResult ;
3327import org .mediawiki .api .MWApi ;
4135import java .text .ParseException ;
4236import java .text .SimpleDateFormat ;
4337import java .util .ArrayList ;
44- import java .util .Arrays ;
4538import java .util .Collections ;
4639import java .util .Date ;
4740import java .util .List ;
You can’t perform that action at this time.
0 commit comments