- 08 Mar, 2013 1 commit
-
-
Catherine Liu authored
The root cause is int overflow as integer can only hold size Integer.MAX_VALUE = 0x7FFFFFFF. It is about 2G. So, when a file size is greater than 2G, it throws a "NumberFormatException", and then mark this download "unsuccessfully". The progress bar in notification for the large file downloading was not correct either. The total file size was converted from long to int value when in builder.setProgress(). Change-Id: Ib038860e26cf8cade2c423403585c207f8b8979b
-
- 08 Jun, 2012 1 commit
-
-
The Android Automerger authored
-
- 07 Jun, 2012 1 commit
-
-
Jeff Sharkey authored
When showing a download, remember the first timestamp when we showed a notification, and use that time as "when" for all future updates to avoid flashing. Also bring back icon animation that had regressed. Bug: 6596416, 6237256 Change-Id: Ifdc5dc6870dac047515151c1b088e6e379b6a063
-
- 06 Jun, 2012 1 commit
-
-
The Android Automerger authored
-
- 05 Jun, 2012 1 commit
-
-
Jeff Sharkey authored
Bug: 6614812 Change-Id: I9b5eb051bce1e296478fb1fa6f95b710fa0c819f
-
- 24 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 23 May, 2012 1 commit
-
-
Christian Robertson authored
Change-Id: I63fa8b85935aef453ea31730c3fc38127f0451f6
-
- 04 May, 2012 4 commits
-
-
The Android Automerger authored
-
Jeff Sharkey authored
-
Jeff Sharkey authored
Switch to using GridLayout, because it's awesome. Also move status display to right-hand side, showing date when in completed state. Bug: 6378944 Change-Id: I540633010ed4aeeae299cedf7a49fdb81e65b431
-
Jeff Sharkey authored
Bug: 5418990 Change-Id: I9e46844d3fc983afc3c389ec64c099374f955610
-
- 25 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 24 Apr, 2012 1 commit
-
-
Jeff Sharkey authored
When multiple users are active, this can accidentally delete files belonging to other users. Checking owner also helps us avoid deleting recover and lost+found. Bug: 6362988 Change-Id: Ifc165acc9a9b3ab253a4b6257f370836b98b3a74
-
- 23 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 20 Apr, 2012 3 commits
-
-
Jeff Sharkey authored
Bug: 6371718 Change-Id: Id661210101b01daf8f5d46a318c32dbb9de9a4fb
-
Jeff Sharkey authored
Bug: 6362988 Change-Id: Iab4b86cfcaa6aeed6466f88ff49eb935f96db495
-
Jeff Sharkey authored
Bug: 6358473 Change-Id: Ied4a6c8194d0cbb735e43cf7d7759f4674efe535
-
- 19 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 18 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 17 Apr, 2012 2 commits
-
-
Jeff Sharkey authored
Include flag with each download to indicate if its allowed to proceed over metered networks. Downloads are left in WAITING_FOR_NETWORK state, similar to how ALLOWED_NETWORK_TYPES is handled. Also keep blocked downloads in WAITING_FOR_NETWORK state instead of marking them as failed. Bug: 3001465, 5734560 Change-Id: I80bb9aa9bd25ddf6f7a2472db344b6ba6878bd74
-
Jeff Sharkey authored
When viewing file://-style downloads, open through DownloadsProvider so that FLAG_GRANT_READ_URI_PERMISSION works. Add support for OpenableColumns to support external apps probing for metadata. Bug: 6343461 Change-Id: I630405406321ea1871c62cbcded55a4ee024ef6e
-
- 16 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 13 Apr, 2012 1 commit
-
-
Jeff Sharkey authored
Bug: 4997552 Change-Id: I3c612acb5145a7638c9345a376a99958851a0891
-
- 10 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 09 Apr, 2012 2 commits
-
-
Jeff Sharkey authored
Include platform version, model, and build, when available. Matches current logic used by Browser. Bug: 6257336 Change-Id: I0addfd944aff13bd4ce4226bb8d6328da6b0f5d5
-
The Android Automerger authored
-
- 05 Apr, 2012 1 commit
-
-
Jeff Sharkey authored
Change-Id: I21e5f6280748529bad881942f8f5534aa374ba55
-
- 02 Apr, 2012 1 commit
-
-
The Android Automerger authored
-
- 29 Mar, 2012 1 commit
-
-
Jeff Sharkey authored
Bug: 4726601 Change-Id: Ibe537bd5c2a092dbf974360cd454751881f7f4ea
-
- 28 Mar, 2012 1 commit
-
-
The Android Automerger authored
-
- 27 Mar, 2012 1 commit
-
-
Eric Fischer authored
Change-Id: If1d8435e21fcfaf8d9d742f3077333fc1d45137f
-
- 26 Mar, 2012 1 commit
-
-
The Android Automerger authored
-
- 23 Mar, 2012 1 commit
-
-
Eric Fischer authored
Change-Id: I472ad4749ceeaa967f4fd7ba2fdf2cfb5e97509a
-
- 21 Mar, 2012 1 commit
-
-
Mike Lockwood authored
empty -s ours merge Change-Id: I6cfeced57f7c36e771b349f65a1a3e13e199890e
-
- 12 Mar, 2012 1 commit
-
-
The Android Automerger authored
-
- 08 Mar, 2012 2 commits
-
-
Eric Fischer authored
Change-Id: I4e78ced9628cd22fb59a17749f2ac9ce75ddbf73
-
The Android Automerger authored
-
- 07 Mar, 2012 2 commits
-
-
Eric Fischer authored
Change-Id: I7df2d63cc2c51b79d98b4889687a8035453d125e
-
The Android Automerger authored
-
- 06 Mar, 2012 1 commit
-
-
Eric Fischer authored
Change-Id: I0ac6da326a7a4d15acc84d0301688ca2f4a6ed9a
-