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

Commit a8b80e2

Browse files
committed
Merge pull request #21 from googlesamples/port/descartes-release
Descartes
2 parents 755f024 + 44b45eb commit a8b80e2

56 files changed

Lines changed: 448 additions & 446 deletions

File tree

Some content is hidden

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

AreaDescriptionJava/.classpath

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

AreaDescriptionJava/res/layout/last_adf_canvasview.xml

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

AreaDescriptionJava/res/layout/last_adf_path.xml

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

AreaDescriptionJava/src/com/projecttango/areadescriptionjava/ADFDataSource.java

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

AreaLearningJava/.classpath

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7+
<classpathentry kind="lib" path="/home/kommineni/android-sdks/platforms/android-19/android.jar" sourcepath="/home/kommineni/android-sdks/sources/android-19">
8+
<attributes>
9+
<attribute name="javadoc_location" value="http://developer.android.com/reference/"/>
10+
</attributes>
11+
<accessrules>
12+
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
13+
</accessrules>
14+
</classpathentry>
15+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
16+
<classpathentry kind="src" path="/tango-native-service-client-helperlib"/>
17+
<classpathentry kind="src" path="/TangoUtils"/>
18+
<classpathentry kind="output" path="bin/classes"/>
19+
</classpath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>AreaDescriptionJava</name>
3+
<name>AreaLearningJava</name>
44
<comment></comment>
55
<projects>
66
</projects>

AreaDescriptionJava/.settings/org.eclipse.jdt.core.prefs renamed to AreaLearningJava/.settings/org.eclipse.jdt.core.prefs

File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18-
package="com.projecttango.areadescriptionjava"
18+
package="com.projecttango.experiments.javaarealearning"
1919
android:versionCode="0"
2020
android:versionName="0" >
2121

@@ -34,7 +34,7 @@
3434
android:name="com.projecttango.libtango_device"
3535
android:required="true" />
3636
<activity
37-
android:name="com.projecttango.areadescriptionjava.ADStartActivity"
37+
android:name="com.projecttango.experiments.javaarealearning.ALStartActivity"
3838
android:label="@string/menu_name"
3939
android:screenOrientation="landscape" >
4040
<intent-filter>
@@ -44,12 +44,12 @@
4444
</intent-filter>
4545
</activity>
4646
<activity
47-
android:name="com.projecttango.areadescriptionjava.AreaDescription"
47+
android:name="com.projecttango.experiments.javaarealearning.AreaLearningActivity"
4848
android:label="@string/app_name"
4949
android:screenOrientation="landscape">
5050
</activity>
5151
<activity
52-
android:name="com.projecttango.areadescriptionjava.ADFUUIDListViewActivity"
52+
android:name="com.projecttango.experiments.javaarealearning.ADFUUIDListViewActivity"
5353
android:label="@string/app_name"
5454
android:screenOrientation="landscape">
5555
</activity>

AreaDescriptionJava/libs/tango_native_service_client_helperlib.jar renamed to AreaLearningJava/libs/tango_native_service_client_helperlib.jar

41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)