| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
description.
Bug: 6804017
Change-Id: I1e08fc7a9a5db85341c57f6ec04c434a94183cd0
|
|
|
|
|
|
|
| |
bug: 11693951
bug: 12118617
Change-Id: I7a3ab4c6d7bc124ff9ed8779700e77c87409569d
|
|
|
|
|
|
|
|
| |
Fixes:
b/8584860
Change-Id: Ic85436f90b46508e6a182e3fc51365f5bfb8da14
|
|
|
|
| |
Change-Id: Ida7ccbc693e7635198fd368b9560b7843266c7cc
|
|
|
|
| |
Change-Id: I82381056f9f13e53ab8a0525f5a53bf98674c052
|
|\ |
|
| |
| |
| |
| |
| |
| | |
DocumentsContract#createDocument is hidden.
Change-Id: Iae9c4bcd8620c5297d1fc4e2324a8a242ab4b31a
|
|/
|
|
| |
Change-Id: Ifa283214798f8d2de4f8bdb17ed78609a7d43293
|
|
|
|
| |
Change-Id: Ie69b2cf96dae95b6ebe7b7797d3755749aec9f35
(cherry picked from commit ebb47950f21d3c41955a591000dfb1f195e746fe)
|
|
|
|
|
|
| |
Bug:11431921
Change-Id: Id08bb58a52699942e0cf626aeb577ac05c84c575
|
|
|
|
|
| |
Bug: 11245912
Change-Id: If00bb540f25b176da803af0e02fc1ce1b46537e1
|
|\
| |
| |
| | |
of this older CL that was left for dead: I5528b476d8110df51d45aaf690d878f72bc75c9f" into klp-docs
|
| |
| |
| |
| |
| |
| |
| | |
this is what's left of this older CL that was left for dead:
I5528b476d8110df51d45aaf690d878f72bc75c9f
Change-Id: I42f784d693c0a2a2e2e8ed4c582cbc10180191e7
|
|/
|
|
|
|
| |
bug: 8073630
Change-Id: Iff18e892a1e0422a85edd83f97ba4285f2171f74
|
|
|
|
| |
Change-Id: If01420ed3964fda89c459d3f9021b5088520b6b1
|
|
|
|
| |
Change-Id: I0360d468d54d970c87f313e24e50965245206f28
(cherry picked from commit c502744f2ddcc80a34f5197b5d2c0d701c7d6e71)
|
|\
| |
| |
| |
| | |
* commit '7ce4381a1a0b5903f75646bf632198d259438576':
Move READ_EXTERNAL_STORAGE to storage group.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 11437351
Change-Id: I460a3ee7860e8591e601eec7d390c3ca7eed1be6
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
klp-dev
* commit '927d854ff4dc66edd22c109400233eb2d76dfce6':
Optimize sysui ui queue during keyguard unlock.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
klp-dev
* commit '704269ec1cea0f68e21f51342d4d05825a53ae6a':
Mention external storage changes in KITKAT docs.
|
| |\ \ \
| | | |/
| | |/| |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 11388971
Change-Id: I97145472948867f54125f1d0f0237bf3b339535e
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '7fbba1622a975782fddb9a7c5d9dd733dd4e425d':
Suppress OperationCanceledException logging.
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These exceptions are normal when an app has cancelled an outstanding
thumbnail request.
Bug: 11385378
Change-Id: I8aed5721b447cda5baf447ac7afd627aa1062863
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '3f8367415095651e9dd8e074f97659a1b633e900':
Speculatively schedule input consumption
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
klp-dev
* commit 'ac5d3827409dff757531347c5232bb34ea727274':
Share pack historical sorting using wrong keys.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
klp-dev
* commit '86bfb3af4296a1263cb2c01a9e87b5b20015fedb':
Not show share targets that cannot be launched.
|
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '099d842bdac481ea94527ab1f702342e41dca440':
Update javadoc to fix the build.
|
| |/ /
| | |
| | |
| | | |
Change-Id: Ib6e8c17f10a7f17785876681baf8fb07eac9af55
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
into klp-dev
* commit '714ba34556572d36b1f9f8d9b860c4da24da6361':
Complete implementation of the advanced print options.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
with native processes" into klp-dev
* commit '3a702cb5d7eac0d8504c67145dded5d45a9c1027':
Fix issue #11391003: Allow dumpsys meminfo to be used with native processes
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
processes" into klp-dev
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I005e4dc763deafac95dc3aa6261c06d1808fdaff
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ic80d15c427e2f67465a6c45ab08d0ffcb618ae62
Auto-generated-cl: translation import
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
access Canada network" into klp-dev
* commit '2ead75109cf21223b7754fc3906c86d2fbd145cb':
Do not show roaming icon for Videotron operator when access Canada network
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | | |
network" into klp-dev
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Bug: 11260638
Change-Id: I70b3c2c190707b41ca04110851b7c9581d1c196f
|