diff --git a/LocationLib/bin/locationlib.jar b/LocationLib/bin/locationlib.jar index 411510a..f12ceec 100644 Binary files a/LocationLib/bin/locationlib.jar and b/LocationLib/bin/locationlib.jar differ diff --git a/LocationLib/src/com/TwentyCodes/android/fragments/MapFragmentBase.java b/LocationLib/src/com/TwentyCodes/android/fragments/MapFragmentBase.java index 72abe18..9939432 100644 --- a/LocationLib/src/com/TwentyCodes/android/fragments/MapFragmentBase.java +++ b/LocationLib/src/com/TwentyCodes/android/fragments/MapFragmentBase.java @@ -14,8 +14,6 @@ import android.view.ViewGroup; import com.TwentyCodes.android.location.MapView; import com.TwentyCodes.android.location.R; -import com.TwentyCodes.android.location.R.id; -import com.TwentyCodes.android.location.R.layout; import com.google.android.maps.GeoPoint; import com.google.android.maps.Overlay; diff --git a/LocationLib/src/com/TwentyCodes/android/overlays/CompasOverlay.java b/LocationLib/src/com/TwentyCodes/android/overlays/CompasOverlay.java index 1bc3c1e..2537ddd 100644 --- a/LocationLib/src/com/TwentyCodes/android/overlays/CompasOverlay.java +++ b/LocationLib/src/com/TwentyCodes/android/overlays/CompasOverlay.java @@ -19,7 +19,6 @@ import com.TwentyCodes.android.location.CompassListener; import com.TwentyCodes.android.location.CompassSensor; import com.TwentyCodes.android.location.GeoUtils; import com.TwentyCodes.android.location.R; -import com.TwentyCodes.android.location.R.drawable; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapView; import com.google.android.maps.Overlay; diff --git a/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java b/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java index c9fe986..977c04b 100644 --- a/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java +++ b/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java @@ -16,19 +16,17 @@ import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; -import android.graphics.Point; import android.graphics.Paint.Style; +import android.graphics.Point; import android.os.Handler; import android.os.SystemClock; import android.util.Log; +import com.TwentyCodes.android.debug.Debug; import com.TwentyCodes.android.location.CompassListener; import com.TwentyCodes.android.location.GeoPointLocationListener; import com.TwentyCodes.android.location.GeoUtils; import com.TwentyCodes.android.location.R; -import com.TwentyCodes.android.location.R.drawable; -import com.TwentyCodes.android.location.R.string; -import com.TwentyCodes.android.debug.Debug; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapView; import com.google.android.maps.Overlay;