Skip to content

Commit

Permalink
ARCore Android SDK v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjin Buljko committed Oct 6, 2020
1 parent b525483 commit 9461160
Show file tree
Hide file tree
Showing 385 changed files with 33,667 additions and 5,506 deletions.
18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- Use this issue tracker to file bugs and feature requests
related to the ARCore SDK for Android (Java / C).
---
name: Bug Report
about: File a bug report for ARCore SDK for Android.
title: ''
labels: 'bug'
assignees: ''

For advice and general questions, please use the `ARCore` tag on
Stack Overflow: stackoverflow.com/questions/tagged/ARCore
- For Sceneform issues, use https://github.com/google-ar/sceneform-android-sdk
- If using Unity, use https://github.com/google-ar/arcore-unity-sdk
- If using Unreal, use https://github.com/google-ar/arcore-unreal-sdk
-->
---


### SPECIFIC ISSUE ENCOUNTERED
Expand All @@ -17,7 +15,7 @@ Stack Overflow: stackoverflow.com/questions/tagged/ARCore
- Android Studio:
- ARCore SDK for Android:
- Device manufacturer, model, and O/S:
- ARCore:
- Google Play Services for AR (ARCore):
On Windows, use: `adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"`
On macOS, use: `adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:`
- Output of `adb shell getprop ro.build.fingerprint`:
Expand Down
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
blank_issues_enabled: false
contact_links:
- name: Advice and general questions
url: https://stackoverflow.com/questions/tagged/ARCore
about: For advice and general questions, please use the ARCore tag on Stack Overflow.
- name: ARCore SDK for Unity
url: https://github.com/google-ar/arcore-unity-sdk/issues
about: If using Unity, please use the https://github.com/google-ar/arcore-unity-sdk/issues issue tracker instead.

- name: Developer documentation (Java)
url: https://developers.google.com/ar/develop/java/
about: Check out the developer documentation in case your question has already been answered.
- name: API reference documentation (Java)
url: https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/package-summary
about: For API questions, refer to the API reference documentation.

- name: Developer documentation (NDK)
url: https://developers.google.com/ar/develop/c/
about: Check out the developer documentation in case your question has already been answered.
- name: API reference documentation (NDK)
url: https://developers.google.com/ar/reference/c/
about: For API questions, refer to the API reference documentation.
40 changes: 39 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Section 2: ARCore SDK source files
Except as indicated in sections 1 above and section 3 below, files in this SDK
are licensed as follows:

Copyright (c) 2017, Google Inc.
Copyright 2017 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software
Expand Down Expand Up @@ -872,3 +873,40 @@ TCMalloc
See the License for the specific language governing permissions and
limitations under the License.

*******************************************************************************
tz database
*******************************************************************************
Unless specified below, all files in the tz code and data (including
this LICENSE file) are in the public domain.

If the files date.c, newstrftime.3, and strftime.c are present, they
contain material derived from BSD and use the BSD 3-clause license.

Copyright 1985, 1987, 1988, 1989, 1991
The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARCore SDK for Android
======================
Copyright 2017 Google LLC. All rights reserved.
Copyright 2017 Google LLC

This SDK provides APIs for all of the essential AR features like motion
tracking, environmental understanding, and light estimation. With these
Expand Down
Loading

0 comments on commit 9461160

Please sign in to comment.