summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't do a wifi p2p scan in MediaRouter if we're already connectedAdam Powell2012-10-081-3/+8
| | | | | | | | | | When we're connected to a wifi display already, some configurations might hiccup or otherwise disrupt the media stream if we initiate a new scan. Block the MediaRouter's default scanning behavior if we start up while already connected to a wifi display. (A scan will still occur if the user opens the picker dialog.) Change-Id: I413efa883eec41fe0377da18bcb55bc72e2ac729
* Merge "Use offset in line drawing" into jb-mr1-devChris Craik2012-10-081-1/+1
|\
| * Use offset in line drawingChris Craik2012-10-051-1/+1
| | | | | | | | | | | | | | Partial revert of cb4d6009 bug:7299070 Change-Id: I1db7b035e3015e0f6d15c95aef71ea74dbeca13e
* | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-085-148/+74
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2012-10-055-148/+74
| | | | | | | | | | | | | | | Change-Id: Idd0cea4e5c5c1dca92c18ef9caf58d21b83d31e7 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-084-6/+4
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2012-10-054-6/+4
| |/ / | | | | | | | | | | | | Change-Id: I9206f7e07e3ea7f6a8b90fa59989b4754a51f646 Auto-generated-cl: translation import
* | | Merge "Fix resource reading for secondary users" into jb-mr1-devAmith Yamasani2012-10-077-72/+139
|\ \ \
| * | | Fix resource reading for secondary usersAmith Yamasani2012-10-077-72/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7086881 Load resources for the correct user. Also clean up package monitoring and locking. Added dump method to SearchManagerService. Sneaking in a change to make crash dialogs visible to current user. Change-Id: Id56dd15428d66084de995e28be242db27c15fda3
* | | | Merge "Fix NPE if pulling down QS quickly on very first boot." into jb-mr1-devDaniel Sandler2012-10-071-16/+23
|\ \ \ \
| * | | | Fix NPE if pulling down QS quickly on very first boot.Daniel Sandler2012-10-071-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cling interception code can interfere with the touch stream to the point that PanelView might get an ACTION_UP or _CANCEL without a corresponding ACTION_DOWN, causing problems. Bug: 7301742 Change-Id: Idd5074c2544b3238517655ab3c068966bae9f912
* | | | | Merge "New icon for "Sleep now."" into jb-mr1-devDaniel Sandler2012-10-075-2/+2
|\ \ \ \ \
| * | | | | New icon for "Sleep now."Daniel Sandler2012-10-075-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should only be shown in the docking intent chooser, but if you use AnyCut to link to the Somnambulator you'll see it there as well. Bug: 7267723 Change-Id: I4be7572e4785f35b4ac1ad91d03a617d5d2fe3c1
* | | | | Merge "AudioService: fix settings for fixed volume device" into jb-mr1-devEric Laurent2012-10-071-7/+24
|\ \ \ \ \
| * | | | | AudioService: fix settings for fixed volume deviceEric Laurent2012-10-071-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force max volume for devices with fixed volume policy (HDMI, dock...) when reading the settings from DB. Otherwise, these devices would get the default volume which is not what we want. Also fix a problem related to ringer mode management when reloading the volume settings upon user switch that would cause a muted stream to be unmuted. Bug 7301563; Change-Id: I81cdb97125b845da584ed680181b93c7c1e5903f
* | | | | | Merge "Clear draw flags when updating TextureView's layer Bug #7171323" into ↵Romain Guy2012-10-071-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | Clear draw flags when updating TextureView's layerRomain Guy2012-10-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7171323 Finally! Change-Id: Iefef8fb9a8ef1fe4b374005067145319312c57cf
* | | | | | | Fix NPE on devices without notification panel help clings.Daniel Sandler2012-10-071-2/+8
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 7302657 Change-Id: Ia161ea2ef74ef1dfbab55dacaa7274ebc2d66439
* | | | | | Merge "QuickSettings - fail gracefully if we can't query the profile data" ↵Adam Powell2012-10-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | | | QuickSettings - fail gracefully if we can't query the profile dataAdam Powell2012-10-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug where QuickSettings couldn't get the user info tile data when starting up encrypted. Since the system will be restarted once the password is entered, it will be loaded properly once unlocked. Bug 7301192 Change-Id: I6455df1d2bc33d375a1af8f2efb42dbdeb38f056
* | | | | | | Merge "Work around a possible driver bug Bug #7296475" into jb-mr1-devRomain Guy2012-10-071-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Work around a possible driver bugRomain Guy2012-10-071-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7296475 When re-enabling the scissor the driver seems to ignore the already existing scissor box. This change resets the scissor box when the test state changes. Change-Id: I3a68433164f99d21fbab769a26c56fe416c1539a
* | | | | Merge "Fix issue #7295951: Mako asks which Launcher to use at every re-boot" ↵Dianne Hackborn2012-10-074-173/+230
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | | Fix issue #7295951: Mako asks which Launcher to use at every re-bootDianne Hackborn2012-10-074-173/+230
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A couple problems: - We need to clear app preferences later, now that we have encrypted apps. - The multi-user implementation of this would allow different preferred apps from different users to potentially interefere with each other. They are not completely separate data structures. Change-Id: Id4f1ebb6414fdf30ff1049adaa1efe83dabac01a
* | | | | Merge "Reduce screen on latency, eliminate flashes." into jb-mr1-devJeff Brown2012-10-075-70/+116
|\ \ \ \ \
| * | | | | Reduce screen on latency, eliminate flashes.Jeff Brown2012-10-075-70/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use the ElectronBeam now, even when we are only animating the backlight so that we will have a black surface remaining on the screen after the screen turns off. When turning on the screen, keep the black surface showing until we unblock screen on then dismiss it as usual. This change eliminates the flashing of old display content when the screen is turned on. It also helps to conceal some of the latency of turning the screen on. We always turn the screen on immediately (even when screen on has nominally been blocked) and rely on the black surface to hide the screen contents until the last moment. Dismissing the black surface is practically instantaneous compared to turning the screen on. Bug: 7299370 Bug: 7139924 Change-Id: I57d13287acd05bd0a48811095bb02dc7bc7cbeb6
* | | | | | Merge "More on #7296510 Transition from lock screen to dreaming is really ↵Dianne Hackborn2012-10-071-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bad" into jb-mr1-dev
| * | | | | | More on #7296510 Transition from lock screen to dreaming is really badDianne Hackborn2012-10-071-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The final iteration of that change was a little too aggresive in deciding when it turns off the dream's enter animation, so it was doing this always instead of just when it needed to (when it is being displayed to hide the lock screen). This change fixes a dumb typo that was causing the dream to always turn off its own animation (duh!) and tweaks the logic for deciding when the dream should be able to cause the lock screen to hide to better ensure that it is shown before the lock screen gets hidden. Change-Id: Ie73a5be9ee597713644fb2a0202f36c32b4f1fca
* | | | | | Merge "Notification & settings panel help." into jb-mr1-devDaniel Sandler2012-10-0718-2/+285
|\ \ \ \ \ \
| * | | | | | Notification & settings panel help.Daniel Sandler2012-10-0718-2/+285
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comes up the first time you touch the status bar; explains where quick settings is, and even allows you to swipe down to try it (instead of touching "OK"). Bug: 7209412 Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f
* | | | | | Merge "Suppress unnecessary calls to update widget size (issue 7287744)" ↵Adam Cohen2012-10-071-10/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | into jb-mr1-dev
| * | | | | Suppress unnecessary calls to update widget size (issue 7287744)Adam Cohen2012-10-051-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cec03a32b42f7a56e0f538dcd5c09de4ce2e076
* | | | | | Merge "Save resized windows even if freezing." into jb-mr1-devCraig Mautner2012-10-071-33/+35
|\ \ \ \ \ \
| * | | | | | Save resized windows even if freezing.Craig Mautner2012-10-061-33/+35
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During app freezes resized windows were being dropped if the freeze window timed out. This fix adds windows to the list of resized windows but does not notify the clients of the resize until freezing is completed. Bug: 7094175 fixed. Change-Id: Iee1f5f532a0e661fbf900e4540146ae4b645d68e
* | | | | | Merge "Adds showWhenLocked attribute to Activities." into jb-mr1-devCraig Mautner2012-10-0716-23/+69
|\ \ \ \ \ \
| * | | | | | Adds showWhenLocked attribute to Activities.Craig Mautner2012-10-0616-23/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new attribute allows an Activity such as the alarm to appear on all users screens. Bug: 7213805 fixed. Change-Id: If7866b13d88c04af07debc69e0e875d0adc6050a
* | | | | | | Merge "Quick settings user display and switching" into jb-mr1-devAdam Powell2012-10-073-64/+127
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Quick settings user display and switchingAdam Powell2012-10-053-64/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load user information for the current user and display in quick settings tile. Name is pulled from the contacts DB from the "Me" profile, which will override the raw name on the system user if needed. Open the user switcher on the lock screen if this tile is clicked and there is more than one user registered on the system. If there is only one user, show the "Me" quick contact card. Darken the background protection behind the user's name on the QS tile layout so that it's readable against very light profile pic backgrounds. Bug 7175023 Bug 7257997 Change-Id: Ia1e7dd7af72dbd49113a827f9228e0a32e20a0dc
* | | | | | | Merge "Keep quick settings brightness icon/dialog level in sync." into ↵John Spurlock2012-10-075-41/+120
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | | Keep quick settings brightness icon/dialog level in sync.John Spurlock2012-10-065-41/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now listen for brightness changes and update the icon appropriately. Note there are still only two icon states in QS (auto-on and auto-off). We also listen for user switches, since the brightness setting is per-user. The manual brightness level is now kept in sync with level set in Settings. This change is tightly scoped to brightness only. Any other QS bugs should be triaged separately. Bug:7283805 Change-Id: Ibaf8fe94e98f65cc02efe7fcddf4f38370fdb09f
* | | | | | | | Merge "Update quick settings wireless display tile per spec." into jb-mr1-devJohn Spurlock2012-10-0716-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Update quick settings wireless display tile per spec.John Spurlock2012-10-0516-2/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:7178216 Change-Id: If917033930b0ba5a3ca0c7c8f574b069d5ecac6d
* | | | | | | | Merge "Allow the dim brightness to be brighter than the minimum." into ↵Jeff Brown2012-10-061-20/+63
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | | | Allow the dim brightness to be brighter than the minimum.Jeff Brown2012-10-061-20/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defines the lower end of the allowable screen brightness range as the lesser of the dim level, the user brightness setting minimum value and the lowest auto-brightness level. Bug: 7295909 Change-Id: I7a72b4611631f9e51578205ff12898c5bae02b1b
* | | | | | | | | Merge "Increase lock screen timeout when on custom widget page." into jb-mr1-devJeff Brown2012-10-065-14/+114
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Increase lock screen timeout when on custom widget page.Jeff Brown2012-10-065-14/+114
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7290676 Change-Id: I93c48fb24adb24d16ec278a4fdd51a13a85a96c3
* | | | | | | | Merge "Accessibility active window not updated on time." into jb-mr1-devSvetoslav Ganov2012-10-062-5/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Accessibility active window not updated on time.Svetoslav Ganov2012-10-052-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The active window is the one the user is touching or the one that has input focus. It has to be made current immediately after the user has stopped touching the screen because if the user types with the IME he should get a feedback for the letter typed in the text view which is in the input focused window. Note that we always deliver hover accessibility events (they are a result of user touching the screen) so change of the active window before all hover accessibility events from the touched window are delivered is fine. bug:7296890 Change-Id: I1ae87c8419e2f19bd8eb68de084c7117c66894bc
* | | | | | | | | Merge "Screen magnification cannot be engaged in landscape on a phone." into ↵Svetoslav Ganov2012-10-061-17/+14
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | | | Screen magnification cannot be engaged in landscape on a phone.Svetoslav Ganov2012-10-051-17/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The reason is that the screen magnifier computes that the whole screen is not magnifiable. The miscalculation was caused due to an incorrect assumption that the non-magnified area is only at the bottom. In fact, on a phone in landscape the non-magnified area is both on the right and at the bottom. This change adds a correct algorithm for computing the magnified region. 2. Increasing the delay for computing the magnified area when the keyguard goes away to allow all windows hidden by the keyguard to be shown. In rare occasions the previous delay was not long enough resulting in a state where the keyboard is considered a part of the magnified region. 3. Removed some dead code. bug:7293097 Change-Id: Ic5ff91977df8bcf4afd77071685c3eb20555d4f3