summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2016-06-034-7/+7
| | | | | Change-Id: I0af9c77f30ac97457c5fa029ffa9138b1e8a3c6d Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-05-231-1/+1
| | | | | Change-Id: I20691844173d81874c3220b1813f4b8726f3e58d Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-217-19/+19
| | | | | | | Auto-generated-cl: translation import Bug: 28857042 Change-Id: I57cd87a88242f29ec5038bf53cc74f4b0e6279ba
* Import translations. DO NOT MERGEBaligh Uddin2016-05-165-7/+7
| | | | | Change-Id: I7f86c0526a2ec3ce85affb5f6cca26c56eb34647 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-0245-90/+45
| | | | | Change-Id: I301fec6e93b48872a5031117de97e64de88df93d Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-04-2680-0/+125
| | | | | Change-Id: Ic740947008131405afb202b6217b12d178896888 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
* Import translations. DO NOT MERGEGeoff Mendal2014-10-062-4/+4
| | | | | Change-Id: I8f1746358f938377571e7ee09ea54fe821670adc Auto-generated-cl: translation import
* am 8b3d298f: am e3ced585: am 9292533d: am 53c49235: am e8175658: Merge ↵Jeff Sharkey2014-10-015-0/+0
|\ | | | | | | | | | | | | "Materialize some shadows!" into lmp-dev * commit '8b3d298f023b861143da3182e09d7f3a7b0ab6a5': Materialize some shadows!
| * am e3ced585: am 9292533d: am 53c49235: am e8175658: Merge "Materialize some ↵Jeff Sharkey2014-10-015-0/+0
| |\ | | | | | | | | | | | | | | | | | | shadows!" into lmp-dev * commit 'e3ced5852ff655671b6a01c06b88077f050ae8ae': Materialize some shadows!
| | * am e8175658: Merge "Materialize some shadows!" into lmp-devJeff Sharkey2014-10-015-0/+0
| | |\ | | | | | | | | | | | | | | | | * commit 'e8175658d3a16a3fd8c60a9c6760268e74d0b81f': Materialize some shadows!
| | | * Merge "Materialize some shadows!" into lmp-devJeff Sharkey2014-09-305-0/+0
| | | |\
| | | | * Materialize some shadows!Jeff Sharkey2014-09-305-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17421836 Change-Id: I733b118e3782c06c77c728d641c1f999670b53c9