102217 Commits

Author SHA1 Message Date
Chet Haase
addabb2358 am 9e19ea28: am 7534707b: Merge "Ensure wallpaper creation succeeds" into jb-mr2-dev
* commit '9e19ea284a4061d49876697ad8b285b4202c9573':
  Ensure wallpaper creation succeeds
2013-03-14 13:32:45 +00:00
Chet Haase
9e19ea284a am 7534707b: Merge "Ensure wallpaper creation succeeds" into jb-mr2-dev
* commit '7534707b34ad7f2c8d3954d0fe8d2e6e7fcb2fc6':
  Ensure wallpaper creation succeeds
2013-03-14 13:30:13 +00:00
Chet Haase
7534707b34 Merge "Ensure wallpaper creation succeeds" into jb-mr2-dev 2013-03-14 13:28:13 +00:00
Chet Haase
187e1e2fc7 Ensure wallpaper creation succeeds
ImageWallpaper was sometimes querying GL for a max texture size too early
(before the first call to eglMakeCurrent()). This problem caused the wallpaper
to then get created in software, resulting in noticeably slower performance
when the wallpaper was visible.

This fix ensures that the
makeCurrent happens before the query, ensuring that wallpapers of the right
size actually get created instead of failing due to this error at creation time.

Issue #8319960 sluggish yakju animations over launcher

Change-Id: I12a3eba9f1818bdf544691e0727fe12f7e820651
2013-03-14 06:24:32 -07:00
John Spurlock
ca497d3922 am 356bbd1c: am ac3dfb38: Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev
* commit '356bbd1c6046845ebb5f7c8377f5726eb4a1ff0f':
  WindowManager.LayoutParams docs cleanup.
2013-03-14 13:13:46 +00:00
John Spurlock
356bbd1c60 am ac3dfb38: Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev
* commit 'ac3dfb38802dc42053a9ac0cbcafd0304b7b01d8':
  WindowManager.LayoutParams docs cleanup.
2013-03-14 13:11:31 +00:00
John Spurlock
ac3dfb3880 Merge "WindowManager.LayoutParams docs cleanup." into jb-mr2-dev 2013-03-14 13:08:06 +00:00
Scott Main
3eb1f207be am 7f39842d: am 0a93dc9a: am 9b92e915: am baf974fa: am b608915d: am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-
* commit '7f39842d4f262cfdf77c44a35762cdf06ce53649':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-14 06:15:35 +00:00
Scott Main
7cf542ad89 am a08e81e1: am 81b29455: am c597f5b6: am bbc13661: am ed3f55f1: am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit 'a08e81e1bcd06410258677a3e18bd4e4d46777d5':
  update IO announcement to remove registration
2013-03-14 06:15:32 +00:00
Scott Main
7f39842d4f am 0a93dc9a: am 9b92e915: am baf974fa: am b608915d: am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649
* commit '0a93dc9ad8c990d179ac67659b834736bd5c55d3':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-14 06:13:26 +00:00
Scott Main
a08e81e1bc am 81b29455: am c597f5b6: am bbc13661: am ed3f55f1: am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit '81b294554e919bcc5a6688d7bede3a603fc8a749':
  update IO announcement to remove registration
2013-03-14 06:13:24 +00:00
Scott Main
0a93dc9ad8 am 9b92e915: am baf974fa: am b608915d: am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d
* commit '9b92e9156dc762cd7802b5126b7a0f56b4c58897':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-13 23:10:56 -07:00
Scott Main
81b294554e am c597f5b6: am bbc13661: am ed3f55f1: am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit 'c597f5b69b84943da7820d8d2233f958ed40ab5c':
  update IO announcement to remove registration
2013-03-13 23:10:51 -07:00
Jean Chalard
4826afb2c0 Merge "Take the input device into account for meta state" 2013-03-14 03:08:51 +00:00
Baligh Uddin
e2a02e2e24 Merge "Import translations. DO NOT MERGE" 2013-03-14 03:03:01 +00:00
Mathias Agopian
9904be3570 am f2362ceb: am b1fa4f92: Merge "fix CloseGuard usage in Surface" into jb-mr2-dev
* commit 'f2362ceb50209dfb72899f9ab1b839e9238ef9a6':
  fix CloseGuard usage in Surface
2013-03-14 02:36:55 +00:00
Jim Miller
aa2e84f29b am 3fe0205a: am 6d4dac74: Merge "Fix bug where Keyguard\'s emergencydialer wasn\'t being launched with a userid." into jb-mr2-dev
* commit '3fe0205a00672ccc86f7ca3fc8980fc380891fce':
  Fix bug where Keyguard's emergencydialer wasn't being launched with a userid.
2013-03-14 02:34:43 +00:00
Robert Greenwalt
bbaa7c1296 am f0cf1ead: am ad7a1d56: Merge "Add logging to track down bug" into jb-mr2-dev
* commit 'f0cf1ead7157d1de98c84922711aea65619e28f1':
  Add logging to track down bug
2013-03-14 02:34:40 +00:00
Mathias Agopian
0241d22a3d am 71939528: am 065a118e: Merge "Try to keep the same native Surface object when reading a parcel" into jb-mr2-dev
* commit '71939528167fe4a54ec046fd5cdeeb16f46d98ba':
  Try to keep the same native Surface object when reading a parcel
2013-03-14 02:34:36 +00:00
Romain Guy
6fd2d75b30 am 6f41ede9: am 03df4033: Merge "Less aggressive glyphs precaching" into jb-mr2-dev
* commit '6f41ede9e4cd6b63dda6a3ee496e0411e0c8328f':
  Less aggressive glyphs precaching
2013-03-14 02:34:32 +00:00
Jaikumar Ganesh
e7ed3aa268 am 5f3b22d6: am 980ef31f: Merge changes I1aab1dbc,I83c92971,I47337efd into jb-mr2-dev
* commit '5f3b22d691e7388c172d8f9635d153c9c73a8699':
  Revert "Add new sensor types."
  Revert "Remove spurious @Override."
  Revert "Add a minimum size for the event pools."
2013-03-14 02:34:27 +00:00
Dianne Hackborn
fc68ed14ff am f1ebd1bd: am 5d122d96: Better documentation on permission checking in ContentProvider.call().
* commit 'f1ebd1bd6799f4e2c5734ab372a9c78cd724b27e':
  Better documentation on permission checking in ContentProvider.call().
2013-03-14 02:34:21 +00:00
Mathias Agopian
591fc3bbaa am 1b11e4bd: am 2530b32d: Merge "remove uses of Surface in favor of IGraphicBufferProducer" into jb-mr2-dev
* commit '1b11e4bdd24fe6b5c652acabcdaf098df4f485c3':
  remove uses of Surface in favor of IGraphicBufferProducer
2013-03-14 02:34:09 +00:00
Romain Guy
3690232930 am 6183f3d7: am 8be3bc4a: Merge "Prevent infinite loop when trimming the path cache" into jb-mr2-dev
* commit '6183f3d7ea0c3b48d241330ca477d398205ca5c1':
  Prevent infinite loop when trimming the path cache
2013-03-14 02:34:06 +00:00
Craig Mautner
a59d0c81d5 am 35d45010: am dc50ba18: Merge "Put debug back in for b/b8263462." into jb-mr2-dev
* commit '35d450107716d5ea950a19ffe09065ad4cb8b1fc':
  Put debug back in for b/b8263462.
2013-03-14 02:34:00 +00:00
Przemyslaw Szczepaniak
5f51a1e1dd am decc6cb1: am 24943bf1: Failing Text-To-Speech CTS tests fix.
* commit 'decc6cb1a74153e6d3cd5b02f1877d6c16bf8603':
  Failing Text-To-Speech CTS tests fix.
2013-03-14 02:33:50 +00:00
Baligh Uddin
e89a4666d5 am 4a7d0507: (-s ours) am f3d5de82: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
* commit '4a7d05075bca11c74a2cf055444ce9c3e57b358d':
  Import translations. DO NOT MERGE
2013-03-14 02:33:39 +00:00
Bjorn Bringert
6e8b04d6f2 am b30dd027: (-s ours) am 133e2db8: Merge "Hide VOICE_ASSIST intent DO NOT MERGE" into jb-mr2-dev
* commit 'b30dd02752de2b3b99f60bc2a105e388897737a5':
  Hide VOICE_ASSIST intent DO NOT MERGE
2013-03-14 02:33:36 +00:00
Mathias Agopian
f2362ceb50 am b1fa4f92: Merge "fix CloseGuard usage in Surface" into jb-mr2-dev
* commit 'b1fa4f92dcd6380b14cbff9cb8aec9e175d7d60d':
  fix CloseGuard usage in Surface
2013-03-14 02:15:34 +00:00
Mathias Agopian
b1fa4f92dc Merge "fix CloseGuard usage in Surface" into jb-mr2-dev 2013-03-14 02:13:13 +00:00
Mathias Agopian
86e1bc7305 fix CloseGuard usage in Surface
Bug: 8375415
Change-Id: I03e9f318c2ad586f4bd93b280557ada66121d275
2013-03-13 18:21:11 -07:00
Scott Main
9b92e9156d am baf974fa: am b608915d: am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed0
* commit 'baf974fa5aaf9977fa1dc26a33ada4e7d68768c0':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-13 17:23:20 -07:00
Scott Main
c597f5b69b am bbc13661: am ed3f55f1: am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit 'bbc13661504ef7cc8c397bd05f1ba33db619c77a':
  update IO announcement to remove registration
2013-03-13 17:23:17 -07:00
Scott Main
baf974fa5a am b608915d: am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into
* commit 'b608915d5dd1bb81c45b6f1406dd2e41f2e7c6cf':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-13 17:20:57 -07:00
Scott Main
bbc1366150 am ed3f55f1: am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit 'ed3f55f12d6dd702fed9d9ba21f5d2e333382e44':
  update IO announcement to remove registration
2013-03-13 17:20:54 -07:00
Scott Main
b608915d5d am af1bd23b: am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into jb-mr1.1-docs
* commit 'af1bd23bf55efc456727874f39f7e35d49ec2a85':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-13 17:19:32 -07:00
Scott Main
ed3f55f12d am 5f00c3c7: am d0d8f8a9: update IO announcement to remove registration
* commit '5f00c3c7d70b33ad360e48908e23c796fced43bb':
  update IO announcement to remove registration
2013-03-13 17:19:28 -07:00
Scott Main
af1bd23bf5 am e8319257: Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into jb-mr1.1-docs
* commit 'e83192577fbc1fc6e0a8d991f07be506605fa496':
  cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f
2013-03-13 17:18:20 -07:00
Scott Main
5f00c3c7d7 am d0d8f8a9: update IO announcement to remove registration
* commit 'd0d8f8a9d464e1bb2385639c2f70c219d8e605e1':
  update IO announcement to remove registration
2013-03-13 17:18:17 -07:00
Scott Main
e83192577f Merge "cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780 docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into jb-mr1.1-docs 2013-03-14 00:16:11 +00:00
Scott Main
d0d8f8a9d4 update IO announcement to remove registration
Change-Id: I0d9d984b90db1ee94b8b282fe816e95a6ec43094
2013-03-13 17:15:01 -07:00
Jim Miller
3fe0205a00 am 6d4dac74: Merge "Fix bug where Keyguard\'s emergencydialer wasn\'t being launched with a userid." into jb-mr2-dev
* commit '6d4dac74235972035a3a9109a4224e04a88039cd':
  Fix bug where Keyguard's emergencydialer wasn't being launched with a userid.
2013-03-14 00:02:29 +00:00
Robert Greenwalt
f0cf1ead71 am ad7a1d56: Merge "Add logging to track down bug" into jb-mr2-dev
* commit 'ad7a1d564dcaa560f59d3f44ff32aef6fbaabba3':
  Add logging to track down bug
2013-03-14 00:02:27 +00:00
Jim Miller
6d4dac7423 Merge "Fix bug where Keyguard's emergencydialer wasn't being launched with a userid." into jb-mr2-dev 2013-03-14 00:00:15 +00:00
Robert Greenwalt
ad7a1d564d Merge "Add logging to track down bug" into jb-mr2-dev 2013-03-13 23:59:00 +00:00
Mathias Agopian
7193952816 am 065a118e: Merge "Try to keep the same native Surface object when reading a parcel" into jb-mr2-dev
* commit '065a118e0e389dc785cda2e20fdb957361db89a0':
  Try to keep the same native Surface object when reading a parcel
2013-03-13 23:58:56 +00:00
Mathias Agopian
065a118e0e Merge "Try to keep the same native Surface object when reading a parcel" into jb-mr2-dev 2013-03-13 23:54:34 +00:00
Joe Fernandez
8119f871d8 cherrypick from jb-mr1.1-dev Change-Id: I9a7d106e73ca3553b8541def0a143911f4c44780
docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes
formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f

Change-Id: Id5556ff25a41780703ab0f0b7f5b04dcb228ad87
2013-03-13 16:50:28 -07:00
Romain Guy
6f41ede9e4 am 03df4033: Merge "Less aggressive glyphs precaching" into jb-mr2-dev
* commit '03df4033728e6b943f36e51fbbce36067920c7b1':
  Less aggressive glyphs precaching
2013-03-13 23:48:39 +00:00
Romain Guy
03df403372 Merge "Less aggressive glyphs precaching" into jb-mr2-dev 2013-03-13 23:46:34 +00:00