Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
84ba348474b63237c06c78e57ac25fd7ac01929a
/
location
/
java
03d2467
GPS: Fix problem with SUPL when SUPL APN is already active.
by Mike Lockwood
· 15 years ago
9aa1fa2
LocationManagerService: Remove caching of last known locations to flash.
by Mike Lockwood
· 15 years ago
22d1f9f
gps: Network initiated SUPL
by Danke Xie
· 15 years ago
660bbfc
GpsLocationProvider: Default to AGPS on if the setting is missing.
by Mike Lockwood
· 15 years ago
640992d
gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentences
by Mike Lockwood
· 15 years ago
b16e780
gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences.
by Mike Lockwood
· 15 years ago
734d603
GPS: Don't call native_set_agps_server() until after we call native_init().
by Mike Lockwood
· 15 years ago
2bb99d1
GpsLocationProvider: remove mAgpsConfigured configured flag.
by Mike Lockwood
· 15 years ago
334a677
am b82759a0: Merge change 6906 into donut
by Android (Google) Code Review
· 15 years ago
8cd1084
location: Add sub-locality, sub-thoroughfare and premises fields to Address class
by Mike Lockwood
· 15 years ago
55ed491
Fix typo in Javadoc for LocationManager.GPS_PROVIDER
by Kenny Root
· 15 years ago
0d0012e
am 54af78a3: Merge change 5950 into donut
by Android (Google) Code Review
· 15 years ago
fff2fda
Fix memory leaks in system_server
by Suchi Amalapurapu
· 15 years ago
bcab8df
Settings: Add preference to enable/disable assisted GPS.
by Mike Lockwood
· 15 years ago
3618160
am 2e418428: Possibly fix an issue where we thought an app was always using GPS.
by Dianne Hackborn
· 15 years ago
2e41842
Possibly fix an issue where we thought an app was always using GPS.
by Dianne Hackborn
· 15 years ago
15d7486
am cde13e6b: Merge change 4954 into donut
by Android (Google) Code Review
· 15 years ago
b362a9a
gps: Check for null APN name to avoid a runtime restart.
by Mike Lockwood
· 15 years ago
84c4335
am f781b39c: Merge change 4786 into donut
by Android (Google) Code Review
· 15 years ago
a9e5461
gps: Set SUPL server via hostname rather than IP address.
by Mike Lockwood
· 15 years ago
989895e
am fa699ea2: Merge change 3899 into donut
by Android (Google) Code Review
· 15 years ago
d26ce0d
GpsLocationProvider: Add hooks for GPS location injection.
by Mike Lockwood
· 15 years ago
9b1e140
am 8c690ea9: Merge change 2182 into donut
by Android (Google) Code Review
· 15 years ago
fd6e5f0
location: Replace ILocationCollector interface with new ILocationProvider method
by Mike Lockwood
· 15 years ago
0376fe4
am 2d10ba33: Merge change 2111 into donut
by Android (Google) Code Review
· 15 years ago
93bc44d
GPS: Add support for forcing NTP time and XTRA data injection.
by Mike Lockwood
· 15 years ago
2848954
am 02c1c46f: Merge change 1674 into donut
by Android (Google) Code Review
· 15 years ago
0632ca7
gps: Time out after 1 minute if we are unable to get a fix and our fix interval is long.
by Mike Lockwood
· 15 years ago
9e5d5d6
am 3681f26: LocationManager: Recover if process containing NetworkLocat
by Mike Lockwood
· 15 years ago
3681f26
LocationManager: Recover if process containing NetworkLocation provider crashes
by Mike Lockwood
· 15 years ago
9e35560
am 2677d0d: LocationManager: Fix a Javadoc comment.
by Mike Lockwood
· 15 years ago
2677d0d
LocationManager: Fix a Javadoc comment.
by Mike Lockwood
· 15 years ago
22a262f
am 5e1d8ae: Merge change 1355 into donut
by Android (Google) Code Review
· 15 years ago
e3635c9
GPS: Generalize SUPL support to include AGPS for CDMA
by Mike Lockwood
· 15 years ago
158b212
am f792fc5: Merge change 1150 into donut
by Android (Google) Code Review
· 15 years ago
0528b9b
location: Location Manager wakelock cleanup
by Mike Lockwood
· 15 years ago
54f2422
am fd445d3: Merge change 1095 into donut
by Android (Google) Code Review
· 15 years ago
29c8434
gps: Move GPS scheduling from libgps to GpsLocationProvider.
by Mike Lockwood
· 15 years ago
f431b4b
am c770ed8: Merge change 1069 into donut
by Android (Google) Code Review
· 15 years ago
b7c4ae9
GpsStatus: Increase NUM_SATELLITES to 255 for future compatibility.
by Mike Lockwood
· 16 years ago
e90c0da
am 275555c: location: Add support for location providers outside of the
by Mike Lockwood
· 16 years ago
275555c
location: Add support for location providers outside of the system process.
by Mike Lockwood
· 16 years ago
ac7a3de
am 15e3d0f: location: Use ILocationProvider Binder interface for all loc
by Mike Lockwood
· 16 years ago
15e3d0f
location: Use ILocationProvider Binder interface for all location providers.
by Mike Lockwood
· 16 years ago
212548f
am 76b25e5: Merge change 692 into donut
by Android (Google) Code Review
· 16 years ago
77c8adf
am 5f2788b: Merge change 686 into donut
by Android (Google) Code Review
· 16 years ago
73ee32d
am b8adcad: location: Remove obsolete fake provider support.
by Mike Lockwood
· 16 years ago
05d0243
am 79762a3: location: Move DummyLocationProvider.java and LocationProvid
by Mike Lockwood
· 16 years ago
8749fec
am eedf815: location: Remove redundant mLocationTracking field from GpsL
by Mike Lockwood
· 16 years ago
093dda9
am 5fa1533: Merge change 482 into donut
by Android (Google) Code Review
· 16 years ago
662ea09
location: Optimize use of mProviders ArrayList.
by Mike Lockwood
· 16 years ago
b8526bfe
gps: Don't crash if no XTRA servers are specified.
by Mike Lockwood
· 16 years ago
b8adcad
location: Remove obsolete fake provider support.
by Mike Lockwood
· 16 years ago
79762a3
location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package.
by Mike Lockwood
· 16 years ago
eedf815
location: Remove redundant mLocationTracking field from GpsLocationProvider
by Mike Lockwood
· 16 years ago
48f1751
location: Location Manager wakelock cleanup, phase 2
by Mike Lockwood
· 16 years ago
74008f6
Merge donut into master
by Jean-Baptiste Queru
· 16 years ago
cddff7c
Merge commit 'goog/readonly-p4-donut' into HEAD
by Jean-Baptiste Queru
· 16 years ago
85ae1b1
AI 147295: am: CL 147294 am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service.
by Xavier Ducrohet
· 16 years ago
4193558
AI 147294: am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service.
by Xavier Ducrohet
· 16 years ago
22b8f5e
Merge change 387 into donut
by Android (Google) Code Review
· 16 years ago
71fd046
Geocoder: Document behavior when no backend service is available.
by Mike Lockwood
· 16 years ago
375cbb4
gps: Check for null APN name when receiving telephony notifications.
by Mike Lockwood
· 16 years ago
e2b44c5
location: Location Manager wakelock cleanup, phase 1
by Mike Lockwood
· 16 years ago
98cb667
More Location Manager cleanup:
by Mike Lockwood
· 16 years ago
2f82c4e
location: Generalize support for location provider usage tracking.
by Mike Lockwood
· 16 years ago
a55c321
location: Move geocoding support from ILocationProvider to a new interface.
by Mike Lockwood
· 16 years ago
58bda98
gps: Add support for bringing up a GSM data connection on demand for SUPL.
by Mike Lockwood
· 16 years ago
c1e8aa4
AI 144664: am: CL 144663 Use Binder interfaces between NetworkLocationManager and LocationManagerService.
by Mike Lockwood
· 16 years ago
e932f7f
AI 144663: Use Binder interfaces between NetworkLocationManager and LocationManagerService.
by Mike Lockwood
· 16 years ago
0bd928f
AI 144626: am: CL 144625 Remove unnecessary callback interface from INetworkLocationProvider.
by Mike Lockwood
· 16 years ago
53566b1
AI 144625: Remove unnecessary callback interface from INetworkLocationProvider.
by Mike Lockwood
· 16 years ago
a3e952e
AI 144621: am: CL 144620 Clean up interface between NetworkLocationProvider and LocationManagerService (part 1)
by Mike Lockwood
· 16 years ago
f113fbe
AI 144620: Clean up interface between NetworkLocationProvider and LocationManagerService (part 1)
by Mike Lockwood
· 16 years ago
33aa278
AI 144600: am: CL 144599 Location Manager cleanup:
by Mike Lockwood
· 16 years ago
66eb4ac
AI 144599: Location Manager cleanup:
by Mike Lockwood
· 16 years ago
f6f9792
AI 144453: am: CL 144452 More Location Manager cleanup:
by Mike Lockwood
· 16 years ago
4e50b78
AI 144452: More Location Manager cleanup:
by Mike Lockwood
· 16 years ago
bd2a712
AI 144415: am: CL 144372 Cleanup Settings support for enabling and disabling location providers:
by Mike Lockwood
· 16 years ago
9637d47
AI 144372: Cleanup Settings support for enabling and disabling location providers:
by Mike Lockwood
· 16 years ago
04e71b3
AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.
by Wink Saville
· 16 years ago
767a662
AI 144185: Integrate cdma into the main code base.
by Wink Saville
· 16 years ago
4d7a385
AI 143648: am: CL 143616 Fix ANR that could occur when disabling GPS in Settings while the GPS is active.
by Mike Lockwood
· 16 years ago
d654f9f
AI 143616: Fix ANR that could occur when disabling GPS in Settings while the GPS is active.
by Mike Lockwood
· 16 years ago
f8dd2e1
AI 143287: am: CL 143095 Location Manager cleanup: move MockProvider to a separate file.
by Mike Lockwood
· 16 years ago
7ec434e
AI 143095: Location Manager cleanup: move MockProvider to a separate file.
by Mike Lockwood
· 16 years ago
7b0b1ed
auto import //branches/master/...@140412
by The Android Open Source Project
· 16 years ago
1059253
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
076357b
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
3dec7d5
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
3001a03
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
da996f3
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 16 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
f1e484a
auto import from //branches/cupcake/...@127436
by The Android Open Source Project
· 16 years ago
b798689
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 16 years ago