summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter ↵quddusc2013-12-201-1/+1
| | | | | | | | description. Bug: 6804017 Change-Id: I1e08fc7a9a5db85341c57f6ec04c434a94183cd0
* fix typosScott Main2013-12-171-1/+1
| | | | | | | bug: 11693951 bug: 12118617 Change-Id: I7a3ab4c6d7bc124ff9ed8779700e77c87409569d
* Doc update: Update package summary for BT.Katie McCormick2013-12-121-7/+9
| | | | | | | | Fixes: b/8584860 Change-Id: Ic85436f90b46508e6a182e3fc51365f5bfb8da14
* rewrite intent guide and add doc with intents supported by platform appsScott Main2013-12-101-13/+15
| | | | Change-Id: Ida7ccbc693e7635198fd368b9560b7843266c7cc
* Doc updates: Javadoc fixesKatie McCormick2013-11-263-5/+5
| | | | Change-Id: I82381056f9f13e53ab8a0525f5a53bf98674c052
* Merge "Fix @see link in DocumentsContract docs." into klp-docsJohn Spurlock2013-11-251-2/+0
|\
| * Fix @see link in DocumentsContract docs.John Spurlock2013-11-251-2/+0
| | | | | | | | | | | | DocumentsContract#createDocument is hidden. Change-Id: Iae9c4bcd8620c5297d1fc4e2324a8a242ab4b31a
* | Fix bad @see links in Intent.java.John Spurlock2013-11-251-3/+3
|/ | | | Change-Id: Ifa283214798f8d2de4f8bdb17ed78609a7d43293
* Fix javadoc typo in SparseArray.Newton Allen2013-11-216-6/+6
| | | | Change-Id: Ie69b2cf96dae95b6ebe7b7797d3755749aec9f35 (cherry picked from commit ebb47950f21d3c41955a591000dfb1f195e746fe)
* Doc change: Change description for BRAND.Dirk Dougherty2013-11-211-1/+1
| | | | | | Bug:11431921 Change-Id: Id08bb58a52699942e0cf626aeb577ac05c84c575
* [DO NOT MERGE] Improve documentation for InputType and EditorInfo.Jean Chalard2013-11-133-64/+134
| | | | | Bug: 11245912 Change-Id: If00bb540f25b176da803af0e02fc1ce1b46537e1
* Merge "Revised some text while reading up on traceview. this is what's left ↵Scott Main2013-11-131-1/+4
|\ | | | | | | of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
| * Revised some text while reading up on traceview.Scott Main2013-11-121-1/+4
| | | | | | | | | | | | | | this is what's left of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f Change-Id: I42f784d693c0a2a2e2e8ed4c582cbc10180191e7
* | clarify that ANDROID_ID is unique for each user in multi-user environment.Scott Main2013-11-121-3/+8
|/ | | | | | bug: 8073630 Change-Id: Iff18e892a1e0422a85edd83f97ba4285f2171f74
* Docfixes for DownloadManager.John Spurlock2013-11-041-10/+6
| | | | Change-Id: If01420ed3964fda89c459d3f9021b5088520b6b1
* Fix some documentation typos.Newton Allen2013-11-014-8/+8
| | | | Change-Id: I0360d468d54d970c87f313e24e50965245206f28 (cherry picked from commit c502744f2ddcc80a34f5197b5d2c0d701c7d6e71)
* am 7ce4381a: Merge "Move READ_EXTERNAL_STORAGE to storage group." into klp-devJeff Sharkey2013-10-301-1/+1
|\ | | | | | | | | * commit '7ce4381a1a0b5903f75646bf632198d259438576': Move READ_EXTERNAL_STORAGE to storage group.
| * Merge "Move READ_EXTERNAL_STORAGE to storage group." into klp-devJeff Sharkey2013-10-301-1/+1
| |\
| | * Move READ_EXTERNAL_STORAGE to storage group.Jeff Sharkey2013-10-291-1/+1
| | | | | | | | | | | | | | | Bug: 11437351 Change-Id: I460a3ee7860e8591e601eec7d390c3ca7eed1be6
* | | am 927d854f: Merge "Optimize sysui ui queue during keyguard unlock." into ↵John Spurlock2013-10-291-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | klp-dev * commit '927d854ff4dc66edd22c109400233eb2d76dfce6': Optimize sysui ui queue during keyguard unlock.
| * | Merge "Optimize sysui ui queue during keyguard unlock." into klp-devJohn Spurlock2013-10-291-1/+1
| |\ \
| | * | Optimize sysui ui queue during keyguard unlock.John Spurlock2013-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Target the two biggest offenders: - Coalesce keyguard setHidden(false) calls during unlock. - Make sysui->WM call async. Found during investigation into b/11221659. Bug: 11221659 Change-Id: Icab48376bc356a933e0f9940bc2f924e2e77ab22
* | | | am 704269ec: Merge "Mention external storage changes in KITKAT docs." into ↵Jeff Sharkey2013-10-291-0/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | klp-dev * commit '704269ec1cea0f68e21f51342d4d05825a53ae6a': Mention external storage changes in KITKAT docs.
| * | | Merge "Mention external storage changes in KITKAT docs." into klp-devJeff Sharkey2013-10-291-0/+7
| |\ \ \ | | | |/ | | |/|
| | * | Mention external storage changes in KITKAT docs.Jeff Sharkey2013-10-291-0/+7
| | | | | | | | | | | | | | | | | | | | Bug: 11388971 Change-Id: I97145472948867f54125f1d0f0237bf3b339535e
* | | | am 7fbba162: Merge "Suppress OperationCanceledException logging." into klp-devJeff Sharkey2013-10-291-1/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '7fbba1622a975782fddb9a7c5d9dd733dd4e425d': Suppress OperationCanceledException logging.
| * | | Merge "Suppress OperationCanceledException logging." into klp-devJeff Sharkey2013-10-291-1/+4
| |\ \ \ | | |/ /
| | * | Suppress OperationCanceledException logging.Jeff Sharkey2013-10-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These exceptions are normal when an app has cancelled an outstanding thumbnail request. Bug: 11385378 Change-Id: I8aed5721b447cda5baf447ac7afd627aa1062863
* | | | am 3f836741: Merge "Speculatively schedule input consumption" into klp-devMichael Wright2013-10-293-13/+34
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '3f8367415095651e9dd8e074f97659a1b633e900': Speculatively schedule input consumption
| * | | Merge "Speculatively schedule input consumption" into klp-devMichael Wright2013-10-293-13/+34
| |\ \ \ | | |/ / | |/| |
| | * | Speculatively schedule input consumptionMichael Wright2013-10-263-13/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new tuned vsync offset, vsyncs are likely to occur shortly after the input is received, meaning we will empty the input queue, and thus won't schedule input consumption until more input is received. If an application then speculatively posts draw commands to the main looper faster than 60 hz, it will eventually end up blocking in eglSwapBuffers. Since we're blocking in eglSwapBuffers, we won't even schedule consumption until after the current frame (8-16ms), and it's entirely likely we won't actually get around to consuming input until after the next frame (another 16 ms of latency). This means we can often go 16-32ms without processing any input events, causing very noticeable amounts of jank. Rather than waiting for the next input event to schedule input consumption, speculatively schedule it every frame as long as we've consumed some motion batch during this frame. Bug: 11398045 Change-Id: I25e46308e00e9f9de00a1d8906f6b0e0f2e845b4
* | | | am ac5d3827: Merge "Share pack historical sorting using wrong keys." into ↵Svetoslav2013-10-291-9/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | klp-dev * commit 'ac5d3827409dff757531347c5232bb34ea727274': Share pack historical sorting using wrong keys.
| * | | Merge "Share pack historical sorting using wrong keys." into klp-devSvetoslav2013-10-291-9/+11
| |\ \ \
| | * | | Share pack historical sorting using wrong keys.Svetoslav2013-10-281-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ActivityChooserModel keeps a history of the last fifty share targets and based on past usage orders the targets in the UI. The soring implementation is using a map for improving performance. However, the activities in this map were keyed on the package name but there maybe more that one share target per package. Thus, the sorting was generating bad results. Now the unique component name is used. bug:11195578 Change-Id: I8c7018fea168b7253ddbe57b477028368726e75e
* | | | | am 86bfb3af: Merge "Not show share targets that cannot be launched." into ↵Svetoslav2013-10-294-9/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | klp-dev * commit '86bfb3af4296a1263cb2c01a9e87b5b20015fedb': Not show share targets that cannot be launched.
| * | | | Merge "Not show share targets that cannot be launched." into klp-devSvetoslav2013-10-294-9/+34
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Not show share targets that cannot be launched.Svetoslav2013-10-284-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes filters out share targets that we cannot start because the target does not properly implement the SEND protocol and has either share target activity hidden or requires a permission to launch it. Also the code that launches the share target activity catches the runtime exception and shows an error message. Note that being able to launch an activity in a moment of time is not a guarantee that one can do that latter. Hence, being able to launch an activity while building the share UI does not guarantee that one can launch it when selecting the share target. bug:11402139 Change-Id: Id35732510755b2eeb9eccacc046d289c2f2ee856
* | | | am 099d842b: Update javadoc to fix the build.Svetoslav2013-10-281-5/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '099d842bdac481ea94527ab1f702342e41dca440': Update javadoc to fix the build.
| * | | Update javadoc to fix the build.Svetoslav2013-10-281-5/+1
| |/ / | | | | | | | | | Change-Id: Ib6e8c17f10a7f17785876681baf8fb07eac9af55
* | | am 714ba345: Merge "Complete implementation of the advanced print options." ↵Svetoslav2013-10-285-34/+132
|\ \ \ | |/ / | | | | | | | | | | | | | | | into klp-dev * commit '714ba34556572d36b1f9f8d9b860c4da24da6361': Complete implementation of the advanced print options.
| * | Merge "Complete implementation of the advanced print options." into klp-devSvetoslav2013-10-285-34/+132
| |\ \
| | * | Complete implementation of the advanced print options.Svetoslav2013-10-285-34/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Implemented the advanced printer options integration. Now a print service may declare an advanced print options activity which may be launched by the user if the current printer supports advanced print options. These options are visible only to the print service that added them and it is the only party that will interpret the options. 2. Fixed a couple of bugs in the saved print jobs parsing. One was that if there are more than one page range, a half of the print job properties was not properly parsed. The other was that the media size constructor was using incorrect argument order, thus creating a media size with wring width. 3. Fixed and edge case where old print jobs and their docs can get stuck in the spooler. If the app did not write the requested pages we were not showing an error message, rather just finish the activity without canceling the print job and this print job is stuck in the spooler. Now we show an error message and the user may retry, cancel. If the user cancels the print job is also cancelled, thus no leftover in the spooler. 4. Fixed the background color of the print dialog to meet UX spec. bug:11241800 Change-Id: I352440bc86aec824a805883fc9579d96a06d11e6
* | | | am 3a702cb5: Merge "Fix issue #11391003: Allow dumpsys meminfo to be used ↵Dianne Hackborn2013-10-281-206/+222
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | with native processes" into klp-dev * commit '3a702cb5d7eac0d8504c67145dded5d45a9c1027': Fix issue #11391003: Allow dumpsys meminfo to be used with native processes
| * | | Merge "Fix issue #11391003: Allow dumpsys meminfo to be used with native ↵Dianne Hackborn2013-10-281-206/+222
| |\ \ \ | | | | | | | | | | | | | | | processes" into klp-dev
| | * | | Fix issue #11391003: Allow dumpsys meminfo to be used with native processesDianne Hackborn2013-10-251-206/+222
| | | | | | | | | | | | | | | | | | | | Change-Id: I005e4dc763deafac95dc3aa6261c06d1808fdaff
| * | | | Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin2013-10-2857-1/+263
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-10-2857-1/+263
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic80d15c427e2f67465a6c45ab08d0ffcb618ae62 Auto-generated-cl: translation import
* | | | | am 2ead7510: Merge "Do not show roaming icon for Videotron operator when ↵Vineeta Srivastava2013-10-282-0/+50
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | access Canada network" into klp-dev * commit '2ead75109cf21223b7754fc3906c86d2fbd145cb': Do not show roaming icon for Videotron operator when access Canada network
| * | | | Merge "Do not show roaming icon for Videotron operator when access Canada ↵Vineeta Srivastava2013-10-282-0/+50
| |\ \ \ \ | | |/ / / | |/| | | | | | | | network" into klp-dev
| | * | | Do not show roaming icon for Videotron operator when access Canada networkSungmin Choi2013-10-282-0/+50
| | |/ / | | | | | | | | | | | | | | | | Bug: 11260638 Change-Id: I70b3c2c190707b41ca04110851b7c9581d1c196f