summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/NfcDispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* NFC changes for multi-user support.Martijn Coenen2012-10-081-8/+29
* Do not dispatch empty NDEF tags as NDEF_DISCOVERED.Martijn Coenen2012-09-061-1/+4
* First cut at Bluetooth BeamNick Pelly2012-04-041-2/+2
* Merge "Fix NPE when there's NDEF data we can't dispatch."Martijn Coenen2012-03-291-1/+2
|\
| * Fix NPE when there's NDEF data we can't dispatch.Martijn Coenen2012-03-081-1/+2
* | Implement NFC-BT handover for Bluetooth headsets, such as Nokia BH-505.Nick Pelly2012-03-021-0/+8
|/
* Don't need to pass the NdefMessage in dispatch().Nick Pelly2012-01-261-1/+7
* Rewrite NDEF dispatch path. It was getting pretty messy.Nick Pelly2012-01-251-272/+284
* Start all NFC activities from a dedicated root task.Martijn Coenen2011-10-171-37/+33
* NfcService: call enableAppSwitches for additional events.mike wakerly2011-09-281-7/+15
* NFC service updates for moving NDEF push to a fragment.Nick Pelly2011-08-251-9/+2
* Decouple P2P link management from P2P UX management.Nick Pelly2011-08-101-2/+2
* Launch application if already installed.Martijn Coenen2011-08-051-27/+30
* Allow NDEF swap.Nick Pelly2011-08-021-15/+6
* Fix bug: use foreground dispatch when ndef push is enabled via callback.Nick Pelly2011-08-011-1/+1
* Launch ACTION_MAIN intents that don't support CATEGORY_DEFAULT.Ben Dodson2011-07-121-5/+20
* Allow dispatch to a specific packageBen Dodson2011-07-111-3/+50
* Play sounds for start, end, and error.Jeff Hamilton2011-06-171-3/+2
* Merge snep p2p to masterBen Dodson2011-06-151-4/+4
* Slay the NfcService beast, part one.Nick Pelly2011-06-081-0/+394