OSDN Git Service

android-x86/frameworks-base.git
9 years agoRemove setCdmaSubscription API.
Derek Tan [Fri, 5 Sep 2014 21:14:35 +0000 (14:14 -0700)]
Remove setCdmaSubscription API.

Bug: 17255752
Change-Id: I0adc5c3d1b690d86f538c084d17d239f7ffccfca

9 years agoMerge "We shouldn't delete accounts when a package is being updated." into lmp-dev
Carlos Valdivia [Fri, 5 Sep 2014 21:01:52 +0000 (21:01 +0000)]
Merge "We shouldn't delete accounts when a package is being updated." into lmp-dev

9 years agoMerge "API review: android.media.tv" into lmp-dev
Jae Seo [Fri, 5 Sep 2014 21:00:25 +0000 (21:00 +0000)]
Merge "API review: android.media.tv" into lmp-dev

9 years agoMerge "Documentation fix for Sensor.getMaxDelay()" into lmp-dev
Aravind Akella [Fri, 5 Sep 2014 20:58:52 +0000 (20:58 +0000)]
Merge "Documentation fix for Sensor.getMaxDelay()" into lmp-dev

9 years agoWe shouldn't delete accounts when a package is being updated.
Carlos Valdivia [Fri, 5 Sep 2014 17:52:41 +0000 (10:52 -0700)]
We shouldn't delete accounts when a package is being updated.

Bug: 17158237
Change-Id: Icbf9e672a6a698737b08ed39c78a64c161a7b802

9 years agoMerge "Cleanup - Change name of confirm credentials method after API review" into...
Jim Miller [Fri, 5 Sep 2014 20:58:16 +0000 (20:58 +0000)]
Merge "Cleanup - Change name of confirm credentials method after API review" into lmp-dev

9 years agoMerge "Camera2: Final API revisions" into lmp-dev
Eino-Ville Talvala [Fri, 5 Sep 2014 20:43:51 +0000 (20:43 +0000)]
Merge "Camera2: Final API revisions" into lmp-dev

9 years agoAPI review: android.media.tv
Jae Seo [Thu, 4 Sep 2014 21:37:09 +0000 (14:37 -0700)]
API review: android.media.tv

TvInputInfo
- Renamed getIntentForSettingsActivity to createSettingsIntent.
- Renamed getIntentForSetupActivity to createSetupIntent.
- Changed the value of EXTRA_INPUT_ID from inputId to
  android.media.tv.extra.INPUT_ID.
- Removed @hiden from CREATOR.

TvInputManager
- Renamed TvInputListener to TvInputCallback.
- Renamed registerListener to registerCallback.
- Renamed unregisterListener to unregisterCallback.
- Changed the value of ACTION_BLOCKED_RATINGS_CHANGED from
  android.media.tv.TvInputManager.ACTION_BLOCKED_RATINGS_CHANGED
  to android.media.tv.action.BLOCKED_RATINGS_CHANGED.
- Changed the value of ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED from
  android.media.tv.TvInputManager.ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED
  to android.media.tv.action.PARENTAL_CONTROLS_ENABLED_CHANGED.
- Changed the value of ACTION_QUERY_CONTENT_RATING_SYSTEMS from
  android.media.tv.TvInputManager.ACTION_QUERY_CONTENT_RATING_SYSTEMS
  to android.media.tv.action.QUERY_CONTENT_RATING_SYSTEMS.
- Changed the value of META_DATA_CONTENT_RATING_SYSTEMS from
  android.media.tv.TvInputManager.META_DATA_CONTENT_RATING_SYSTEMS
  to android.media.tv.metadata.CONTENT_RATING_SYSTEMS.

TvView
- Renamed TvInputListener to TvInputCallback.
- Renamed setTvInputListener to setCallback.

Bug: 17389538
Change-Id: I3dceee3db67862d77b183aef0da4fd3a8681ab1b

9 years agoMerge "Remove old setTint from Drawable" into lmp-dev
Alan Viverette [Fri, 5 Sep 2014 20:06:01 +0000 (20:06 +0000)]
Merge "Remove old setTint from Drawable" into lmp-dev

9 years agoMerge "Allow for event dispatching when in non-interactive states." into lmp-dev
Michael Wright [Fri, 5 Sep 2014 19:58:10 +0000 (19:58 +0000)]
Merge "Allow for event dispatching when in non-interactive states." into lmp-dev

9 years agoMerge "send volume button events to adjustSuggestedStream instead of adjustStream...
RoboErik [Fri, 5 Sep 2014 19:49:55 +0000 (19:49 +0000)]
Merge "send volume button events to adjustSuggestedStream instead of adjustStream" into lmp-dev

9 years agoMerge "Minor tweaks to MediaBrowser" into lmp-dev
RoboErik [Fri, 5 Sep 2014 19:49:43 +0000 (19:49 +0000)]
Merge "Minor tweaks to MediaBrowser" into lmp-dev

9 years agoMerge "rename add/removeCallback to register/unregisterCallback" into lmp-dev
RoboErik [Fri, 5 Sep 2014 19:49:35 +0000 (19:49 +0000)]
Merge "rename add/removeCallback to register/unregisterCallback" into lmp-dev

9 years agoMerge "rename SERVICE_ACTION to SERVICE_INTERFACE" into lmp-dev
RoboErik [Fri, 5 Sep 2014 19:45:42 +0000 (19:45 +0000)]
Merge "rename SERVICE_ACTION to SERVICE_INTERFACE" into lmp-dev

9 years agoMerge "Rename getLocalApprovalIntent to createLocalApprovalIntent" into lmp-dev
Amith Yamasani [Fri, 5 Sep 2014 19:43:43 +0000 (19:43 +0000)]
Merge "Rename getLocalApprovalIntent to createLocalApprovalIntent" into lmp-dev

9 years agoCamera2: Final API revisions
Eino-Ville Talvala [Thu, 4 Sep 2014 20:07:40 +0000 (13:07 -0700)]
Camera2: Final API revisions

- Rename listeners to callbacks. Listeners are single-method and are interfaces,
  while callbacks are abstract may get more methods in the future.
- Use register/unregister for registering callbacks, not add/remove.

Bug: 17389922
Change-Id: Ic6b46ad79cb43a43a85e2a4b63f059d3af99798b

9 years agosend volume button events to adjustSuggestedStream instead of adjustStream
RoboErik [Fri, 5 Sep 2014 18:39:29 +0000 (11:39 -0700)]
send volume button events to adjustSuggestedStream instead of adjustStream

This way the audio system can route the adjustments correctly when a bt
headset is connected.

bug:17281977
Change-Id: Ic41d038e47179baffc86e539562da285446148c7

9 years agoMerge "Add extra to ASSIST intent to indicate potential input type" into lmp-dev
Michael Wright [Fri, 5 Sep 2014 19:36:46 +0000 (19:36 +0000)]
Merge "Add extra to ASSIST intent to indicate potential input type" into lmp-dev

9 years agoMerge "Add gid to configure no_ems_support_sim_operators" into lmp-dev
Amit Mahajan [Fri, 5 Sep 2014 19:25:48 +0000 (19:25 +0000)]
Merge "Add gid to configure no_ems_support_sim_operators" into lmp-dev

9 years agoMerge "Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pdu" into lmp-dev
Amit Mahajan [Fri, 5 Sep 2014 19:25:35 +0000 (19:25 +0000)]
Merge "Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pdu" into lmp-dev

9 years agoRemove old setTint from Drawable
Alan Viverette [Fri, 5 Sep 2014 19:23:18 +0000 (12:23 -0700)]
Remove old setTint from Drawable

BUG: 15782973
Change-Id: Idf0a6ea7c81135b032fcdadc46ee78d7db6945c7

9 years agoCleanup - Change name of confirm credentials method after API review
Jim Miller [Wed, 27 Aug 2014 03:11:05 +0000 (20:11 -0700)]
Cleanup - Change name of confirm credentials method after API review

Fixes bug 17288988

Change-Id: I3d69b52e7ffc9f0268fb4dc9647f8704453668b7

9 years agoMerge "camera2: Undo mirror for front camera in legacy mode." into lmp-dev
Ruben Brunk [Fri, 5 Sep 2014 18:52:53 +0000 (18:52 +0000)]
Merge "camera2: Undo mirror for front camera in legacy mode." into lmp-dev

9 years agoMerge "Unregister app when advertise failed after registration." into lmp-dev
Wei Wang [Fri, 5 Sep 2014 18:49:26 +0000 (18:49 +0000)]
Merge "Unregister app when advertise failed after registration." into lmp-dev

9 years agoMinor tweaks to MediaBrowser
RoboErik [Fri, 5 Sep 2014 17:32:20 +0000 (10:32 -0700)]
Minor tweaks to MediaBrowser

-A swapped the param order on MediaBrowser.MediaItem constructor
-Added a missing aidl file for MediaItem

bug:17205016
Change-Id: I61538d76f76a993ed5a47b881e0d291fef1d8db3

9 years agorename add/removeCallback to register/unregisterCallback
RoboErik [Thu, 4 Sep 2014 23:08:00 +0000 (16:08 -0700)]
rename add/removeCallback to register/unregisterCallback

bug:17390821
Change-Id: Id610b481083686dba2a28b6c7c47b747f89eef4f

9 years agoMerge "Fix runtime restart" into lmp-dev
Svetoslav [Fri, 5 Sep 2014 18:30:40 +0000 (18:30 +0000)]
Merge "Fix runtime restart" into lmp-dev

9 years agoFix runtime restart
Svetoslav [Fri, 5 Sep 2014 18:28:00 +0000 (11:28 -0700)]
Fix runtime restart

Change-Id: Ic50c8b3b06603ad517fdc8a2392ad12318d46817

9 years agoMerge "Permission check for entering MODE_IN_CALL" into lmp-dev
Jean-Michel Trivi [Fri, 5 Sep 2014 18:00:50 +0000 (18:00 +0000)]
Merge "Permission check for entering MODE_IN_CALL" into lmp-dev

9 years agoMerge "Allow badging updates to install sessions." into lmp-dev
Jeff Sharkey [Fri, 5 Sep 2014 17:56:38 +0000 (17:56 +0000)]
Merge "Allow badging updates to install sessions." into lmp-dev

9 years agoMerge "Camera2: Document supported target combinations for a session." into lmp-dev
Eino-Ville Talvala [Fri, 5 Sep 2014 17:54:00 +0000 (17:54 +0000)]
Merge "Camera2: Document supported target combinations for a session." into lmp-dev

9 years agoRename getLocalApprovalIntent to createLocalApprovalIntent
Amith Yamasani [Fri, 5 Sep 2014 17:51:13 +0000 (10:51 -0700)]
Rename getLocalApprovalIntent to createLocalApprovalIntent

Based on API review.

Bug: 17389920
Change-Id: I84674f25a84d317f017473b6f4ac19c849079323

9 years agoMerge "Replace native crash with IAE when calling picture.draw() w/ a HW canvas"...
Chris Craik [Fri, 5 Sep 2014 17:49:19 +0000 (17:49 +0000)]
Merge "Replace native crash with IAE when calling picture.draw() w/ a HW canvas" into lmp-dev

9 years agoReplace native crash with IAE when calling picture.draw() w/ a HW canvas
Chris Craik [Fri, 5 Sep 2014 17:33:39 +0000 (10:33 -0700)]
Replace native crash with IAE when calling picture.draw() w/ a HW canvas

bug:17397958
Change-Id: I75f942db0e604f9fd6ab31e6c81f718c0f57b16a

9 years agoMerge "Hide color filter mutability" into lmp-dev
Chris Craik [Fri, 5 Sep 2014 17:30:49 +0000 (17:30 +0000)]
Merge "Hide color filter mutability" into lmp-dev

9 years agoMerge "Add new header to support 32 bit/64 bit dumps." into lmp-dev
Christopher Ferris [Fri, 5 Sep 2014 17:30:20 +0000 (17:30 +0000)]
Merge "Add new header to support 32 bit/64 bit dumps." into lmp-dev

9 years agoMerge "API Review: Improve javadoc." into lmp-dev
George Mount [Fri, 5 Sep 2014 17:29:28 +0000 (17:29 +0000)]
Merge "API Review: Improve javadoc." into lmp-dev

9 years agoAPI Review: Improve javadoc.
George Mount [Fri, 29 Aug 2014 18:32:13 +0000 (11:32 -0700)]
API Review: Improve javadoc.

Bug 17189781
Also rename PatternMotion to PatternPathMotion

Change-Id: I1c4dcbdd65e33cf9de1504277e31f9f7ede0380d

9 years agoFix broken aidl
Svetoslav [Fri, 5 Sep 2014 17:19:39 +0000 (10:19 -0700)]
Fix broken aidl

Change-Id: I2187abd75b4f60e790b747a492ad610592f2ef53

9 years agoAllow badging updates to install sessions.
Jeff Sharkey [Fri, 5 Sep 2014 16:45:20 +0000 (09:45 -0700)]
Allow badging updates to install sessions.

For the system restore use-case, an installer may need to enqueue
their sessions quickly before badging details, like icons, have been
downloaded.  This change relaxes to allow an installer to update
their session badging after the session has been created.  Notify
observers when badging changes.

Rename callback registration methods to match style guide.  Relax
constraint that observers are home app.  Fix bug around internal
progress reporting.

Bug: 173767971738923617334199
Change-Id: I5fb88508baea2f08e89a1504fcf5ef972afad4a7

9 years agoMerge "Update FrameStats API per api-council request." into lmp-dev
Svetoslav [Fri, 5 Sep 2014 17:09:44 +0000 (17:09 +0000)]
Merge "Update FrameStats API per api-council request." into lmp-dev

9 years agoMerge "Addressing API council comments for UserManager." into lmp-dev
Svetoslav [Fri, 5 Sep 2014 17:08:11 +0000 (17:08 +0000)]
Merge "Addressing API council comments for UserManager." into lmp-dev

9 years agoam 0641ab3d: am 636f3eac: Add clear_top flag to settings action intent. Bug: 17200185
Wei Liu [Fri, 5 Sep 2014 17:07:19 +0000 (17:07 +0000)]
am 0641ab3d: am 636f3eac: Add clear_top flag to settings action intent. Bug: 17200185

* commit '0641ab3dd0282edc272f425a245ede63a78dd222':
  Add clear_top flag to settings action intent. Bug: 17200185

9 years agoUpdate FrameStats API per api-council request.
Svetoslav [Fri, 5 Sep 2014 01:37:31 +0000 (18:37 -0700)]
Update FrameStats API per api-council request.

bug:17390382

Change-Id: I50518834569f4d0ec394709294537256f03530e0

9 years agoAddressing API council comments for UserManager.
Svetoslav [Thu, 4 Sep 2014 22:39:54 +0000 (15:39 -0700)]
Addressing API council comments for UserManager.

bug:17390424

Change-Id: I498d2541289915cb7db16e5c3249ccc7a7dc5ee6

9 years agoMerge "Remove class that was moved to a different package." into lmp-dev
Amith Yamasani [Fri, 5 Sep 2014 17:03:30 +0000 (17:03 +0000)]
Merge "Remove class that was moved to a different package." into lmp-dev

9 years agoam 636f3eac: Add clear_top flag to settings action intent. Bug: 17200185
Wei Liu [Fri, 5 Sep 2014 16:52:20 +0000 (16:52 +0000)]
am 636f3eac: Add clear_top flag to settings action intent. Bug: 17200185

* commit '636f3eac6d3ae69e7cc1dd159fe7cdbb043ce2df':
  Add clear_top flag to settings action intent. Bug: 17200185

9 years agoPermission check for entering MODE_IN_CALL
Jean-Michel Trivi [Thu, 4 Sep 2014 00:48:47 +0000 (17:48 -0700)]
Permission check for entering MODE_IN_CALL

Make the ability to change the audio mode conditional to having
 the MODIFY_PHONE_STATE permission.
Make AudioService's internal implementation of the mode setting
 (the setModeInt() method) private, it is only meant to be used
 by AudioService.
Refer to the permission names through Manifest.permission, not
 by their string value.

Bug 14964198

Change-Id: I49870207566e53d5c8764646cece06d8272f93ed

9 years agoMerge "Move Size parceling to Bundle." into lmp-dev
Jeff Sharkey [Fri, 5 Sep 2014 16:45:59 +0000 (16:45 +0000)]
Merge "Move Size parceling to Bundle." into lmp-dev

9 years agoRemove class that was moved to a different package.
Amith Yamasani [Fri, 5 Sep 2014 16:42:59 +0000 (09:42 -0700)]
Remove class that was moved to a different package.

Completes the API change.

Bug: 17006805
Change-Id: I5031e05df6b1a317a902482274eb056ecaf5dfbb

9 years agoMerge "Suppress location tile in QS on lock screen" into lmp-dev
Tom O'Neill [Fri, 5 Sep 2014 16:37:43 +0000 (16:37 +0000)]
Merge "Suppress location tile in QS on lock screen" into lmp-dev

9 years agoMerge "Don't allow guests to install from unknown sources" into lmp-dev
Amith Yamasani [Fri, 5 Sep 2014 16:32:29 +0000 (16:32 +0000)]
Merge "Don't allow guests to install from unknown sources" into lmp-dev

9 years agoMerge "Fix current.txt (fixes build)" into lmp-dev
Amith Yamasani [Fri, 5 Sep 2014 16:28:18 +0000 (16:28 +0000)]
Merge "Fix current.txt (fixes build)" into lmp-dev

9 years agoMerge "Fix ProviderTestCase2 broken by ag/519661:" into lmp-dev
Akos Ludanyi [Fri, 5 Sep 2014 16:28:04 +0000 (16:28 +0000)]
Merge "Fix ProviderTestCase2 broken by ag/519661:" into lmp-dev

9 years agoFix current.txt (fixes build)
Amith Yamasani [Fri, 5 Sep 2014 16:27:15 +0000 (09:27 -0700)]
Fix current.txt (fixes build)

Change-Id: Iaa9272d6f32b1562c7d1fbd41e8031c0f9050953

9 years agoMerge "Add a constant for CHANGE_PHONE_ACCOUNTS action" into lmp-dev
Evan Charlton [Fri, 5 Sep 2014 16:27:58 +0000 (16:27 +0000)]
Merge "Add a constant for CHANGE_PHONE_ACCOUNTS action" into lmp-dev

9 years agoMerge "Don't update notification layer when collapsing the panel" into lmp-dev
Jorim Jaggi [Fri, 5 Sep 2014 16:22:24 +0000 (16:22 +0000)]
Merge "Don't update notification layer when collapsing the panel" into lmp-dev

9 years agoMerge "Fix networking API per scripting checks." into lmp-dev
Robert Greenwalt [Fri, 5 Sep 2014 16:17:26 +0000 (16:17 +0000)]
Merge "Fix networking API per scripting checks." into lmp-dev

9 years agoAdd a constant for CHANGE_PHONE_ACCOUNTS action
Evan Charlton [Thu, 4 Sep 2014 19:38:17 +0000 (12:38 -0700)]
Add a constant for CHANGE_PHONE_ACCOUNTS action

To make life easier for developers, pull the CHANGE_PHONE_ACCOUNTS
intent action out to a constant.

Bug: 17383844
Change-Id: I6989324c8d01930cd2e2be5d7d0defea860fc718

9 years agoMerge "Remove "forgot pattern" in pattern view" into lmp-dev
Jorim Jaggi [Fri, 5 Sep 2014 16:12:02 +0000 (16:12 +0000)]
Merge "Remove "forgot pattern" in pattern view" into lmp-dev

9 years agoMove Size parceling to Bundle.
Jeff Sharkey [Fri, 5 Sep 2014 01:13:39 +0000 (18:13 -0700)]
Move Size parceling to Bundle.

Size itself shouldn't be Parcelable, since that would be a layering
violation.

Bug: 17390381
Change-Id: Ica62709bd889db51c916c550a0146714b002baa3

9 years agoMerge "SysUI: Sort status bar notification icons" into lmp-dev
Christoph Studer [Fri, 5 Sep 2014 15:59:40 +0000 (15:59 +0000)]
Merge "SysUI: Sort status bar notification icons" into lmp-dev

9 years agoMerge "Send USER_PRESENT broadcast after keyguard animation finishes" into lmp-dev
Jim Miller [Fri, 5 Sep 2014 15:57:15 +0000 (15:57 +0000)]
Merge "Send USER_PRESENT broadcast after keyguard animation finishes" into lmp-dev

9 years agoMerge "Address API review comment:AlwaysOnHotwordDetector" into lmp-dev
Dharmesh Mokani [Fri, 5 Sep 2014 15:56:16 +0000 (15:56 +0000)]
Merge "Address API review comment:AlwaysOnHotwordDetector" into lmp-dev

9 years agoMerge "Add a way to fetch the current connection manager" into lmp-dev
Evan Charlton [Fri, 5 Sep 2014 15:41:23 +0000 (15:41 +0000)]
Merge "Add a way to fetch the current connection manager" into lmp-dev

9 years agoSuppress location tile in QS on lock screen
Tom O'Neill [Fri, 5 Sep 2014 15:22:47 +0000 (08:22 -0700)]
Suppress location tile in QS on lock screen

- Work around bug in QS implementation

- Bug: 15916487

Change-Id: I623a4e31e8b4187d920c2724182c927328885b3b

9 years agoMerge "Rename intent extra following API review" into lmp-dev
Alexandra Gherghina [Fri, 5 Sep 2014 15:16:01 +0000 (15:16 +0000)]
Merge "Rename intent extra following API review" into lmp-dev

9 years agoMerge "Rename WebResourceRequest.hasUserGestureInsecure to hasGesture." into lmp-dev
Marcin Kosiba [Fri, 5 Sep 2014 15:13:39 +0000 (15:13 +0000)]
Merge "Rename WebResourceRequest.hasUserGestureInsecure to hasGesture." into lmp-dev

9 years agoMerge "Keep contact affinities separate across users." into lmp-dev
Chris Wren [Fri, 5 Sep 2014 14:58:39 +0000 (14:58 +0000)]
Merge "Keep contact affinities separate across users." into lmp-dev

9 years agoMerge "IccOpenLogicalChannelResponse: Adding final to fa few constants." into lmp-dev
Shishir Agrawal [Fri, 5 Sep 2014 14:48:19 +0000 (14:48 +0000)]
Merge "IccOpenLogicalChannelResponse: Adding final to fa few constants." into lmp-dev

9 years agoRename intent extra following API review
Alexandra Gherghina [Fri, 5 Sep 2014 14:48:06 +0000 (15:48 +0100)]
Rename intent extra following API review

Bug: 17389968
Change-Id: Id2bd8d12019ad7a4c5a3ac8a7f76f55d06fc4dff

9 years agoMerge "Changed value of EXTRAs to match constant name in code." into lmp-dev
Esteban Talavera [Fri, 5 Sep 2014 14:46:08 +0000 (14:46 +0000)]
Merge "Changed value of EXTRAs to match constant name in code." into lmp-dev

9 years agoKeep contact affinities separate across users.
Chris Wren [Thu, 4 Sep 2014 19:53:52 +0000 (15:53 -0400)]
Keep contact affinities separate across users.

Also ignore people extras on USER_ALL notifications.

Bug: 16213960
Change-Id: Ic0341c88d42d4a4f12cac35c0f41c2746aec02ac

9 years agoMerge "Timing Hacks DO NOT MERGE" into lmp-dev
Anwar Ghuloum [Fri, 5 Sep 2014 14:22:50 +0000 (14:22 +0000)]
Merge "Timing Hacks DO NOT MERGE" into lmp-dev

9 years agoRename WebResourceRequest.hasUserGestureInsecure to hasGesture.
Marcin Kosiba [Fri, 5 Sep 2014 10:21:01 +0000 (11:21 +0100)]
Rename WebResourceRequest.hasUserGestureInsecure to hasGesture.

This is in response to API council feedback.

BUG: 17253647
Change-Id: I6da2aa2510a73276fcdbad9219adfeaaed41d3ba

9 years agoTiming Hacks DO NOT MERGE
Anwar Ghuloum [Thu, 4 Sep 2014 15:05:34 +0000 (08:05 -0700)]
Timing Hacks DO NOT MERGE

Let's submit to see any lingering effects.

Bug: 17310019
Change-Id: I791bceec0b6aa8b80ac4e6c582a10c3f0ec7a906

9 years agoMerge "Fix selection of epicenter in Activity Transitions." into lmp-dev
George Mount [Fri, 5 Sep 2014 14:14:52 +0000 (14:14 +0000)]
Merge "Fix selection of epicenter in Activity Transitions." into lmp-dev

9 years agoMerge "Fix NPE when Window disappears during a transition." into lmp-dev
George Mount [Fri, 5 Sep 2014 14:14:39 +0000 (14:14 +0000)]
Merge "Fix NPE when Window disappears during a transition." into lmp-dev

9 years agoMerge "NoMan: Fix speedbump for PRIORITY_MIN intrusives" into lmp-dev
Christoph Studer [Fri, 5 Sep 2014 14:11:51 +0000 (14:11 +0000)]
Merge "NoMan: Fix speedbump for PRIORITY_MIN intrusives" into lmp-dev

9 years agoNoMan: Fix speedbump for PRIORITY_MIN intrusives
Christoph Studer [Fri, 5 Sep 2014 09:40:01 +0000 (11:40 +0200)]
NoMan: Fix speedbump for PRIORITY_MIN intrusives

Bug: 16782616
Change-Id: I35fb875bed8cbd90ecd37edc8973c1771be3584d

9 years agoDon't update notification layer when collapsing the panel
Jorim Jaggi [Fri, 5 Sep 2014 14:01:00 +0000 (16:01 +0200)]
Don't update notification layer when collapsing the panel

This change makes sure that we don't update the hardware for the
notification layer when we collapse or expand the panel. It does so
by starting the fading when the panel is more collapsed.

Bug: 17287256
Change-Id: I35dc35494d71d816b7e6c5821b769847aaa183b0

9 years agoSysUI: Sort status bar notification icons
Christoph Studer [Fri, 5 Sep 2014 12:10:14 +0000 (14:10 +0200)]
SysUI: Sort status bar notification icons

Bug: 15761406
Change-Id: I64884319014d6fa3008c0db4060db7b9b066b6d7

9 years agoMerge "Remove the scrimming of notifications" into lmp-dev
Jorim Jaggi [Fri, 5 Sep 2014 13:58:15 +0000 (13:58 +0000)]
Merge "Remove the scrimming of notifications" into lmp-dev

9 years agoMerge "Reorder brightness slider mirror in front of album art" into lmp-dev
Adrian Roos [Fri, 5 Sep 2014 13:57:13 +0000 (13:57 +0000)]
Merge "Reorder brightness slider mirror in front of album art" into lmp-dev

9 years agoMerge "API Review: Change SharedElementListener to SharedElementCallback." into lmp-dev
George Mount [Fri, 5 Sep 2014 13:55:33 +0000 (13:55 +0000)]
Merge "API Review: Change SharedElementListener to SharedElementCallback." into lmp-dev

9 years agoMerge "Hide notifications when occluded and disabled on keyguard" into lmp-dev
Jorim Jaggi [Fri, 5 Sep 2014 13:51:36 +0000 (13:51 +0000)]
Merge "Hide notifications when occluded and disabled on keyguard" into lmp-dev

9 years agoReorder brightness slider mirror in front of album art
Adrian Roos [Fri, 5 Sep 2014 13:50:53 +0000 (15:50 +0200)]
Reorder brightness slider mirror in front of album art

Fixes slider disappearing when album art is showing.

Bug: 17373958
Change-Id: Ifdb184a6a750f798bc94a9d1eeca9299b246a513

9 years agoMerge "Fixed a bug where the notifications could overlap when reset" into lmp-dev
Selim Cinek [Fri, 5 Sep 2014 13:49:20 +0000 (13:49 +0000)]
Merge "Fixed a bug where the notifications could overlap when reset" into lmp-dev

9 years agoMerge "Change WebView.zoomBy return type to void." into lmp-dev
Martin Kosiba [Fri, 5 Sep 2014 13:44:32 +0000 (13:44 +0000)]
Merge "Change WebView.zoomBy return type to void." into lmp-dev

9 years agoChange WebView.zoomBy return type to void.
Martin Kosiba [Fri, 5 Sep 2014 10:03:58 +0000 (11:03 +0100)]
Change WebView.zoomBy return type to void.

It turns out that the semantics of the return value are confusing
and so we decided to not return a result from this method at all.
The developer can call canZoomIn/canZoomOut to determine whether
the WebView is at the zoom limit, so there is no loss of
functionality.

BUG: 17374808
Change-Id: I4dfde71d5ac4a3f91c8755b257411aad06a1b1f6

9 years agoMerge "Generalizing Recents widget category to Search box. (Bug 17334589)" into lmp-dev
Winson Chung [Fri, 5 Sep 2014 13:41:39 +0000 (13:41 +0000)]
Merge "Generalizing Recents widget category to Search box. (Bug 17334589)" into lmp-dev

9 years agoRemove "forgot pattern" in pattern view
Jorim Jaggi [Fri, 5 Sep 2014 12:59:51 +0000 (14:59 +0200)]
Remove "forgot pattern" in pattern view

Bug: 17184958
Change-Id: I7ebb35a1b734286ded99352b3fa2b891386c581d

9 years agoMerge "Allow downtime to exit from no interruptions" into lmp-dev
Jason Monk [Fri, 5 Sep 2014 13:39:22 +0000 (13:39 +0000)]
Merge "Allow downtime to exit from no interruptions" into lmp-dev

9 years agoRemove the scrimming of notifications
Jorim Jaggi [Fri, 5 Sep 2014 13:33:58 +0000 (15:33 +0200)]
Remove the scrimming of notifications

Not really needed anymore and adds a lot of overdraw. Let's get rid
of it.

Bug: 17287256
Bug: 17346296
Change-Id: I319596f7059b6ed0d3d7a578d3c786921001f4b5

9 years agoHide notifications when occluded and disabled on keyguard
Jorim Jaggi [Fri, 5 Sep 2014 13:11:46 +0000 (15:11 +0200)]
Hide notifications when occluded and disabled on keyguard

Bug: 17371021
Change-Id: I27769a2334285fe753a3ee5ce55986d4fd23b83c

9 years agoMerge changes Ibb63814e,I0322b1e6 into lmp-dev
Adrian Roos [Fri, 5 Sep 2014 12:57:54 +0000 (12:57 +0000)]
Merge changes Ibb63814e,I0322b1e6 into lmp-dev

* changes:
  Prevent full shade guesture from doing the wrong thing
  Add current user announce to MultiUserSwitch

9 years agoFixed a bug where the notifications could overlap when reset
Selim Cinek [Fri, 5 Sep 2014 12:43:28 +0000 (14:43 +0200)]
Fixed a bug where the notifications could overlap when reset

This is because we did not receive a layout request even though
the notification was updated.

Bug: 17357688
Change-Id: Ie6295d07f4c00ec014b17671ad646261c4bb7e0f

9 years agoMerge "Use material screen off animation for all devices" into lmp-dev
Jorim Jaggi [Fri, 5 Sep 2014 12:15:59 +0000 (12:15 +0000)]
Merge "Use material screen off animation for all devices" into lmp-dev

9 years agoMerge "Fix RemoteViews to inflate views for current user." into lmp-dev
Kenny Guy [Fri, 5 Sep 2014 11:19:00 +0000 (11:19 +0000)]
Merge "Fix RemoteViews to inflate views for current user." into lmp-dev

9 years agoChanged value of EXTRAs to match constant name in code.
Esteban Talavera [Fri, 5 Sep 2014 09:50:57 +0000 (10:50 +0100)]
Changed value of EXTRAs to match constant name in code.

As per API review.

Bug: 17389863
Change-Id: I85df4453d3241745b5400a6805d8c8bb4f41e92a