diff --git a/Apps/Motion/AndroidManifest.xml b/Apps/Motion/AndroidManifest.xml index 4180a54d..2220bc0b 100644 --- a/Apps/Motion/AndroidManifest.xml +++ b/Apps/Motion/AndroidManifest.xml @@ -79,8 +79,8 @@ + android:windowSoftInputMode="adjustPan" + android:theme="@style/AppTheme"/> @@ -74,7 +74,8 @@ + android:windowSoftInputMode="adjustPan" + android:theme="@style/AppTheme"/> diff --git a/Apps/Writer/src/edu/uml/cs/isense/writer/ManualEntry.java b/Apps/Writer/src/edu/uml/cs/isense/writer/ManualEntry.java index 8731d69a..2f90535d 100644 --- a/Apps/Writer/src/edu/uml/cs/isense/writer/ManualEntry.java +++ b/Apps/Writer/src/edu/uml/cs/isense/writer/ManualEntry.java @@ -17,7 +17,6 @@ package edu.uml.cs.isense.writer; -import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.location.Criteria; @@ -94,7 +93,6 @@ public class ManualEntry extends ActionBarActivity implements LocationListener { private int scrollY = 0; - @SuppressLint("NewApi") @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); diff --git a/Google_Play_APK_Files/Motion/Motion-v1_2_0.apk b/Google_Play_APK_Files/Motion/Motion_v1_2_0_alpha1.apk similarity index 100% rename from Google_Play_APK_Files/Motion/Motion-v1_2_0.apk rename to Google_Play_APK_Files/Motion/Motion_v1_2_0_alpha1.apk diff --git a/Google_Play_APK_Files/Motion/Motion_v1_2_0_alpha2.apk b/Google_Play_APK_Files/Motion/Motion_v1_2_0_alpha2.apk new file mode 100644 index 00000000..4882174f Binary files /dev/null and b/Google_Play_APK_Files/Motion/Motion_v1_2_0_alpha2.apk differ diff --git a/Google_Play_APK_Files/Writer/Writer_ v1_2_0_alpha3.apk b/Google_Play_APK_Files/Writer/Writer_ v1_2_0_alpha3.apk new file mode 100644 index 00000000..34c3421d Binary files /dev/null and b/Google_Play_APK_Files/Writer/Writer_ v1_2_0_alpha3.apk differ diff --git a/Libs/iSENSE Imports/AndroidManifest.xml b/Libs/iSENSE Imports/AndroidManifest.xml index e199d16d..bb96e724 100644 --- a/Libs/iSENSE Imports/AndroidManifest.xml +++ b/Libs/iSENSE Imports/AndroidManifest.xml @@ -14,11 +14,11 @@ + android:theme="@style/AppTheme" /> + android:theme="@style/AppThemeNoActionBar" /> -