Jeff Brown
d49359631b
Handle user switched for settings changes.
...
Move OVERLAY_DISPLAY_DEVICES to Global.
Bug: 7127417
Change-Id: I632648ac5b01408512f59424f3bb55162431bea4
2012-09-25 15:26:51 -07:00
Svetoslav Ganov
989ae759f8
Fixing argument expectations of View.requestRectangleOnScreen
...
1. In a previous patch the implementation of the method was fixed
in terms of end result but this broke some assumptions about the
method arguments. This change updates the argument expectations.
bug:7172035
Change-Id: I76d738b1c74dfb1dd45fc667f3217911f1c10a5f
2012-09-25 15:16:54 -07:00
Jeff Brown
28e0b09a3d
Fix typo.
...
Bug: 7183618
Change-Id: I0c761fc7f55b3f182007cb4d50cbfdce309f844a
2012-09-25 15:15:17 -07:00
Dianne Hackborn
e181bd9b5e
Fix AbsListView to correctly retain its state if not layed out.
...
This covers a hole where if the list view restores its state and
then is asked to save its state before its layout happens, the
original state is lost. Instead we just store that original state.
Also tweak FragmentManager to make sure an inactive fragment can
not have its state moved up out of CREATED.
Bug #7232088 : ListView saved state being lost in some cases
Change-Id: I5b40f37c259c7bcbe17dd1330016f9531f1b5534
2012-09-25 15:04:06 -07:00
Jason Sams
761d3d0df7
Reduce test warmup time to avoid driving into thermal throttle.
...
bug 7216044
Change-Id: I72c83e31dc39a0a810d8a453903213bd428dbe29
2012-09-25 15:00:04 -07:00
Baligh Uddin
c186fa2938
am b1c4ab5c: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit 'b1c4ab5c2afea1f0797ee397df6512366128d980':
Import translations. DO NOT MERGE
2012-09-25 14:56:53 -07:00
Baligh Uddin
b1c4ab5c2a
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-09-25 14:53:43 -07:00
Svetoslav Ganov
088c83af2d
am 1c9766e3: Merge "The active window for accessibilitiy incorrectly tracked." into jb-mr1-dev
...
* commit '1c9766e32a630c72db400a769430e60549062577':
The active window for accessibilitiy incorrectly tracked.
2012-09-25 14:49:42 -07:00
Svetoslav Ganov
1c9766e32a
Merge "The active window for accessibilitiy incorrectly tracked." into jb-mr1-dev
2012-09-25 14:46:58 -07:00
Svetoslav Ganov
3273ca71a0
Regression in screen introspection APIs due to the multi-user change.
...
1. The initial user was set to USER_NULL but some clients were registering
before the user change callback happens. Since the initial user is
the owner the current user id defaults to USER_OWNER.
2. The check for global clients and window connections was using the
calling UID but there are processes that run in a per user basis
as system UID (Setting for example). Now the check is stronger
and comparing the caller PID with that of the system process.
3. The code for finding the focused window id was not checking the
global window token list in addition to that of the current user.
4. The code updating the active window id was calling out into the
window manager with a lock held.
bug:7224670
Change-Id: I9f4b7ea67eb5598b30ee7d1b68a1d3ce0cf8cfb4
2012-09-25 14:45:27 -07:00
Winson Chung
f465b72cd4
Fixing various QS issues. (Bug 7216908, Bug 7217154)
...
- Making distinction between wifi not connected and unavailable
- Removing periods from carrier names
- Updating airplane mode icons
Change-Id: I8a629f07375faaa34a1b5ebeb307605f12f75173
2012-09-25 14:45:07 -07:00
Irfan Sheriff
c41096e1b4
P2p fixes
...
- Add wfdInfo details in group to allow display stack to filter
- Handle provision discovery failure and reset
- Do a discovery after group removal
- Handle failure to reinvoke and fall back to negotiation
- Avoid multiple REMOVE_GROUP calls that lead to removal
of persisted network
Bug: 7210856
Change-Id: Ia2e613e9b1191b919a185f0411439341e2e151bc
2012-09-25 14:44:00 -07:00
Baligh Uddin
3fd41863ba
am 1a2297a8: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '1a2297a89dc08594f73fd1748dc8ee941be93dc6':
Import translations. DO NOT MERGE
2012-09-25 14:43:34 -07:00
Fabrice Di Meglio
7fb98b3449
Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be reversed when in RTL mode
...
Change-Id: I0a9cfbc6aa6919da3198a20aae6159bd867afe87
2012-09-25 14:42:43 -07:00
Baligh Uddin
1a2297a89d
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
2012-09-25 14:40:57 -07:00
Svetoslav Ganov
1b428c6d74
am a8afa694: Regression in screen introspection APIs due to the multi-user change.
...
* commit 'a8afa694d6881266ad762aacdac92b2047f9a86c':
Regression in screen introspection APIs due to the multi-user change.
2012-09-25 14:07:33 -07:00
Baligh Uddin
3df0e3467f
Import translations. DO NOT MERGE
...
Change-Id: I11ec4fc53b9af6b332260ffe8ee1e2503699be04
Auto-generated-cl: translation import
2012-09-25 14:06:12 -07:00
Svetoslav Ganov
a8afa694d6
Regression in screen introspection APIs due to the multi-user change.
...
1. The initial user was set to USER_NULL but some clients were registering
before the user change callback happens. Since the initial user is
the owner the current user id defaults to USER_OWNER.
2. The check for global clients and window connections was using the
calling UID but there are processes that run in a per user basis
as system UID (Setting for example). Now the check is stronger
and comparing the caller PID with that of the system process.
3. The code for finding the focused window id was not checking the
global window token list in addition to that of the current user.
4. The code updating the active window id was calling out into the
window manager with a lock held.
bug:7224670
Change-Id: I9f4b7ea67eb5598b30ee7d1b68a1d3ce0cf8cfb4
2012-09-25 13:59:37 -07:00
Michael Jurka
08e8d8462d
Fix 7216870: recents relaunches dismissed activity
2012-09-25 13:52:35 -07:00
Baligh Uddin
62b482a40b
Import translations. DO NOT MERGE
...
Change-Id: Ia1678a1bc272328e2cd35b5b5cccd79a0e65bbba
Auto-generated-cl: translation import
2012-09-25 13:42:05 -07:00
Philip Milne
fef9bb6f99
am 1ab8a08a: Merge "Fix for bug: #7172778 . Javadoc errors in LocationManager." into jb-mr1-dev
...
* commit '1ab8a08a9b85aa62045a6a78fd93859382c88b0f':
Fix for bug: #7172778 . Javadoc errors in LocationManager.
2012-09-25 13:25:58 -07:00
Philip Milne
1ab8a08a9b
Merge "Fix for bug: #7172778 . Javadoc errors in LocationManager." into jb-mr1-dev
2012-09-25 13:23:31 -07:00
Romain Guy
61cca3bbc7
am ade54e5b: Merge "Fix recents animation in landscape on tablet" into jb-mr1-dev
...
* commit 'ade54e5b36c6e209342533cbb531acce204ac8a9':
Fix recents animation in landscape on tablet
2012-09-25 13:23:19 -07:00
Romain Guy
ade54e5b36
Merge "Fix recents animation in landscape on tablet" into jb-mr1-dev
2012-09-25 13:21:11 -07:00
Romain Guy
a752e7c809
Fix recents animation in landscape on tablet
...
Change-Id: I8b550c38fb5392d7d0b7f72ba565256ad2751cc3
2012-09-25 13:20:05 -07:00
Philip Milne
73577888ec
Fix for bug: #7172778 . Javadoc errors in LocationManager.
...
Change-Id: Iaebd4cf00c8a33bcf4fc74eaa1dfec9675032826
2012-09-25 12:58:26 -07:00
Romain Guy
9e309c2f5b
am 64339168: Merge "Don\'t destroy the same texture twice Bug #7221449 " into jb-mr1-dev
...
* commit '64339168c4ff0b3ac249398811db7c88eca8f95c':
Don't destroy the same texture twice Bug #7221449
2012-09-25 12:32:32 -07:00
Winson Chung
1d2dcf7fef
am 89ba270c: Merge "Fixing various QS issues. (Bug 7216908, Bug 7217154)" into jb-mr1-dev
...
* commit '89ba270c6663c4f2c8076e21fa1a9f79a43e0b06':
Fixing various QS issues. (Bug 7216908, Bug 7217154)
2012-09-25 12:32:28 -07:00
Daniel Sandler
e6859bbdf4
am 509e2ced: Merge "Improvements to notification/settings panels:" into jb-mr1-dev
...
* commit '509e2ced819ebaece2abb21693cb2046b5524c5b':
Improvements to notification/settings panels:
2012-09-25 12:32:21 -07:00
Irfan Sheriff
36c8172e6a
am 9b3a7f79: Merge "Update doc on getConfiguredNetworks" into jb-mr1-dev
...
* commit '9b3a7f798eea3ebec6828f2692c5a3dab1f8d686':
Update doc on getConfiguredNetworks
2012-09-25 12:32:16 -07:00
Ian Rogers
ce431c3dbf
am a8a7e714: Merge "Extra GC heap configuration parameters." into jb-mr1-dev
...
* commit 'a8a7e7140d8d2f231707712d329a24cf32184299':
Extra GC heap configuration parameters.
2012-09-25 12:32:11 -07:00
Brian Carlstrom
df44266daa
am 5e21bf93: Unhide SSLCertificateSocketFactory.setSoWriteTimeout
...
* commit '5e21bf934b2a71b595deb9856a2044eea4dbce86':
Unhide SSLCertificateSocketFactory.setSoWriteTimeout
2012-09-25 12:32:07 -07:00
Amith Yamasani
ea1d555511
am b8c2ac3e: Merge "Watch for voice recognition service changes for all users" into jb-mr1-dev
...
* commit 'b8c2ac3ecb6ee6319df65a88f42141c070b46163':
Watch for voice recognition service changes for all users
2012-09-25 12:30:59 -07:00
Eric Laurent
6d09e32144
am 4bbcc654: Display a fixed volume silder when docked.
...
* commit '4bbcc6549738f3d69831b2bd9eb4accec3e9920e':
Display a fixed volume silder when docked.
2012-09-25 12:30:55 -07:00
Jean-Baptiste Queru
ac67e37602
am 3b772c6b: Merge into jb-mr1-dev
...
* commit '3b772c6b6754aede43cbc849b89e91b399d6828d':
reduce notification pad on large displays.
2012-09-25 12:30:51 -07:00
Jean-Baptiste Queru
f86519d06b
am 5ef9cb68: Merge into jb-mr1-dev
...
* commit '5ef9cb68c3bb639990abc0eadcaaaa61164ad628':
Hiding a method for JB-MR1
2012-09-25 12:30:46 -07:00
Jean-Baptiste Queru
ba7293c742
am b8d4c9ff: Merge into jb-mr1-dev
...
* commit 'b8d4c9ff22f114983a088281f0859bc94c1ea7db':
No more double-swiping to toggle panels on tablets.
2012-09-25 12:30:42 -07:00
Jean-Baptiste Queru
fc41fddf66
am 7e886bc3: Merge into jb-mr1-dev
...
* commit '7e886bc3f72a38266f7323534ee62e963c198518':
Return carrier label to notification panel.
2012-09-25 12:30:39 -07:00
Romain Guy
20757901d7
am 03de511a: Fix graphics glitch and layouts in recents on 10" display
...
* commit '03de511af7224f9b868d90662cd8330f4feb425b':
Fix graphics glitch and layouts in recents on 10" display
2012-09-25 12:30:35 -07:00
Romain Guy
4d81648515
am ed1b6f4f: Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919
...
* commit 'ed1b6f4fc0af836624b2edc2830eb918bf04cf3c':
Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919
2012-09-25 12:30:31 -07:00
Jean-Baptiste Queru
37486c4a41
am a7546e36: Merge into jb-mr1-dev - do not merge
...
* commit 'a7546e3623b678966af148eb5ab82bcc5ad3052d':
Import translations. DO NOT MERGE
2012-09-25 12:30:26 -07:00
Romain Guy
101372d985
am c002936e: Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919
...
* commit 'c002936e4bd042db3024202b3e9696835a730cfa':
Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919
2012-09-25 12:30:20 -07:00
Jean-Baptiste Queru
6de6a3097b
am bf2e088b: Merge into jb-mr1-dev
...
* commit 'bf2e088b008cdc80059b943c3b144ec982963f4e':
Volume keys control music volume after music stops
2012-09-25 12:30:15 -07:00
Jean-Baptiste Queru
116eb33b9d
am 164ff6bb: Merge into jb-mr1-dev
...
* commit '164ff6bb64ad022366e9fdec9b40bcedcbb3925a':
Fix wrong password attempt count in DevicePolicyManager
2012-09-25 12:30:12 -07:00
Jean-Baptiste Queru
eff021411a
am fe3632bc: Merge into jb-mr1-dev
...
* commit 'fe3632bcbea6aabe0e363c00097767465a1d7797':
More than one finger at a time can trigger a system crash.
2012-09-25 12:30:08 -07:00
Jean-Baptiste Queru
64d47a18d2
am 56d8cc10: Merge into jb-mr1-dev
...
* commit '56d8cc103150eecad8911754735abec3a7ce9691':
Magnified frame not properly computed when keyguard goes away.
2012-09-25 12:30:04 -07:00
Jean-Baptiste Queru
8ef71b4116
am ecfc9ca5: Merge into jb-mr1-dev
...
* commit 'ecfc9ca5f5233ad2eb6921c05250b8b3ebbc4c58':
Use global wifi_sleep_policy constants
2012-09-25 12:30:00 -07:00
Jean-Baptiste Queru
76ed3daa9e
am d3364600: Merge into jb-mr1-dev
...
* commit 'd33646008948db439ea8cde8dfc0188aced6436d':
fix argument parser for global settings URLs
2012-09-25 12:29:56 -07:00
Amith Yamasani
ddaa5d7329
am 95293865: Fix build
...
* commit '95293865bde95d2a41cb6edb0d113277000ccb29':
Fix build
2012-09-25 12:29:50 -07:00
Jean-Baptiste Queru
896d8916cc
am 0dfe1cf3: Merge into jb-mr1-dev
...
* commit '0dfe1cf3cda5accef0a3c361593ccc716e725539':
Fix dialogs on secondary displays.
2012-09-25 12:29:46 -07:00