75871 Commits

Author SHA1 Message Date
Jeff Brown
cee0ae5037 am c5c33c36: Merge "Add support for using the lid switch to turn off the screen." into jb-dev
* commit 'c5c33c363ec9609b83dfe87d58f0bdcf99ff57a0':
  Add support for using the lid switch to turn off the screen.
2012-04-30 17:19:48 -07:00
Jeff Sharkey
4e33c6cafa Merge "Add permission for NetworkOverLimitActivity." into jb-dev 2012-04-30 17:19:35 -07:00
Jeff Brown
c5b755cd5d Merge "Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN." 2012-04-30 17:18:44 -07:00
Ruei-sung Lin
22edf6b2e4 Fix b/5821633: Could not activate GLEnvironment
Change-Id: I35a05eb24299b85a869b973599a091381369aac2
2012-04-30 17:16:44 -07:00
Jamie Gennis
ca1e4d7736 am 6da9cf77: Merge "Surface: add JNI plumbing for setActiveRect." into jb-dev
* commit '6da9cf7782abefe0ba3f8c389136e06a265dfb74':
  Surface: add JNI plumbing for setActiveRect.
2012-04-30 17:16:37 -07:00
Jeff Brown
c5c33c363e Merge "Add support for using the lid switch to turn off the screen." into jb-dev 2012-04-30 17:15:57 -07:00
Jeff Sharkey
e6b6533811 Add permission for NetworkOverLimitActivity.
Bug: 6421080
Change-Id: Icefdf3da7a4a421d27aa1449ac01ea8ae1451d49
2012-04-30 17:15:36 -07:00
Jamie Gennis
6da9cf7782 Merge "Surface: add JNI plumbing for setActiveRect." into jb-dev 2012-04-30 17:13:45 -07:00
Jeff Sharkey
26d4f3dcb3 am 4c3de54d: Merge "Roaming always metered, relax DHCP metered check." into jb-dev
* commit '4c3de54daa4ba0dadefc6eae9beb84c15da8d867':
  Roaming always metered, relax DHCP metered check.
2012-04-30 17:08:33 -07:00
Jeff Sharkey
4c3de54daa Merge "Roaming always metered, relax DHCP metered check." into jb-dev 2012-04-30 17:06:09 -07:00
Adam Powell
6f663c1a3c Fix a bug in ListView where touch scrolling could skip a data set change
Bug 2597058

ListView's touch scrolling can query the adapter for new views. As we now
flush pending touch events before running layout/draw traversals (when we
normally bring ListView back in sync), this can now happen more often.

Resync data before executing a scroll if a data set change is pending.

Change-Id: I3e4eba4c2537911ba9cb3393ee4d9e68e46f84bb
2012-04-30 17:01:07 -07:00
Jeff Sharkey
7ffaa98539 Clear ident in dismissKeyguardOnNextActivity().
BaseStatusBar uses this to launch activities over the insecure
lockscreen, so clear identity.

Bug: 6414983
Change-Id: Idf578923285ee1344e6e13e7f51e17a5f2005c75
2012-04-30 16:59:05 -07:00
Svetoslav Ganov
e9bda15f87 AccessibilityNodeInfo.getActionSymbolicName() is missing A11y focus actions.
1. The new actions were not added to this helper method so it was
   throwing an InvalidArgumentException.

bug:6421059

Change-Id: I132348a50bb900ee19b95cc92c26ce47609ccb1c
2012-04-30 16:55:24 -07:00
Svetoslav Ganov
cf8a3b8224 Accessibility should not change input focus behavior.
1. Removed a change in the input focus behavior I forgot
   to take out when submitted the main accessibility focus
   patch. Ugh..

bug:6320098

Change-Id: Id7942e8aac64ba4bf6df7e19f733fa70b368d1bb
2012-04-30 16:50:14 -07:00
Andreas Huber
ae90948bf3 am faac9294: Merge "New API to set the video rendering mode on a MediaCodec instance." into jb-dev
* commit 'faac92942c50b12edada5e92e7c323609b2bdb5f':
  New API to set the video rendering mode on a MediaCodec instance.
2012-04-30 16:41:40 -07:00
Andreas Huber
faac92942c Merge "New API to set the video rendering mode on a MediaCodec instance." into jb-dev 2012-04-30 16:38:54 -07:00
Dianne Hackborn
d44713a63d Fix issue #6234928: android.app.IntentReceiverLeaked:
Activity com.android.internal.app.ChooserActivity has leaked IntentReceiver

Change-Id: I02488931d8c02ecbe0c6fc2f7ce708a9dc406f67
2012-04-30 16:34:46 -07:00
Jeff Brown
32c8113510 Fix Javadoc.
Bug: 6418632
Change-Id: Ib17218c413cbdf26bab19ccd873de33e67dd3397
2012-04-30 16:28:32 -07:00
Jeff Sharkey
e74df9ebf6 am a549218e: Merge "Avoid showing popup when View detatched." into jb-dev
* commit 'a549218e43c40fea6333c7bb7c3d40e803bfe5a9':
  Avoid showing popup when View detatched.
2012-04-30 16:10:25 -07:00
Jeff Sharkey
7c3e7ad288 am 59839e0f: Merge "Change permission enforcement through pm command." into jb-dev
* commit '59839e0f7cd17ec6fca6aa210276e5e3bacaed4e':
  Change permission enforcement through pm command.
2012-04-30 16:10:24 -07:00
Adam Powell
9e652c3008 am 9b2a0f16: Merge "Fix a bug with updating extras in a PendingIntent with an intent stack" into jb-dev
* commit '9b2a0f167e8445d14e933176ba67b01862809577':
  Fix a bug with updating extras in a PendingIntent with an intent stack
2012-04-30 16:07:00 -07:00
Jeff Sharkey
a549218e43 Merge "Avoid showing popup when View detatched." into jb-dev 2012-04-30 16:06:27 -07:00
Jeff Sharkey
59839e0f7c Merge "Change permission enforcement through pm command." into jb-dev 2012-04-30 16:06:21 -07:00
Adam Powell
9b2a0f167e Merge "Fix a bug with updating extras in a PendingIntent with an intent stack" into jb-dev 2012-04-30 16:04:11 -07:00
Michael Jurka
e3d83e5523 am 029abfdc: Merge "Fix NPE" into jb-dev
* commit '029abfdc66da33e2fe23c21a3452598aa2ac902a':
  Fix NPE
2012-04-30 16:02:52 -07:00
Dianne Hackborn
f823a76d5c am 2218f6c2: Merge "Fix issue #6111771: Run-time Restart observed when signing in with an existing account" into jb-dev
* commit '2218f6c2340f2cf240af4bfce883a3b80371a0b6':
  Fix issue #6111771: Run-time Restart observed when signing in with an existing account
2012-04-30 16:02:50 -07:00
Dianne Hackborn
ac3f02ab61 am 53fadc59: Merge "Fix scaling of layout bounds." into jb-dev
* commit '53fadc5965ae5668565500d0f0f05e88acacc486':
  Fix scaling of layout bounds.
2012-04-30 15:59:50 -07:00
Jeff Sharkey
f166f480f0 Roaming always metered, relax DHCP metered check.
Always treat roaming connections as metered, and relax DHCP test to
match any substring for forward compatibility.

Bug: 6382737, 6375399
Change-Id: I9781a60f55fbe35da6f8bfc7a1d609608e8f0951
2012-04-30 15:59:21 -07:00
Michael Jurka
029abfdc66 Merge "Fix NPE" into jb-dev 2012-04-30 15:58:51 -07:00
Dianne Hackborn
2218f6c234 Merge "Fix issue #6111771: Run-time Restart observed when signing in with an existing account" into jb-dev 2012-04-30 15:58:22 -07:00
Dianne Hackborn
53fadc5965 Merge "Fix scaling of layout bounds." into jb-dev 2012-04-30 15:57:30 -07:00
Irfan Sheriff
5c41fe8d75 am 8e8798d9: Merge "Fix connect & save of invalid networks" into jb-dev
* commit '8e8798d90a008e9262d14f26c4cf24fe552beab7':
  Fix connect & save of invalid networks
2012-04-30 15:54:49 -07:00
Michael Jurka
a8eac1deb5 Fix NPE 2012-04-30 15:54:28 -07:00
Irfan Sheriff
8e8798d90a Merge "Fix connect & save of invalid networks" into jb-dev 2012-04-30 15:51:40 -07:00
Jeff Brown
c458ce98ce Add support for using the lid switch to turn off the screen.
Added a config option to allow the lid switch to turn off the
screen.  This is a closer match to what a lid switch should be
doing.

Removed an old feature to bypass keyguard when keyboard is visible
because the way it was plumbed in made bad assumptions about
the meaning of the lid switch.  Also, the last product we shipped
that had a physical keyboard turned this config option off.
So away it goes.  We can bring it back someday if we really want it.
It's questionable how useful the feature is anyhow, since it only
works when the keyguard is unsecure and when the lid switch is
unlikely to be jostled in the user's pocket.

Fixed a bug where we would tell the power manager that the keyboard
was visible even if the lid switch did not control the keyboard.
This used to cause the power manager to try to set the keyboard
brightness, which doesn't work.

Bug: 6377115
Bug: 6406726
Change-Id: Ic84b71d09563d51c92cd1cf132fa8bdee6509103
2012-04-30 15:48:42 -07:00
Gilles Debunne
22da643f13 am 2d589ffa: Merge "SpannableStringBuilder correctly manages MARK and POINTS" into jb-dev
* commit '2d589ffa1e8a2721f0d19f38a01337186561e559':
  SpannableStringBuilder correctly manages MARK and POINTS
2012-04-30 15:46:54 -07:00
Gilles Debunne
2d589ffa1e Merge "SpannableStringBuilder correctly manages MARK and POINTS" into jb-dev 2012-04-30 15:44:02 -07:00
Jamie Gennis
b40696cc21 Surface: add JNI plumbing for setActiveRect.
Bug: 6299171
Change-Id: If26e63ebe7def645626af251bed899ff9389f8e5
2012-04-30 15:35:37 -07:00
Jamie Gennis
462bcde430 am 459e459e: Merge "TextureView: don\'t call onSTAvailable due to setST" into jb-dev
* commit '459e459ef99f494238128aa4142fe2e97adae35b':
  TextureView: don't call onSTAvailable due to setST
2012-04-30 15:32:12 -07:00
Jamie Gennis
459e459ef9 Merge "TextureView: don't call onSTAvailable due to setST" into jb-dev 2012-04-30 15:29:33 -07:00
Jeff Sharkey
af232ed38a Avoid showing popup when View detatched.
Bug: 6388558
Change-Id: I12cfde91b142916ce137ebd4e96107a12ad2b4b7
2012-04-30 15:19:55 -07:00
Dianne Hackborn
56385cc452 Fix issue #6111771: Run-time Restart observed when signing in with an existing account
Change-Id: Ic6defb598cb08f2728d99eed7d0b209c88dd1a49
2012-04-30 15:07:47 -07:00
Adam Powell
501d4a510f Fix a bug with updating extras in a PendingIntent with an intent stack
Change-Id: I52e2677635b588b7301dd938e1dd32f94241cf5a
2012-04-30 15:03:57 -07:00
Dianne Hackborn
7634424171 Fix scaling of layout bounds.
Change-Id: I9d8c8924900fed69030ee3e8d6decee89ca67820
2012-04-30 14:51:48 -07:00
Eric Fischer
0fb6e7c329 am 6113ce3b: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit '6113ce3be4ba7208bac7d9f0cad7e83104dbc8d3':
  Import translations. DO NOT MERGE
2012-04-30 14:51:18 -07:00
Eric Fischer
6113ce3be4 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-04-30 14:48:35 -07:00
Andreas Huber
b12a539069 New API to set the video rendering mode on a MediaCodec instance.
Change-Id: I6d765bb4cab7bcf29f09364293c24e8a6930078b
related-to-bug: 6364139
2012-04-30 14:46:22 -07:00
Adam Cohen
48ba4f24cd am a2c37665: Merge "Pushing widget resize callback responsibility to AppWidgetHost" into jb-dev
* commit 'a2c37665d9947d00c64427b35489d3794c7b6214':
  Pushing widget resize callback responsibility to AppWidgetHost
2012-04-30 14:45:32 -07:00
Eric Fischer
f921b5ad38 am e572fb10: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit 'e572fb10d0a760d37a64932c9da1e9a26b688e0f':
  Import translations. DO NOT MERGE
2012-04-30 14:42:50 -07:00
Adam Cohen
a2c37665d9 Merge "Pushing widget resize callback responsibility to AppWidgetHost" into jb-dev 2012-04-30 14:42:23 -07:00