<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/MostVisitedActivity.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>Request icons in the background.</title>
<updated>2010-03-11T15:19:12+00:00</updated>
<author>
<name>Patrick Scott</name>
<email>phanna@android.com</email>
</author>
<published>2010-03-09T21:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4'/>
<id>c1cf63a4c15ad81f4d19e10574e9dba91f0b83e4</id>
<content type='text'>
BrowserBookmarksAdapter does not need to request bookmark icons as most of the
bookmarks have up-to-date icons. We still need to request all icons on start up
because a new icon may be loaded as a result of clicking a history items.

Move the icon request to a background thread to not block the ui thread on large
db lookups.

Remove MostVisitedActivity as it is no longer used.

Bug: 2496872
Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BrowserBookmarksAdapter does not need to request bookmark icons as most of the
bookmarks have up-to-date icons. We still need to request all icons on start up
because a new icon may be loaded as a result of clicking a history items.

Move the icon request to a background thread to not block the ui thread on large
db lookups.

Remove MostVisitedActivity as it is no longer used.

Bug: 2496872
Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate fill_parent and introduce match_parent.</title>
<updated>2010-01-08T23:11:41+00:00</updated>
<author>
<name>Romain Guy</name>
<email>romainguy@android.com</email>
</author>
<published>2010-01-08T23:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=15b8ec6b226f4d57307716e1f495e10a91f8cbf4'/>
<id>15b8ec6b226f4d57307716e1f495e10a91f8cbf4</id>
<content type='text'>
Bug: #2361749.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: #2361749.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display favicons for history items.</title>
<updated>2009-09-17T17:58:05+00:00</updated>
<author>
<name>Patrick Scott</name>
<email>phanna@android.com</email>
</author>
<published>2009-09-17T17:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=8f0076b720c9ee1e9ef9d29910c261634fd5fb25'/>
<id>8f0076b720c9ee1e9ef9d29910c261634fd5fb25</id>
<content type='text'>
Use the data from the java database before talking to the native database. The
bookmarks database may contain favicons that the native database does not have a
mapping for. Used the native icon database for recent history items since those
are not stored in the java db. Request the icons each time the activity is
created since the url-&gt;bitmap mapping is a global.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the data from the java database before talking to the native database. The
bookmarks database may contain favicons that the native database does not have a
mapping for. Used the native icon database for recent history items since those
are not stored in the java db. Request the icons each time the activity is
created since the url-&gt;bitmap mapping is a global.
</pre>
</div>
</content>
</entry>
<entry>
<title>am b8a9cb0e: Fix the activity leak in the Browser.</title>
<updated>2009-08-27T21:40:32+00:00</updated>
<author>
<name>Grace Kloba</name>
<email>klobag@google.com</email>
</author>
<published>2009-08-27T21:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=098834d9379f961e9e8d89aa67412f6e72aef755'/>
<id>098834d9379f961e9e8d89aa67412f6e72aef755</id>
<content type='text'>
Merge commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e' into eclair

* commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e':
  Fix the activity leak in the Browser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e' into eclair

* commit 'b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e':
  Fix the activity leak in the Browser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the activity leak in the Browser.</title>
<updated>2009-08-27T18:53:36+00:00</updated>
<author>
<name>Grace Kloba</name>
<email>klobag@google.com</email>
</author>
<published>2009-08-27T18:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e'/>
<id>b8a9cb0e2b3b2a1bb250853a79b8ea2046ff3d6e</id>
<content type='text'>
The IconListenerSet inside CombinedBookmarkHistoryActivity is static. So when
the activity is destroyed, it needs to remove its listener to avoid leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The IconListenerSet inside CombinedBookmarkHistoryActivity is static. So when
the activity is destroyed, it needs to remove its listener to avoid leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>[findbugs] Add the static keyword to unchanging integers.</title>
<updated>2009-05-21T19:37:10+00:00</updated>
<author>
<name>Leon Scroggins</name>
<email>scroggo@google.com</email>
</author>
<published>2009-05-21T19:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=9c2884015857bed2c1770e0c8e314053bbfaf9bd'/>
<id>9c2884015857bed2c1770e0c8e314053bbfaf9bd</id>
<content type='text'>
mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables
which are the same for all MyAdapters, so change them to static.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables
which are the same for all MyAdapters, so change them to static.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ViewStub for setEmptyView (bug 1803058)</title>
<updated>2009-04-29T09:06:20+00:00</updated>
<author>
<name>Mihai Preda</name>
<email>preda@google.com</email>
</author>
<published>2009-04-28T12:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=83817df9b28943c0587388ea30b440f4b0744313'/>
<id>83817df9b28943c0587388ea30b440f4b0744313</id>
<content type='text'>
and use &lt;merge&gt; instead of FrameLayout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use &lt;merge&gt; instead of FrameLayout
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T03:32:16+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T03:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=0c90888c75eed12f6e2e14a9044faf50bd4af8ed'/>
<id>0c90888c75eed12f6e2e14a9044faf50bd4af8ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //depot/cupcake/@135843</title>
<updated>2009-03-04T02:28:49+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-03-04T02:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=8611831e36b71c844a14788998728f3cd625b833'/>
<id>8611831e36b71c844a14788998728f3cd625b833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auto import from //branches/cupcake/...@131421</title>
<updated>2009-02-13T20:57:52+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-02-13T20:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=fbb2a3ac0739da8207174943c08a289dcddcfab6'/>
<id>fbb2a3ac0739da8207174943c08a289dcddcfab6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
