File tree 10 files changed +15
-15
lines changed
java/io/github/powerinside/scrollsocket
10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
buildToolsVersion " 23.0.2"
6
6
7
7
defaultConfig {
8
- applicationId " io.powerinside.scrollsocket"
8
+ applicationId " io.github. powerinside.scrollsocket"
9
9
minSdkVersion 8
10
10
targetSdkVersion 23
11
11
}
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" xmlns : tools =" http://schemas.android.com/tools"
3
- package =" io.powerinside.scrollsocket"
3
+ package =" io.github. powerinside.scrollsocket"
4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
6
19
19
tools : ignore =" UnusedAttribute"
20
20
>
21
21
<activity
22
- android : name =" io.powerinside.scrollsocket.CanvasActivity"
22
+ android : name =" io.github. powerinside.scrollsocket.CanvasActivity"
23
23
android : label =" @string/app_name"
24
24
android : screenOrientation =" sensorLandscape" >
25
25
<intent-filter >
28
28
</intent-filter >
29
29
</activity >
30
30
<activity
31
- android : name =" io.powerinside.scrollsocket.SettingsActivity"
31
+ android : name =" io.github. powerinside.scrollsocket.SettingsActivity"
32
32
android : label =" @string/menu_settings"
33
33
tools : ignore =" UnusedAttribute"
34
34
android : parentActivityName =" .CanvasActivity" >
35
35
<meta-data
36
36
android : name =" android.support.PARENT_ACTIVITY"
37
- android : value =" io.powerinside.scrollsocket.CanvasActivity" />
37
+ android : value =" io.github. powerinside.scrollsocket.CanvasActivity" />
38
38
</activity >
39
39
</application >
40
40
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .content .Intent ;
4
4
import android .content .SharedPreferences ;
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .annotation .SuppressLint ;
4
4
import android .content .Context ;
11
11
import android .view .MotionEvent ;
12
12
import android .view .View ;
13
13
14
- import io .powerinside .scrollsocket .NetEvent .Type ;
14
+ import io .github . powerinside .scrollsocket .NetEvent .Type ;
15
15
16
16
@ SuppressLint ("ViewConstructor" )
17
17
public class CanvasView extends View implements SharedPreferences .OnSharedPreferenceChangeListener {
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .util .Log ;
4
4
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .content .SharedPreferences ;
4
4
import android .util .Log ;
9
9
import java .net .UnknownHostException ;
10
10
import java .util .concurrent .LinkedBlockingQueue ;
11
11
12
- import io .powerinside .scrollsocket .NetEvent .Type ;
12
+ import io .github . powerinside .scrollsocket .NetEvent .Type ;
13
13
14
14
15
15
public class NetworkClient implements Runnable {
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .os .Bundle ;
4
4
import android .support .v7 .app .ActionBarActivity ;
Original file line number Diff line number Diff line change 1
- package io .powerinside .scrollsocket ;
1
+ package io .github . powerinside .scrollsocket ;
2
2
3
3
import android .os .Bundle ;
4
4
import android .support .v7 .preference .PreferenceFragmentCompat ;
Original file line number Diff line number Diff line change 12
12
13
13
<view
14
14
android : id =" @+id/canvas"
15
- class =" io.powerinside.scrollsocket.CanvasView"
15
+ class =" io.github. powerinside.scrollsocket.CanvasView"
16
16
android : layout_width =" match_parent"
17
17
android : layout_height =" match_parent" />
18
18
Original file line number Diff line number Diff line change 7
7
8
8
<fragment
9
9
android : id =" @+id/fragment"
10
- android : name =" io.powerinside.scrollsocket.SettingsFragment"
10
+ android : name =" io.github. powerinside.scrollsocket.SettingsFragment"
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" match_parent"
13
13
android : layout_gravity =" center_horizontal|top"
You can’t perform that action at this time.
0 commit comments