<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/NfcHandler.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>Update Browser for improved NDEF API's.</title>
<updated>2012-01-25T21:18:19+00:00</updated>
<author>
<name>Nick Pelly</name>
<email>npelly@google.com</email>
</author>
<published>2012-01-09T18:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=8e201435ca7796ed2f5a9dac67eef1a87a166dcf'/>
<id>8e201435ca7796ed2f5a9dac67eef1a87a166dcf</id>
<content type='text'>
Change-Id: I4a9430d118fd18d40a17490a10b5fbb723b36ca2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4a9430d118fd18d40a17490a10b5fbb723b36ca2
</pre>
</div>
</content>
</entry>
<entry>
<title>Unregister the NFC callback onPause.</title>
<updated>2011-09-01T23:22:39+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-09-01T22:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=015e1e3145ac284aa5879c973f9d2381c8cd48fe'/>
<id>015e1e3145ac284aa5879c973f9d2381c8cd48fe</id>
<content type='text'>
This prevents us from leaking BrowserActivity when we go to
the background.

Bug: 5233864
Change-Id: Idf59de67637c8c9eb39ea9f8b9cb93320c4afa99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents us from leaking BrowserActivity when we go to
the background.

Bug: 5233864
Change-Id: Idf59de67637c8c9eb39ea9f8b9cb93320c4afa99
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for NDEF push API change.</title>
<updated>2011-08-26T05:00:02+00:00</updated>
<author>
<name>Nick Pelly</name>
<email>npelly@google.com</email>
</author>
<published>2011-08-24T01:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b5fd1162998b37b47aceff431992f484e422d03f'/>
<id>b5fd1162998b37b47aceff431992f484e422d03f</id>
<content type='text'>
Change-Id: I2390665d59f6b3868b5a3a27bfc38ea4c9cdf0d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2390665d59f6b3868b5a3a27bfc38ea4c9cdf0d4
</pre>
</div>
</content>
</entry>
<entry>
<title>Query Private Browsing state for NFC on UI thread.</title>
<updated>2011-07-25T11:51:29+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2011-07-25T11:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=6b6a3bf89303c7ef84910b28d59523d6441364be'/>
<id>6b6a3bf89303c7ef84910b28d59523d6441364be</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>0-click NFC: check for private tab on UI thread.</title>
<updated>2011-07-04T09:16:08+00:00</updated>
<author>
<name>Martijn Coenen</name>
<email>maco@google.com</email>
</author>
<published>2011-07-04T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=eee2126458da109b65bbed42904c6c407872c3af'/>
<id>eee2126458da109b65bbed42904c6c407872c3af</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 0-click from the browser.</title>
<updated>2011-06-30T19:50:38+00:00</updated>
<author>
<name>Jeff Hamilton</name>
<email>jham@android.com</email>
</author>
<published>2011-06-30T19:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=c64ba729547915a1c15d9cd614565f908b6cd0f9'/>
<id>c64ba729547915a1c15d9cd614565f908b6cd0f9</id>
<content type='text'>
Change-Id: I48bdaa9b908e7890dc9cb0b4ad67724fd95d6d77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I48bdaa9b908e7890dc9cb0b4ad67724fd95d6d77
</pre>
</div>
</content>
</entry>
<entry>
<title>Zero-click sharing for Browser using NFC.</title>
<updated>2011-06-16T19:38:02+00:00</updated>
<author>
<name>Martijn Coenen</name>
<email>maco@google.com</email>
</author>
<published>2011-06-14T08:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b2f93556ac91fe06eb8f6acab05b6a6d1b2fdbe1'/>
<id>b2f93556ac91fe06eb8f6acab05b6a6d1b2fdbe1</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
