Skip to content

Commit

Permalink
1.0.5 140804 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadroid committed Aug 5, 2014
1 parent f6a979e commit 2b76ce5
Show file tree
Hide file tree
Showing 100 changed files with 537 additions and 531 deletions.
10 changes: 5 additions & 5 deletions OneSheeld/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.integreight.onesheeld"
android:versionCode="140703"
android:versionName="1.0.4" >
android:versionCode="140804"
android:versionName="1.0.5" >

<uses-sdk android:minSdkVersion="9" />

Expand Down Expand Up @@ -65,7 +65,7 @@
android:name="com.integreight.onesheeld.OneSheeldApplication"
android:allowBackup="true"
android:allowClearUserData="true"
android:debuggable="true"
android:debuggable="false"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
Expand Down Expand Up @@ -142,7 +142,7 @@
- The BroadcastReceiver isn't exported (e.g. android:exported="false")
- The BroadcastReceiver isn't enabled (e.g. android:enabled="false")
- The BroadcastReceiver requires permissions not available to Locale
- There are multiple BroadcastReceivers for com.twofortyfouram.locale.intent.action.QUERY_CONDITION
- There are multiple BroadcastReceivers for com.twofortyfouram.locale.intent.action.QUERY_CONDITION
-->
<receiver
android:name="com.integreight.onesheeld.conditionplugin.QueryReceiver"
Expand All @@ -158,7 +158,7 @@
<!--
This service is required, because detecting screen state is a REGISTERED_RECEIVER_ONLY Intent.
In general, plug-ins that do not need a service are preferred. This is not exported, because it is a private
implementation detail of the plug-in.
implementation detail of the plug-in.
-->
<service
android:name="com.integreight.onesheeld.conditionplugin.BackgroundService"
Expand Down
20 changes: 10 additions & 10 deletions OneSheeld/res/layout/accelerometer_shield_fragment_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:layout_marginTop="30dp"
android:visibility="invisible" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/device_not_has_sensor_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -65,7 +65,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sensor_xcoor_top_margin"
Expand All @@ -75,7 +75,7 @@
android:textSize="42sp" />
</RelativeLayout>

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/x_value_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -86,7 +86,7 @@
android:textColor="@color/offWhite"
android:textSize="24sp" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
Expand All @@ -112,7 +112,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sensor_ycoor_top_margin"
Expand All @@ -122,7 +122,7 @@
android:textSize="42sp" />
</RelativeLayout>

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/y_value_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -133,7 +133,7 @@
android:textColor="@color/offWhite"
android:textSize="24sp" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
Expand All @@ -159,7 +159,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sensor_xcoor_top_margin"
Expand All @@ -169,7 +169,7 @@
android:textSize="42sp" />
</RelativeLayout>

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/z_value_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -180,7 +180,7 @@
android:textColor="@color/offWhite"
android:textSize="24sp" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
Expand Down
2 changes: 1 addition & 1 deletion OneSheeld/res/layout/activity_shields_operation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:layout_marginRight="10dp"
android:layout_marginTop="20dp" >

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/shieldName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion OneSheeld/res/layout/buzzer_sound_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:gravity="center"
android:orientation="vertical" >

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
Expand Down
2 changes: 1 addition & 1 deletion OneSheeld/res/layout/clock_shield_fragment_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:background="@drawable/clock_shield_screen_logo"
android:contentDescription="@string/app_name" />

<com.integreight.onesheeld.utils.OneShieldTextView
<com.integreight.onesheeld.utils.customviews.OneSheeldTextView
android:id="@+id/time_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down
Loading

0 comments on commit 2b76ce5

Please sign in to comment.