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
Jeff Sharkey
02ffba940c
Handle finished bugreports, share from private.
...
Show notification when a bugreport is finished, letting the user
launch a SEND_MULTIPLE intent to share them. Add dialog that warns
user about contents before sharing. Since bugreports are now stored
in private app data of the Shell app, use FileProvider to build Uris
that we can grant others access to.
Define BUGREPORT_FINISHED as being a protected broadcast. Delete
older bugreports automatically to reclaim disk space. Migrate any
Intent extras to ClipData when building PendingIntents.
Add --receiver-permission support to am shell command.
Bug: 7005318
Change-Id: If6c607dbcf137362d5887eac482ff7391563890f
2013-03-13 16:42:38 -07:00
Robert Greenwalt
5ddeb9ed70
Add logging to track down bug
...
bug:8377625
Change-Id: Ifd0c4081a2f1238dbbc39c6904b993e2fb95455a
2013-03-13 16:38:46 -07:00
Jaikumar Ganesh
5f3b22d691
am 980ef31f: Merge changes I1aab1dbc,I83c92971,I47337efd into jb-mr2-dev
...
* commit '980ef31f954c4126db8595399c3f4d945fe4c5e2':
Revert "Add new sensor types."
Revert "Remove spurious @Override."
Revert "Add a minimum size for the event pools."
2013-03-13 23:23:08 +00:00
Jaikumar Ganesh
980ef31f95
Merge changes I1aab1dbc,I83c92971,I47337efd into jb-mr2-dev
...
* changes:
Revert "Add new sensor types."
Revert "Remove spurious @Override."
Revert "Add a minimum size for the event pools."
2013-03-13 23:20:31 +00:00
Romain Guy
bd3055f95e
Less aggressive glyphs precaching
...
The renderer used to pre-cache glyphs at record time. This then changed
to pre-caching at the beginning of every frame. This unfortunately entails
a lot of duplicate work on every frame, which amounts to 0.5 to 1ms in
some stock applications.
This change is somewhere in the middle: pre-caching happens the first
time a DrawTextOp is deferred or every time the screen-space transform
is different from the last pre-caching operation.
Change-Id: Id6d9e2599d90a5b75010b0f0a28746befbf3c205
2013-03-13 16:14:47 -07:00
Mathias Agopian
c3b9cd6351
Try to keep the same native Surface object when reading a parcel
...
If the IGraphicBufferProducers are the same, it's really the same
window, so we keep the same native object.
Bug: 8322406
Change-Id: I96d55a90e6656a05d4e32ae22945226c350b5747
2013-03-13 16:07:57 -07:00
Dianne Hackborn
f1ebd1bd67
am 5d122d96: Better documentation on permission checking in ContentProvider.call().
...
* commit '5d122d96a5bf3bbaccaca2765b45716efe7ee2ef':
Better documentation on permission checking in ContentProvider.call().
2013-03-13 22:51:19 +00:00
Dianne Hackborn
5d122d96a5
Better documentation on permission checking in ContentProvider.call().
...
Change-Id: I4a85fd17362c2a32e2b1365fcc07ef0336521616
2013-03-13 15:48:12 -07:00
Jaikumar Ganesh
1aab1dbca5
Revert "Add new sensor types."
...
This reverts commit bc03a348d78326dee779a8ecc325799c9fceac98.
2013-03-13 15:00:21 -07:00
Jaikumar Ganesh
83c9297139
Revert "Remove spurious @Override."
...
This reverts commit 6e544fd4ca82a3f415c4cf6ca70eedea5112015e.
2013-03-13 15:00:04 -07:00
Jaikumar Ganesh
47337efd63
Revert "Add a minimum size for the event pools."
...
This reverts commit c0ce7eeb481540e24bc45f52e604df923c507043.
2013-03-13 14:59:57 -07:00
Mathias Agopian
1b11e4bdd2
am 2530b32d: Merge "remove uses of Surface in favor of IGraphicBufferProducer" into jb-mr2-dev
...
* commit '2530b32de5c609fc6738b292baaf540e4ac10cd7':
remove uses of Surface in favor of IGraphicBufferProducer
2013-03-13 21:44:33 +00:00
Mathias Agopian
2530b32de5
Merge "remove uses of Surface in favor of IGraphicBufferProducer" into jb-mr2-dev
2013-03-13 21:42:35 +00:00
Romain Guy
6183f3d7ea
am 8be3bc4a: Merge "Prevent infinite loop when trimming the path cache" into jb-mr2-dev
...
* commit '8be3bc4a3d586903ca5e29c24bb81b3c781c2f81':
Prevent infinite loop when trimming the path cache
2013-03-13 21:37:38 +00:00
Romain Guy
8be3bc4a3d
Merge "Prevent infinite loop when trimming the path cache" into jb-mr2-dev
2013-03-13 21:33:47 +00:00
Romain Guy
0f809f3b79
Prevent infinite loop when trimming the path cache
...
Change-Id: I04b5fa498336068f997c68d8613b35a99f67adbe
2013-03-13 14:32:45 -07:00
Craig Mautner
35d4501077
am dc50ba18: Merge "Put debug back in for b/b8263462." into jb-mr2-dev
...
* commit 'dc50ba187ece96052bfc5e7ce39e466837a58b64':
Put debug back in for b/b8263462.
2013-03-13 21:22:43 +00:00
Craig Mautner
dc50ba187e
Merge "Put debug back in for b/b8263462." into jb-mr2-dev
2013-03-13 21:20:22 +00:00
John Spurlock
33291d8d71
WindowManager.LayoutParams docs cleanup.
...
Fix a few things found in our "Constants" section.
- Close unclosed links.
- Avoid periods inside parens for summary sentences.
- Lowercasing in a few places for consistency.
Change-Id: I9aa689fd980b373614dae7c4f8257e0786d2340a
2013-03-13 14:45:14 -04:00
Craig Mautner
6efb4c746f
Put debug back in for b/b8263462.
...
Previous CL did not fix.
Change-Id: Ief9e8f519480fa41248d53e5b0187c9657f00b79
2013-03-13 11:12:26 -07:00
Przemyslaw Szczepaniak
decc6cb1a7
am 24943bf1: Failing Text-To-Speech CTS tests fix.
...
* commit '24943bf19d3d000f9f5840513526b48523b62c71':
Failing Text-To-Speech CTS tests fix.
2013-03-13 17:37:42 +00:00
Przemyslaw Szczepaniak
24943bf19d
Failing Text-To-Speech CTS tests fix.
...
Fix for failing android.speech.tts.cts.TextToSpeechServiceTest#testSynthesizeToFile.
In test env, ParcelFileDescriptor instance may be EXACTLY the same one that client uses.
And if it's closed by a client, then service is prevented from writing anything to the output.
Bug: 8377754
Change-Id: I7f95aae1b877e543ab02d3c548b29537aa852a89
2013-03-13 15:50:00 +00:00
Baligh Uddin
4a7d05075b
am f3d5de82: Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
...
* commit 'f3d5de82468ce4e27db0fab502894345ecb5d2ba':
Import translations. DO NOT MERGE
2013-03-13 15:02:39 +00:00
Baligh Uddin
5c17173add
Merge "Import translations. DO NOT MERGE"
2013-03-13 15:00:57 +00:00
Baligh Uddin
f3d5de8246
Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
2013-03-13 15:00:19 +00:00
Baligh Uddin
609d45f964
Merge "Import translations. DO NOT MERGE"
2013-03-13 14:57:43 +00:00
Bjorn Bringert
b30dd02752
am 133e2db8: Merge "Hide VOICE_ASSIST intent DO NOT MERGE" into jb-mr2-dev
...
* commit '133e2db8732df5135675e1a06cab63e66ffdc875':
Hide VOICE_ASSIST intent DO NOT MERGE
2013-03-13 13:30:01 +00:00
Bjorn Bringert
133e2db873
Merge "Hide VOICE_ASSIST intent DO NOT MERGE" into jb-mr2-dev
2013-03-13 13:28:01 +00:00
Jim Miller
34f09eaf03
resolved conflicts for merge of 8f4772fe to master
...
Change-Id: I65cb4a9b3f339ad4b6997d71dc5f4577c03bb026
2013-03-12 19:19:27 -07:00
Jim Miller
8f4772feb4
am 86277467: Merge "Prevent momentary switch of keyguard to landscape" into jb-mr2-dev
...
* commit '86277467eec5e269328364e91abe164991653635':
Prevent momentary switch of keyguard to landscape
2013-03-13 02:05:35 +00:00
Jim Miller
86277467ee
Merge "Prevent momentary switch of keyguard to landscape" into jb-mr2-dev
2013-03-13 02:03:28 +00:00
Jim Miller
450a3a1697
Fix bug where Keyguard's emergencydialer wasn't being launched with a userid.
...
Fixes bug 8374423
Change-Id: Iafbcefa431105202b68b3444cb1b42271fe0ccda
2013-03-12 18:54:44 -07:00
Justin Koh
23a1680449
am c631feed: am c0ce7eeb: Add a minimum size for the event pools.
...
* commit 'c631feed18cd408992d0874a0a8b59a851857d87':
Add a minimum size for the event pools.
2013-03-13 01:52:18 +00:00
Justin Koh
c631feed18
am c0ce7eeb: Add a minimum size for the event pools.
...
* commit 'c0ce7eeb481540e24bc45f52e604df923c507043':
Add a minimum size for the event pools.
2013-03-13 01:49:48 +00:00
Jim Miller
8e26cd8687
Prevent momentary switch of keyguard to landscape
...
This fixes a bug where keyguard was created without setting
the preferred orientation. The result is it would temporarily
assume the orientation of the device after being hidden.
The fix sets the flag when the keyguard view hierarchy is created
rather than when visibility changes.
Fixes bug 8124979
Change-Id: Ic54a185e4f51f79f2bb7fbc5ffc6992641e89132
2013-03-12 18:45:28 -07:00
Mathias Agopian
4a05f43698
remove uses of Surface in favor of IGraphicBufferProducer
...
Change-Id: I2ec590eed03c76a084ee6b0af362a3ca6476bf9f
2013-03-12 18:43:34 -07:00
Justin Koh
c0ce7eeb48
Add a minimum size for the event pools.
...
Add a minimum size for the event pools for devices which don't have sensors.
Otherwise the system server crash loops on boot.
Change-Id: Ic51c6fc26c8779d9f435f358d4274148a2ddbfb3
2013-03-12 18:06:35 -07:00
Jaikumar Ganesh
df23f8cb91
am f667b7a7: am 6e544fd4: Remove spurious @Override.
...
* commit 'f667b7a7f93cc60faaf007086dcb4020d7568d96':
Remove spurious @Override.
2013-03-13 00:08:18 +00:00
Jaikumar Ganesh
f667b7a7f9
am 6e544fd4: Remove spurious @Override.
...
* commit '6e544fd4ca82a3f415c4cf6ca70eedea5112015e':
Remove spurious @Override.
2013-03-13 00:06:10 +00:00