<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/BrowserDownloadAdapter.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>Use the system downloads UI, instead of browser specific 1.</title>
<updated>2010-09-27T21:46:59+00:00</updated>
<author>
<name>Leon Scroggins III</name>
<email>scroggo@google.com</email>
</author>
<published>2010-09-27T16:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=a682a3ccac02db69bd8708258aae263be4b22e72'/>
<id>a682a3ccac02db69bd8708258aae263be4b22e72</id>
<content type='text'>
Bug:3034564

Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug:3034564

Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
</pre>
</div>
</content>
</entry>
<entry>
<title>Launch intents to open/delete downloads, and handle them in the browser.</title>
<updated>2010-02-04T21:37:55+00:00</updated>
<author>
<name>Leon Scroggins</name>
<email>scroggo@google.com</email>
</author>
<published>2010-01-26T19:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=fedc493cd810fbd4385efbd647ee70852870988f'/>
<id>fedc493cd810fbd4385efbd647ee70852870988f</id>
<content type='text'>
Initial work for http://b/issue?id=2384554 : showing all downloads in the
browser.  On the BrowserDownloadPage, no longer rely on the filename,
since once the Browser shows downloads from other applications, the
filenames for those downloads will not be available, and this way
all downloads are handled the same.

Other applications which download files will need to handle the same
Intents as OpenDownloadReceiver in order to open/delete them from
the BrowserDownloadPage.

OpenDownloadReceiver is also a necessary step towards moving the
BrowserDownloadPage into its own application, if we ultimately
decide to do that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial work for http://b/issue?id=2384554 : showing all downloads in the
browser.  On the BrowserDownloadPage, no longer rely on the filename,
since once the Browser shows downloads from other applications, the
filenames for those downloads will not be available, and this way
all downloads are handled the same.

Other applications which download files will need to handle the same
Intents as OpenDownloadReceiver in order to open/delete them from
the BrowserDownloadPage.

OpenDownloadReceiver is also a necessary step towards moving the
BrowserDownloadPage into its own application, if we ultimately
decide to do that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the common method for updating the title.</title>
<updated>2010-01-21T21:26:46+00:00</updated>
<author>
<name>Leon Scroggins</name>
<email>scroggo@google.com</email>
</author>
<published>2010-01-21T21:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=cc1a267b0160440ddc96d47e5af1f418a2a2fda3'/>
<id>cc1a267b0160440ddc96d47e5af1f418a2a2fda3</id>
<content type='text'>
Depends on a change in frameworks/base
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depends on a change in frameworks/base
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the private Download Manager APIs.</title>
<updated>2010-01-15T18:33:32+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2010-01-15T00:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=1e5bad97ca8fb9b12501f4f747941d02f03e1362'/>
<id>1e5bad97ca8fb9b12501f4f747941d02f03e1362</id>
<content type='text'>
This boils down to using Downloads.Impl instead of Downloads

The APIs that were being used so far are going to disappear
to be replaced by a new set of APIs, but in order for the browser
to be able to continue using the old APIs a new copy of those APIs
was created "on the side" so that the browser doesn't need to
change much.

Bug: 2245521

Change-Id: I33c526331cce006710b1f934a4aeb64cdb95d62e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This boils down to using Downloads.Impl instead of Downloads

The APIs that were being used so far are going to disappear
to be replaced by a new set of APIs, but in order for the browser
to be able to continue using the old APIs a new copy of those APIs
was created "on the side" so that the browser doesn't need to
change much.

Bug: 2245521

Change-Id: I33c526331cce006710b1f934a4aeb64cdb95d62e
</pre>
</div>
</content>
</entry>
<entry>
<title>Show the downloads list divided into groups based on how recently downloaded.</title>
<updated>2010-01-13T20:07:53+00:00</updated>
<author>
<name>Leon Scroggins</name>
<email>scroggo@google.com</email>
</author>
<published>2010-01-13T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=2483745674f95f60b8c3b8c9e817f2df1776a0b5'/>
<id>2483745674f95f60b8c3b8c9e817f2df1776a0b5</id>
<content type='text'>
Fixes http://b/issue?id=2367226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes http://b/issue?id=2367226
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new download manager APIs introduced in change 7400</title>
<updated>2009-03-31T23:49:44+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2009-03-31T23:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=3dc09b269fe4af164371f7a8268a5554b32c1be2'/>
<id>3dc09b269fe4af164371f7a8268a5554b32c1be2</id>
<content type='text'>
Conflicts:

	src/com/android/browser/BrowserActivity.java
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	src/com/android/browser/BrowserActivity.java
</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/...@130745</title>
<updated>2009-02-10T23:44:04+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2009-02-10T23:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c'/>
<id>b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code drop from //branches/cupcake/...@124589</title>
<updated>2008-12-18T02:05:52+00:00</updated>
<author>
<name>The Android Open Source Project</name>
<email>initial-contribution@android.com</email>
</author>
<published>2008-12-18T02:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=ed217d91fb3f1a8f4e75ab36ef81d72ef9f4e6d6'/>
<id>ed217d91fb3f1a8f4e75ab36ef81d72ef9f4e6d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
