Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Commit f841407

Browse files
author
Noel Victor
committed
1.170.0
1 parent cf95fd0 commit f841407

File tree

86 files changed

+143
-4998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+143
-4998
lines changed

apks/controller_emulator.apk

132 KB
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ task clean(type: Delete) {
3535
// The dependencies for NDK builds live inside the .aar files so they need to
3636
// be extracted before NDK targets can build.
3737
task extractAudioSo(type: Copy) {
38-
from zipTree("${project.rootDir}/libraries/sdk-audio-1.160.0.aar")
38+
from zipTree("${project.rootDir}/libraries/sdk-audio-1.170.0.aar")
3939
into "${project.rootDir}/libraries/"
4040
include "jni/**/libgvr_audio.so"
4141
}
4242

4343
task extractGvrSo(type: Copy) {
44-
from zipTree("${project.rootDir}/libraries/sdk-base-1.160.0.aar")
44+
from zipTree("${project.rootDir}/libraries/sdk-base-1.170.0.aar")
4545
into "${project.rootDir}/libraries/"
4646
include "jni/**/libgvr.so"
4747
}

gradle/wrapper/gradle-wrapper.jar

84 Bytes
Binary file not shown.

gradlew.bat

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
1-
@if "%DEBUG%" == "" @echo off
2-
@rem ##########################################################################
3-
@rem
4-
@rem Gradle startup script for Windows
5-
@rem
6-
@rem ##########################################################################
7-
8-
@rem Set local scope for the variables with windows NT shell
9-
if "%OS%"=="Windows_NT" setlocal
10-
11-
set DIRNAME=%~dp0
12-
if "%DIRNAME%" == "" set DIRNAME=.
13-
set APP_BASE_NAME=%~n0
14-
set APP_HOME=%DIRNAME%
15-
16-
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17-
set DEFAULT_JVM_OPTS=
18-
19-
@rem Find java.exe
20-
if defined JAVA_HOME goto findJavaFromJavaHome
21-
22-
set JAVA_EXE=java.exe
23-
%JAVA_EXE% -version >NUL 2>&1
24-
if "%ERRORLEVEL%" == "0" goto init
25-
26-
echo.
27-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28-
echo.
29-
echo Please set the JAVA_HOME variable in your environment to match the
30-
echo location of your Java installation.
31-
32-
goto fail
33-
34-
:findJavaFromJavaHome
35-
set JAVA_HOME=%JAVA_HOME:"=%
36-
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37-
38-
if exist "%JAVA_EXE%" goto init
39-
40-
echo.
41-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42-
echo.
43-
echo Please set the JAVA_HOME variable in your environment to match the
44-
echo location of your Java installation.
45-
46-
goto fail
47-
48-
:init
49-
@rem Get command-line arguments, handling Windows variants
50-
51-
if not "%OS%" == "Windows_NT" goto win9xME_args
52-
53-
:win9xME_args
54-
@rem Slurp the command line arguments.
55-
set CMD_LINE_ARGS=
56-
set _SKIP=2
57-
58-
:win9xME_args_slurp
59-
if "x%~1" == "x" goto execute
60-
61-
set CMD_LINE_ARGS=%*
62-
63-
:execute
64-
@rem Setup the command line
65-
66-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
67-
68-
@rem Execute Gradle
69-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
70-
71-
:end
72-
@rem End local scope for the variables with windows NT shell
73-
if "%ERRORLEVEL%"=="0" goto mainEnd
74-
75-
:fail
76-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77-
rem the _cmd.exe /c_ return code!
78-
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
79-
exit /b 1
80-
81-
:mainEnd
82-
if "%OS%"=="Windows_NT" endlocal
83-
84-
:omega
1+
@if "%DEBUG%" == "" @echo off
2+
@rem ##########################################################################
3+
@rem
4+
@rem Gradle startup script for Windows
5+
@rem
6+
@rem ##########################################################################
7+
8+
@rem Set local scope for the variables with windows NT shell
9+
if "%OS%"=="Windows_NT" setlocal
10+
11+
set DIRNAME=%~dp0
12+
if "%DIRNAME%" == "" set DIRNAME=.
13+
set APP_BASE_NAME=%~n0
14+
set APP_HOME=%DIRNAME%
15+
16+
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17+
set DEFAULT_JVM_OPTS=
18+
19+
@rem Find java.exe
20+
if defined JAVA_HOME goto findJavaFromJavaHome
21+
22+
set JAVA_EXE=java.exe
23+
%JAVA_EXE% -version >NUL 2>&1
24+
if "%ERRORLEVEL%" == "0" goto init
25+
26+
echo.
27+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28+
echo.
29+
echo Please set the JAVA_HOME variable in your environment to match the
30+
echo location of your Java installation.
31+
32+
goto fail
33+
34+
:findJavaFromJavaHome
35+
set JAVA_HOME=%JAVA_HOME:"=%
36+
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37+
38+
if exist "%JAVA_EXE%" goto init
39+
40+
echo.
41+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42+
echo.
43+
echo Please set the JAVA_HOME variable in your environment to match the
44+
echo location of your Java installation.
45+
46+
goto fail
47+
48+
:init
49+
@rem Get command-line arguments, handling Windows variants
50+
51+
if not "%OS%" == "Windows_NT" goto win9xME_args
52+
53+
:win9xME_args
54+
@rem Slurp the command line arguments.
55+
set CMD_LINE_ARGS=
56+
set _SKIP=2
57+
58+
:win9xME_args_slurp
59+
if "x%~1" == "x" goto execute
60+
61+
set CMD_LINE_ARGS=%*
62+
63+
:execute
64+
@rem Setup the command line
65+
66+
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
67+
68+
@rem Execute Gradle
69+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
70+
71+
:end
72+
@rem End local scope for the variables with windows NT shell
73+
if "%ERRORLEVEL%"=="0" goto mainEnd
74+
75+
:fail
76+
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77+
rem the _cmd.exe /c_ return code!
78+
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
79+
exit /b 1
80+
81+
:mainEnd
82+
if "%OS%"=="Windows_NT" endlocal
83+
84+
:omega

libraries/headers/vr/gvr/capi/include/gvr_gesture.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ extern "C" {
4040
/// If you are writing C++ code, you might prefer to use the C++ wrapper rather
4141
/// than implement this C API directly.
4242
///
43+
/// If you are using multiple controllers, you will need to create multiple
44+
/// gvr_gesture_context objects, one for each controller.
45+
///
4346
/// Example API usage:
4447
///
4548
/// Initialization:
@@ -216,6 +219,9 @@ typedef gvr_gesture Gesture;
216219
/// calls to C calls provided by this wrapper runs entirely in the client's
217220
/// binary and is compiled by the client's compiler.
218221
///
222+
/// If you are using multiple controllers, you will need to create multiple
223+
/// GestureApi objects, one for each controller.
224+
///
219225
/// Methods in this class are only documented insofar as the C++ wrapping logic
220226
/// is concerned; for information about the method itself, please refer to the
221227
/// corresponding function in the C API.

libraries/headers/vr/gvr/capi/include/gvr_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ extern "C" {
2323
/// A string representation of the current GVR build version. This is of
2424
/// the form "MAJOR.MINOR.PATCH". Note that this may differ from the runtime
2525
/// GVR version as reported by gvr_get_version_string().
26-
#define GVR_SDK_VERSION_STRING "1.160.0"
26+
#define GVR_SDK_VERSION_STRING "1.170.0"
2727

2828
/// Semantic components for the current GVR build version. Note that these
2929
/// values may differ from the runtime GVR version as reported by
3030
/// gvr_get_version().
3131
enum {
3232
GVR_SDK_MAJOR_VERSION = 1,
33-
GVR_SDK_MINOR_VERSION = 160,
33+
GVR_SDK_MINOR_VERSION = 170,
3434
GVR_SDK_PATCH_VERSION = 0,
3535
};
3636

libraries/sdk-audio-1.160.0.aar

-1.25 MB
Binary file not shown.

libraries/sdk-audio-1.170.0.aar

1.21 MB
Binary file not shown.

libraries/sdk-audio-1.160.0.pom renamed to libraries/sdk-audio-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-audio</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Audio</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-base</artifactId>
2121
<type>aar</type>
22-
<version>1.160.0</version>
22+
<version>1.170.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-base-1.160.0.aar

-2.66 MB
Binary file not shown.

libraries/sdk-base-1.170.0.aar

2.69 MB
Binary file not shown.

libraries/sdk-base-1.160.0.pom renamed to libraries/sdk-base-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-base</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Base</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-common</artifactId>
2121
<type>aar</type>
22-
<version>1.160.0</version>
22+
<version>1.170.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-common-1.160.0.aar

-487 KB
Binary file not shown.

libraries/sdk-common-1.170.0.aar

491 KB
Binary file not shown.

libraries/sdk-common-1.160.0.pom renamed to libraries/sdk-common-1.170.0.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-common</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Common</name>
-31.7 KB
Binary file not shown.
31.7 KB
Binary file not shown.

libraries/sdk-commonwidget-1.160.0.pom renamed to libraries/sdk-commonwidget-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-commonwidget</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-CommonWidget</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-common</artifactId>
2121
<type>aar</type>
22-
<version>1.160.0</version>
22+
<version>1.170.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-controller-1.160.0.aar

-9.42 KB
Binary file not shown.

libraries/sdk-controller-1.170.0.aar

9.72 KB
Binary file not shown.

libraries/sdk-controller-1.160.0.pom renamed to libraries/sdk-controller-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-controller</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Controller</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-base</artifactId>
2121
<type>aar</type>
22-
<version>1.160.0</version>
22+
<version>1.170.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-panowidget-1.160.0.aar

-3.23 MB
Binary file not shown.

libraries/sdk-panowidget-1.170.0.aar

3.28 MB
Binary file not shown.

libraries/sdk-panowidget-1.160.0.pom renamed to libraries/sdk-panowidget-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-panowidget</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-CommonWidget</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-commonwidget</artifactId>
2121
<type>aar</type>
22-
<version>1.160.0</version>
22+
<version>1.170.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-videowidget-1.160.0.aar

-3.41 MB
Binary file not shown.

libraries/sdk-videowidget-1.170.0.aar

3.44 MB
Binary file not shown.

libraries/sdk-videowidget-1.160.0.pom renamed to libraries/sdk-videowidget-1.170.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-videowidget</artifactId>
7-
<version>1.160.0</version>
7+
<version>1.170.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-CommonWidget</name>
@@ -32,7 +32,7 @@
3232
<groupId>com.google.vr</groupId>
3333
<artifactId>sdk-commonwidget</artifactId>
3434
<type>aar</type>
35-
<version>1.160.0</version>
35+
<version>1.170.0</version>
3636
</dependency>
3737
</dependencies>
3838
</project>

samples/ndk-controllerpaint/CMakeLists.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)