summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/location
Commit message (Expand)AuthorAgeFilesLines
* Merge "Disable AR HW when client binder dies." into mnc-dr-devDaniel Estrada Alva2015-08-261-13/+66
|\
| * Disable AR HW when client binder dies.destradaa2015-08-241-13/+66
* | Cherry-pick: Add callback-based support for HW Activity Recognition.destradaa2015-08-242-1/+39
|/
* Ensure GeofenceHardware will return capabilities for old implementations.David Christie2015-04-141-1/+6
* Add versioning to FLP HAL.David Christie2015-04-142-1/+15
* Add ability to flush FLP HAL batched locations buffer.David Christie2015-04-131-11/+18
* Add a status callback for location batching in FLP HALDavid Christie2015-04-131-0/+6
* Add capability callback for FLP HAL.David Christie2015-04-123-3/+45
* Frameworks/base: Fix format string in GeofenceAndreas Gampe2015-03-171-1/+1
* Fixed a leak in GeofenceHardwareImpl.java.Zhentao Sun2014-12-031-3/+61
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-1/+1
* Add @SystemApi annotation to Geofence Hardware types.destradaa2014-08-185-4/+22
* Fix NPE when fused geofence hardware is not available.Wonsik Kim2014-07-311-2/+2
* Add support for sources in Geofencing APIs.destradaa2014-07-3010-67/+321
* Fix exceptions in ActivityRecognition platform stack.destradaa2014-07-173-11/+35
* Add support in the platform for Activity Recognition Hardware.destradaa2014-07-117-0/+526
* Mark FLP constants as public, so they can be consumed by geofencing.destradaa2014-07-101-4/+0
* Make sure FLP HAL statuses currently used are translated (if needed) correctl...destradaa2014-04-251-2/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Ensure access to the map of geofence callbacks is synchronized in all casesdestradaa2013-09-201-8/+6
* Add support in the platform for Flp Geofencing.destradaa2013-08-136-147/+397
* Add FlpHal layer to support Location Batching.destradaa2013-08-082-0/+158
* Passed the correct gps geofence availability value to client.Zhentao Sun2013-05-141-2/+2
* Fixed unreleased wake lock isues and NPE.Zhentao Sun2013-05-061-34/+40
* Fixed race conditions in GeofenceHardwareImpl.Zhentao Sun2013-04-261-41/+65
* Hardware geofence API changes.Jaikumar Ganesh2013-04-179-111/+529
* GPS Hardware geofencing.Jaikumar Ganesh2013-04-106-0/+1338