Commit Graph

164750 Commits

Author SHA1 Message Date
Luan Nguyen
677a175481 am 969848c4: am f900a1f4: am 81752cf5: Merge "docs: Fix issue with older devices section not expanding" into lmp-docs
* commit '969848c4484b5430e00cac7c317cc5e35e7ec8f5':
  docs: Fix issue with older devices section not expanding
2015-02-20 23:54:15 +00:00
Luan Nguyen
969848c448 am f900a1f4: am 81752cf5: Merge "docs: Fix issue with older devices section not expanding" into lmp-docs
* commit 'f900a1f48abde96e41f40f61d3610b6245a9f94c':
  docs: Fix issue with older devices section not expanding
2015-02-20 23:48:00 +00:00
Luan Nguyen
f900a1f48a am 81752cf5: Merge "docs: Fix issue with older devices section not expanding" into lmp-docs
* commit '81752cf5148b93ef84f8890cb04876344924eae8':
  docs: Fix issue with older devices section not expanding
2015-02-20 23:40:47 +00:00
Luan Nguyen
81752cf514 Merge "docs: Fix issue with older devices section not expanding" into lmp-docs 2015-02-20 23:36:17 +00:00
Jeff Brown
c2932a1be3 Hold a wake lock while dozing when display updates are pending.
When the display state is DOZE or DOZE_SUSPEND, assume this means
that the AP may go to sleep at any time so hold a wake lock for
a little while starting when traversals are scheduled to ensure
that the AP remains awake long enough to draw and post the frame
to the display hardware.

This patch is somewhat approximate but should be good enough for
most devices today.

Note that the implementation uses the window manager to ensure that
the window which wants to draw is actually visible before acquiring
the wake lock.  There is a cost to this test (a round-trip) which
should not be significant today since we do not expect apps to draw
more than one frame or two while dozing.  However, if we wanted to
support animations in general, we might want to optimize it or
eliminate the check altogether (since we can already account for
the app's use of the wake lock).

Another way to implement this functionality might be for the view
hierarchy to listen for the power manager to report that it has entered
a non-interactive power state before deciding to poke draw locks.
This would be somewhat more accurate than watching the display state.
Also, the draw lock timeout logic could be implemented more directly
instead of using an ordinary timed wake lock.

Bug: 18284212
Change-Id: I84b341c678303e8b7481bd1620e634fe82cc4350
2015-02-20 10:54:09 -08:00
Rich Slogar
ed1cf523ad docs: android plugin revisions page v2
Change-Id: Ifdefd66149a34590e3d195a9b290bc3be111caf2
2015-02-20 09:52:13 -08:00
David Friedman
7cdd6671f8 Fixes several typos.
Change-Id: Iea6463bb4f0e8c178d77a0e19544e7b2cbf8c3ca
2015-02-20 09:40:06 -08:00
Adrian Roos
823bf307a2 am b5e787c1: am 26b0d973: Merge "Fix change IME content description" into lmp-mr1-dev
* commit 'b5e787c1c5a1845e0b8de53f1452a7a6cdeb4c93':
  Fix change IME content description
2015-02-20 14:39:30 +00:00
Adrian Roos
b5e787c1c5 am 26b0d973: Merge "Fix change IME content description" into lmp-mr1-dev
* commit '26b0d973d8c2b05e6141fb4808fbb0a28cb7f713':
  Fix change IME content description
2015-02-20 14:32:44 +00:00
Adrian Roos
26b0d973d8 Merge "Fix change IME content description" into lmp-mr1-dev 2015-02-20 14:28:38 +00:00
kmccormick
c808f6a6a2 am a8dbdb1c: am bb1c03e9: am a4fce24d: am e16f4393: am 506cba8b: Doc Update: fixed unescaped angle brackets in code snippets.
* commit 'a8dbdb1c5a019ac6fbcd8c20d7837d80fc9e41b7':
  Doc Update: fixed unescaped angle brackets in code snippets.
2015-02-19 22:16:52 +00:00
kmccormick
a8dbdb1c5a am bb1c03e9: am a4fce24d: am e16f4393: am 506cba8b: Doc Update: fixed unescaped angle brackets in code snippets.
* commit 'bb1c03e9500e2a13044925c78a11d3c48a3a47ef':
  Doc Update: fixed unescaped angle brackets in code snippets.
2015-02-19 22:11:29 +00:00
kmccormick
bb1c03e950 am a4fce24d: am e16f4393: am 506cba8b: Doc Update: fixed unescaped angle brackets in code snippets.
* commit 'a4fce24d6652e3869f70ca9f549ef45661608114':
  Doc Update: fixed unescaped angle brackets in code snippets.
2015-02-19 22:04:51 +00:00
kmccormick
a4fce24d66 am e16f4393: am 506cba8b: Doc Update: fixed unescaped angle brackets in code snippets.
* commit 'e16f439310b784bf46d033634e4a9e59a6a35c98':
  Doc Update: fixed unescaped angle brackets in code snippets.
2015-02-19 21:58:53 +00:00
Dirk Dougherty
275fab08d6 Doc change: Add diff report for API 22.
Change-Id: I99c1d69308260408d4f7fd4871cf2b46dccd5131
2015-02-19 21:53:12 +00:00
kmccormick
e16f439310 am 506cba8b: Doc Update: fixed unescaped angle brackets in code snippets.
* commit '506cba8b51474e5dc5cdcf381d0a25dc118c2aca':
  Doc Update: fixed unescaped angle brackets in code snippets.
2015-02-19 21:51:30 +00:00
kmccormick
506cba8b51 Doc Update: fixed unescaped angle brackets in code snippets.
Change-Id: Ie265dd58fb3a5fcffe955992dea7a1f9417a27d7
2015-02-19 12:17:18 -08:00
Rich Slogar
87ea3f796c am cdd5ebec: am 7319ea27: am cc883a1f: am 1e0face2: am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit 'cdd5ebec38fbc246e446b27d50c27456416ab95c':
  docs: mipmap link updates
2015-02-19 19:26:46 +00:00
Rich Slogar
cdd5ebec38 am 7319ea27: am cc883a1f: am 1e0face2: am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit '7319ea278cf96c12b3945eee0c6387244887c32a':
  docs: mipmap link updates
2015-02-19 19:20:32 +00:00
Rich Slogar
7319ea278c am cc883a1f: am 1e0face2: am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit 'cc883a1ff3d46ffc3cb59915d6d292f91bd984a2':
  docs: mipmap link updates
2015-02-19 19:12:48 +00:00
Rich Slogar
cc883a1ff3 am 1e0face2: am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit '1e0face2f77ddc7d9eb8fe6708386bfbfc167ec9':
  docs: mipmap link updates
2015-02-19 19:06:32 +00:00
Rich Slogar
1e0face2f7 am b87aa6cb: Merge "docs: mipmap link updates" into lmp-docs
* commit 'b87aa6cb96341ab32d21f5340f1064fcaa607920':
  docs: mipmap link updates
2015-02-19 18:59:21 +00:00
Rich Slogar
b87aa6cb96 Merge "docs: mipmap link updates" into lmp-docs 2015-02-19 18:55:26 +00:00
Rich Slogar
0f44b94d5d docs: mipmap link updates
Change-Id: I345d4dc29e094a6835e04eec237d1b8b8a540eaa
2015-02-19 10:48:37 -08:00
Craig Mautner
40f616b1f6 Do not make ActivityContainer available to apps. DO NOT MERGE
A security leak was discovered whereby a malicious app could get the
IActivityContainer object from one app and use it to inject events
into another app. This fix removes the availability of the
IActivityContainer and replaces its one use with a method for
returning the information the IActivityContainer was used for.

Fixes bug 19394591.

Change-Id: Ib3cec25b25130cd8e098892c057742cfd575cfdd
2015-02-19 09:44:53 -08:00
Adrian Roos
4a00263191 Fix change IME content description
Bug: 19434845
Change-Id: I28be1d8efb61d47abdce168b07a0846056eb650d
2015-02-19 18:21:52 +01:00
Rich Slogar
6a9e48ace0 am 3a0483e2: am 73cd35f2: am f213a8c9: am 14bb9188: am f4f059d4: docs: studio 1.1 downloads
* commit '3a0483e2c12ca3bc97f050f03b674fca65d57b90':
  docs: studio 1.1 downloads
2015-02-19 17:21:11 +00:00
Rich Slogar
3a0483e2c1 am 73cd35f2: am f213a8c9: am 14bb9188: am f4f059d4: docs: studio 1.1 downloads
* commit '73cd35f253e7c2efe8bef45d7eb7948011fdcae6':
  docs: studio 1.1 downloads
2015-02-19 17:11:58 +00:00
Rich Slogar
73cd35f253 am f213a8c9: am 14bb9188: am f4f059d4: docs: studio 1.1 downloads
* commit 'f213a8c980109f9be940236f19a5b79b9be2b007':
  docs: studio 1.1 downloads
2015-02-19 17:05:34 +00:00
Rich Slogar
f213a8c980 am 14bb9188: am f4f059d4: docs: studio 1.1 downloads
* commit '14bb9188bfd001bbb96749e51b8d5edc242c89e7':
  docs: studio 1.1 downloads
2015-02-19 16:58:49 +00:00
Rich Slogar
14bb9188bf am f4f059d4: docs: studio 1.1 downloads
* commit 'f4f059d423add55516a8ea4bb1522f1329039e47':
  docs: studio 1.1 downloads
2015-02-19 16:52:35 +00:00
Rich Slogar
f4f059d423 docs: studio 1.1 downloads
Change-Id: I663a91baba3b0a1e51aa8e3dbc991f067d0c255c
2015-02-19 08:45:23 -08:00
Ryosuke Matsuuchi
3b8defacdd doc: Add Japanese version of DAC/distribute/ page.
Bug: 18847144
Change-Id: I7bd98c381d8d58367862daedb7aaedfb0112b9d1
2015-02-18 20:31:05 -08:00
Jim Miller
3f711044a4 am 9c6c8df4: am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
* commit '9c6c8df44c5c05badee895e95d8f2460f95e0ec0':
  Fix accessibility focus bug in statusbar
2015-02-19 03:24:38 +00:00
Jim Miller
9c6c8df44c am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev
* commit '3dfd638921b3038c6df0e515478eb8bafccbf058':
  Fix accessibility focus bug in statusbar
2015-02-19 03:17:58 +00:00
Jim Miller
3dfd638921 Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev 2015-02-19 03:13:38 +00:00
Jim Miller
33a054d6fc Fix accessibility focus bug in statusbar
The notification_stack_scroller view of the new uber statusbar should
not be focusable for accessibility

Fixes bug 19296202

Change-Id: I1b3f43ee3c480c705044cb3d565c7c7f7019bcc3
2015-02-18 17:58:04 -08:00
Casey Burkhardt
bdbd473635 Merge "Refinements to magnification for improved wearable support." into lmp-mr1-modular-dev 2015-02-19 00:59:42 +00:00
Joe Fernandez
774e3418c4 am cf657324: am c9b5f98b: am 6f5d4bd8: am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit 'cf65732466e2dccf63575501fda18651d8ab19fc':
  docs: remove reference to GCM doc from C2DM doc
2015-02-19 00:56:31 +00:00
Joe Fernandez
cf65732466 am c9b5f98b: am 6f5d4bd8: am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit 'c9b5f98bec64e52436c128e035558744c75ee2ef':
  docs: remove reference to GCM doc from C2DM doc
2015-02-19 00:50:18 +00:00
Joe Fernandez
c9b5f98bec am 6f5d4bd8: am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit '6f5d4bd8c3f780744f0c739cbe168f764fbf824f':
  docs: remove reference to GCM doc from C2DM doc
2015-02-19 00:42:50 +00:00
Natalie Silvanovich
fe349a8421 am 6f1eb5ba: am 0181b76b: am bb4d0676: am 494d5b77: Merge "Check that bitmap\'s size does not exceed 32 bits. DO NOT MERGE" into lmp-dev
* commit '6f1eb5bab9ea6f31b3a7243b6b3fecf9afeaa9c3':
  Check that bitmap's size does not exceed 32 bits. DO NOT MERGE
2015-02-19 00:36:59 +00:00
Joe Fernandez
6f5d4bd8c3 am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit 'de91b3842b71c5acc6ad49cc2504fc0ff0e7e3e3':
  docs: remove reference to GCM doc from C2DM doc
2015-02-19 00:36:50 +00:00
Joe Fernandez
de91b3842b am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit 'e385672c9cb7ad212a92b77f72974035812ae9f1':
  docs: remove reference to GCM doc from C2DM doc
2015-02-19 00:30:32 +00:00
Natalie Silvanovich
6f1eb5bab9 am 0181b76b: am bb4d0676: am 494d5b77: Merge "Check that bitmap\'s size does not exceed 32 bits. DO NOT MERGE" into lmp-dev
* commit '0181b76b7c822c9876d5c475a2393246d85db772':
  Check that bitmap's size does not exceed 32 bits. DO NOT MERGE
2015-02-19 00:23:22 +00:00
Joe Fernandez
e385672c9c docs: remove reference to GCM doc from C2DM doc
Change-Id: Ic044916487d56bab22e30b24392890b97acf9d44
2015-02-18 16:16:43 -08:00
Natalie Silvanovich
0181b76b7c am bb4d0676: am 494d5b77: Merge "Check that bitmap\'s size does not exceed 32 bits. DO NOT MERGE" into lmp-dev
* commit 'bb4d0676fde95e68fc708d54499bb40c8fa7ccd3':
  Check that bitmap's size does not exceed 32 bits. DO NOT MERGE
2015-02-19 00:12:49 +00:00
Natalie Silvanovich
bb4d0676fd am 494d5b77: Merge "Check that bitmap\'s size does not exceed 32 bits. DO NOT MERGE" into lmp-dev
* commit '494d5b7757fab576facc5a7e923d2a15650dea1c':
  Check that bitmap's size does not exceed 32 bits. DO NOT MERGE
2015-02-19 00:05:53 +00:00
Natalie Silvanovich
494d5b7757 Merge "Check that bitmap's size does not exceed 32 bits. DO NOT MERGE" into lmp-dev 2015-02-19 00:02:31 +00:00
Rich Slogar
c905da575c am 5af2270b: am cd9c0cab: am 708959b5: am 755c5d88: am 56375d90: docs: lint inspection updates
* commit '5af2270b13d0edf33b0dd3e4bf84d0c6bed9de69':
  docs: lint inspection updates
2015-02-18 23:36:44 +00:00