summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Count download WakeLocks against requesting app.Jeff Sharkey2013-06-061-0/+2
| | | | | | | This matches how network usage is already counted against the app making the request. Change-Id: I6a862e096f2f99441925a101268235615000355a
* Import translations. DO NOT MERGEBaligh Uddin2013-05-291-3/+3
| | | | | Change-Id: I6a79e7b754cde9762a32f7b967c4322f0e6d9145 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-173-3/+3
| | | | | Change-Id: If161ee627f140b79b37cf3893f0ef03f7aa2298b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-131-2/+2
| | | | | Change-Id: I606fe32db0ae76e2f1242913caacf326a3e30380 Auto-generated-cl: translation import
* Merge "Increment operation counts to track downloads."Jeff Sharkey2013-05-101-2/+7
|\
| * Increment operation counts to track downloads.Jeff Sharkey2013-05-101-2/+7
| | | | | | | | | | Bug: 8850035 Change-Id: If506ea21f0c823f9da4b7ae14d611fdbfbac8042
* | am 33e1ce41: am 2435eb9c: Avoid NPE when finding common MIME type.Jeff Sharkey2013-05-091-1/+3
|\ \ | |/ |/| | | | | * commit '33e1ce41b46c65f679ce641d124ff9d8fce706ac': Avoid NPE when finding common MIME type.
| * am 2435eb9c: Avoid NPE when finding common MIME type.Jeff Sharkey2013-05-091-1/+3
| |\ | | | | | | | | | | | | * commit '2435eb9c89bd46511624b9d89ab22766f82dbfcb': Avoid NPE when finding common MIME type.
| | * Avoid NPE when finding common MIME type.Jeff Sharkey2013-05-091-1/+3
| | | | | | | | | | | | | | | Bug: 8609148 Change-Id: Ibd1121d6833981234acdc927010087c12913e33d
* | | am ccdd40c7: Follow MockWebServer API changes.Jeff Sharkey2013-05-090-0/+0
|\| | | | | | | | | | | | | | * commit 'ccdd40c7230a1e82394e73d8f4c265f58095530d': Follow MockWebServer API changes.
| * | Follow MockWebServer API changes.Jeff Sharkey2013-05-092-7/+1
| | | | | | | | | | | | | | | | | | (cherry picked from commit 323f5ae0cafdc72f61defefaa5ba938f1b4d0dda) Change-Id: I11627a5efebddf7b832bb63e6a7588accbc04fe8
* | | Import translations. DO NOT MERGEBaligh Uddin2013-05-082-3/+3
| | | | | | | | | | | | | | | Change-Id: Ic1a45fc3383cfe390ef4204432b9a77eccd1fa73 Auto-generated-cl: translation import
* | | am 672a5be2: am 64f6b529: Merge "Avoid NullPointerException"Jeff Sharkey2013-05-021-1/+3
|\| | | | | | | | | | | | | | * commit '672a5be2fb115a4480d6867c06b9da2a36d5353c': Avoid NullPointerException