summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Treat deleted in-progress downloads as canceled.Jeff Sharkey2013-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the download thread would keep going! Bug: 11081405 Change-Id: Ib8f1b624b29cabc782b8a0047d7b5db7e39a17de
| * | | | | | | | | | | | | | | | | Always update notifications, media scanner.Jeff Sharkey2013-10-041-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | insert() was trying to be too clever, and it would end up delaying the media scanner until the next download happened. This resulted in duplicate photos in DocumentsUI. Bug: 11081685 Change-Id: Ic9549ede38118372849119dd3a21415a4723e9f5
| * | | | | | | | | | | | | | | | | Ensure Downloads directory exists before create.Jeff Sharkey2013-10-041-0/+1
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11080980 Change-Id: Iffa5402ae632ceda06e0aec6bdc73c0c4fcbeaa1
| * | | | | | | | | | | | / / / / Allow all downloads to be writable.Jeff Sharkey2013-10-013-28/+9
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10943812 Change-Id: Ib0cb3e608c1f40a2e2fcd6e493c8f920d8b4221b
| * | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-301-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9624a3605f4c3322c025d29ae490652e8451fa5 Auto-generated-cl: translation import
| * | | | | | | | | | | | | | Follow API changes.Jeff Sharkey2013-09-271-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10964412 Change-Id: Ia452bd056b6e01aace33acc5f1aa741af4d77c5f
| * | | | | | | | | | | | | | Update Downloads icon.Jeff Sharkey2013-09-2610-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10900560 Change-Id: Idd7578a33a6cad86ccb4b1244a571aca22a3c6ce
| * | | | | | | | | | | | | | Revoke grants when downloads are deleted.Jeff Sharkey2013-09-262-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When deleting downloads, revoke any Uri permission grants, which removes from getPersistedUriPermissions(). Bug: 10928851 Change-Id: I3e90c4071385832dcb3e0cf9ca3fdccafbe30037
| * | | | | | | | | | | | | | Always check against canonical paths.Jeff Sharkey2013-09-251-3/+13
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10920351 Change-Id: I8c7e5344d9fd9d15565eaf93b91ce457a98ab98c
| * | | | | | | | | | | | | Allow saving to Downloads.Jeff Sharkey2013-09-233-17/+135
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add column to mark downloads as being writable, and allow documents to be created under Downloads backend. Update database when writing is finished, and generate unique filenames when they already exist. Check canonical path on incoming _DATA paths. Bug: 10667164, 10892621, 10893268 Change-Id: I8c203b96ff042a895b58686903fcd07fc755a00f
| * | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-191-7/+7
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7eed8b3ec497e3064cfb97a50cd94db372c11369 Auto-generated-cl: translation import
| * / / / / / / / / / / Unified handling of errors around opening.Jeff Sharkey2013-09-184-24/+36
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle both missing downloads and missing activities. Bug: 10799449, 10713636 Change-Id: I592b07fc5cf530526803379d7f7a99e8a6b207c4
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-1410-0/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95b1ceb95e746e87aeff59de9a9f002deb53901d Auto-generated-cl: translation import
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-142-4/+4
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I139438cac8c3d1830501ad6d4f992985bde2e143 Auto-generated-cl: translation import
| * / / / / / / / / Import translations. DO NOT MERGEBaligh Uddin2013-09-1121-45/+27
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idd5f313073965a7763af3a1241b169f879ce8fde Auto-generated-cl: translation import
| * / / / / / / / Omit duplicate images, query for management UI.Jeff Sharkey2013-09-101-4/+38
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When returning recent files, omit images that have been scanned and provided by the Images backend. Return in-progress files when queried for management UI, otherwise only return complete files. Bug: 10659651 Change-Id: I8f05e6fcf53422905d7f51cc55611ca00af301bf
| * | | | | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-09-1059-0/+78
| |\ \ \ \ \ \ \
| | * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-0959-0/+78
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0514b35f22ed9a725d76734c300e1501047975a6 Auto-generated-cl: translation import
| * / / / / / / Hint sorting, remove XML, follow refactor.Jeff Sharkey2013-09-093-35/+17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10672973, 10577809 Change-Id: I92314c35b37ac590830e881489e6a88afd860de4
| * | | | | | Extend trampoline to show dialogs.Jeff Sharkey2013-09-068-69/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Merge "Relay content change notifications to documents." into klp-devJeff Sharkey2013-09-051-0/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Relay content change notifications to documents.Jeff Sharkey2013-09-051-0/+7
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10531347 Change-Id: Ia704b233623e913da3a5cb7c8aa5e024900e1d3a
| * / / / / Import translations. DO NOT MERGEBaligh Uddin2013-09-033-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | Change-Id: I78ad6b89138262e745cb31d0e145a97d1bedf377 Auto-generated-cl: translation import
| * | | | Merge "Remove content flags to indicate */* support." into klp-devJeff Sharkey2013-09-031-3/+1
| |\ \ \ \
| | * | | | Remove content flags to indicate */* support.Jeff Sharkey2013-09-021-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10597317 Change-Id: Ia32f4ec34847680135c300dfe8fe73694da4c57a
| * | | | | Merge "New recent documents behavior." into klp-devJeff Sharkey2013-09-031-1/+23
| |\| | | |
| | * | | | New recent documents behavior.Jeff Sharkey2013-09-021-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10593596 Change-Id: I708d2396266d083a494e57eab2637471e54e1cdc
| * | | | | Merge "Follow refactoring of DocumentsContract." into klp-devJeff Sharkey2013-09-031-34/+44
| |\| | | |
| | * | | | Follow refactoring of DocumentsContract.Jeff Sharkey2013-08-311-34/+44
| | |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 10567557 Change-Id: If03f352f865073b0e332a6a1c40cc34d83425b62
| * | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-08-292-0/+124
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-08-292-0/+124
| | |/ / | | | | | | | | | | | | | | | | Change-Id: I107503db5dd53420ad908e8bd6e489ebf5971e71 Auto-generated-cl: translation import
| * / / Follow stronger DocumentsProvider contract.Jeff Sharkey2013-08-285-205/+104
| |/ / | | | | | | | | | | | | | | | | | | | | | Provides same functionality, but follows updated DocumentsProvider contract in framework. Bug: 10497206 Change-Id: Ie1f6180047ff7bad289679a14f3368238d47b1d6
| * | Import translations. DO NOT MERGEBaligh Uddin2013-08-239-3/+499
| | | | | | | | | | | | | | | Change-Id: I60a8cd64b094a32b747f51882fb0b3b30d69680e Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEBaligh Uddin2013-08-214-4/+4
| |/ | | | | | | | | Change-Id: I4fffcac8343b7df4de690793924bd458848b66f8 Auto-generated-cl: translation import
| * Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-08-1959-0/+829
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2013-08-1959-0/+829
| | | | | | | | | | | | | | | Change-Id: I50e9a4f3c74aafee403586ae58219a6d1ab40e4e Auto-generated-cl: translation import
| * | Trampoline APK installation to use raw file.Jeff Sharkey2013-08-193-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | PackageInstaller requires raw file:// Uris, and refuses to accept content:// Uris, so create a trampoline that uses the raw file and also splices in referrer extras. Bug: 10391254 Change-Id: I12a06862069479de5dee140d0065479ce79eb494
| * | Clear identity when deleting downloads.Jeff Sharkey2013-08-181-1/+6
| |/ | | | | | | | | Bug: 10329983 Change-Id: Iff3db6e5210ae9f33ec13af91561475b269dcc40
| * Merge "Support custom documents query projections." into klp-devJeff Sharkey2013-08-183-67/+56
| |\
| | * Support custom documents query projections.Jeff Sharkey2013-08-173-67/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | Uses new MatrixCursor.RowBuilder.offer() to support custom projections. Also query MIME types directly so they're always consistent. Bug: 10329983 Change-Id: I724b26e008f6ffb85940e009a916b969ead42fcd
| * | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-08-162-2/+2
| |\ \ | | |/ | |/|
| | * Import translations. DO NOT MERGEBaligh Uddin2013-08-142-2/+2
| | | | | | | | | | | | | | | Change-Id: I80e4239eec1873fb877585bce5a52f50755b2655 Auto-generated-cl: translation import
| * | Delegate to documents UI; improve contents.Jeff Sharkey2013-08-155-49/+103
| |/ | | | | | | | | | | | | | | | | 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
| * Import translations. DO NOT MERGEBaligh Uddin2013-08-1248-1/+50
| | | | | | | | | | Change-Id: Ibce1ddc6667714b4f442c4a9c94bc4a2dee9c6da Auto-generated-cl: translation import
| * Merge "First pass at Downloads storage provider."Jeff Sharkey2013-08-088-1/+338
| |\
| | * First pass at Downloads storage provider.Jeff Sharkey2013-08-078-1/+338
| | | | | | | | | | | | | | | | | | | | | Offers a view of Downloads through the lens of DocumentsContract for surfacing in new storage UI. Change-Id: I4373c2498b4b82bfee2300a00f8d0bb734bf574c
| * | Import translations. DO NOT MERGEBaligh Uddin2013-08-0148-96/+96
| |/ | | | | | | | | Change-Id: I01cd1eefd3eadc99487b5b3bc436671db8f4c3ba Auto-generated-cl: translation import
| * Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-06-182-6/+6
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2013-06-172-6/+6
| | | | | | | | | | | | | | | Change-Id: Ia73441b5baf7d26c57c2dba950f5fa48686d7969 Auto-generated-cl: translation import
| * | DownloadProvider needs to be a privileged APKChristopher Tate2013-06-171-0/+1
| |/ | | | | | | | | | | Bug 8765951 Change-Id: Id2ec25b90e5d08595af282969395450ca5496742