File tree 8 files changed +0
-20
lines changed
app/src/main/java/fr/free/nrw/commons
8 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 43
43
import java .io .File ;
44
44
import java .io .IOException ;
45
45
46
- import fr .free .nrw .commons .auth .AccountUtil ;
47
- import fr .free .nrw .commons .caching .CacheController ;
48
- import fr .free .nrw .commons .category .Category ;
49
- import fr .free .nrw .commons .contributions .Contribution ;
50
- import fr .free .nrw .commons .data .DBOpenHelper ;
51
- import fr .free .nrw .commons .modifications .ModifierSequence ;
52
- import fr .free .nrw .commons .nearby .NearbyPlaces ;
53
46
import fr .free .nrw .commons .utils .FileUtils ;
54
47
import timber .log .Timber ;
55
48
Original file line number Diff line number Diff line change 11
11
import org .json .JSONObject ;
12
12
13
13
import java .io .IOException ;
14
- import java .net .HttpURLConnection ;
15
14
import java .net .MalformedURLException ;
16
15
import java .net .URL ;
17
16
Original file line number Diff line number Diff line change 10
10
11
11
import java .io .IOException ;
12
12
13
- import fr .free .nrw .commons .theme .BaseActivity ;
14
13
import fr .free .nrw .commons .CommonsApplication ;
15
14
import fr .free .nrw .commons .theme .NavigationBaseActivity ;
16
15
Original file line number Diff line number Diff line change 20
20
import android .widget .GridView ;
21
21
import android .widget .ListAdapter ;
22
22
import android .widget .TextView ;
23
- import android .widget .Toast ;
24
23
25
24
import butterknife .BindView ;
26
25
import butterknife .ButterKnife ;
27
- import fr .free .nrw .commons .AboutActivity ;
28
- import fr .free .nrw .commons .BuildConfig ;
29
26
import fr .free .nrw .commons .CommonsApplication ;
30
27
import fr .free .nrw .commons .R ;
31
28
import fr .free .nrw .commons .nearby .NearbyActivity ;
32
- import fr .free .nrw .commons .settings .SettingsActivity ;
33
29
import timber .log .Timber ;
34
30
35
31
import static android .app .Activity .RESULT_OK ;
Original file line number Diff line number Diff line change 14
14
import android .widget .ImageView ;
15
15
import android .widget .LinearLayout ;
16
16
import android .widget .RelativeLayout ;
17
- import android .widget .TextView ;
18
17
import android .widget .Toast ;
19
18
20
19
import butterknife .BindView ;
Original file line number Diff line number Diff line change 7
7
import android .support .v7 .app .AppCompatDelegate ;
8
8
import android .view .MenuItem ;
9
9
10
- import butterknife .BindView ;
11
10
import butterknife .ButterKnife ;
12
11
import fr .free .nrw .commons .R ;
13
12
import fr .free .nrw .commons .theme .NavigationBaseActivity ;
Original file line number Diff line number Diff line change 3
3
import android .content .Intent ;
4
4
import android .os .Bundle ;
5
5
import android .preference .PreferenceManager ;
6
- import android .support .v4 .widget .DrawerLayout ;
7
6
import android .support .v7 .app .AppCompatActivity ;
8
- import android .widget .RelativeLayout ;
9
7
10
8
import fr .free .nrw .commons .R ;
11
9
import fr .free .nrw .commons .Utils ;
12
- import fr .free .nrw .commons .hamburger .NavigationBaseFragment ;
13
- import fr .free .nrw .commons .utils .FragmentUtils ;
14
10
15
11
public class BaseActivity extends AppCompatActivity {
16
12
boolean currentTheme ;
Original file line number Diff line number Diff line change 10
10
import android .os .Environment ;
11
11
import android .support .design .widget .Snackbar ;
12
12
import android .support .v4 .app .ActivityCompat ;
13
- import android .support .v4 .app .NavUtils ;
14
13
import android .support .v4 .content .ContextCompat ;
15
14
import android .view .MenuItem ;
16
15
import android .view .View ;
You can’t perform that action at this time.
0 commit comments