1. b870dbf Fix privacy leaks in LocationManager by David Christie · 9 years ago
  2. f7e9cf4 Access mock location is no longer a runtime permission - framework by Svet Ganov · 9 years ago
  3. c347ec6 Add permission annotations on the LocationManager API by Tor Norbye · 9 years ago
  4. 3546c9a Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev by destradaa · 10 years ago
  5. a62050d Mark Gps Raw related APIs as System APIs. b/16727892 by destradaa · 10 years ago
  6. 6568d70 Add support for GPS measurement/navigation message capabilities. by destradaa · 10 years ago
  7. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  8. 61ee1ed Merge "Add @SystemApi to LocationManager methods used by GmsCore (with reflection). Bug: 17515515" into lmp-dev by David Christie · 10 years ago
  9. 4bd3488 Add @SystemApi to LocationManager methods used by GmsCore (with reflection). by David Christie · 10 years ago
  10. bc30951 Fix a STOPSHIP by Tom O'Neill · 10 years ago
  11. 4b3e393 Expose Gps Navigation Messages in the platform. b/16405976 by destradaa · 10 years ago
  12. ea8a8a6 Update location framework to accept raw data from GPS HAL. by destradaa · 10 years ago
  13. 43c9b10 am 812de6f6: am dbed61c8: am ca2df286: Merge "Fix typo in the exception message." by Nick Kralevich · 10 years ago
  14. afecea1 Seeing if a provider is enabled doesn't require special permissions by Tom O'Neill · 10 years ago
  15. 8a985d2 Tabs -> spaces in frameworks/base. by John Spurlock · 10 years ago
  16. 405393c Fix typo in the exception message. by Masaki Muranaka · 11 years ago
  17. d575943 Improve some javadoc related to isProviderEnabled() apis by Tom O'Neill · 11 years ago
  18. 40a86c2 Add LocationManager.MODE_CHANGED_ACTION broadcast by Tom O'Neill · 11 years ago
  19. c750c1f Update gps status icon to be a "high power" location icon. by David Christie · 11 years ago
  20. 54ca7ae Annotate Locations coming from mock providers by Victoria Lease · 12 years ago
  21. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  22. 7ab7f53 Hide new location APIs and undeprecate old ones by Laurent Tu · 12 years ago
  23. 8761e14 docs: Clarify the callback mechanisms for LocationRequest by Scott Main · 12 years ago
  24. 2291ca4 LocationManager javadoc permission fixes by Victoria Lease · 12 years ago
  25. 4118012 Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos() by Philip Milne · 12 years ago
  26. 7357788 Fix for bug: #7172778. Javadoc errors in LocationManager. by Philip Milne · 12 years ago
  27. 4fab68b Require ACCESS_FINE_LOCATION for Geofence use. by Victoria Lease · 12 years ago
  28. 4035f5a Port location blacklist code to MR1. by Nick Pelly · 12 years ago
  29. 4e31c4f Add javadoc for new location API's. by Nick Pelly · 12 years ago
  30. 3914e4b Remove LocationManager#getLastKnownLocation(Criteria). by Nick Pelly · 12 years ago
  31. 6fa9ad4 Location overhaul, major commit. by Nick Pelly · 12 years ago
  32. 2eeeec2 Improve Location object. by Nick Pelly · 12 years ago
  33. e0fd693 Improve geofencing: throttle location updates with distance to fence. by Nick Pelly · 12 years ago
  34. f1be686 Enforce the minTime parameter in LocationManager#requestLocationUpdates by Nick Pelly · 12 years ago
  35. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  36. a550bdc Use passive provider for location based country detection by Daisuke Miyakawa · 13 years ago
  37. e23fc8e Fix the javadoc for LocationManager.requestSingleUpdate() by Amith Yamasani · 13 years ago
  38. 0c5a040 Send broadcast intent when configured location providers change. by Brad Fitzpatrick · 14 years ago
  39. f4d207b Don't throw an exception from isProviderEnabled and getLastKnownLocation by Mike Lockwood · 14 years ago
  40. 71677f8 Unhide new location manager APIs: by Mike Lockwood · 14 years ago
  41. 03ca216 New Location Manager APIs for Criteria based requests and single shot mode. by Mike Lockwood · 14 years ago
  42. 00b7427 Move files internal to LocationManagerService from framework.jar to services.jar by Mike Lockwood · 14 years ago
  43. 689e449 Check for null provider in LocationManager.getProviders() by Mike Lockwood · 14 years ago
  44. a4903f2 Add passive location provider. by Mike Lockwood · 14 years ago
  45. 628fd6d Network Location unbundling: by Mike Lockwood · 15 years ago
  46. 52eab1c Unhide LocationManager APIs needed for unbundled location providers. by Mike Lockwood · 15 years ago
  47. f5d95cb less log spew by Joe Onorato · 15 years ago
  48. 9d2f7a7 Add LocationManagerImpl class to act as a public wrapper for the ILocationProvider interface by Mike Lockwood · 15 years ago
  49. 3490140 Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling. by Mike Lockwood · 15 years ago
  50. 9aa1fa2 LocationManagerService: Remove caching of last known locations to flash. by Mike Lockwood · 15 years ago
  51. 22d1f9f gps: Network initiated SUPL by Danke Xie · 15 years ago
  52. 640992d gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentences by Mike Lockwood · 15 years ago
  53. b16e780 gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. by Mike Lockwood · 15 years ago
  54. 55ed491 Fix typo in Javadoc for LocationManager.GPS_PROVIDER by Kenny Root · 15 years ago
  55. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
  56. 2677d0d LocationManager: Fix a Javadoc comment. by Mike Lockwood · 15 years ago
  57. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  58. b8adcad location: Remove obsolete fake provider support. by Mike Lockwood · 15 years ago
  59. 79762a3 location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package. by Mike Lockwood · 15 years ago
  60. 48f1751 location: Location Manager wakelock cleanup, phase 2 by Mike Lockwood · 15 years ago
  61. 9637d47 AI 144372: Cleanup Settings support for enabling and disabling location providers: by Mike Lockwood · 15 years ago
  62. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  65. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago