summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add rawDocumentsUri handling to TrampolineActivity.Ben Lin2017-03-102-2/+16
| | | | | | Test: Build, compiles, does not crash. Bug: 36033829 Change-Id: I8756c6abd872e4b14cff3c604c37f82323b44c27
* Import translations. DO NOT MERGEBill Yi2017-02-161-1/+1
| | | | | Change-Id: I6c688556e8caa0346175337791610b34a4b1baff Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2017-01-181-1/+1
| | | | | Change-Id: I8f3b15ae7c796001c344feb7d87264b32b6bc854 Auto-generated-cl: translation import
* Rename language+country resources to just languageRoozbeh Pournader2017-01-1030-0/+0
| | | | | | Bug: 26496609 Test: none Change-Id: I8c2fa656daccab3205fa30e900a245affbfae34b
* Import translations. DO NOT MERGEBill Yi2016-12-091-13/+13
| | | | | Change-Id: I88dc041e9f19113ad2d8dcee44f3c62cec2e8e09 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-11-301-2/+2
| | | | | Change-Id: I458a8bba3c0d628bb5a9d3098b0fc8f347c6f64b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-10-261-1/+1
| | | | | Change-Id: I8e39807213985f289c4e00a25952ea57059c8641 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-10-142-2/+2
| | | | | Change-Id: I8ac1310334ef3a0160c975d44eef9263f7f64217 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-09-221-1/+1
| | | | | Change-Id: I88aedc11af30c8931a9abff0bea8436e0986698c Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-07-111-1/+1
| | | | | Change-Id: Icb0968a95d8f44aa40606dd55dd104fd17d0ea31 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-07-051-1/+1
| | | | | Change-Id: I355f9f22cb5915839c56c31a12499a581f91a05b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-06-063-5/+5
| | | | | Change-Id: I96abbbab5fdacc947997bea1528b7cb30d169637 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-05-301-1/+1
| | | | | Change-Id: Ia1ffe9b035901de6c5aa886d3dad2c5a15fd355b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-241-1/+1
| | | | | Change-Id: Iae283f4d36a63f557f2a7a6484a5cc55976294c3 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-05-237-20/+20
| | | | | Change-Id: Ia5266188319a67f18eb25e406ad3091d33bd4ecc Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-165-7/+7
| | | | | Change-Id: I398c9968e21d1407dd1e4a280d07b8cee684cfc0 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2016-05-0245-90/+45
| | | | | Change-Id: I408f007c9557f6dfee72bd5961f486ec0e1fdb56 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2016-04-2680-0/+125
| | | | | Change-Id: I1022c0f49b3ac7e47626372d999633910ae8f7e9 Auto-generated-cl: translation import
* resolve merge conflicts of 3a5f5ea to nyc-dev-plus-aosp am: 5210cd4Jeff Sharkey2016-04-252-6/+28
|\ | | | | | | | | | | | | | | | | am: 1ac1cc3 * commit '1ac1cc3e2b5b432829b193a42af12cf800cee788': Move DownloadManager to use JobScheduler. Change-Id: I7dd7cad788510d8f831b660b295b4fb9cbc698ee
| * resolve merge conflicts of 3a5f5ea to nyc-dev-plus-aospJeff Sharkey2016-04-252-6/+28
| |\ | | | | | | | | | Change-Id: Ib1bf6fc558789dcf9bcf81cea19e551ca9b49642
| | * 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
* | | Import translations. DO NOT MERGEGeoff Mendal2016-03-181-0/+50
| | | | | | | | | | | | | | | Change-Id: Iceafa0f728ac793e552955ff5d8650628bf284b5 Auto-generated-cl: translation import
* | | Remove the Downloads launcher icon. am: fb816b315bSteve McKay2016-03-102-51/+0
|\| | | | | | | | | | | | | | | | | | | | am: fc80c24916 * commit 'fc80c24916a52b77995bf27fe6fe6a8061bac4b6': Remove the Downloads launcher icon.
| * | Remove the Downloads launcher icon.Steve McKay2016-03-102-51/+0
| |\| | | | | | | | | | | | | | | | | | | am: fb816b315b * commit 'fb816b315b01de0b1695ff97208e11eef0d05d90': Remove the Downloads launcher icon.
| | * 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-221-12/+12
| | | | | | | | | | Change-Id: I9a27c5c3b754ada466d0b1257cdec9be4c849843 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-02-101-1/+1
| | | | | | | | | | Change-Id: I861029214d2c5566c7cbc9cd9e024c5c71e2f57f Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-02-081-1/+1
|/ | | | | Change-Id: I5a35b0671ba538bafe3b73585e8ccddf45393282 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