Skip to content

Commit 323d421

Browse files
committed
updated to wear-2.0.0-beta2
1 parent 2e7a4c8 commit 323d421

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="var" path="ANDROID_LIB"/>
55
<classpathentry kind="lib" path="library/android-support-v4.jar"/>
6-
<classpathentry kind="lib" path="library/wearable-1.4.0.jar"/>
6+
<classpathentry kind="lib" path="library/wearable-2.0.0-beta2.jar"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
compile name: 'android'
1313
compile name: 'android-support-v4'
14-
compile name: 'wearable-1.4.0'
14+
compile name: 'wearable-2.0.0-beta2'
1515
}
1616

1717
sourceSets {

core/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<property name="android.platform" value="android-23" />
1414

1515
<!-- Wear version to build the core library -->
16-
<property name="wear.version" value="1.4.0" />
16+
<property name="wear.version" value="2.0.0-beta2" />
1717

1818
<!-- oh ant, you're so cute and convoluted -->
1919
<target name="build" depends="sdk_chatter,actual_build" />

core/library/wearable-1.4.0.jar

-234 KB
Binary file not shown.

core/library/wearable-2.0.0-beta2.jar

488 KB
Binary file not shown.

core/src/processing/android/PWatchFaceCanvas.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public boolean canDraw() {
130130
}
131131

132132
private class CEngine extends CanvasWatchFaceService.Engine {
133+
@SuppressWarnings("deprecation")
133134
@Override
134135
public void onCreate(SurfaceHolder surfaceHolder) {
135136
super.onCreate(surfaceHolder);

core/src/processing/android/PWatchFaceGLES.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public boolean canDraw() {
128128
}
129129

130130
private class GLEngine extends Gles2WatchFaceService.Engine {
131+
@SuppressWarnings("deprecation")
131132
@Override
132133
public void onCreate(SurfaceHolder surfaceHolder) {
133134
super.onCreate(surfaceHolder);

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public void initSurface(AppComponent component, SurfaceHolder holder) {
481481
public void initSurface(LayoutInflater inflater, ViewGroup container,
482482
Bundle savedInstanceState,
483483
AppComponent component, SurfaceHolder holder) {
484-
if (DEBUG) println("onCreateView() happening here: " + Thread.currentThread().getName());
484+
if (DEBUG) println("initSurface() happening here: " + Thread.currentThread().getName());
485485

486486
component.initDimensions();
487487
displayWidth = component.getDisplayWidth();

mode/wearable-1.4.0.jar

-234 KB
Binary file not shown.

mode/wearable-2.0.0-beta2.jar

488 KB
Binary file not shown.

0 commit comments

Comments
 (0)