forked from aauc-mechlab/JOpenShowVar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
laht
committed
Apr 30, 2014
1 parent
70e40c9
commit 88cf1c3
Showing
19 changed files
with
177 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="gen"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="gen"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||
<classpathentry exported="true" kind="lib" path="C:/GITRepo/GitHub/mechlab/JOpenShowVar/JOpenShowVar-core/dist/JOpenShowVar-core.jar"/> | ||
<classpathentry kind="lib" path="libs/JOpenShowVar-core.jar"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=1.6 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.06 KB
JOpenShowVar-android/bin/dexedLibs/JOpenShowVar-core-10231c3cfbf1a248c2ced1af27ccdfe5.jar
Binary file not shown.
Binary file removed
BIN
-7.87 KB
JOpenShowVar-android/bin/dexedLibs/JOpenShowVar-core-a0024b020fe12dd028ca06600d30e172.jar
Binary file not shown.
Binary file renamed
BIN
+229 KB
...t-v4-6773cf102da34f3b2739972e458f1592.jar → ...t-v4-9c3766f4e25d00302ad9b54d9f82b481.jar
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
JOpenShowVar-android/gen/no/hials/crosscom/android/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** Automatically generated file. DO NOT MODIFY */ | ||
package no.hials.crosscom.android; | ||
|
||
public final class BuildConfig { | ||
public final static boolean DEBUG = true; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package no.hials.crosscom.android; | ||
|
||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class dimen { | ||
/** Default screen margins, per the Android Design guidelines. | ||
Example customization of dimensions originally defined in res/values/dimens.xml | ||
(such as screen margins) for screens with more than 820dp of available width. This | ||
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). | ||
*/ | ||
public static final int activity_horizontal_margin=0x7f040000; | ||
public static final int activity_vertical_margin=0x7f040001; | ||
} | ||
public static final class drawable { | ||
public static final int ic_launcher=0x7f020000; | ||
} | ||
public static final class id { | ||
public static final int OV_PRO_label=0x7f08000c; | ||
public static final int OV_PRO_value=0x7f08000d; | ||
public static final int action_settings=0x7f08000e; | ||
public static final int container=0x7f080000; | ||
public static final int seekBar1=0x7f080002; | ||
public static final int toggleButton1=0x7f080001; | ||
public static final int xDecButton=0x7f080006; | ||
public static final int xIncButton=0x7f080007; | ||
public static final int xLabel=0x7f080003; | ||
public static final int yDecButton=0x7f080008; | ||
public static final int yIncButton=0x7f080009; | ||
public static final int yLabel=0x7f080004; | ||
public static final int zDecButton=0x7f08000a; | ||
public static final int zIncButton=0x7f08000b; | ||
public static final int zLabel=0x7f080005; | ||
} | ||
public static final class layout { | ||
public static final int activity_main=0x7f030000; | ||
public static final int fragment_main=0x7f030001; | ||
} | ||
public static final class menu { | ||
public static final int main=0x7f070000; | ||
} | ||
public static final class string { | ||
public static final int OV_PRO=0x7f05000d; | ||
public static final int action_settings=0x7f050001; | ||
public static final int app_name=0x7f050000; | ||
public static final int connect_toggleButton=0x7f05000e; | ||
public static final int decrement=0x7f050006; | ||
public static final int increment=0x7f050005; | ||
public static final int x=0x7f050002; | ||
public static final int xDown_button=0x7f050008; | ||
public static final int xUp_button=0x7f050007; | ||
public static final int y=0x7f050003; | ||
public static final int yDown_button=0x7f05000a; | ||
public static final int yUp_button=0x7f050009; | ||
public static final int z=0x7f050004; | ||
public static final int zDown_button=0x7f05000c; | ||
public static final int zUp_button=0x7f05000b; | ||
} | ||
public static final class style { | ||
/** | ||
Base application theme, dependent on API level. This theme is replaced | ||
by AppBaseTheme from res/values-vXX/styles.xml on newer devices. | ||
Theme customizations available in newer API levels can go in | ||
res/values-vXX/styles.xml, while customizations related to | ||
backward-compatibility can go here. | ||
Base application theme for API 11+. This theme completely replaces | ||
AppBaseTheme from res/values/styles.xml on API 11+ devices. | ||
API 11 theme customizations can go here. | ||
Base application theme for API 14+. This theme completely replaces | ||
AppBaseTheme from BOTH res/values/styles.xml and | ||
res/values-v11/styles.xml on API 14+ devices. | ||
API 14 theme customizations can go here. | ||
*/ | ||
public static final int AppBaseTheme=0x7f060000; | ||
/** Application theme. | ||
All customizations that are NOT specific to a particular API-level can go here. | ||
*/ | ||
public static final int AppTheme=0x7f060001; | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.