mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Rename BaseAppCompatActivity to BaseActivity
This commit is contained in:
		
							parent
							
								
									8cc51c4dd9
								
							
						
					
					
						commit
						7d4dc12f53
					
				
					 6 changed files with 11 additions and 11 deletions
				
			
		|  | @ -5,12 +5,12 @@ import android.text.Html; | |||
| import android.text.method.LinkMovementMethod; | ||||
| import android.widget.TextView; | ||||
| 
 | ||||
| import fr.free.nrw.commons.theme.BaseAppCompatActivity; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| 
 | ||||
| import butterknife.BindView; | ||||
| import butterknife.ButterKnife; | ||||
| 
 | ||||
| public class AboutActivity extends BaseAppCompatActivity { | ||||
| public class AboutActivity extends BaseActivity { | ||||
|     @BindView(R.id.about_version) TextView versionText; | ||||
|     @BindView(R.id.about_license) TextView licenseText; | ||||
|     @BindView(R.id.about_improve) TextView improveText; | ||||
|  |  | |||
|  | @ -9,9 +9,9 @@ import android.widget.Button; | |||
| 
 | ||||
| import com.viewpagerindicator.CirclePageIndicator; | ||||
| 
 | ||||
| import fr.free.nrw.commons.theme.BaseAppCompatActivity; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| 
 | ||||
| public class WelcomeActivity extends BaseAppCompatActivity { | ||||
| public class WelcomeActivity extends BaseActivity { | ||||
|     static final int PAGE_WIKIPEDIA = 0, | ||||
|             PAGE_DO_UPLOAD = 1, | ||||
|             PAGE_DONT_UPLOAD = 2, | ||||
|  |  | |||
|  | @ -10,11 +10,11 @@ import android.os.Bundle; | |||
| 
 | ||||
| import java.io.IOException; | ||||
| 
 | ||||
| import fr.free.nrw.commons.theme.BaseAppCompatActivity; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| import fr.free.nrw.commons.CommonsApplication; | ||||
| import fr.free.nrw.commons.Utils; | ||||
| 
 | ||||
| public abstract class AuthenticatedActivity extends BaseAppCompatActivity { | ||||
| public abstract class AuthenticatedActivity extends BaseActivity { | ||||
| 
 | ||||
|     String accountType; | ||||
|     CommonsApplication app; | ||||
|  |  | |||
|  | @ -8,9 +8,9 @@ import android.webkit.WebView; | |||
| import android.webkit.WebViewClient; | ||||
| import android.widget.Toast; | ||||
| 
 | ||||
| import fr.free.nrw.commons.theme.BaseAppCompatActivity; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| 
 | ||||
| public class SignupActivity extends BaseAppCompatActivity { | ||||
| public class SignupActivity extends BaseActivity { | ||||
| 
 | ||||
|     private WebView webView; | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,10 +12,10 @@ import android.view.Menu; | |||
| import android.view.MenuInflater; | ||||
| import android.view.MenuItem; | ||||
| 
 | ||||
| import fr.free.nrw.commons.theme.BaseAppCompatActivity; | ||||
| import fr.free.nrw.commons.theme.BaseActivity; | ||||
| import fr.free.nrw.commons.R; | ||||
| 
 | ||||
| public class NearbyActivity extends BaseAppCompatActivity { | ||||
| public class NearbyActivity extends BaseActivity { | ||||
| 
 | ||||
|     private MyLocationListener myLocationListener; | ||||
|     private LocationManager locationManager; | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ import android.support.v7.app.AppCompatActivity; | |||
| 
 | ||||
| import fr.free.nrw.commons.R; | ||||
| 
 | ||||
| public class BaseAppCompatActivity extends AppCompatActivity { | ||||
| public class BaseActivity extends AppCompatActivity { | ||||
|     boolean currentTheme; | ||||
| 
 | ||||
|     @Override | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 veyndan
						veyndan