<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_providers_DownloadProvider/ui/src/com, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/'/>
<entry>
<title>DownloadProvider: Create and implement DialogDismissListener.</title>
<updated>2016-01-24T01:34:26+00:00</updated>
<author>
<name>Adnan</name>
<email>adnan@cyngn.com</email>
</author>
<published>2014-08-27T01:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=e9a479c8d5c39b65d76ad551e69243f5660c6615'/>
<id>e9a479c8d5c39b65d76ad551e69243f5660c6615</id>
<content type='text'>
  - Better way to dismiss a host activity then explicitly calling
  getActivity() finish().

Change-Id: I121fb63d2d57c6c4b22abac2389d5c3d5ccad6e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Better way to dismiss a host activity then explicitly calling
  getActivity() finish().

Change-Id: I121fb63d2d57c6c4b22abac2389d5c3d5ccad6e4
</pre>
</div>
</content>
</entry>
<entry>
<title>DownloadProvider: add to support pause/resume download by manual</title>
<updated>2016-01-24T01:26:04+00:00</updated>
<author>
<name>qqzhou</name>
<email>qqzhou@codeaurora.org</email>
</author>
<published>2013-12-17T06:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=ecd609e7017b8a69688bbae25c17d878ea305f19'/>
<id>ecd609e7017b8a69688bbae25c17d878ea305f19</id>
<content type='text'>
This feature contains below points:
1. add to pause running download by manual.
2. add to resume manually paused download by manual.
3. add to show proper contents in notification and download-list
   for manually paused status.
4. add to support download breakpoint continuing when HTTP server
   doesn't contain etag in response header. Android baseline only
   supports this when etag is not null.
5. add to show proper contents in notification and download-list
   for status of waiting-for-network.

Change-Id: I433cdee2de8b3add0248bbb0a9d02f8da4e5bb38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This feature contains below points:
1. add to pause running download by manual.
2. add to resume manually paused download by manual.
3. add to show proper contents in notification and download-list
   for manually paused status.
4. add to support download breakpoint continuing when HTTP server
   doesn't contain etag in response header. Android baseline only
   supports this when etag is not null.
5. add to show proper contents in notification and download-list
   for status of waiting-for-network.

Change-Id: I433cdee2de8b3add0248bbb0a9d02f8da4e5bb38
</pre>
</div>
</content>
</entry>
<entry>
<title>DownloadProvider: fix the crash when rotate screen.</title>
<updated>2016-01-24T01:25:47+00:00</updated>
<author>
<name>kaiyiz</name>
<email>kaiyiz@codeaurora.org</email>
</author>
<published>2014-04-02T06:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=b37c8b79760ab1d82fd662f7de30de9ec3c09460'/>
<id>b37c8b79760ab1d82fd662f7de30de9ec3c09460</id>
<content type='text'>
TrampolineActivity will be recreated when rotate screen,
then the fragment is currently associated with any Activity.
So getActivity() will return a null and caused NullPointerException.

Add the null check before call finish().

CRs-Fixed: 640914

Change-Id: I76f368a597552e824d533b6a66ea23fad4c0cb41
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TrampolineActivity will be recreated when rotate screen,
then the fragment is currently associated with any Activity.
So getActivity() will return a null and caused NullPointerException.

Add the null check before call finish().

CRs-Fixed: 640914

Change-Id: I76f368a597552e824d533b6a66ea23fad4c0cb41
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused Downloads code/resources.</title>
<updated>2014-08-06T17:09:40+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2014-08-06T17:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=35b0a916ca7fd9a3c0cbfec6eab4fe87c0f4ac13'/>
<id>35b0a916ca7fd9a3c0cbfec6eab4fe87c0f4ac13</id>
<content type='text'>
Change-Id: Ie9be11140fd8f235eae6455bc4ecf8a938488d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie9be11140fd8f235eae6455bc4ecf8a938488d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Unified handling of errors around opening.</title>
<updated>2013-09-18T20:24:48+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-09-18T19:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=8ec87ea5a5c191554d6205d4c779768664b1724b'/>
<id>8ec87ea5a5c191554d6205d4c779768664b1724b</id>
<content type='text'>
Handle both missing downloads and missing activities.

Bug: 10799449, 10713636
Change-Id: I592b07fc5cf530526803379d7f7a99e8a6b207c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle both missing downloads and missing activities.

Bug: 10799449, 10713636
Change-Id: I592b07fc5cf530526803379d7f7a99e8a6b207c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend trampoline to show dialogs.</title>
<updated>2013-09-06T15:07:49+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-09-06T00:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=3c03d1b8b7d96209d7b83b6881421ddfc17ccc52'/>
<id>3c03d1b8b7d96209d7b83b6881421ddfc17ccc52</id>
<content type='text'>
Handle incoming manage requests by launching finished downloads,
or showing various retry dialogs.  Pipe through summary, show
percentage when in progress, and always show total size and MIME type.

Bug: 10531347, 10599641
Change-Id: I3be2bc67ea3c0ef795146177200f5be77ad5114e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle incoming manage requests by launching finished downloads,
or showing various retry dialogs.  Pipe through summary, show
percentage when in progress, and always show total size and MIME type.

Bug: 10531347, 10599641
Change-Id: I3be2bc67ea3c0ef795146177200f5be77ad5114e
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow stronger DocumentsProvider contract.</title>
<updated>2013-08-29T03:41:36+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-08-29T00:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=ec62bdf20cbfa709c9dea9101fe668fec315c103'/>
<id>ec62bdf20cbfa709c9dea9101fe668fec315c103</id>
<content type='text'>
Provides same functionality, but follows updated DocumentsProvider
contract in framework.

Bug: 10497206
Change-Id: Ie1f6180047ff7bad289679a14f3368238d47b1d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides same functionality, but follows updated DocumentsProvider
contract in framework.

Bug: 10497206
Change-Id: Ie1f6180047ff7bad289679a14f3368238d47b1d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Delegate to documents UI; improve contents.</title>
<updated>2013-08-15T23:23:15+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-08-15T23:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=8c9cef79df1ddcd971a0a0775cef774c17a5081c'/>
<id>8c9cef79df1ddcd971a0a0775cef774c17a5081c</id>
<content type='text'>
When Downloads app is launched, delegate to new documents management
UI.  Use DownloadManager public API to match the contents of the
existing Downloads UI.

Bug: 10329983
Change-Id: Iaa1a1dc013cfe3b17d31ecc764d4c4cc13f62258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Downloads app is launched, delegate to new documents management
UI.  Use DownloadManager public API to match the contents of the
existing Downloads UI.

Bug: 10329983
Change-Id: Iaa1a1dc013cfe3b17d31ecc764d4c4cc13f62258
</pre>
</div>
</content>
</entry>
<entry>
<title>am 2435eb9c: Avoid NPE when finding common MIME type.</title>
<updated>2013-05-09T23:23:24+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-05-09T23:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=33e1ce41b46c65f679ce641d124ff9d8fce706ac'/>
<id>33e1ce41b46c65f679ce641d124ff9d8fce706ac</id>
<content type='text'>
* commit '2435eb9c89bd46511624b9d89ab22766f82dbfcb':
  Avoid NPE when finding common MIME type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '2435eb9c89bd46511624b9d89ab22766f82dbfcb':
  Avoid NPE when finding common MIME type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid NPE when finding common MIME type.</title>
<updated>2013-05-09T20:46:37+00:00</updated>
<author>
<name>Jeff Sharkey</name>
<email>jsharkey@android.com</email>
</author>
<published>2013-05-09T20:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_providers_DownloadProvider/commit/?id=2435eb9c89bd46511624b9d89ab22766f82dbfcb'/>
<id>2435eb9c89bd46511624b9d89ab22766f82dbfcb</id>
<content type='text'>
Bug: 8609148
Change-Id: Ibd1121d6833981234acdc927010087c12913e33d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 8609148
Change-Id: Ibd1121d6833981234acdc927010087c12913e33d
</pre>
</div>
</content>
</entry>
</feed>
