File tree 3 files changed +5
-4
lines changed
src/fr/kyriog/android/voxpopuli
3 files changed +5
-4
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
3
package =" fr.kyriog.android.voxpopuli"
4
- android : versionCode =" 2014022702 "
5
- android : versionName =" 0.3α " >
4
+ android : versionCode =" 2014072901 "
5
+ android : versionName =" 0.3.1α " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 16"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ protected void onCreate(Bundle savedInstanceState) {
95
95
header .append ("&user_session=" + extras .getString (HomeActivity .VP_DATA_USER_SESSION ));
96
96
header .append ("&page=game" );
97
97
header .append ("&room=" + extras .getString (HomeActivity .VP_DATA_GAME ));
98
- socket = new SocketIO ("http://ks .richie.fr:443 /lldpgn" , header .toString ());
98
+ socket = new SocketIO ("http://vox-populi .richie.fr/lldpgn" , header .toString ());
99
99
} catch (MalformedURLException e ) {
100
100
e .printStackTrace ();
101
101
}
Original file line number Diff line number Diff line change 9
9
10
10
import java .net .MalformedURLException ;
11
11
import java .util .ArrayList ;
12
+
12
13
import android .app .Activity ;
13
14
import android .content .Intent ;
14
15
import android .content .SharedPreferences ;
@@ -118,7 +119,7 @@ private void loadGames() {
118
119
header .append ("&user_session=" + prefs .getString (HomeActivity .VP_DATA_USER_SESSION , "" ));
119
120
header .append ("&page=index" );
120
121
try {
121
- socket = new SocketIO ("http://ks .richie.fr:443 /lldpgn" , header .toString ());
122
+ socket = new SocketIO ("http://vox-populi .richie.fr/lldpgn" , header .toString ());
122
123
socket .connect (callback );
123
124
} catch (MalformedURLException e ) {
124
125
e .printStackTrace ();
You can’t perform that action at this time.
0 commit comments