| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent overflow in LocationRequest.setExpireIn() | Laurent Tu | 2012-10-04 | 1 | -1/+9 |
* | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos() | Philip Milne | 2012-09-26 | 2 | -16/+16 |
* | Fix for bug: #7172778. Javadoc errors in LocationManager. | Philip Milne | 2012-09-25 | 1 | -13/+17 |
* | Merge "Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtim... | Philip Milne | 2012-09-24 | 1 | -2/+2 |
|\ |
|
| * | Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()" | Philip Milne | 2012-09-24 | 1 | -2/+2 |
* | | Merge "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()... | Philip Milne | 2012-09-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos() | Philip Milne | 2012-09-21 | 1 | -2/+2 |
* | | Merge "Do not use passive GPS data for COARSE only apps." into jb-mr1-dev | Victoria Lease | 2012-09-23 | 2 | -1/+43 |
|\ \
| |/
|/| |
|
| * | Do not use passive GPS data for COARSE only apps. | Victoria Lease | 2012-09-21 | 2 | -1/+43 |
* | | API REVIEW: Undeprecate Location.dump() | Romain Guy | 2012-09-21 | 1 | -5/+1 |
|/ |
|
* | Require ACCESS_FINE_LOCATION for Geofence use. | Victoria Lease | 2012-09-13 | 1 | -5/+22 |
* | Print timestamp (instead of age) in Location#toString() | Nick Pelly | 2012-08-21 | 1 | -3/+2 |
* | Port location blacklist code to MR1. | Nick Pelly | 2012-08-17 | 2 | -4/+6 |
* | Add javadoc for new location API's. | Nick Pelly | 2012-08-16 | 5 | -509/+828 |
* | Improve coarse locations. | Nick Pelly | 2012-08-16 | 1 | -14/+0 |
* | Remove LocationManager#getLastKnownLocation(Criteria). | Nick Pelly | 2012-08-10 | 1 | -30/+0 |
* | Location overhaul, major commit. | Nick Pelly | 2012-08-10 | 10 | -365/+1126 |
* | Improve Location object. | Nick Pelly | 2012-07-20 | 2 | -10/+118 |
* | Improve geofencing: throttle location updates with distance to fence. | Nick Pelly | 2012-07-16 | 2 | -5/+18 |
* | docs: fix several links | Scott Main | 2012-06-22 | 1 | -1/+1 |
* | Enforce the minTime parameter in LocationManager#requestLocationUpdates | Nick Pelly | 2012-05-17 | 1 | -134/+259 |
* | docs: Add developer guide cross-references, Project ACRE, round 4 | Joe Fernandez | 2011-12-22 | 3 | -3/+17 |
* | Cherry-picking Id45abeba and Ia065dec6 for MR1 | Makoto Onuki | 2011-12-13 | 1 | -4/+43 |
* | Use upper case country codes in Country.java | Daisuke Miyakawa | 2011-06-27 | 1 | -1/+3 |
* | Use passive provider for location based country detection | Daisuke Miyakawa | 2011-04-28 | 1 | -3/+3 |
* | Fix the javadoc for LocationManager.requestSingleUpdate() | Amith Yamasani | 2011-03-28 | 1 | -22/+26 |
* | Update package descriptions with editorial revisions. | Scott Main | 2011-01-26 | 1 | -5/+4 |
* | am cb51c0c7: am 3e94b94f: Merge "Remove old location classes." into gingerbread | Dianne Hackborn | 2010-09-28 | 2 | -442/+0 |
|\ |
|
| * | Remove old location classes. | Dianne Hackborn | 2010-09-28 | 2 | -442/+0 |
* | | am 24956d36: am 307aef01: Merge "LocationManager: Hide location provider and ... | Mike Lockwood | 2010-09-20 | 5 | -5/+11 |
|\ \
| |/ |
|
| * | LocationManager: Hide location provider and geocode provider APIs. | Mike Lockwood | 2010-09-20 | 5 | -5/+11 |
* | | resolved conflicts for merge of 53686433 to master | Dianne Hackborn | 2010-09-13 | 2 | -8/+13 |
|\ \
| |/ |
|
| * | Track client requests through location manager. | Dianne Hackborn | 2010-09-13 | 2 | -8/+13 |
* | | am d71021cb: am 0c731f99: Merge "Send broadcast intent when configured locati... | Brad Fitzpatrick | 2010-08-27 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Send broadcast intent when configured location providers change. | Brad Fitzpatrick | 2010-08-27 | 1 | -0/+7 |
* | | Add new system service CountryDetector | Bai Tao | 2010-07-28 | 6 | -0/+432 |
|/ |
|
* | Don't throw an exception from isProviderEnabled and getLastKnownLocation | Mike Lockwood | 2010-07-17 | 1 | -3/+2 |
* | andriod.location.Criteria: Simplify new location criteria APIs a bit. | Mike Lockwood | 2010-06-23 | 1 | -96/+25 |
* | Merge "Add Geocorder.isImplemented()" into kraken | Mike Lockwood | 2010-05-24 | 2 | -1/+21 |
|\ |
|
| * | Add Geocorder.isImplemented() | Mark Vandevoorde | 2010-05-21 | 2 | -1/+21 |
* | | Fix broken Javadoc links | Mike Lockwood | 2010-05-21 | 2 | -8/+8 |
|/ |
|
* | Unhide new location manager APIs: | Mike Lockwood | 2010-05-21 | 5 | -37/+0 |
* | New Location Manager APIs for Criteria based requests and single shot mode. | Mike Lockwood | 2010-05-21 | 6 | -308/+561 |
* | am b6f0cbdc: merge from open-source master | The Android Open Source Project | 2010-05-10 | 1 | -0/+6 |
|\ |
|
| * | merge from open-source master | The Android Open Source Project | 2010-05-10 | 1 | -0/+6 |
| |\ |
|
| | * | Include the API level 4 fields in the Parcel. | Paul Watts | 2010-01-20 | 1 | -0/+6 |
| | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 7 | -28/+186 |
| | * | donut snapshot | Jean-Baptiste Queru | 2009-07-29 | 1 | -0/+47 |
| | * | donut snapshot | Jean-Baptiste Queru | 2009-07-21 | 4 | -59/+2 |
| | * | donut snapshot | Jean-Baptiste Queru | 2009-05-20 | 11 | -456/+265 |