index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
location
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 e5317fbd: am 4f67e1cc: Merge "Add location shared library for location pro...
Dianne Hackborn
2010-09-28
5
-0
/
+524
|
\
\
|
|
/
|
*
Add location shared library for location provider APIs.
Dianne Hackborn
2010-09-28
5
-0
/
+524
*
|
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
7
-0
/
+465
|
/
*
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
7
-310
/
+564
*
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
|
|
\
|
|
*
Merge "Include the API level 4 fields in the Parcel."
Jean-Baptiste Queru
2010-05-10
1
-0
/
+6
|
|
|
\
|
|
|
*
Include the API level 4 fields in the Parcel.
Paul Watts
2010-01-20
1
-0
/
+6
|
*
|
|
merge from open-source master
The Android Open Source Project
2010-05-06
1
-23
/
+23
|
|
\
\
\
|
|
|
/
/
|
|
*
|
GpsLocationProvider: Store new Location before onGpsStatusChanged is sent
Hakan Gustavsson
2010-04-19
1
-23
/
+23
|
|
*
|
merge from open-source master
The Android Open Source Project
2010-02-05
1
-0
/
+2
|
|
|
\
\
|
|
|
*
|
Fix for GPS engines without separate session and engine status events.
Mike Lockwood
2010-02-02
1
-0
/
+2
|
|
|
*
|
Be tolerant of GPS session and engine on status messages arriving out of order.
Mike Lockwood
2010-02-02
1
-5
/
+28
|
|
|
*
|
GpsLocationProvider: Do not release wakelock until the GPS engine is fully off
Mike Lockwood
2010-02-02
1
-36
/
+34
|
|
|
|
/
|
|
|
*
eclair snapshot
Jean-Baptiste Queru
2009-11-13
12
-67
/
+826
|
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-29
1
-0
/
+47
|
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-21
7
-150
/
+134
|
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-05-20
28
-1895
/
+1037
*
|
|
|
GpsStatus: Bounds check PRN to avoid array indexing exceptions.
Mike Lockwood
2010-04-14
1
-9
/
+11
*
|
|
|
Move files internal to LocationManagerService from framework.jar to services.jar
Mike Lockwood
2010-04-04
9
-2547
/
+43
*
|
|
|
GpsNetInitiatedHandler: whitespace cleanup
Mike Lockwood
2010-04-04
1
-254
/
+254
*
|
|
|
Call LocationManager.sendNiResponse() instead of calling directly to GpsLocat...
Mike Lockwood
2010-04-04
2
-11
/
+6
|
/
/
/
*
|
|
Wait until GpsLocationProvider is fully initialized before returning from the...
Mike Lockwood
2010-03-24
1
-13
/
+37
*
|
|
GpsLocationProvider: Do our work in a Handler running in a separate thread.
Mike Lockwood
2010-03-22
1
-195
/
+228
*
|
|
Remove unused file NmeaParser.java
Mike Lockwood
2010-03-17
1
-437
/
+0
*
|
|
location: dump LocationProvider internal state
Fred Fettinger
2010-03-07
7
-2
/
+39
*
|
|
Check for null provider in LocationManager.getProviders()
Mike Lockwood
2010-03-03
1
-1
/
+1
*
|
|
Hide GeocoderParams class from public API.
Mike Lockwood
2010-03-02
1
-0
/
+2
*
|
|
Re-arrange android-common so framework no longer links with it.
Dianne Hackborn
2010-02-25
1
-1
/
+1
*
|
|
GpsLocationProvider: Be less aggressive about getting fixes in bad conditions...
Mike Lockwood
2010-02-24
1
-2
/
+7
*
|
|
Fix broken location extras in GpsLocationProvider.
Mike Lockwood
2010-02-24
1
-1
/
+3
*
|
|
Add passive location provider.
Mike Lockwood
2010-02-17
7
-5
/
+163
*
|
|
Clean up interface between LocationManagerService and the location providers:
Mike Lockwood
2010-02-10
6
-18
/
+79
*
|
|
Network Location unbundling:
Mike Lockwood
2010-02-08
7
-459
/
+757
*
|
|
Fix for GPS engines without separate session and engine status events.
Mike Lockwood
2010-02-02
1
-0
/
+2
*
|
|
resolved conflicts for merge of 21875ab3 to master
Mike Lockwood
2010-02-02
1
-8
/
+26
|
\
\
\
|
|
/
/
[next]