File tree Expand file tree Collapse file tree 5 files changed +1
-7
lines changed Expand file tree Collapse file tree 5 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.atomjack.googlesearchplexcontrol "
3
+ package =" com.atomjack.vcfpht "
4
4
android : versionCode =" 2"
5
5
android : versionName =" 1.1" >
6
6
Original file line number Diff line number Diff line change 1
1
package com .atomjack .vcfpht ;
2
2
3
- import java .util .ArrayList ;
4
3
import java .util .List ;
5
4
6
5
import android .app .Dialog ;
7
6
import android .content .Context ;
8
- import android .util .Log ;
9
7
import android .view .LayoutInflater ;
10
8
import android .view .View ;
11
9
import android .view .ViewGroup ;
12
10
import android .widget .BaseAdapter ;
13
11
import android .widget .TextView ;
14
12
15
- import com .atomjack .googlesearchplexcontrol .R ;
16
13
import com .atomjack .vcfpht .model .PlexClient ;
17
14
18
15
public class ClientListAdapter extends BaseAdapter {
Original file line number Diff line number Diff line change 30
30
import android .widget .CheckBox ;
31
31
import android .widget .ListView ;
32
32
33
- import com .atomjack .googlesearchplexcontrol .R ;
34
33
import com .atomjack .vcfpht .model .MainSetting ;
35
34
import com .atomjack .vcfpht .model .MediaContainer ;
36
35
import com .atomjack .vcfpht .model .PlexClient ;
Original file line number Diff line number Diff line change 9
9
import android .widget .ArrayAdapter ;
10
10
import android .widget .TextView ;
11
11
12
- import com .atomjack .googlesearchplexcontrol .R ;
13
12
import com .atomjack .vcfpht .model .MainSetting ;
14
13
15
14
public class MainListAdapter extends ArrayAdapter <MainSetting > {
Original file line number Diff line number Diff line change 10
10
import android .widget .BaseAdapter ;
11
11
import android .widget .TextView ;
12
12
13
- import com .atomjack .googlesearchplexcontrol .R ;
14
13
import com .atomjack .vcfpht .model .PlexServer ;
15
14
16
15
public class ServerListAdapter extends BaseAdapter {
You can’t perform that action at this time.
0 commit comments