summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NfcHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Update Browser for improved NDEF API's.Nick Pelly2012-01-251-3/+8
| | | | Change-Id: I4a9430d118fd18d40a17490a10b5fbb723b36ca2
* Unregister the NFC callback onPause.Ben Murdoch2011-09-021-1/+12
| | | | | | | | This prevents us from leaking BrowserActivity when we go to the background. Bug: 5233864 Change-Id: Idf59de67637c8c9eb39ea9f8b9cb93320c4afa99
* Updates for NDEF push API change.Nick Pelly2011-08-251-36/+25
| | | | Change-Id: I2390665d59f6b3868b5a3a27bfc38ea4c9cdf0d4
* Query Private Browsing state for NFC on UI thread.Ben Murdoch2011-07-251-35/+41
| | | | | | | | | The AsyncTask runs on the thread that created it, which in this case is not necessarily the UI thread. Use a Handler created on the UI thread instead. Bug: 5072522 Change-Id: Ia6db6cf396c3f73cfb51e6d4d227617d95946692
* 0-click NFC: check for private tab on UI thread.Martijn Coenen2011-07-041-11/+37
| | | | | | | | A recent change to Webview broke our code - we're no longer allowed to call isPrivateBrowsingEnabled() from a non-UI-thread. Moved the code in an AsyncTask to address this. Change-Id: I69a5ea539dc1578bfbacbc67c996e28870743870
* Fix 0-click from the browser.Jeff Hamilton2011-06-301-2/+1
| | | | Change-Id: I48bdaa9b908e7890dc9cb0b4ad67724fd95d6d77
* Zero-click sharing for Browser using NFC.Martijn Coenen2011-06-161-0/+73
This adds zero-click sharing for the Browser app; the URL of the tab currently displayed will be transferred to any NFC-capable Android phone upon touch. Change-Id: I7aabc1b2b3f7700c05223349e5c317534fcfe8f0