petergng@google.com
ac301e8b07
am 24873be6: Merge "Make touch states neutralized by replacing default pressed states for most fw widgets" into klp-dev
...
* commit '24873be6eee77a89599aa2af3db0f8f2f5466978':
Make touch states neutralized by replacing default pressed states for most fw widgets
2013-09-17 17:31:46 -07:00
Dianne Hackborn
53459a7020
Maybe fix issue #10797796 : IllegalStateException in ProcessState...
...
...caused runtime restart
There were some situations where the package list could be set
with process stats when it shouldn't. Not sure if this is causing
the problem, since there is no repro.
Also some improvements to debug output -- new commands to clear
all stats, print full details of stats, and print a one-day
summary (which should match what the UI shows).
Change-Id: I9581db4059d7bb094f79f2fe06c1ccff3e1a4e74
2013-09-17 17:30:34 -07:00
Alan Viverette
9ac68dc69f
am 84c5ade8: Merge "Fix vertical scroll computation in NumberPicker" into klp-dev
...
* commit '84c5ade823d96f6166fad4d6e4521badd322e5e8':
Fix vertical scroll computation in NumberPicker
2013-09-17 17:28:15 -07:00
petergng@google.com
24873be6ee
Merge "Make touch states neutralized by replacing default pressed states for most fw widgets" into klp-dev
2013-09-18 00:26:35 +00:00
Alan Viverette
84c5ade823
Merge "Fix vertical scroll computation in NumberPicker" into klp-dev
2013-09-18 00:21:38 +00:00
Justin Mattson
b0da450556
Try fixing the build again
...
Change-Id: I4b4daae3e290e3548d2bb9c122a8f576c4050994
2013-09-17 17:18:29 -07:00
Mindy Pereira
2fed38ec13
am 09804e41: Merge "Add isQuickScaleEnabled to ScaleGestureDetector" into klp-dev
...
* commit '09804e41daa31f95a6050892866b24eea32eb4cf':
Add isQuickScaleEnabled to ScaleGestureDetector
2013-09-17 17:00:10 -07:00
Mindy Pereira
09804e41da
Merge "Add isQuickScaleEnabled to ScaleGestureDetector" into klp-dev
2013-09-17 23:57:54 +00:00
Matthew Xie
1d47f0033b
am c9d1d5f3: Adjust absolute volume only when the device is streaming music
...
* commit 'c9d1d5f35091226e96fcfa91817480f589eb36e2':
Adjust absolute volume only when the device is streaming music
2013-09-17 16:53:13 -07:00
Matthew Xie
c9d1d5f350
Adjust absolute volume only when the device is streaming music
...
The device has to be A2DP device
Remove AudioManager#avrcpUpdateVolume
bug 10681804
Change-Id: I2bc85e48fdff374638b984af593c6f1c4ddd3ee6
2013-09-17 23:48:19 +00:00
Craig Mautner
2af9dd716e
am 019f8cb8: Merge "Add bounds checks before accessing ArrayList." into klp-dev
...
* commit '019f8cb8a78c5584618655f5478d9a9f3dedc3f0':
Add bounds checks before accessing ArrayList.
2013-09-17 16:15:20 -07:00
Craig Mautner
019f8cb8a7
Merge "Add bounds checks before accessing ArrayList." into klp-dev
2013-09-17 23:13:31 +00:00
Craig Mautner
dccb770b84
Add bounds checks before accessing ArrayList.
...
Add a test for emptiness before accessing either mTaskHistory[0] or
TaskRecord.mActivities[0]. This will keep us from hitting
IndexOutOfBoundsException.
Fixes bug 10789624.
Change-Id: If726df888a2c8b393788793b6220a6bffe2df883
2013-09-17 15:53:34 -07:00
Jeff Sharkey
cf4052f6b5
am e48569a8: Merge "Guard against null Context in attachInfo()." into klp-dev
...
* commit 'e48569a87057e46a30d3dcbb2d788a4e4da7f21c':
Guard against null Context in attachInfo().
2013-09-17 15:40:56 -07:00
Jeff Sharkey
e48569a870
Merge "Guard against null Context in attachInfo()." into klp-dev
2013-09-17 22:38:18 +00:00
Jean-Michel Trivi
144835aef8
am f03ceff2: Merge "Revise new public API for ratings in RemoteControlClient" into klp-dev
...
* commit 'f03ceff2f506133a238848c2f5db4322285cc2b7':
Revise new public API for ratings in RemoteControlClient
2013-09-17 15:37:19 -07:00
Jean-Michel Trivi
f03ceff2f5
Merge "Revise new public API for ratings in RemoteControlClient" into klp-dev
2013-09-17 22:35:08 +00:00
Jeff Sharkey
10cb312ecd
Guard against null Context in attachInfo().
...
Some CTS tests were running into this.
Bug: 10805216
Change-Id: I425d2a0064612af70a64f457e159498cb6257a28
2013-09-17 15:18:43 -07:00
David Braun
fdacf74764
am 345d491b: Merge "Implement new method for handling SMS/MMS on the platform" into klp-dev
...
* commit '345d491b77d70942f7a4390645fae7748b418459':
Implement new method for handling SMS/MMS on the platform
2013-09-17 15:15:44 -07:00
Craig Mautner
e0dcb7df52
am bc65c1db: Merge "Do not assign InputMethod to non-input windows." into klp-dev
...
* commit 'bc65c1dbccfe936856e9a2c4066c1ec9115140e2':
Do not assign InputMethod to non-input windows.
2013-09-17 15:15:41 -07:00
David Braun
345d491b77
Merge "Implement new method for handling SMS/MMS on the platform" into klp-dev
2013-09-17 22:14:54 +00:00
Craig Mautner
bc65c1dbcc
Merge "Do not assign InputMethod to non-input windows." into klp-dev
2013-09-17 22:13:10 +00:00
Jean-Michel Trivi
88183e67d4
Revise new public API for ratings in RemoteControlClient
...
Refactor RemoteControlClient.MetadataEditor to move functionality
in new abstract class MediaMetadataEditor, so it can be also
used on the "display" side of the RemoteControl functionality.
Compatibility of these changes has been tested against
existing Play applications which use the RemoteControlClient API.
Move the new constants and method definitions related to the
ratings feature to MediaMetadataEditor. This changes the
yet-to-be-published ratings API, so this doesn't break
compatibility.
Rating feature is handled by the new Rating class with a set
of constructors that handle the different rating models.
Bug 8440498
Change-Id: I9b6dc2204bfc48594bad5cd6449d357f8a485da0
2013-09-17 15:13:00 -07:00
Svetoslav
10d44a762e
am a245a4f1: Merge "Update the APIs to fix the build" into klp-dev
...
* commit 'a245a4f14ed9e477ce1c68b54bf14a745d7caf47':
Update the APIs to fix the build
2013-09-17 15:01:08 -07:00
Brian Colonna
6d9b6beedc
am 4811398b: Merge "Fix 10550373: Stopping FUL when emergency dialer opens" into klp-dev
...
* commit '4811398bfdaf4cf07f945c46d15977fd7418f498':
Fix 10550373: Stopping FUL when emergency dialer opens
2013-09-17 15:01:06 -07:00
Svetoslav
a245a4f14e
Merge "Update the APIs to fix the build" into klp-dev
2013-09-17 21:58:35 +00:00
Brian Colonna
4811398bfd
Merge "Fix 10550373: Stopping FUL when emergency dialer opens" into klp-dev
2013-09-17 21:58:05 +00:00
Svetoslav
e15aa126df
Update the APIs to fix the build
...
Change-Id: I1204fb2dff9e2db187e78cd6cfdc3c94650c1d86
2013-09-17 14:55:35 -07:00
Craig Mautner
22b9a5e0aa
Do not assign InputMethod to non-input windows.
...
The InputMethod window was being assigned to the bottommost
window as a fall-through situation when no window could receive
input. This fix changes that so that if the bottommost window
cannot receive IME input then the InputMethod will be unassigned.
In most ANRs associated with bug 10689184 mInputMethodTarget
was assigned to the Wallpaper window and the InputMethod was
placed directly above it. When the ANR occurred the window that
was awaiting focused was then always placed immediately above the
InputMethod. This fix will keep that situation from happening.
Change-Id: Ic247e8132a907f2712a9f8a89e43c099142ec851
2013-09-17 14:50:56 -07:00
Alan Viverette
22c1c2cd10
Ensure WeeksAdapter calls notifyDataSetChanged when needed
...
Also cleans up references to Context.
BUG: 10241917
Change-Id: Ic0b3d650cd85d656002cbb11b2bc73180ffe1bec
2013-09-17 14:39:07 -07:00
Brian Colonna
7fce380216
Fix 10550373: Stopping FUL when emergency dialer opens
...
Face Unlock wasn't being stopped when the emergency dialer opened,
causing FUL to flash briefly after the emergency dialer appeared.
This was most noticeable on Hammerhead devices.
This change allows EmergencyButton to stop FUL by way of
KeyguardUpdateMonitor. Note that it must stop FUL immediately rather
than going through a handler. If going through a handler FUL is not
stopped in time to prevent the issue.
Change-Id: I3985969a19e909e2633d7876a3fb2d34c70e2cc1
2013-09-17 17:33:21 -04:00
Michael Jurka
c23762ecd6
am 4c8cc720: Merge "Fix black bar drawn sometimes when swiping away items in Recents" into klp-dev
...
* commit '4c8cc720e79f01840800bd0a6dd611d179acdbed':
Fix black bar drawn sometimes when swiping away items in Recents
2013-09-17 13:59:39 -07:00
Michael Jurka
4c8cc720e7
Merge "Fix black bar drawn sometimes when swiping away items in Recents" into klp-dev
2013-09-17 20:54:04 +00:00
Adam Powell
f35621da26
am 70aafea9: Merge "Action bar transitions - handle expanding/collapsing action views" into klp-dev
...
* commit '70aafea91eedc70039818912007f43208e656240':
Action bar transitions - handle expanding/collapsing action views
2013-09-17 13:49:33 -07:00
Svetoslav
70201a53f4
am 0cfebec5: Merge "Print pooler crashes for some page ranges." into klp-dev
...
* commit '0cfebec522539722f294a99bc32437b5d9e4b27d':
Print pooler crashes for some page ranges.
2013-09-17 13:49:31 -07:00
Svetoslav Ganov
5d4f687125
am 22d2575c: Merge "Adding more standard media sizes." into klp-dev
...
* commit '22d2575c3eb5e2154bcb344372711bafc2e0b3d3':
Adding more standard media sizes.
2013-09-17 13:49:28 -07:00
Adam Powell
70aafea91e
Merge "Action bar transitions - handle expanding/collapsing action views" into klp-dev
2013-09-17 20:47:08 +00:00
Svetoslav
0cfebec522
Merge "Print pooler crashes for some page ranges." into klp-dev
2013-09-17 20:46:35 +00:00
Svetoslav Ganov
22d2575c3e
Merge "Adding more standard media sizes." into klp-dev
2013-09-17 20:46:22 +00:00
Santos Cordon
deae1e11bf
am b00e5cc6: Merge "Add permissions for the InCallUI Split." into klp-dev
...
* commit 'b00e5cc610f24aca7e989db0ca552c952d2a924f':
Add permissions for the InCallUI Split.
2013-09-17 13:45:58 -07:00
Santos Cordon
b00e5cc610
Merge "Add permissions for the InCallUI Split." into klp-dev
2013-09-17 20:43:04 +00:00
Michael Jurka
4a6bc55cd5
Fix black bar drawn sometimes when swiping away items in Recents
...
- move drawing of faded black edges to RecentsPanelView
- invalidate RecentsPanelView when scroll value of Recents*ScrollView changes
Bug: 10022236
Change-Id: Idb102fb2454c2a077920b770e25c449ccd33486e
2013-09-17 22:43:02 +02:00
Michael Jurka
b35d94e721
am d1544e3f: Merge "Reduce memory usage of default thumbnail" into klp-dev
...
* commit 'd1544e3f71d35b01e34bbf64720f260c8fa2a7e8':
Reduce memory usage of default thumbnail
2013-09-17 13:42:29 -07:00
Michael Jurka
d1544e3f71
Merge "Reduce memory usage of default thumbnail" into klp-dev
2013-09-17 20:40:34 +00:00
Craig Mautner
e3c9ae67bb
am 16efe96c: Merge "Fix parenthetical error." into klp-dev
...
* commit '16efe96cbc570ebd2fe7e823080ba4174fbb3cbe':
Fix parenthetical error.
2013-09-17 13:25:41 -07:00
Craig Mautner
16efe96cbc
Merge "Fix parenthetical error." into klp-dev
2013-09-17 20:21:40 +00:00
Zhijun He
4e1921fa3d
Camera2: Add docs for availableProcessedSizes
...
Bug: 10745982
Change-Id: Ia240fa6c0dc0485e2b8dcd04c5a87fa515b0d7b0
2013-09-17 12:46:29 -07:00
petergng@google.com
10722debf7
Make touch states neutralized by replacing default pressed states for most fw widgets
...
Change-Id: Iebf9623cccbb09d1c31b6e4f32af6b587391bc19
2013-09-17 11:22:05 -07:00
Dianne Hackborn
0c95b8c824
am 463850e0: Merge "Fix issue #10795385 : System process crash reinstalling GEL -" into klp-dev
...
* commit '463850e0c658b37bbe29b9e9dec6ff7565bb883f':
Fix issue #10795385 : System process crash reinstalling GEL -
2013-09-17 11:09:32 -07:00
John Spurlock
b6ac744b11
am 80645121: Merge "BatteryMeterView: Charging trumps empty." into klp-dev
...
* commit '80645121fbba6f038feb48026d935b31028463d7':
BatteryMeterView: Charging trumps empty.
2013-09-17 11:09:29 -07:00