summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2016-03-05212-6/+4599
| | | | Change-Id: Id0ffd5843bee9edcab9903c066262b124a3095be
* Automatic translation importMichael Bestas2016-02-222-2/+5
| | | | Change-Id: I031d434c617d7ac53a03301f0e24bebaf51da01d
* Automatic translation importMichael Bestas2016-02-146-0/+16
| | | | Change-Id: I94378508b62a21d0055f8e4b01b8524fe8d413a1
* Automatic translation importMichael Bestas2016-02-0222-0/+165
| | | | Change-Id: Ib18dcd55d1a103b09fa4a2ff664801712694bcaf
* Automatic translation importMichael Bestas2016-01-251-0/+3
| | | | Change-Id: Ifae9ee45382d019203b28745d92237b63007d9f3
* Open images with content://media/ instead of content://downloads/ URI.Thomas Wendt2016-01-241-0/+9
| | | | | | | This allows images to be shared directly after opening them with the DownloadManager. Change-Id: I65c79923b7aef4c1113e572030c9c7f750b73df0
* DownloadProvider: Create and implement DialogDismissListener.Adnan2016-01-242-5/+49
| | | | | | | - Better way to dismiss a host activity then explicitly calling getActivity() finish(). Change-Id: I121fb63d2d57c6c4b22abac2389d5c3d5ccad6e4
* DownloadProvider: Still display as downloading after download failedkaiyiz2016-01-242-1/+43
| | | | | | | | | | | | | | | | | When the remaining space is less than 10% of the total space, download will fail, but it still display as downloading in status bar after failed in "Downloads" app. Check error status about downloads. If error exists, will update icon , content title and content text in notification. CRs-Fixed: 636489 Change-Id: I5554ef3d1505642c5cd847bd3d2e25a29772dc0d DownloadProvider: Use an alert icon for downloads that have an error status. Change-Id: If6d0f021cada1a09855009ab3276aa46bec74cfe
* DownloadProvider: add to support pause/resume download by manualqqzhou2016-01-248-11/+109
| | | | | | | | | | | | | | | 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
* DownloadProvider: fix the crash when rotate screen.kaiyiz2016-01-241-2/+6
| | | | | | | | | | | | 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
* Clear notifications for Deleted items from Download listkasif2016-01-241-0/+1
| | | | | | | | | | | | Issue: Notifications for deleted items from the Download list are not getting cleared and thus tapping on such notifications causes crash (Illegal Argument Exception) Fix: clear notifications for deleted items by adding them in the stale list Change-Id: I7a27d19fff994876eee07d4c4d63b2808cc516d3 CRs-Fixed: 536562
* Remove download notification after previewPawel Kozak2016-01-241-1/+2
| | | | | | | | | | Removes download notification from the notification bar after previewing it. There should be an additional check for download shown in the notifications after completion to prevent from situation when ContentObserver is unregistered and the onChange is never called. Change-Id: I0914a680f08eb96949b56e08719eb28d2e80ccc9
* Automatic translation importMichael Bestas2016-01-114-0/+88
| | | | Change-Id: I0c2edd4c5a823eed3ecc812c8812d10db9efacb7
* Automatic translation importMichael Bestas2015-12-2511-150/+8
| | | | Change-Id: Id5581589ad3c2ae891e7ba9f3043b72d1af6978c
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-0579-632/+170
|\ | | | | | | Android 6.0.0 release 26
| * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-09-250-0/+0
| |\
| | * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-09-240-0/+0
| | |\
| | | * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-09-200-0/+0
| | | |\
| | | | * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-08-310-0/+0
| | | | |\
| | | | | * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-08-290-0/+0
| | | | | |\ | | | | | |/ | | | | |/|
| * | | / | Import translations. DO NOT MERGEBaligh Uddin2015-09-241-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Change-Id: Id642601b72d6a4465d2b7f282bd4e08108379ce7 Auto-generated-cl: translation import
| * / / / Import translations. DO NOT MERGEBaligh Uddin2015-09-231-1/+1
| |/ / / | | | | | | | | | | | | | | | | Change-Id: I282fe4e34de9161e16c4c64894f720bda53642f9 Auto-generated-cl: translation import
| * / / Import translations. DO NOT MERGEBaligh Uddin2015-09-1879-632/+170
| |/ / | | | | | | | | | | | | Change-Id: Ibe6acc8f559ed63b2aa447f0004affddba21eca7 Auto-generated-cl: translation import
| * | am 346190f3: Add RTL flag to DownloadProvider.Julia Reynolds2015-08-271-0/+1
| |\ \ | | |/ | |/| | | | | | | * commit '346190f357128d3d4171494713546da773277d3b': Add RTL flag to DownloadProvider.
| | * Add RTL flag to DownloadProvider.Julia Reynolds2015-08-271-0/+1
| | | | | | | | | | | | | | | Bug: 23410732 Change-Id: Iae4628bb56c17140da32d40e9c425d9f85a9a920
| * | am 8b2880ba: Give secondary users read-only physical cards.Jeff Sharkey2015-07-291-1/+2
| |\| | | | | | | | | | | | | * commit '8b2880ba6d192c4dd66516541ed931a84e6d8a9a': Give secondary users read-only physical cards.
| * | am b8bc2a76: Switch to proxy variants of app-ops calls.Jeff Sharkey2015-07-251-2/+2
| |\ \ | | | | | | | | | | | | | | | | * commit 'b8bc2a76ddaa0c59d681913dba10fd7ec0a2a22b': Switch to proxy variants of app-ops calls.
| * \ \ am e6841c13: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-07-150-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'e6841c13b2fc246d34d2645151056e3e347523a8': Import translations. DO NOT MERGE
| * \ \ \ am ed30deae: Relax permissions on package-specific paths.Jeff Sharkey2015-07-145-26/+115
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ed30deae5fe5b9de142b44933001c9b098c47712': Relax permissions on package-specific paths.
| * | | | | Import translations. DO NOT MERGEGeoff Mendal2015-07-1112-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4903c3288b6dc807cc7814bfd478e230f87cc6bb Auto-generated-cl: translation import
* | | | | | Merge branch 'cm-12.1' of ↵Steve Kondik2015-10-31119-8/+3219
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git://github.com/CyanogenMod/android_packages_providers_DownloadProvider into cm-13.0
| * | | | | | Automatic translation importMichael Bestas2015-10-031-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id5ce5fdf4cda92b575a38792aafca99ff8d13523
| * | | | | | Fixed application/octet-stream to guess mimetypeherriojr2015-09-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When being downloaded, some files were being classified as application/octet-stream in the response even though they are a valid mimetype. This adds in guessing the mimetype before sending off the intent. It was chosen to put this here instead of when it is downloaded to make it backwards compatible with files that already exist in people's downloads. Change-Id: Id5fc9a3cca6851677b066854fcdccb5ae4fade7c Issue-Id: CYNGNOS-1153
| * | | | | | Automatic translation importMichael Bestas2015-09-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e01526243db283f53516a20bd063bba8b72ad1a
| * | | | | | Automatic translation importTom Powell2015-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iddc876bc92ae94a1fd6f07fbb69a7ffd1d8631ca
| * | | | | | Automatic translation importstaging/devMichael Bestas2015-07-275-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7a2e14bb9fd93e11b16183f14b9b4f16addfe94
| * | | | | | Automatic translation importMichael Bestas2015-07-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I28677ad5e12c75cba28eba70eccb6535023f100b
| * | | | | | Automatic translation importMichael Bestas2015-07-022-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib3be1b0b5b4bc460d526747263722e6e7215ac70
| * | | | | | DownloadManager : Only remove stale id if download is not deletedDanesh Mondegarian2015-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses the issue where if a download is enqueued and right after deleted, the notification doesn't stick around. Change-Id: Ie1ec08fc94420b0f46e1543ed52afd8c22aee372 (cherry picked from commit 794ab54677c50bac5c0f32bc5d9ad768ff10c039)
| * | | | | | DownloadManager: allow ACCESS_ALL_DOWNLOADS to be granted via whitelistRoman Birg2015-06-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e4a9a9475a9e03d7a22ae46344622ea5d41b947 Signed-off-by: Roman Birg <roman@cyngn.com>
| * | | | | | Automatic translation importMichael Bestas2015-06-132-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I03360e060e5ac23729b5ed9f7d014901731239ab
| * | | | | | Automatic translation importMichael Bestas2015-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I502c6fa59babc5bb244a5c83a9f4806b29054c2c
| * | | | | | Automatic translation importMichael Bestas2015-05-164-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4872b638611da4b45546a8a1c83a6744d2c76477
| * | | | | | Automatic translation importMichael Bestas2015-05-022-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I370caafc85cdcc0572c957f3c8d5fc227bd6909e
| * | | | | | Automatic translation importstable/cm-12.1-YOG3CMichael Bestas2015-04-174-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaff268dcb9907a46702dfeaf106c0263a15e31d1
| * | | | | | Automatic translation importMichael Bestas2015-04-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I78657e7160bf1ca60271984d56344a588ffbf0ae
| * | | | | | Automatic translation importMichael Bestas2015-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibbc67e28ce7e312fc66deb7b60f9e69716f14524
| * | | | | | Automatic translation importMichael Bestas2015-04-172-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I15637e50c23af7f4e60a791983923ae65329cb66
| * | | | | | Automatic translation importMichael Bestas2015-04-173-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0d03cb90567d7ac6123c2c97be226ef65859ca7
| * | | | | | Merge tag 'android-5.1.0_r1' into HEADstaging/cm-12.1Ricardo Cerqueira2015-03-1080-224/+131
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Android 5.1.0 release 1