Commit Graph

26 Commits

Author SHA1 Message Date
0c995e02d3 Added getters for PathOverlay points, refactored DirectionsOverlay
Change-Id: Ia46352151dad96ae30c427d7776614555913c48b
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-10 09:46:11 -05:00
54de0d8060 Updated the compass to compensate for device rotation
Change-Id: I67640254a4c454a42719c99b5720e56b77eaf137
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-10 09:44:27 -05:00
e0c7df5ea6 Decreased user arrow animation by 2 seconds
Change-Id: I705e09eee3bcccf77c44a28223fa3fdd18f61b6b
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-09 10:52:17 -05:00
9e244ee772 Added a progress circle to the mapfragment
the progress circle will be used to indicate that there is work being
done in the background

Change-Id: Id2929f5be68fce0d223e18d8dd07babfcdb37a34
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-08 09:59:32 -05:00
c4a4938e2b Cleaned up imports
Change-Id: I9638fdd46fa44e451f166c48495395406f00c15e
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-05 11:46:13 -05:00
674da044c6 Commented out debugging System.out.print call in CompassSensor.130
Change-Id: I2b48c98d8bfa9d8faa6afbe2f99d878847793095
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-05 11:02:11 -05:00
449c97a384 Added method GeoUtils.distanceToString()
I moved this method from FMC

Change-Id: I61ff03c3e69a32cabb1999cb858b139990f2f835
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-05 10:49:45 -05:00
3610660a56 Converted PoathOverlay into an imutable object
Change-Id: I4c2aebe2a734560e4178e0ef789de815927afada
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-05 10:39:07 -05:00
e1e1bea1ef Refactored the entire library
I also moved the directions listfragment, overlay, and other required
classes from FMC into the library

Change-Id: Iba27e29d89e864dbeca3a2670aed552a8be4f2b8
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-05 08:28:47 -05:00
2d53cf69cb removed synchronation
from the animation thread's abort()

Change-Id: I27488739805eda2422c87173b8d65d2680742958
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-04 14:55:13 -05:00
184552932e Updated Map based classes
updated map_fragment.xml to TC release api key

updated MidPoint to be final

updated UserOverlayBase to synchronize the animation thread abort
method, and made mUserArrow volatile

Change-Id: Ie79d2c8edb08b7cfdbd130a63e34d0e9ce62eb0e
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-04 14:03:04 -05:00
066a17a0a1 Updated Midpoint tp be inmutible
Change-Id: I938232ba7b49b84ae133cbdb2b9d42a12ebfb9c1
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-03 11:28:58 -05:00
7dff00f5b0 Removed Tracking for locationlib.jar
Change-Id: Id942e727d03d3479904371ffe04784ae05d3bff3
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-01 13:51:26 -05:00
a1c52bfa08 Updated Skyhook library
Change-Id: Ida6a8c9cb30fdb503a2bea1bee409dceafc72683
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-21 10:35:58 -05:00
a11a6801d5 UserOverlayBase.java
updated AnimationThread to make the animation more smooth
2012-01-18 16:22:49 +00:00
f4ee1f1898 UserOverlayBase.java
removed the synchronized modifier from AnimationThread.abort() the prevent ANR's
2012-01-18 16:10:39 +00:00
c3d155500a UserOverlayBase.java fixed animation thread break condition to check of isAborted rather than !isAborted 2012-01-13 05:51:24 +00:00
fdc21f6afe MapFragmentBase.java
added convince methods

UserOverlayBase.java
added convince methods

UserOverlayMapFragment.java
added convince methods

SkyHoookUserOverlayMapFragment.java
added convince methods
2012-01-12 17:10:04 +00:00
51e03d9d9d updated the manifest to reflect com.TwentyCodes.android.location as the main package
Created the abstract class MapFragmentBase.java to be used as a template for creating new mapfragments.

Created UserOverlayMapFragment.java & SkyHookUserOverlayMapFragment.java. these two mapfragments each maintain the mapview and its respected user overlay, allowing for simpler implmention
2012-01-12 15:20:42 +00:00
1a858f1335 Created abstract class UserOverlayBase.java to replace most of the code that is redundant in UserOverlay.java ands SkyHookUserOverlay.java. This will make it easyer to update the UserOverlays across the board 2012-01-12 14:29:41 +00:00
5cf1e61c6c added compass drawables to the lib
CompasOverlay.java
updated all methods that set mX and mY to use dip instead of px
updated default drawables to compass_sm.png and needle_sm.png

added RadiusOverlay.java and LocationSelectedListener.java to the library
2012-01-12 13:30:48 +00:00
d2d643afe6 added compass drawables to the lib
CompasOverlay.java
updated all methods that set mX and mY to use dip instead of px
updated default drawables to compass_sm.png and needle_sm.png

added RadiusOverlay.java and LocationSelectedListener.java to the library
2012-01-08 14:35:25 +00:00
9217b1215e added compass drawables to the lib
CompasOverlay.java
updated all methods that set mX and mY to use dip instead of px
updated default drawables to compass_sm.png and needle_sm.png

added RadiusOverlay.java and LocationSelectedListener.java to the library
2012-01-08 14:35:01 +00:00
192215f879 added compass drawables to the lib
CompasOverlay.java
updated all methods that set mX and mY to use dip instead of px
updated default drawables to compass_sm.png and needle_sm.png

added RadiusOverlay.java and LocationSelectedListener.java to the library
2012-01-08 14:33:18 +00:00
703a6ca059 added compass drawables to the lib
CompasOverlay.java
updated all methods that set mX and mY to use dip instead of px
updated default drawables to compass_sm.png and needle_sm.png

added RadiusOverlay.java and LocationSelectedListener.java to the library
2012-01-08 14:32:53 +00:00
4a0469abf7 init commit 2011-12-17 15:43:48 +00:00