Ying Wang
c494120c9e
am 278dac91: Merge "Use BUILD_PREBUILT to install the shell script"
...
* commit '278dac914d8c3990fc56b39dccab059b1b805d92':
Use BUILD_PREBUILT to install the shell script
2013-02-19 17:16:07 -08:00
Ying Wang
278dac914d
Merge "Use BUILD_PREBUILT to install the shell script"
2013-02-20 01:13:22 +00:00
Ying Wang
33c29b0e16
Use BUILD_PREBUILT to install the shell script
...
NOTICE files will be picked up automatically.
Change-Id: Ia4938aff013f1c010cbbfceacf5685722c86c39a
2013-02-19 16:42:16 -08:00
Romain Guy
04bef5a6bb
am 9943155b: Merge "Show Dalvik stack trace if an exception happens at draw time External bug: http://code.google.com/p/android/issues/detail?id=49379 "
...
* commit '9943155b4db517deb72bd433d1cc9916bd84ae70':
Show Dalvik stack trace if an exception happens at draw time External bug: http://code.google.com/p/android/issues/detail?id=49379
2013-02-19 15:37:43 -08:00
Romain Guy
9943155b4d
Merge "Show Dalvik stack trace if an exception happens at draw time External bug: http://code.google.com/p/android/issues/detail?id=49379 "
2013-02-19 23:34:30 +00:00
Jeff Sharkey
169d8a9630
Add DUMP permission to SystemUI for bugreports.
...
Bug: 8223786
Change-Id: Ie91167eaaa299fb7f0affa386407765efe4965a4
2013-02-19 15:33:37 -08:00
Jeff Sharkey
478eb7769b
am 22cb5b37: Merge "Migrate to using Mockito directly."
...
* commit '22cb5b37a572270788f00881727f483da373ec05':
Migrate to using Mockito directly.
2013-02-19 15:33:00 -08:00
Jeff Sharkey
22cb5b37a5
Merge "Migrate to using Mockito directly."
2013-02-19 23:29:49 +00:00
Jeff Sharkey
3671b1e910
Migrate to using Mockito directly.
...
Change-Id: I1fcc5d1a780f5831bd6685f0735d4c0c6d245735
2013-02-19 15:28:19 -08:00
Jeff Sharkey
2c87523084
am 81aaf87d: Merge "Open file:// Uris on client side of MediaPlayer."
...
* commit '81aaf87d097aae2f0a5f8bd7286f82a4d0658b77':
Open file:// Uris on client side of MediaPlayer.
2013-02-19 15:15:44 -08:00
Jeff Sharkey
81aaf87d09
Merge "Open file:// Uris on client side of MediaPlayer."
2013-02-19 23:12:16 +00:00
Jeff Sharkey
c058a380de
Open file:// Uris on client side of MediaPlayer.
...
Bug: 7962739
Change-Id: I674b437593fa083eb66ff3ca57b898cf9bd4a3e9
2013-02-19 15:10:41 -08:00
Michael Jurka
0321991bbd
am 5b032429: Merge "Fix one cause of slow scrolling in Recents"
...
* commit '5b0324299af1aa520792789549f4cc8ea8d1935d':
Fix one cause of slow scrolling in Recents
2013-02-19 14:42:49 -08:00
Michael Jurka
5b0324299a
Merge "Fix one cause of slow scrolling in Recents"
2013-02-19 22:38:49 +00:00
Michael Jurka
67b03701b6
Fix one cause of slow scrolling in Recents
...
Bug: 8208782
Change-Id: I8153001d1cea0c01f929d3091a722fed842038fa
2013-02-19 14:23:16 -08:00
Michael Jurka
8be14c8a2b
am f9b9ead5: Merge "Fix bug with clock when keyguard widgets disabled"
...
* commit 'f9b9ead5d4f7bee34ec8a6b083065b624a7f6809':
Fix bug with clock when keyguard widgets disabled
2013-02-19 14:13:44 -08:00
Romain Guy
d17043dcb4
Show Dalvik stack trace if an exception happens at draw time
...
External bug: http://code.google.com/p/android/issues/detail?id=49379
Drawing was previously wrapped in a try/finally block which was silently
swallowing user code exceptions. For instance, if a View throws a
NullPointerException in its onDraw() method, the previous implementation
would silently crash in native code.
This change extracts the section that builds display lists into a new
method that does not contain any try/finally block.
In addition, this change logs any exception thrown while drawing
display lists.
Change-Id: I0abffa4c9183d41aac8b0f8442813e56b957f08f
2013-02-19 14:12:55 -08:00
Michael Jurka
f9b9ead5d4
Merge "Fix bug with clock when keyguard widgets disabled"
2013-02-19 22:10:48 +00:00
Baligh Uddin
032fca13fc
am 32a4fd8e: (-s ours) Merge "Import translations. DO NOT MERGE"
...
* commit '32a4fd8e144e50166a543b006c6dc5c74558b70d':
Import translations. DO NOT MERGE
2013-02-19 13:58:57 -08:00
Baligh Uddin
32a4fd8e14
Merge "Import translations. DO NOT MERGE"
2013-02-19 21:57:16 +00:00
Baligh Uddin
d193da8579
Merge "Import translations. DO NOT MERGE" into master-chromium
2013-02-19 21:50:42 +00:00
Baligh Uddin
e581a52fd9
am 9f81aff7: (-s ours) Merge "Import translations. DO NOT MERGE"
...
* commit '9f81aff74de3379598fd12666433d3a22189a54e':
Import translations. DO NOT MERGE
2013-02-19 13:48:48 -08:00
Baligh Uddin
9f81aff74d
Merge "Import translations. DO NOT MERGE"
2013-02-19 21:46:45 +00:00
Dianne Hackborn
4f7fb00f6c
am ee973c27: Fix build.
...
* commit 'ee973c27e339a23e0b93d816a97b33954af66bea':
Fix build.
2013-02-19 13:38:49 -08:00
Dianne Hackborn
ee973c27e3
Fix build.
...
Change-Id: I277de38a70f3a2e5c1997a3fe5c2e825692ae9e1
2013-02-19 13:36:32 -08:00
Jeff Sharkey
cd85845b6e
am ccacb8e8: Merge "Add DUMP permission to SystemUI for bugreports."
...
* commit 'ccacb8e88bb4369225e5a97bd64b8351fe04f1b5':
Add DUMP permission to SystemUI for bugreports.
2013-02-19 13:17:24 -08:00
Romain Guy
61302eec45
am 88b556f8: Merge "Fix the build"
...
* commit '88b556f8d4780b053851b10400b9cd0442ad7991':
Fix the build
2013-02-19 13:14:00 -08:00
Jeff Sharkey
ccacb8e88b
Merge "Add DUMP permission to SystemUI for bugreports."
2013-02-19 21:13:27 +00:00
Romain Guy
88b556f8d4
Merge "Fix the build"
2013-02-19 21:11:25 +00:00
Romain Guy
4bac6c1a54
Fix the build
...
Change-Id: I2a0e0d5a25e0c26872dfffeecfb42bace25c0f3c
2013-02-19 13:10:25 -08:00
Dianne Hackborn
7ccb4e79ef
am 79ad13f1: Merge "Implement display overscan support."
...
* commit '79ad13f172094117fab7e816f36a4b84ed241df0':
Implement display overscan support.
2013-02-19 13:02:53 -08:00
Jeff Sharkey
a2c73ae969
Add DUMP permission to SystemUI for bugreports.
...
Bug: 8223786
Change-Id: Ie91167eaaa299fb7f0affa386407765efe4965a4
2013-02-19 13:01:35 -08:00
Dianne Hackborn
79ad13f172
Merge "Implement display overscan support."
2013-02-19 21:00:11 +00:00
Baligh Uddin
9cd4ffa6f0
Import translations. DO NOT MERGE
...
Change-Id: I0d54b8a3066875c4107699d0a9c1309b996362ba
Auto-generated-cl: translation import
2013-02-19 12:37:29 -08:00
Romain Guy
846f5f238f
am e91efaba: Merge "Expose display list APIs"
...
* commit 'e91efabaf2c51d017bf4c5bc4e06491c3511f4e5':
Expose display list APIs
2013-02-19 12:36:28 -08:00
Baligh Uddin
a571fb8d89
Import translations. DO NOT MERGE
...
Change-Id: I81ef479715ca8b050c26b9e3073f714715abc478
Auto-generated-cl: translation import
2013-02-19 12:33:10 -08:00
Romain Guy
e91efabaf2
Merge "Expose display list APIs"
2013-02-19 20:32:17 +00:00
Baligh Uddin
cda90b6d80
Import translations. DO NOT MERGE
...
Change-Id: Id749bf92fae550427415636ec1816b9683a614b3
Auto-generated-cl: translation import
2013-02-19 12:30:44 -08:00
Romain Guy
52036b19a5
Expose display list APIs
...
The exposed APIs are slightly simpler than the full APIs used internally.
Only APIs useful to applications are exposed.
Change-Id: Ie03014628d40ad5ef63dedbc52ce3def84429d54
2013-02-19 12:30:02 -08:00
Daniel Sandler
09a247e9a8
New INotificationListener interface.
...
Use with INotificationManager.registerListener(). Limited to
system only right now.
Change-Id: I65b6a8778267022cdc5e58eb75ae607a54b1cc52
2013-02-19 15:26:37 -05:00
Dianne Hackborn
c652de8141
Implement display overscan support.
...
The window manager now keeps track of the overscan of
each display, with an API to set it. The overscan impacts
how it positions windows in the display. There is a new set
of APIs for windows to say they would like to go into the
overscan region. There is a call into the window manager to
set the overscan region for a display, and it now has a
concept of display settings that it stores presistently.
Also added a new "wm" command, moving the window manager
specific commands from the "am" command to there and adding
a new now to set the overscan region.
Change-Id: Id2c8092db64fd0a982274fedac7658d82f30f9ff
2013-02-19 12:08:58 -08:00
Scott Main
27c5300760
am 404f87e5: am 1998060f: am 803a6b0d: am ed7713e1: am e5c4846d: am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit '404f87e54057bd09b9a504066d7d573db1e11eb3':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 12:08:10 -08:00
Scott Main
404f87e540
am 1998060f: am 803a6b0d: am ed7713e1: am e5c4846d: am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit '1998060f69714ede1f8add61bdfcfab62b2f97ea':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 12:05:54 -08:00
Scott Main
1998060f69
am 803a6b0d: am ed7713e1: am e5c4846d: am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit '803a6b0da037e6ae6eaf51712cde5545ab140dce':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 12:03:42 -08:00
Scott Main
803a6b0da0
am ed7713e1: am e5c4846d: am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit 'ed7713e161bdfdaa87278fbd369b3dc3939f12c3':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 12:01:22 -08:00
Scott Main
ed7713e161
am e5c4846d: am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit 'e5c4846db7f12938836f7bd821076f3dd2e59fc8':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 11:58:56 -08:00
Scott Main
e5c4846db7
am 9dbb0b35: docs: sanitize input for badge generator bug: 8002240
...
* commit '9dbb0b3597291a8305e0c451521eec9a5be2fb9b':
docs: sanitize input for badge generator bug: 8002240
2013-02-19 11:56:54 -08:00
Scott Main
9dbb0b3597
docs: sanitize input for badge generator
...
bug: 8002240
Change-Id: Ic1429284fd1953fb6819110ecb47fcb3a79a9600
2013-02-19 11:51:37 -08:00
Jeff Sharkey
fb67f34eae
am 736ef1e9: Merge "Better API for low disk space warnings."
...
* commit '736ef1e9dedbdd0c24e27f170034f2f869fd083f':
Better API for low disk space warnings.
2013-02-19 10:22:06 -08:00
Jeff Sharkey
736ef1e9de
Merge "Better API for low disk space warnings."
2013-02-19 18:18:53 +00:00