mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Remove additional unnecessary dependencies. (#2948)
This commit is contained in:
		
							parent
							
								
									967d3ea593
								
							
						
					
					
						commit
						6fd969686c
					
				
					 9 changed files with 9 additions and 26 deletions
				
			
		|  | @ -12,7 +12,6 @@ import android.util.Log; | |||
| 
 | ||||
| import com.facebook.drawee.backends.pipeline.Fresco; | ||||
| import com.facebook.imagepipeline.core.ImagePipelineConfig; | ||||
| import com.facebook.stetho.Stetho; | ||||
| import com.squareup.leakcanary.LeakCanary; | ||||
| import com.squareup.leakcanary.RefWatcher; | ||||
| 
 | ||||
|  | @ -143,10 +142,6 @@ public class CommonsApplication extends Application { | |||
|             // TODO: Remove when we're able to initialize Fresco in test builds. | ||||
|         } | ||||
| 
 | ||||
|         if (BuildConfig.DEBUG && !isRoboUnitTest()) { | ||||
|             Stetho.initializeWithDefaults(this); | ||||
|         } | ||||
| 
 | ||||
|         createNotificationChannel(this); | ||||
| 
 | ||||
|         languageLookUpTable = new AppLanguageLookUpTable(this); | ||||
|  |  | |||
|  | @ -7,7 +7,8 @@ import android.content.ContentResolver; | |||
| import android.content.Context; | ||||
| import android.os.Bundle; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| import androidx.annotation.Nullable; | ||||
| 
 | ||||
| import javax.inject.Inject; | ||||
| import javax.inject.Named; | ||||
| import javax.inject.Singleton; | ||||
|  |  | |||
|  | @ -1,22 +1,13 @@ | |||
| package fr.free.nrw.commons.category; | ||||
| 
 | ||||
| import androidx.annotation.NonNull; | ||||
| 
 | ||||
| import org.apache.commons.lang3.StringUtils; | ||||
| import org.w3c.dom.Element; | ||||
| import org.w3c.dom.Node; | ||||
| import org.w3c.dom.NodeList; | ||||
| import org.wikipedia.util.StringUtil; | ||||
| 
 | ||||
| import java.util.ArrayList; | ||||
| import java.util.Collections; | ||||
| import java.util.List; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| 
 | ||||
| import fr.free.nrw.commons.Media; | ||||
| import timber.log.Timber; | ||||
| 
 | ||||
| public class CategoryImageUtils { | ||||
| 
 | ||||
|     /** | ||||
|  |  | |||
|  | @ -6,6 +6,8 @@ import android.net.Uri; | |||
| import android.os.Parcel; | ||||
| import android.os.Parcelable; | ||||
| 
 | ||||
| import androidx.annotation.Nullable; | ||||
| 
 | ||||
| import com.drew.imaging.ImageMetadataReader; | ||||
| import com.drew.imaging.ImageProcessingException; | ||||
| import com.drew.metadata.Metadata; | ||||
|  | @ -15,8 +17,6 @@ import java.io.File; | |||
| import java.io.IOException; | ||||
| import java.util.Date; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| 
 | ||||
| import fr.free.nrw.commons.upload.FileUtils; | ||||
| 
 | ||||
| public class UploadableFile implements Parcelable { | ||||
|  |  | |||
|  | @ -2,6 +2,8 @@ package fr.free.nrw.commons.kvstore; | |||
| 
 | ||||
| import android.content.Context; | ||||
| 
 | ||||
| import androidx.annotation.Nullable; | ||||
| 
 | ||||
| import com.google.gson.Gson; | ||||
| import com.google.gson.JsonSyntaxException; | ||||
| 
 | ||||
|  | @ -9,8 +11,6 @@ import java.lang.reflect.Type; | |||
| import java.util.HashMap; | ||||
| import java.util.Map; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| 
 | ||||
| public class JsonKvStore extends BasicKvStore { | ||||
|     private final Gson gson; | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,6 +3,7 @@ package fr.free.nrw.commons.notification; | |||
| import android.annotation.SuppressLint; | ||||
| import android.content.Context; | ||||
| import androidx.annotation.NonNull; | ||||
| import androidx.annotation.Nullable; | ||||
| 
 | ||||
| import org.w3c.dom.Element; | ||||
| import org.w3c.dom.Node; | ||||
|  | @ -11,8 +12,6 @@ import org.w3c.dom.NodeList; | |||
| import java.util.ArrayList; | ||||
| import java.util.List; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| 
 | ||||
| import fr.free.nrw.commons.BuildConfig; | ||||
| import fr.free.nrw.commons.R; | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,10 +6,10 @@ import org.wikipedia.dataclient.mwapi.RecentChange; | |||
| import java.util.List; | ||||
| import java.util.Random; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| import javax.inject.Inject; | ||||
| import javax.inject.Singleton; | ||||
| 
 | ||||
| import androidx.annotation.Nullable; | ||||
| import androidx.core.util.Pair; | ||||
| import fr.free.nrw.commons.Media; | ||||
| import fr.free.nrw.commons.mwapi.MediaWikiApi; | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ import android.net.ConnectivityManager; | |||
| import android.net.NetworkInfo; | ||||
| import android.telephony.TelephonyManager; | ||||
| 
 | ||||
| import javax.annotation.Nullable; | ||||
| import androidx.annotation.Nullable; | ||||
| 
 | ||||
| import fr.free.nrw.commons.utils.model.NetworkConnectionType; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dmitry Brant
						Dmitry Brant