-
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
1 parent
2b8064f
commit f3ec0ea
Showing
29 changed files
with
1,484 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin |
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,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>swan-train-sensor</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> |
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,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="interdroid.swan.cuckoo_station_sensor" | ||
android:versionCode="1" | ||
android:versionName="1.0" > | ||
|
||
<application | ||
android:icon="@drawable/ic_launcher" | ||
android:label="@string/app_name" > | ||
<activity | ||
android:name=".TrainSensor$ConfigurationActivity" | ||
android:exported="true" | ||
android:icon="@drawable/ic_launcher" > | ||
<meta-data | ||
android:name="entityId" | ||
android:value="train" /> | ||
<meta-data | ||
android:name="valuePaths" | ||
android:value="departure" /> | ||
<meta-data | ||
android:name="units" | ||
android:value="ms" /> | ||
<meta-data | ||
android:name="authority" | ||
android:value="interdroid.swan.cuckoo_station_sensor.train" /> | ||
<meta-data | ||
android:name="from" | ||
android:value="null" /> | ||
<meta-data | ||
android:name="to" | ||
android:value="null" /> | ||
<meta-data | ||
android:name="type" | ||
android:value="Intercity" /> | ||
<meta-data | ||
android:name="time" | ||
android:value="null" /> | ||
|
||
<intent-filter> | ||
<action android:name="interdroid.swan.sensor.DISCOVER" /> | ||
</intent-filter> | ||
</activity> | ||
|
||
<service | ||
android:name=".TrainSensor" | ||
android:exported="true" > | ||
</service> | ||
|
||
<provider | ||
android:name="interdroid.swan.cuckoo_station_sensor.TrainSensor$Provider" | ||
android:authorities="interdroid.swan.cuckoo_station_sensor.train" /> | ||
</application> | ||
|
||
<uses-sdk android:minSdkVersion="17" /> | ||
|
||
<uses-permission android:name="interdroid.vdb.permission.READ_DATABASE" /> | ||
<uses-permission android:name="interdroid.vdb.permission.WRITE_DATABASE" /> | ||
|
||
<!-- Start Permissions needed for Communication Offloading with Cuckoo --> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.GET_ACCOUNTS" /> | ||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /> | ||
|
||
<permission | ||
android:name="interdroid.swan.cuckoo_station_sensor.permission.C2D_MESSAGE" | ||
android:protectionLevel="signature" /> | ||
|
||
<uses-permission android:name="interdroid.swan.cuckoo_station_sensor.permission.C2D_MESSAGE" /> | ||
<!-- End Permissions needed for Communication Offloading with Cuckoo --> | ||
|
||
</manifest> |
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,113 @@ | ||
/* 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.google.android.gms; | ||
|
||
public final class R { | ||
public static final class attr { | ||
public static final int cameraBearing = 0x7f010001; | ||
public static final int cameraTargetLat = 0x7f010002; | ||
public static final int cameraTargetLng = 0x7f010003; | ||
public static final int cameraTilt = 0x7f010004; | ||
public static final int cameraZoom = 0x7f010005; | ||
public static final int mapType = 0x7f010000; | ||
public static final int uiCompass = 0x7f010006; | ||
public static final int uiRotateGestures = 0x7f010007; | ||
public static final int uiScrollGestures = 0x7f010008; | ||
public static final int uiTiltGestures = 0x7f010009; | ||
public static final int uiZoomControls = 0x7f01000a; | ||
public static final int uiZoomGestures = 0x7f01000b; | ||
public static final int useViewLifecycle = 0x7f01000c; | ||
public static final int zOrderOnTop = 0x7f01000d; | ||
} | ||
public static final class color { | ||
public static final int common_action_bar_splitter = 0x7f05000a; | ||
public static final int common_signin_btn_dark_text_default = 0x7f050001; | ||
public static final int common_signin_btn_dark_text_disabled = 0x7f050003; | ||
public static final int common_signin_btn_dark_text_focused = 0x7f050004; | ||
public static final int common_signin_btn_dark_text_pressed = 0x7f050002; | ||
public static final int common_signin_btn_default_background = 0x7f050009; | ||
public static final int common_signin_btn_light_text_default = 0x7f050005; | ||
public static final int common_signin_btn_light_text_disabled = 0x7f050007; | ||
public static final int common_signin_btn_light_text_focused = 0x7f050008; | ||
public static final int common_signin_btn_light_text_pressed = 0x7f050006; | ||
public static final int common_signin_btn_text_dark = 0x7f05000b; | ||
public static final int common_signin_btn_text_light = 0x7f05000c; | ||
} | ||
public static final class drawable { | ||
public static final int common_signin_btn_icon_dark = 0x7f020003; | ||
public static final int common_signin_btn_icon_disabled_dark = 0x7f020004; | ||
public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020005; | ||
public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020006; | ||
public static final int common_signin_btn_icon_disabled_light = 0x7f020007; | ||
public static final int common_signin_btn_icon_focus_dark = 0x7f020008; | ||
public static final int common_signin_btn_icon_focus_light = 0x7f020009; | ||
public static final int common_signin_btn_icon_light = 0x7f02000a; | ||
public static final int common_signin_btn_icon_normal_dark = 0x7f02000b; | ||
public static final int common_signin_btn_icon_normal_light = 0x7f02000c; | ||
public static final int common_signin_btn_icon_pressed_dark = 0x7f02000d; | ||
public static final int common_signin_btn_icon_pressed_light = 0x7f02000e; | ||
public static final int common_signin_btn_text_dark = 0x7f02000f; | ||
public static final int common_signin_btn_text_disabled_dark = 0x7f020010; | ||
public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020011; | ||
public static final int common_signin_btn_text_disabled_focus_light = 0x7f020012; | ||
public static final int common_signin_btn_text_disabled_light = 0x7f020013; | ||
public static final int common_signin_btn_text_focus_dark = 0x7f020014; | ||
public static final int common_signin_btn_text_focus_light = 0x7f020015; | ||
public static final int common_signin_btn_text_light = 0x7f020016; | ||
public static final int common_signin_btn_text_normal_dark = 0x7f020017; | ||
public static final int common_signin_btn_text_normal_light = 0x7f020018; | ||
public static final int common_signin_btn_text_pressed_dark = 0x7f020019; | ||
public static final int common_signin_btn_text_pressed_light = 0x7f02001a; | ||
} | ||
public static final class id { | ||
public static final int hybrid = 0x7f080004; | ||
public static final int none = 0x7f080000; | ||
public static final int normal = 0x7f080001; | ||
public static final int satellite = 0x7f080002; | ||
public static final int terrain = 0x7f080003; | ||
} | ||
public static final class string { | ||
public static final int auth_client_needs_enabling_title = 0x7f060040; | ||
public static final int auth_client_needs_installation_title = 0x7f060041; | ||
public static final int auth_client_needs_update_title = 0x7f060042; | ||
public static final int auth_client_play_services_err_notification_msg = 0x7f060043; | ||
public static final int auth_client_requested_by_msg = 0x7f060044; | ||
public static final int auth_client_using_bad_version_title = 0x7f06003f; | ||
public static final int common_google_play_services_enable_button = 0x7f060036; | ||
public static final int common_google_play_services_enable_text = 0x7f060035; | ||
public static final int common_google_play_services_enable_title = 0x7f060034; | ||
public static final int common_google_play_services_install_button = 0x7f060033; | ||
public static final int common_google_play_services_install_text_phone = 0x7f060031; | ||
public static final int common_google_play_services_install_text_tablet = 0x7f060032; | ||
public static final int common_google_play_services_install_title = 0x7f060030; | ||
public static final int common_google_play_services_unknown_issue = 0x7f060039; | ||
public static final int common_google_play_services_unsupported_text = 0x7f06003b; | ||
public static final int common_google_play_services_unsupported_title = 0x7f06003a; | ||
public static final int common_google_play_services_update_button = 0x7f06003c; | ||
public static final int common_google_play_services_update_text = 0x7f060038; | ||
public static final int common_google_play_services_update_title = 0x7f060037; | ||
public static final int common_signin_button_text = 0x7f06003d; | ||
public static final int common_signin_button_text_long = 0x7f06003e; | ||
} | ||
public static final class styleable { | ||
public static final int[] MapAttrs = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d }; | ||
public static final int MapAttrs_cameraBearing = 1; | ||
public static final int MapAttrs_cameraTargetLat = 2; | ||
public static final int MapAttrs_cameraTargetLng = 3; | ||
public static final int MapAttrs_cameraTilt = 4; | ||
public static final int MapAttrs_cameraZoom = 5; | ||
public static final int MapAttrs_mapType = 0; | ||
public static final int MapAttrs_uiCompass = 6; | ||
public static final int MapAttrs_uiRotateGestures = 7; | ||
public static final int MapAttrs_uiScrollGestures = 8; | ||
public static final int MapAttrs_uiTiltGestures = 9; | ||
public static final int MapAttrs_uiZoomControls = 10; | ||
public static final int MapAttrs_uiZoomGestures = 11; | ||
public static final int MapAttrs_useViewLifecycle = 12; | ||
public static final int MapAttrs_zOrderOnTop = 13; | ||
} | ||
} |
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 interdroid.swan.cuckoo_station_sensor; | ||
|
||
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,14 @@ | ||
/* 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 interdroid.swan.cuckoo_station_sensor; | ||
|
||
public final class Manifest { | ||
public static final class permission { | ||
public static final String C2D_MESSAGE="interdroid.swan.cuckoo_station_sensor.permission.C2D_MESSAGE"; | ||
} | ||
} |
Oops, something went wrong.