Skip to content

Commit

Permalink
Merge TC4-shield_applications project as our subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
greencardigan committed Dec 7, 2015
2 parents 40175de + ec2e5af commit b6e6242
Show file tree
Hide file tree
Showing 1,480 changed files with 205,730 additions and 0 deletions.
10 changes: 10 additions & 0 deletions applications/Artisan/TC4_Android/branches/TRY-App-Read/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="lib" path="achartengine-1.1.0.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions applications/Artisan/TC4_Android/branches/TRY-App-Read/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>TC4_32_15_01_2015</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.greencardigan.tc4"
android:versionCode="1"
android:versionName="0.a10" >

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

<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:icon="@drawable/app_icon"
android:label="@string/app_name" >
<activity
android:name="com.greencardigan.tc4.TC4"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.greencardigan.tc4.DeviceListActivity"
android:configChanges="orientation|keyboardHidden"
android:label="@string/select_device"
android:theme="@android:style/Theme.Dialog" />
<activity
android:name="com.greencardigan.tc4.preferenceshow"
android:label="@string/title_activity_settings"
android:theme="@android:style/Theme" >
</activity>
</application>


</manifest>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.greencardigan.tc4"
android:versionCode="1"
android:versionName="0.a10" >

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

<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:icon="@drawable/app_icon"
android:label="@string/app_name" >
<activity
android:name="com.greencardigan.tc4.TC4"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.greencardigan.tc4.DeviceListActivity"
android:configChanges="orientation|keyboardHidden"
android:label="@string/select_device"
android:theme="@android:style/Theme.Dialog" />
<activity
android:name="com.greencardigan.tc4.preferenceshow"
android:label="@string/title_activity_settings"
android:theme="@android:style/Theme" >
</activity>
</application>


</manifest>
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.
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.
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.
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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cache for current jar dependecy. DO NOT EDIT.
# format is <lastModified> <length> <SHA-1> <path>
# Encoding is UTF-8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package com.greencardigan.tc4;

public final class BuildConfig {
public final static boolean DEBUG = true;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
/* 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 com.greencardigan.tc4;

public final class R {
public static final class array {
public static final int pref_ReadInterval_entries=0x7f050000;
public static final int pref_ReadInterval_values=0x7f050001;
}
public static final class attr {
}
public static final class drawable {
public static final int app_icon=0x7f020000;
}
public static final class id {
public static final int btLabel=0x7f080009;
public static final int btRorLabel=0x7f08000b;
public static final int btRorValue=0x7f08000c;
public static final int btValue=0x7f08000a;
public static final int button_1=0x7f080015;
public static final int button_10=0x7f08001e;
public static final int button_11=0x7f08001f;
public static final int button_12=0x7f080020;
public static final int button_2=0x7f080016;
public static final int button_3=0x7f080017;
public static final int button_4=0x7f080018;
public static final int button_5=0x7f080019;
public static final int button_6=0x7f08001a;
public static final int button_7=0x7f08001b;
public static final int button_8=0x7f08001c;
public static final int button_9=0x7f08001d;
public static final int button_scan=0x7f080006;
public static final int button_send=0x7f080014;
public static final int chart=0x7f080007;
public static final int discoverable=0x7f080023;
public static final int edit_text_out=0x7f080013;
public static final int etLabel=0x7f08000d;
public static final int etValue=0x7f08000e;
public static final int fanLabel=0x7f080011;
public static final int fanValue=0x7f080012;
public static final int htrLabel=0x7f08000f;
public static final int htrValue=0x7f080010;
public static final int menu_settings=0x7f080021;
public static final int new_devices=0x7f080005;
public static final int paired_devices=0x7f080003;
public static final int roastClock=0x7f080008;
public static final int scan=0x7f080022;
public static final int settings=0x7f080024;
public static final int title_left_text=0x7f080000;
public static final int title_new_devices=0x7f080004;
public static final int title_paired_devices=0x7f080002;
public static final int title_right_text=0x7f080001;
}
public static final class layout {
public static final int activity_settings=0x7f030000;
public static final int custom_title=0x7f030001;
public static final int device_list=0x7f030002;
public static final int device_name=0x7f030003;
public static final int main=0x7f030004;
public static final int message=0x7f030005;
}
public static final class menu {
public static final int activity_graph=0x7f070000;
public static final int activity_settings=0x7f070001;
public static final int option_menu=0x7f070002;
}
public static final class string {
public static final int app_name=0x7f060000;
public static final int bt_not_enabled_leaving=0x7f060003;
public static final int button_10_text=0x7f06001a;
public static final int button_11_text=0x7f06001b;
public static final int button_12_text=0x7f06001c;
public static final int button_8_text1=0x7f060016;
public static final int button_8_text2=0x7f060017;
public static final int button_8_text3=0x7f060018;
public static final int button_9_text=0x7f060019;
public static final int button_scan=0x7f06000d;
/** Options Menu
*/
public static final int connect=0x7f06000e;
public static final int discoverable=0x7f06000f;
public static final int hello_world=0x7f060010;
public static final int menu_settings=0x7f060011;
public static final int none_found=0x7f06000a;
public static final int none_paired=0x7f060009;
public static final int not_connected=0x7f060002;
public static final int pref_ReadInterval=0x7f060014;
public static final int pref_readInterval_default=0x7f060015;
/** DeviceListActivity
*/
public static final int scanning=0x7f060007;
public static final int select_device=0x7f060008;
/** BluetoothChat
*/
public static final int send=0x7f060001;
public static final int title_activity_graph=0x7f060012;
public static final int title_activity_settings=0x7f060013;
public static final int title_connected_to=0x7f060005;
public static final int title_connecting=0x7f060004;
public static final int title_not_connected=0x7f060006;
public static final int title_other_devices=0x7f06000c;
public static final int title_paired_devices=0x7f06000b;
}
public static final class xml {
public static final int preferences=0x7f040000;
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SettingsActivity" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world" />

</RelativeLayout>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical"
>
<TextView android:id="@+id/title_left_text"
android:layout_alignParentLeft="true"
android:ellipsize="end"
android:singleLine="true"
style="?android:attr/windowTitleStyle"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_weight="1"
/>
<TextView android:id="@+id/title_right_text"
android:layout_alignParentRight="true"
android:ellipsize="end"
android:singleLine="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:textColor="#fff"
android:layout_weight="1"
/>
</RelativeLayout>
Loading

0 comments on commit b6e6242

Please sign in to comment.