summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importAbhisek Devkota2017-03-201-0/+1
| | | | Change-Id: I575efe47e1605c232d91aaeec506c32d55200804
* Automatic translation importAbhisek Devkota2017-03-081-0/+30
| | | | Change-Id: I4dcb2f740e647c0495abc10a90e647826101a53f
* Automatic translation importMichael W2017-03-021-32/+0
| | | | Change-Id: I963dcb23b6dc1c55e6f2b39208590928d72c2e0e
* Automatic translation importAbhisek Devkota2017-02-161-0/+78
| | | | Change-Id: I2aac8c501435fd468ca188c121b81f2c1de2fe54
* Automatic translation importstaging/cm-14.1-cafrebaseinky@build012016-12-3018-0/+1526
| | | | | Change-Id: I97c79babd5ffd99b6f7e6221bd1d978f9cc8d761 Ticket: -
* DownloadProvider: Add support for manual pause/resumeZhao Wei Liew2016-12-301-1/+15
| | | | | | | | | | Implement the following features: - Manually pause/resume individual downloads in DownloadManager - Manually pause/resume all downloads in notification Based on commit ecd609e7017b8a69688bbae25c17d878ea305f19. Change-Id: I433cdee2de8b3add0248bbb0a9d02f8da4e5bb38
* Import translations. DO NOT MERGEBill Yi2016-07-204-3/+6
| | | | | Change-Id: Ie2553f849eaaea53c2baa2af48ca75166e6e9aa2 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-06-034-7/+7
| | | | | Change-Id: I979d621b448069f2a7d6d732fd692ceae4f2b33b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-05-237-20/+20
| | | | | Change-Id: I9d9382aab69828b91978d8a1adcf80b341d29a4e Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-164-6/+6
| | | | | Change-Id: I8b23f7082da080f504f758551850f16d523db7d5 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-0245-90/+45
| | | | | Change-Id: I0351a657e2d7c546031396e38b5d93cbcc9a91c2 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-04-2677-0/+122
| | | | | Change-Id: Ia349ccd4752107368fec98e20d5bb8f6c17a9926 Auto-generated-cl: translation import
* Move DownloadManager to use JobScheduler.Jeff Sharkey2016-04-252-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JobScheduler is in a much better position to coordinate tasks across the platform to optimize battery and RAM usage. This change removes a bunch of manual scheduling logic by representing each download as a separate job with relevant scheduling constraints. Requested network types, retry backoff timing, and newly added charging and idle constraints are plumbed through as job parameters. When a job times out, we halt the download and schedule it to resume later. The majority of downloads should have ETag values to enable resuming like this. Remove local wakelocks, since the platform now acquires and blames our jobs on the requesting app. When an active download is pushing updates to the database, check for both paused and cancelled state to quickly halt an ongoing download. Shift DownloadNotifier to update directly based on a Cursor, since we no longer have the overhead of fully-parsed DownloadInfo objects. Unify a handful of worker threads into a single shared thread. Remove legacy "large download" activity that was thrown in the face of the user; the UX best-practice is to go through notification, and update that dialog to let the user override and continue if under the hard limit. Bug: 28098882, 26571724 Change-Id: I33ebe59b3c2ea9c89ec526f70b1950c734abc4a7
* Import translations. DO NOT MERGEGeoff Mendal2016-03-193-13/+63
| | | | | Change-Id: I01c4bc11d7a9723a5017aed032d8f8eefe5d4254 Auto-generated-cl: translation import
* Remove the Downloads launcher icon.Steve McKay2016-03-102-51/+0
| | | | | | | And the intent filter for "BROWSE_DOWNLOADS". Bug: 27563427 Change-Id: I22e8cbbd49c9d2317146d18d90b15549dadfc69f
* Import translations. DO NOT MERGEGeoff Mendal2016-02-081-1/+1
| | | | | Change-Id: I35e75084e916075407d7165b852db6ffe4adb74b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2016-02-031-4/+4
| | | | | Change-Id: I276e0dbc146c36d68742072d751c065b6615b457 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2016-02-011-0/+50
| | | | | Change-Id: I050672cccceeb0a0bc285b3612d4a3bb6c368add Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2016-01-181-1/+1
| | | | | Change-Id: I45766d6eba22807d36d839b7ef5114899305caac Auto-generated-cl: translation import
* Merge "NullPointerException on activity in onDismiss" am: 2075de92c6Jeff Sharkey2016-01-051-2/+8
|\ | | | | | | | | | | | | am: 27cb48d40e * commit '27cb48d40e85d207b66a34cd0ae85edcfeeebaf9': NullPointerException on activity in onDismiss
| * Merge "NullPointerException on activity in onDismiss"Jeff Sharkey2016-01-051-2/+8
| |\ | | | | | | | | | | | | | | | | | | am: 2075de92c6 * commit '2075de92c6b75ffcf7b57cb25947d08daf57772a': NullPointerException on activity in onDismiss
| | * NullPointerException on activity in onDismissMichal Szynkaruk2015-12-161-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: getActivity() returns NULL after the dialog fragment has been removed. Solution: Add a null check for the activity to which the dialogfragment is attached. Change-Id: I32c8784b15b6f179d13071b508d6cd9d2013ebc3
| | * Import translations. DO NOT MERGEBaligh Uddin2015-11-048-17/+17
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 25433205 Change-Id: Iaf595270e0e61ceee9cc5c3b790bc36f9a8a5731
* | Import translations. DO NOT MERGEGeoff Mendal2015-12-211-13/+13
| | | | | | | | | | Change-Id: Ibea64636c9d8db15d0b7e2902d9180dd7ee82dfb Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-12-161-0/+50
| | | | | | | | | | Change-Id: Icd4f573fc65450d9ba2ba14f49e9238c62183375 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-11-091-2/+2
| | | | | | | | | | Change-Id: I0956511b2466f3558d369ffec200e9c654ecdb07 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-11-041-1/+1
| | | | | | | | | | Change-Id: I46d69780c9f8641d1541f201b4836ce5e7a49dca Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-10-191-1/+1
| | | | | | | | | | Change-Id: I571a9b86950ff0061c334aede12d6a53d20760c1 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-10-122-3/+3
| | | | | | | | | | Change-Id: I18fca43261b4e7c3c264a2dee0f91764cbbc20e2 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2015-09-101-1/+1
| | | | | | | | | | Change-Id: Ic337bcac25db4280025717baf09af1ad4b006f95 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-08-031-3/+3
| | | | | | | | | | Change-Id: Ide26a7e6d02486205f6ea8569292e25cb821ad7b Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-081-1/+1
| | | | | | | | | | Change-Id: Ie0c3070327b6c17887ac83bd01810a7b7faec731 Auto-generated-cl: translation import
* | am 91f7da13: am 458def94: am d473cf8f: Fix crash in TrampolineActivityMakoto Onuki2015-06-241-1/+1
|\| | | | | | | | | * commit '91f7da13a97aace49fe5bb556d3402847f599790': Fix crash in TrampolineActivity
| * am d473cf8f: Fix crash in TrampolineActivityMakoto Onuki2015-06-241-1/+1
| |\ | | | | | | | | | | | | * commit 'd473cf8f85f60d53b20270a263afe6b138671cb5': Fix crash in TrampolineActivity
| | * Fix crash in TrampolineActivityMakoto Onuki2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | TrampolineActivity was trying to show a dialog with Theme.NoDisplay. Changed to Theme.Translucent.NoTitleBar. Bug 20146947 Change-Id: Iab75d18ccfc35053f0a1d485583d0d15c5b2d351
| | * Import translations. DO NOT MERGEGeoff Mendal2015-05-141-3/+3
| |/ | | | | | | | | Change-Id: Icef1a6fecbfcf2537e9c3277d454d2307ea08ba2 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-06-151-1/+1
| | | | | | | | | | Change-Id: I60168572902cc2d54644be1ac356e97ef66e7a67 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-06-081-2/+2
| | | | | | | | | | Change-Id: I4b60a9e7b2ce358acf1e15df4d2369ea4ae00b69 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-06-011-1/+1
| | | | | | | | | | Change-Id: I6d51a131fd5353936f47cbf4ce659400a1010c75 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-05-111-3/+3
|/ | | | | Change-Id: I0078fbdc48826c3714371c5d4470d62e1200b233 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-04-223-0/+150
| | | | | Change-Id: I6586b3adc94218ae560efe68338eb137aa6cd742 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-03-301-1/+1
| | | | | Change-Id: Ia082b51eacfe95e4cfad095de71369035744c3d5 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-03-212-1/+51
| | | | | Change-Id: I0e8fd3069bff048448055d1bb80862afa9415f11 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-03-162-6/+6
| | | | | Change-Id: I6ee3f2e8abbd7b1b4b7d217e362a1d65b5c8daa4 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-03-091-7/+7
| | | | | Change-Id: Ifd21e5b624206c24c76a65ccaab6486acd05a3bf Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-12-222-4/+4
| | | | | Change-Id: I71b49ea8b3f497f568ac327c5092a616c0da794f Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-12-082-4/+4
| | | | | Change-Id: Ib1ebd29334a22947d71f4f6784fad17847e4fe5b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-11-242-4/+4
| | | | | Change-Id: I04d099094aeb1ce6c3413b13686d90e65dfda873 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-11-192-4/+4
| | | | | Change-Id: Ic545e1cbfd4ae266abe78a9c5bcc53326e397d2a Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-10-203-5/+5
| | | | | Change-Id: I1b65689615f1b7302e27efd18593ddc307a6b454 Auto-generated-cl: translation import