index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
FusedLocation
/
src
/
com
Age
Commit message (
Expand
)
Author
2025-03-18
Add missing attribution tags to com.android.location.fused
Dante Russo
2025-03-11
Update logic in default fused location provider to avoid excessive power drain
David Christie
2025-01-07
Avoid crashing system server
Mat Bevilacqua
2024-02-23
Fix issue where location provider overlay may not bind
David Christie
2022-01-13
Fix newly discovered crashes in FusedLocationProvider
Soonil Nagarkar
2021-01-13
Include attribution tag in identifying providers
Soonil Nagarkar
2021-01-08
Copy LocationProviderBase API into SystemApi surface
Soonil Nagarkar
2020-10-14
Add quality to LocationRequest/ProviderRequest
Soonil Nagarkar
2020-09-11
Make LocationRequest a public API
Soonil Nagarkar
2020-03-04
Give location providers a known identity
Soonil Nagarkar
2020-01-22
Overhaul FusedLocationProvider
Soonil Nagarkar
2018-12-10
Refactor how location providers are managed
Soonil Nagarkar
2018-11-26
Deprecate location provider status callbacks
Soonil Nagarkar
2015-07-21
Fix reintroduction of b/10845061
Soonil Nagarkar
2015-01-28
Fix FusionEngine so it isn't confused by location providers enabling/disabling.
Soonil Nagarkar
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-13
do not request location from unavailable providers
Victoria Lease
2013-02-01
dual-mode switching single/multiuser ServiceWatcher
Victoria Lease
2012-12-04
Protect against NPE in FusionEngine.java.
Laurent Tu
2012-11-01
Hide new location APIs and undeprecate old ones
Laurent Tu
2012-11-01
fix NLP for COARSE applications, build FLP with SDK
Victoria Lease
2012-10-12
Simplify fused location provider.
Victoria Lease
2012-10-05
Revert "Changes to support updating location providers."
Jeff Hamilton
2012-10-04
Changes to support updating location providers.
Jeff Hamilton
2012-09-26
Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()
Philip Milne
2012-09-24
Merge "Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtim...
Philip Milne
2012-09-24
Revert "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()"
Philip Milne
2012-09-24
Merge "Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()...
Philip Milne
2012-09-21
Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()
Philip Milne
2012-09-21
Do not use passive GPS data for COARSE only apps.
Victoria Lease
2012-08-16
Add javadoc for new location API's.
Nick Pelly
2012-08-10
Fix a couple of bugs from the location overhaul.
Nick Pelly
2012-08-10
Location overhaul, major commit.
Nick Pelly