Skip to content

Commit

Permalink
updated project package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudipto Aich committed Mar 31, 2014
1 parent f5b2842 commit 8df1c27
Show file tree
Hide file tree
Showing 43 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="/IOIOLibAndroid"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="/openxc"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PixelHelloWord</name>
<name>PixelHelloOpenXC</name>
<comment></comment>
<projects>
</projects>
Expand Down
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ioiomint.pixelhelloworld" android:versionCode="10" android:versionName="1.5">
package="com.pixelart.openxc.pixelopenxc" android:versionCode="10" android:versionName="1.5">

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

Expand All @@ -13,7 +13,7 @@

<uses-library android:name="com.android.future.usb.accessory" android:required="false" />

<activity android:name=".PixelHelloWord" android:launchMode="singleTask">
<activity android:name=".PixelOpenXC" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
<action android:name="android.intent.action.MAIN" />
Expand Down
4 changes: 2 additions & 2 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ioiomint.pixelhelloworld" android:versionCode="10" android:versionName="1.5">
package="com.pixelart.openxc.pixelopenxc" android:versionCode="10" android:versionName="1.5">

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

Expand All @@ -13,7 +13,7 @@

<uses-library android:name="com.android.future.usb.accessory" android:required="false" />

<activity android:name=".PixelHelloWord" android:launchMode="singleTask">
<activity android:name=".PixelOpenXC" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
<action android:name="android.intent.action.MAIN" />
Expand Down
Binary file added bin/PixelHelloOpenXC.apk
Binary file not shown.
Binary file modified bin/PixelHelloWord.apk
Binary file not shown.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$attr.class
Binary file not shown.
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$id.class
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$layout.class
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$raw.class
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$style.class
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R$xml.class
Binary file not shown.
Binary file removed bin/classes/com/ioiomint/pixelhelloworld/R.class
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 added bin/classes/com/pixelart/openxc/pixelopenxc/R.class
Binary file not shown.
3 changes: 3 additions & 0 deletions bin/jarlist.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cache for current jar dependency. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Binary file modified bin/resources.ap_
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** Automatically generated file. DO NOT MODIFY */
package com.ioiomint.pixelhelloworld;
package com.pixelart.openxc.pixelopenxc;

public final class BuildConfig {
public final static boolean DEBUG = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* should not be modified by hand.
*/

package com.ioiomint.pixelhelloworld;
package com.pixelart.openxc.pixelopenxc;

public final class R {
public static final class attr {
Expand Down
6 changes: 3 additions & 3 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>

<string name="app_name">Pixel Hello World</string>
<string name="hello_world">Hello world!</string>
<string name="intro">A picture of an Apple should now be showing on the Pixel LED frame\n\nIf no Apple image is showing, then first make sure you have Bluetooth paired the Pixel Frame to your Android device\n\nIn Bluetooth search, look for a device starting with IOIO and then pair with code: 4545</string>
<string name="app_name">Pixel Hello OpenXC</string>
<string name="hello_world">Hello Ford</string>
<string name="intro">A picture of the OpenXC logo should appear on the board\n\nIf no OpenXC Logo image appears, then first make sure you have Bluetooth paired the Pixel Frame to your Android device\n\nIn Bluetooth search, look for a device starting with IOIO and then pair with code: 4545</string>
<string name="OKText">OK</string>
<string name="notFoundString">PIXEL Not Found</string>
<string name="bluetoothPairingString">Please ensure Bluetooth pairing has been completed prior. The Bluetooth pairing code is: 4545."</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ioiomint.pixelhelloworld;
package com.pixelart.openxc.pixelopenxc;

import ioio.lib.api.exception.ConnectionLostException;
import ioio.lib.util.BaseIOIOLooper;
Expand Down Expand Up @@ -42,7 +42,7 @@
import android.content.pm.PackageManager.NameNotFoundException;
//import com.openxc.measurements.VehicleSpeed;

public class PixelHelloWord<connectTimer, ConnectTimer> extends IOIOActivity {
public class PixelOpenXC<connectTimer, ConnectTimer> extends IOIOActivity {

private ioio.lib.api.RgbLedMatrix.Matrix KIND; //have to do it this way because there is a matrix library conflict
private android.graphics.Matrix matrix2;
Expand Down Expand Up @@ -349,7 +349,7 @@ public void onServiceDisconnected(ComponentName className) {
VehicleSpeed.Listener mSpeedListener = new VehicleSpeed.Listener() {
public void receive(Measurement measurement) {
final VehicleSpeed _speed = (VehicleSpeed) measurement;
PixelHelloWord.this.runOnUiThread(new Runnable() {
PixelOpenXC.this.runOnUiThread(new Runnable() {
public void run() {
speed = _speed.getValue().doubleValue() * 0.621371; //we need to convert km/h to mp/h
String speedString = String.format("%.1f", speed);
Expand All @@ -364,7 +364,7 @@ public void run() {
BrakePedalStatus.Listener mBrakeListener = new BrakePedalStatus.Listener() {
public void receive(Measurement measurement) {
final BrakePedalStatus _brakeStatus = (BrakePedalStatus) measurement;
PixelHelloWord.this.runOnUiThread(new Runnable() {
PixelOpenXC.this.runOnUiThread(new Runnable() {
public void run() {

boolean brakesBoolean = _brakeStatus.getValue().booleanValue();
Expand Down

0 comments on commit 8df1c27

Please sign in to comment.