Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
release-ancha
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Nov 11, 2015
1 parent 25dd57e commit e50c3c3
Show file tree
Hide file tree
Showing 213 changed files with 13,924 additions and 2,641 deletions.
3 changes: 2 additions & 1 deletion UnityExamples/Assets/Editor/BuildTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ public class BuildTools
Icon = "TangoExamples/Common/Textures/ProjectTango_Logo.png",
Scenes = new string[]
{
"Scenes/AreaLearning.unity",
"Scenes/MotionTracking.unity",
"Scenes/PointCloud.unity",
"Scenes/AreaLearning.unity",
"Scenes/AreaDescriptionManagement.unity",
},
BundleIdentifier = "com.google.projecttango.examples"
};
Expand Down
3 changes: 2 additions & 1 deletion UnityExamples/Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<application
android:icon="@drawable/app_icon"
Expand All @@ -29,7 +30,7 @@
<activity android:name="com.google.unity.GoogleUnityActivity"
android:label="@string/app_name"
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen">
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="false" />
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
6 changes: 4 additions & 2 deletions UnityExamples/Assets/Plugins/Android/UnityUxHelper/bin/R.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
int color gray_dark 0x7f040000
int color status_tick_green 0x7f040007
int color status_tick_red 0x7f040006
int color tango_blue 0x7f040004
int color tango_green 0x7f040003
int color tango_yellow 0x7f040005
Expand Down Expand Up @@ -37,7 +39,7 @@ int id exception_icon 0x7f080008
int id exception_status 0x7f08000b
int id exception_title 0x7f080009
int id frame 0x7f080004
int id layout_exceptions 0x7f080010
int id tango_ux_layout 0x7f080010
int id trace_left_1 0x7f080002
int id trace_left_2 0x7f080000
int id trace_right_1 0x7f080003
Expand All @@ -46,7 +48,7 @@ int layout component_hold_steady 0x7f030000
int layout exception_component 0x7f030001
int layout layout_connection 0x7f030002
int layout layout_tango_ux 0x7f030003
int layout tango_ux_exceptions 0x7f030004
int layout tango_ux_layout 0x7f030004
int string action_required 0x7f050018
int string connection_layout_message_still 0x7f050019
int string connection_layout_message_tight 0x7f05001a
Expand Down
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.atap.tango.ux.TangoUxLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tango_ux_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<FrameLayout
android:id="@+id/android_view_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />

</FrameLayout>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified UnityExamples/Assets/Plugins/Android/libtango_support_api.so
Binary file not shown.
17 changes: 17 additions & 0 deletions UnityExamples/Assets/Plugins/Android/tango-cloud-lib.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Google Inc. All Rights Reserved.
Distributed under the Project Tango Preview Development Kit (PDK) Agreement.
CONFIDENTIAL. AUTHORIZED USE ONLY. DO NOT REDISTRIBUTE.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.atap.tangocloudlib"
android:versionCode="0"
android:versionName="0" >

<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="19" />

</manifest>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions UnityExamples/Assets/Plugins/Android/tango-cloud-lib/bin.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Google Inc. All Rights Reserved.
Distributed under the Project Tango Preview Development Kit (PDK) Agreement.
CONFIDENTIAL. AUTHORIZED USE ONLY. DO NOT REDISTRIBUTE.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.atap.tangocloudlib"
android:versionCode="0"
android:versionName="0" >

<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="19" />

</manifest>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-17
android.library=true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
android:minSdkVersion="17"
android:targetSdkVersion="19" />

</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
android:minSdkVersion="17"
android:targetSdkVersion="19" />

</manifest>
</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
target=android-17
android.library=true
android.library.reference.1=../google-unity-wrapper
android.library.reference.2=../tango-java-lib
android.library.reference.2=../tango-cloud-lib
android.library.reference.3=../tango-java-lib
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:versionName="0" >

<uses-sdk
android:minSdkVersion="19"
android:minSdkVersion="17"
android:targetSdkVersion="19" />

</manifest>
Loading

0 comments on commit e50c3c3

Please sign in to comment.