Loading UnifiedNlp @ 643bd7dd Compare 29df26c7 to 643bd7dd Original line number Diff line number Diff line Subproject commit 29df26c727263728a17665d8824b5d7c7d748eba Subproject commit 643bd7dd22681dc5b1f1e0e3074033cb1b84ec75 gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip play-services-core/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.2.3' classpath 'com.android.tools.build:gradle:1.3.0' } } Loading play-services-core/src/main/java/org/microg/gms/gcm/McsService.java +5 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,11 @@ public class McsService extends IntentService implements Handler.Callback { switch (msg.what) { case MSG_INPUT: Log.d(TAG, "Incoming message: " + msg.obj); if (msg.obj != null) { handleInput((Message) msg.obj); } else { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_TEARDOWN, "null message")); } return true; case MSG_OUTPUT: Log.d(TAG, "Outgoing message: " + msg.obj); Loading Loading
UnifiedNlp @ 643bd7dd Compare 29df26c7 to 643bd7dd Original line number Diff line number Diff line Subproject commit 29df26c727263728a17665d8824b5d7c7d748eba Subproject commit 643bd7dd22681dc5b1f1e0e3074033cb1b84ec75
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-all.zip
play-services-core/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.2.3' classpath 'com.android.tools.build:gradle:1.3.0' } } Loading
play-services-core/src/main/java/org/microg/gms/gcm/McsService.java +5 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,11 @@ public class McsService extends IntentService implements Handler.Callback { switch (msg.what) { case MSG_INPUT: Log.d(TAG, "Incoming message: " + msg.obj); if (msg.obj != null) { handleInput((Message) msg.obj); } else { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_TEARDOWN, "null message")); } return true; case MSG_OUTPUT: Log.d(TAG, "Outgoing message: " + msg.obj); Loading