OSDN Git Service

android-x86/frameworks-base.git
11 years agoam 26bc073d: am fe7c2220: Merge "add NA message for any "signature" level permissions...
Scott Main [Tue, 11 Jun 2013 21:13:35 +0000 (14:13 -0700)]
am 26bc073d: am fe7c2220: Merge "add NA message for any "signature" level permissions" into jb-mr2-dev

* commit '26bc073dfa32c8122ce194cfc39e2dfc44370fcd':
  add NA message for any "signature" level permissions

11 years agoam 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev
Chris Craik [Tue, 11 Jun 2013 21:13:32 +0000 (14:13 -0700)]
am 8cb26c09: am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev

* commit '8cb26c099dc6357340141c9d81a1131ee404ae41':
  Workaround possible use after delete

11 years agoam 0a2ff8db: am 4e5694aa: Merge "Do not block notifications or toasts for SYSTEM_UID...
Daniel Sandler [Tue, 11 Jun 2013 21:13:28 +0000 (14:13 -0700)]
am 0a2ff8db: am 4e5694aa: Merge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID." into jb-mr2-dev

* commit '0a2ff8db4339261d701ad542ac770fb92bf2127b':
  Do not block notifications or toasts for SYSTEM_UID or PHONE_UID.

11 years agoam fe7c2220: Merge "add NA message for any "signature" level permissions" into jb...
Scott Main [Tue, 11 Jun 2013 21:09:47 +0000 (14:09 -0700)]
am fe7c2220: Merge "add NA message for any "signature" level permissions" into jb-mr2-dev

* commit 'fe7c2220a129d3bea753f14f111b4f6e335de237':
  add NA message for any "signature" level permissions

11 years agoam cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev
Chris Craik [Tue, 11 Jun 2013 21:09:41 +0000 (14:09 -0700)]
am cb5d644f: Merge "Workaround possible use after delete" into jb-mr2-dev

* commit 'cb5d644fb8956962b6a89f8d384b16819af5fdf9':
  Workaround possible use after delete

11 years agoam 4e5694aa: Merge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID...
Daniel Sandler [Tue, 11 Jun 2013 21:09:38 +0000 (14:09 -0700)]
am 4e5694aa: Merge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID." into jb-mr2-dev

* commit '4e5694aaa7e03723e248c0d1e47e5a322c403a90':
  Do not block notifications or toasts for SYSTEM_UID or PHONE_UID.

11 years agoMerge "camera: Add Java binder proxies for some existing binder interfaces"
Igor Murashkin [Tue, 11 Jun 2013 20:45:18 +0000 (20:45 +0000)]
Merge "camera: Add Java binder proxies for some existing binder interfaces"

11 years agocamera: Add Java binder proxies for some existing binder interfaces
Igor Murashkin [Fri, 31 May 2013 23:43:48 +0000 (16:43 -0700)]
camera: Add Java binder proxies for some existing binder interfaces

Note that anything not in the AIDL interfaces, will NOT be magically
compatible if you just add it there. It probably requires a change in
frameworks/av/camera as well.

Bug: 9213377
Change-Id: I91d3efb755ed2e3ace139f83573f86efdccccd06

11 years agosoftap: Match new config format
Dmitry Shmidt [Mon, 10 Jun 2013 21:37:08 +0000 (14:37 -0700)]
softap: Match new config format

Change-Id: Ic83a73678149aa56069c4a13d87e38de66243aa3
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
11 years agoMerge "Hide "Take bugreport" for secondary users"
Amith Yamasani [Tue, 11 Jun 2013 17:47:44 +0000 (17:47 +0000)]
Merge "Hide "Take bugreport" for secondary users"

11 years agoMerge "Log errors found in notification listener callbacks."
John Spurlock [Tue, 11 Jun 2013 17:20:41 +0000 (17:20 +0000)]
Merge "Log errors found in notification listener callbacks."

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 11 Jun 2013 15:33:07 +0000 (15:33 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 11 Jun 2013 15:31:32 +0000 (15:31 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "Make constants final"
Romain Guy [Tue, 11 Jun 2013 01:26:23 +0000 (01:26 +0000)]
Merge "Make constants final"

11 years agoMake constants final
Romain Guy [Tue, 11 Jun 2013 00:03:47 +0000 (17:03 -0700)]
Make constants final

Change-Id: Ifd54e55011ab63a10ddf851529ce4779447133e0

11 years agoAdd View methods isAttachedToWindow and hasLayout
Adam Powell [Mon, 10 Jun 2013 23:28:35 +0000 (16:28 -0700)]
Add View methods isAttachedToWindow and hasLayout

isAttachedToWindow does what it says on the label and provides a
standard, public API for checking a view's attachment state. This
removes the need for tracking this out of band in response to
onAttachedToWindow/onDetachedFromWindow in custom view
implementations.

hasLayout returns true whenever the view has been through at least one
call to layout() since the last time it was attached to or detached
from a window. This allows for standard checks in code that needs to
behave differently if first layout has not completed yet, such as
whether or not to no-op an animation in order to set up initial state.

Change-Id: I8dab70dcd5a22a32e260ed50987ccdaa4100072b

11 years agoMerge "Add dynamic scene creation/transition capability"
Chet Haase [Mon, 10 Jun 2013 21:07:41 +0000 (21:07 +0000)]
Merge "Add dynamic scene creation/transition capability"

11 years agoAdd dynamic scene creation/transition capability
Chet Haase [Mon, 10 Jun 2013 20:00:06 +0000 (13:00 -0700)]
Add dynamic scene creation/transition capability

Add TransitionManager.beginDelayedTransition() to handle starting a transition
on the next frame for a given scene root based on all changes that
take place between the first call to that method and the next animation frame.

Issue #9321937 Transitions: consider batching up multiple scene actions

Change-Id: I3fc92b6b4ec5ff42b1e678bcfd385703e32eba2a

11 years agoMerge "Don't change task type for launcher activities."
Craig Mautner [Mon, 10 Jun 2013 20:57:17 +0000 (20:57 +0000)]
Merge "Don't change task type for launcher activities."

11 years agoDon't change task type for launcher activities.
Craig Mautner [Mon, 10 Jun 2013 20:54:49 +0000 (13:54 -0700)]
Don't change task type for launcher activities.

When the launcher starts a new activity don't let it change the task
type. This would cause the stacks to get confused.

Fixes bug 9323103.

Change-Id: Ie1d9c3bf85461827c7255e68003f11ed5a38f63b

11 years agoHide "Take bugreport" for secondary users
Amith Yamasani [Mon, 10 Jun 2013 20:43:10 +0000 (13:43 -0700)]
Hide "Take bugreport" for secondary users

In QuickSettings and GlobalActions.

Bug: 9304471
Change-Id: Ia3118b3258b1f6983c47e96168b7b875b6fc798b

11 years agoMerge "Save Notification large icon to extras."
John Spurlock [Mon, 10 Jun 2013 20:39:19 +0000 (20:39 +0000)]
Merge "Save Notification large icon to extras."

11 years agoMerge "Notification for changed subtree in accessibility mode not fired properly."
Svetoslav [Mon, 10 Jun 2013 19:55:39 +0000 (19:55 +0000)]
Merge "Notification for changed subtree in accessibility mode not fired properly."

11 years agoNotification for changed subtree in accessibility mode not fired properly.
Svetoslav [Mon, 10 Jun 2013 19:51:09 +0000 (12:51 -0700)]
Notification for changed subtree in accessibility mode not fired properly.

We fire notifications that the a view subtree changed for accessibility.
In some cases the notifications were fired if accessibility is not
enabled. This is now fixed. Also the runnable for making the recurring
subtree change was not dequeued if it was pending but we received a
request which we decided to run immediately.

bug:9337912

Change-Id: I27401b3d11f81c653e8761a704ee530263b08c3a

11 years agoMerge "Dismiss immediately to maintain consistent state."
Craig Mautner [Mon, 10 Jun 2013 19:21:27 +0000 (19:21 +0000)]
Merge "Dismiss immediately to maintain consistent state."

11 years agoMerge "add NA message for any "signature" level permissions" into jb-mr2-dev
Scott Main [Mon, 10 Jun 2013 19:21:16 +0000 (19:21 +0000)]
Merge "add NA message for any "signature" level permissions" into jb-mr2-dev

11 years agoLog errors found in notification listener callbacks.
John Spurlock [Mon, 10 Jun 2013 19:16:22 +0000 (15:16 -0400)]
Log errors found in notification listener callbacks.

Otherwise, exceptions thrown inside listener callbacks are
not logged at all.

Change-Id: Iaef28e06abc4d6caf66051725e14a17ac954173e

11 years agoMerge "Workaround possible use after delete" into jb-mr2-dev
Chris Craik [Mon, 10 Jun 2013 19:12:18 +0000 (19:12 +0000)]
Merge "Workaround possible use after delete" into jb-mr2-dev

11 years agoMerge "Do not allow 0 or smaller periodicity for syncs. b/9295383"
Ashish Sharma [Mon, 10 Jun 2013 19:05:27 +0000 (19:05 +0000)]
Merge "Do not allow 0 or smaller periodicity for syncs. b/9295383"

11 years agoadd NA message for any "signature" level permissions
Scott Main [Mon, 10 Jun 2013 18:05:55 +0000 (11:05 -0700)]
add NA message for any "signature" level permissions

Change-Id: If76e9e3b7ffc5d97422321db312a03869c407f08

11 years agoDismiss immediately to maintain consistent state.
Craig Mautner [Mon, 10 Jun 2013 18:27:26 +0000 (11:27 -0700)]
Dismiss immediately to maintain consistent state.

Fix bug introduced by deferring nulling of mParent.

In dismissDialog the removal was being put on a queue while the
state of the Dialog was being updated immediately. This meant that
if a show() was called before the remove was executed it would try
and add the DecorView a second time. Boom!

Fixes bug 9370301.

Change-Id: I576d1e207c786bc2e21dfd40cb94f2b63a020fe2

11 years agoMerge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID." into jb...
Daniel Sandler [Mon, 10 Jun 2013 18:31:51 +0000 (18:31 +0000)]
Merge "Do not block notifications or toasts for SYSTEM_UID or PHONE_UID." into jb-mr2-dev

11 years agoWorkaround possible use after delete
Chris Craik [Mon, 10 Jun 2013 18:28:51 +0000 (11:28 -0700)]
Workaround possible use after delete

bug:9321162
Change-Id: Ic35af5b5925da56e9a143e6b33658831038f3b72

11 years agoDo not allow 0 or smaller periodicity for syncs.
Ashish Sharma [Mon, 10 Jun 2013 18:25:51 +0000 (11:25 -0700)]
Do not allow 0 or smaller periodicity for syncs.
b/9295383

Change-Id: I5f758f4a033d74e42a04b214a6b70b94d394280d

11 years agoam 7a6e1297: am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug ...
Romain Guy [Mon, 10 Jun 2013 18:12:09 +0000 (11:12 -0700)]
am 7a6e1297: am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into jb-mr2-dev

* commit '7a6e129759672f0c1b0ce462d389c0f469e7348f':
  Don't orphan footers with transient state Bug #8725945

11 years agoam b72a2204: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 10 Jun 2013 18:11:55 +0000 (11:11 -0700)]
am b72a2204: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge

* commit 'b72a2204113804855d4e64c8e8f5f1d1598c7f50':

11 years agoresolved conflicts for merge of e96a8207 to master
Kenny Root [Mon, 10 Jun 2013 18:09:28 +0000 (11:09 -0700)]
resolved conflicts for merge of e96a8207 to master

Change-Id: I90801b35ed0c00078a47faadc7fbb05d2e5fe381

11 years agoam 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into...
Romain Guy [Mon, 10 Jun 2013 17:26:57 +0000 (10:26 -0700)]
am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into jb-mr2-dev

* commit '8d8fc469952ffe3feb45e52388f2129f8dd5e40c':
  Don't orphan footers with transient state Bug #8725945

11 years agoMerge "Don't orphan footers with transient state Bug #8725945" into jb-mr2-dev
Romain Guy [Mon, 10 Jun 2013 17:23:24 +0000 (17:23 +0000)]
Merge "Don't orphan footers with transient state Bug #8725945" into jb-mr2-dev

11 years agoDo not block notifications or toasts for SYSTEM_UID or PHONE_UID.
Daniel Sandler [Mon, 10 Jun 2013 16:06:51 +0000 (12:06 -0400)]
Do not block notifications or toasts for SYSTEM_UID or PHONE_UID.

The specific bug is this: SIM PIN unlock attempt toasts are
sent from com.android.settings/.IccLockSettings which runs
as the phone process; NoMan wasn't having any of that and
was blocking the toasts.

With this change we treat SYSTEM_UID and PHONE_UID the same
for all security checks, and furthermore we guarantee that
all notifications and toasts from those UIDs will be
permitted.

Bug: 9098802
Change-Id: Idc788527aa2cb38e015fe92773766a514167999e

11 years agoSave Notification large icon to extras.
John Spurlock [Mon, 10 Jun 2013 15:37:08 +0000 (11:37 -0400)]
Save Notification large icon to extras.

This piece of semantic info was defined, cleared properly on
lightenPayload, but never saved.

Change-Id: I41fb5f836f9afe2be5407f292bd6b5e02dfc9cb3

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 10 Jun 2013 15:24:15 +0000 (08:24 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ieae6313e43826f41d8a1ebef998ff4495184d1d1
Auto-generated-cl: translation import

11 years agoReconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 10 Jun 2013 15:13:45 +0000 (08:13 -0700)]
Reconcile with jb-mr2-zeroday-release - do not merge

Change-Id: I40b8952e805164e6d984273872241dc6be2ad80a

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 10 Jun 2013 15:06:05 +0000 (08:06 -0700)]
Import translations. DO NOT MERGE

Change-Id: I0218059fd7c9f3f680110d4da707408fc6dcfc9c
Auto-generated-cl: translation import

11 years agomerge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
The Android Automerger [Mon, 10 Jun 2013 12:55:18 +0000 (05:55 -0700)]
merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev

11 years agoam 56cd646a: Avoid logging sensitive data.
Jeff Sharkey [Mon, 10 Jun 2013 02:07:48 +0000 (19:07 -0700)]
am 56cd646a: Avoid logging sensitive data.

* commit '56cd646abeae51e806791f82ab0995fe047b1fe4':
  Avoid logging sensitive data.

11 years agomerge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
The Android Automerger [Sun, 9 Jun 2013 12:55:38 +0000 (05:55 -0700)]
merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev

11 years agoDon't orphan footers with transient state
Romain Guy [Fri, 7 Jun 2013 22:36:49 +0000 (15:36 -0700)]
Don't orphan footers with transient state
Bug #8725945

Selecting text in an EditText causes the View to have transient
state. This would in turn cause the View to be removed from its
ListView parent. When removed, the EditText would lose its
AttachInfo, causing all sorts of problems. Headers and footers
must not be removed, only detached. This is the part of the fix
in AbsListView.

Fixing AbsListView triggered a second bug: when a View is removed
from the Window manager, it would keep its parent assigned, thus
making it impossible to add it again to the window manager. When
a ViewRootImpl goes through doDie(), it must set its content view's
parent to null to properly cleanup.

Change-Id: I0489daa74f8f7fcf85526f0928f8925ec30d4f42

11 years agoAvoid logging sensitive data.
Jeff Sharkey [Fri, 7 Jun 2013 22:09:15 +0000 (15:09 -0700)]
Avoid logging sensitive data.

When building commands to send across NativeDaemonConnector, scrub
sensitive arguments to prevent them from being logged.

Bug: 8609800
Change-Id: I84b16791749264a010f7e59f9918f68d71bac6b9

11 years agoInitial super-primitive process tracker.
Dianne Hackborn [Fri, 7 Jun 2013 20:25:29 +0000 (13:25 -0700)]
Initial super-primitive process tracker.

The goal of this is to keep track of what app processes
are doing, to determine who is being abusive, when the system
is getting into memory constrained situations, and help the
user determine how to resolve this.

Right now it doesn't really do any of that, just keeps track
of how long every process has been running since boot.

Also update the activity manager to use "cached" as the terminology
for what it used to interchangeably call hidden and background
processes, and switch ProcessMap over to using ArrayMap.

Change-Id: I270b0006aab1f38e17b7d9b65728679173c343f2

11 years agoMerge "Fix the build"
Romain Guy [Fri, 7 Jun 2013 21:54:47 +0000 (21:54 +0000)]
Merge "Fix the build"

11 years agoFix the build
Romain Guy [Fri, 7 Jun 2013 21:54:01 +0000 (14:54 -0700)]
Fix the build

Change-Id: I506b24e2228d49badc513fdd839671ba50bb2faf

11 years agoInitial commit of new camera API, mostly just the interface.
Eino-Ville Talvala [Wed, 12 Dec 2012 21:29:45 +0000 (13:29 -0800)]
Initial commit of new camera API, mostly just the interface.

- New core API classes in android.hardware.photography
- android.media.Image and android.media.ImageReader classes for
  application access to direct hardware image buffers.
- Additions to android.graphics.ImageFormat to describe new image
  types needed by new camera API.
- Some documentation included; very little implementation.

Bug: 9111736
Change-Id: I0680f35944d1cb8845b7dc0c67edc8c0f0864573

11 years agoMerge "Finish InputEvents."
Craig Mautner [Fri, 7 Jun 2013 21:25:42 +0000 (21:25 +0000)]
Merge "Finish InputEvents."

11 years agoMerge "Remove unnecessary Rect, better reuse of NinePatch objects"
Romain Guy [Fri, 7 Jun 2013 20:14:58 +0000 (20:14 +0000)]
Merge "Remove unnecessary Rect, better reuse of NinePatch objects"

11 years agoRemove unnecessary Rect, better reuse of NinePatch objects
Romain Guy [Fri, 7 Jun 2013 19:17:11 +0000 (12:17 -0700)]
Remove unnecessary Rect, better reuse of NinePatch objects

Cloning drawables (which happens a lot) was creating copies of NinePatch
objects, which would cause the hardware renderer to generate more meshes
than necessary. Also avoid keeping a String we don't need (it was interned
but still.) Last but not least, remove 1 RectF per NinePatch in the system.

Change-Id: If4dbfa0c30892c9b00d68875e334fd5c2bde8b94

11 years agoam 87c79d64: am d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used...
Adam Powell [Fri, 7 Jun 2013 18:56:56 +0000 (11:56 -0700)]
am 87c79d64: am d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"

* commit '87c79d64abeb65468a49729f23c97c7e3b9d7e49':
  Fix incorrect fragment animation used for hiding fragments

11 years agoam d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used for hiding...
Adam Powell [Fri, 7 Jun 2013 18:52:36 +0000 (11:52 -0700)]
am d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"

* commit 'd3cb6bcf0f63317d1078a2f897d4824ba91402a6':
  Fix incorrect fragment animation used for hiding fragments

11 years agoam 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"
Adam Powell [Fri, 7 Jun 2013 18:49:32 +0000 (11:49 -0700)]
am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"

* commit '8152c7940a10f11a9edb16ae1daeca8a6fe2e6bb':
  Fix incorrect fragment animation used for hiding fragments

11 years agoMerge "Fix incorrect fragment animation used for hiding fragments"
Adam Powell [Fri, 7 Jun 2013 18:46:18 +0000 (18:46 +0000)]
Merge "Fix incorrect fragment animation used for hiding fragments"

11 years agoMerge "Avoid Binder call when getting the Window service"
Romain Guy [Fri, 7 Jun 2013 18:07:18 +0000 (18:07 +0000)]
Merge "Avoid Binder call when getting the Window service"

11 years agoFinish InputEvents.
Craig Mautner [Fri, 7 Jun 2013 18:05:08 +0000 (11:05 -0700)]
Finish InputEvents.

StackTapDetector was leaking InputEvents. Fixes bug 9180347.

Change-Id: Ib526768024b54021ca02e6183bae847e217bb68d

11 years agoAvoid Binder call when getting the Window service
Romain Guy [Fri, 7 Jun 2013 17:57:25 +0000 (10:57 -0700)]
Avoid Binder call when getting the Window service

Change-Id: Ie4f01838402bec4b387e40ce02a1af7f12941538

11 years agoFix incorrect fragment animation used for hiding fragments
Adam Powell [Fri, 7 Jun 2013 17:16:08 +0000 (10:16 -0700)]
Fix incorrect fragment animation used for hiding fragments

Mirror of support lib patch
https://android-review.googlesource.com/#/c/60032/ into
frameworks/base.

Change-Id: I8d1cb2e217721336674b8e3e2ef8722a8d9baefd

11 years agoam ad47f8c2: am 00d17f7a: add attributes to accessibility service info
Scott Main [Fri, 7 Jun 2013 16:46:50 +0000 (09:46 -0700)]
am ad47f8c2: am 00d17f7a: add attributes to accessibility service info

* commit 'ad47f8c2dc31247ce9f504eccf21d50d115129d7':
  add attributes to accessibility service info

11 years agoam 00d17f7a: add attributes to accessibility service info
Scott Main [Fri, 7 Jun 2013 16:44:18 +0000 (09:44 -0700)]
am 00d17f7a: add attributes to accessibility service info

* commit '00d17f7aab54ef055d35da603dab5a7bae751876':
  add attributes to accessibility service info

11 years agoMerge "Put overlay system bar testing behind a setting."
John Spurlock [Fri, 7 Jun 2013 16:23:27 +0000 (16:23 +0000)]
Merge "Put overlay system bar testing behind a setting."

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Fri, 7 Jun 2013 15:53:30 +0000 (15:53 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Fri, 7 Jun 2013 15:49:56 +0000 (15:49 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoPut overlay system bar testing behind a setting.
John Spurlock [Fri, 31 May 2013 14:31:04 +0000 (10:31 -0400)]
Put overlay system bar testing behind a setting.

And disable the system gesture by default.  Also remove observer
for obsolete "fancy_rotation_anim" setting.

Change-Id: I08012c164e10bfa5f10a1df8a3db4a3f0203f236

11 years agoMerge "Additional functionality and performance for ArrayMap"
Chet Haase [Fri, 7 Jun 2013 14:05:46 +0000 (14:05 +0000)]
Merge "Additional functionality and performance for ArrayMap"

11 years agoMerge "Fix an issue where "SuggestionSpan"s are not removed properly"
Satoshi Kataoka [Fri, 7 Jun 2013 07:59:44 +0000 (07:59 +0000)]
Merge "Fix an issue where "SuggestionSpan"s are not removed properly"

11 years agoMerge "wifi-display: set display to unavailable if p2p device is unavailable"
Chong Zhang [Fri, 7 Jun 2013 03:28:10 +0000 (03:28 +0000)]
Merge "wifi-display: set display to unavailable if p2p device is unavailable"

11 years agoadd attributes to accessibility service info
Scott Main [Fri, 7 Jun 2013 01:37:59 +0000 (18:37 -0700)]
add attributes to accessibility service info

Change-Id: I3651544164f718003b8eb1235a7d723f1bcee5be

11 years agoam cdad1772: am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a coupl...
Scott Main [Fri, 7 Jun 2013 00:57:59 +0000 (17:57 -0700)]
am cdad1772: am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users

* commit 'cdad1772e18e6f6f563b369c41d453e181a5169c':
  add links to a couple intellij docs for Eclipse users

11 years agoam b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij...
Scott Main [Fri, 7 Jun 2013 00:55:15 +0000 (17:55 -0700)]
am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users

* commit 'b8e4d95c22e0f44aee5cb3001262b5154bf90cb7':
  add links to a couple intellij docs for Eclipse users

11 years agoam a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclips...
Scott Main [Fri, 7 Jun 2013 00:51:20 +0000 (17:51 -0700)]
am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users

* commit 'a7ba45ec7cbaaa1dbfcd6601bb42abd5ea39547f':
  add links to a couple intellij docs for Eclipse users

11 years agoMerge "Assume a texture is unbound after deleting it Bug #9316260"
Romain Guy [Fri, 7 Jun 2013 00:07:05 +0000 (00:07 +0000)]
Merge "Assume a texture is unbound after deleting it Bug #9316260"

11 years agoMerge "Optimizing AccessibilityNodeInfo caching."
Svetoslav [Fri, 7 Jun 2013 00:04:57 +0000 (00:04 +0000)]
Merge "Optimizing AccessibilityNodeInfo caching."

11 years agoAdditional functionality and performance for ArrayMap
Chet Haase [Thu, 6 Jun 2013 23:34:33 +0000 (16:34 -0700)]
Additional functionality and performance for ArrayMap

Added equals() and hashCode() to ArrayMap to allow equals() tests
of maps with the same key/value pairs to return true.

Changed putAll() to handle the case of an empty map faster, just copying
the arrays instead of adding elements one by one.

Added to ArrayMapTests to test new equals() and copy constructor
functionality.

Issue #9299310 Optimize ArrayMap copy constructor

Change-Id: I1186a0eddd1fd53a0f380c2f3972fc1942cdf879

11 years agoAssume a texture is unbound after deleting it
Romain Guy [Thu, 6 Jun 2013 21:02:54 +0000 (14:02 -0700)]
Assume a texture is unbound after deleting it
Bug #9316260

The GL specification indicates that deleting a bound texture has
the side effect of binding the default texture (name=0). This change
replaces all calls to glDeleteTextures() by Caches::deleteTexture()
to properly keep track of texture bindings.

Change-Id: Ifbc60ef433e0f9776a668dd5bd5f0adbc65a77a0

11 years agowifi-display: set display to unavailable if p2p device is unavailable
Chong Zhang [Wed, 5 Jun 2013 01:01:46 +0000 (18:01 -0700)]
wifi-display: set display to unavailable if p2p device is unavailable

Bug 9229799

Change-Id: I680015943f40cded45645dfa0eae42bbce5ce9a3

11 years agoam 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
Scott Main [Thu, 6 Jun 2013 22:40:05 +0000 (15:40 -0700)]
am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users

* commit '7381c7e54b8dfb91b6fac5c7e00a62738c849135':
  add links to a couple intellij docs for Eclipse users

11 years agoam b2b216e7: add links to a couple intellij docs for Eclipse users
Scott Main [Thu, 6 Jun 2013 22:38:16 +0000 (15:38 -0700)]
am b2b216e7: add links to a couple intellij docs for Eclipse users

* commit 'b2b216e79880884f7ebbea6ee997fc88edc229fc':
  add links to a couple intellij docs for Eclipse users

11 years agoadd links to a couple intellij docs for Eclipse users
Scott Main [Thu, 6 Jun 2013 22:22:30 +0000 (15:22 -0700)]
add links to a couple intellij docs for Eclipse users

Change-Id: I6f373c62781e9d4b6b296d92242f4296b1fe6fe4

11 years agoMerge "Remove obsolete class from proguard."
John Spurlock [Thu, 6 Jun 2013 22:07:52 +0000 (22:07 +0000)]
Merge "Remove obsolete class from proguard."

11 years agoMerge "Remove fonts from sysui package."
John Spurlock [Thu, 6 Jun 2013 22:07:15 +0000 (22:07 +0000)]
Merge "Remove fonts from sysui package."

11 years agoAccumulate network statistics based on deltas.
Jeff Sharkey [Tue, 4 Jun 2013 19:29:00 +0000 (12:29 -0700)]
Accumulate network statistics based on deltas.

Network stats are now read out of the kernel in one sweep, instead of
reading per-UID.  We now accumulate the delta traffic between each
stats snapshot using the well-tested SamplingCounter pattern.

Since Wi-Fi and mobile traffic have different costs, track each
separately.  Avoids counting misc interfaces like loopback and
ethernet under total.

Bug: 5543387
Change-Id: I642004dc530113c27ef79f2abbae51d8af30117f

11 years agoMerge "Add support for post-decode density scaling with reuse"
Chris Craik [Thu, 6 Jun 2013 21:04:48 +0000 (21:04 +0000)]
Merge "Add support for post-decode density scaling with reuse"

11 years agoMerge "Remove unnecessary allocations"
Romain Guy [Thu, 6 Jun 2013 21:02:34 +0000 (21:02 +0000)]
Merge "Remove unnecessary allocations"

11 years agoam 20c3a1b4: am 47aa51d0: am 70b74646: Merge "Track libcore changes."
Elliott Hughes [Thu, 6 Jun 2013 20:58:31 +0000 (13:58 -0700)]
am 20c3a1b4: am 47aa51d0: am 70b74646: Merge "Track libcore changes."

* commit '20c3a1b47abc630cd18ac0c113529f9082a8af9b':
  Track libcore changes.

11 years agoam 47aa51d0: am 70b74646: Merge "Track libcore changes."
Elliott Hughes [Thu, 6 Jun 2013 20:56:03 +0000 (13:56 -0700)]
am 47aa51d0: am 70b74646: Merge "Track libcore changes."

* commit '47aa51d029b613a518a569eb798607f2fbda9330':
  Track libcore changes.

11 years agoam 70b74646: Merge "Track libcore changes."
Elliott Hughes [Thu, 6 Jun 2013 20:53:54 +0000 (13:53 -0700)]
am 70b74646: Merge "Track libcore changes."

* commit '70b74646b8114b7ee9e35ce4283ecab8c8528dcc':
  Track libcore changes.

11 years agoMerge "Track libcore changes."
Elliott Hughes [Thu, 6 Jun 2013 20:51:30 +0000 (20:51 +0000)]
Merge "Track libcore changes."

11 years agoMigrate systemui Slog calls to Log
John Spurlock [Wed, 5 Jun 2013 14:13:46 +0000 (10:13 -0400)]
Migrate systemui Slog calls to Log

Change-Id: Ib6734c85960f06fed646599565b8eeba26b9e98e

11 years agoTrack libcore changes.
Elliott Hughes [Thu, 6 Jun 2013 20:40:21 +0000 (13:40 -0700)]
Track libcore changes.

Bug: 3484927
Change-Id: I3a3c4a9f0ad6055261f705987bc576cd28bebb46

11 years agoMerge "Remove remaining universe bits from sysui."
John Spurlock [Thu, 6 Jun 2013 20:26:59 +0000 (20:26 +0000)]
Merge "Remove remaining universe bits from sysui."

11 years agoam c0b998d2: am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for...
Scott Main [Thu, 6 Jun 2013 19:56:56 +0000 (12:56 -0700)]
am c0b998d2: am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

* commit 'c0b998d295b509349f21bd12ab2e5ca34576ea8e':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

11 years agoam 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline...
Scott Main [Thu, 6 Jun 2013 19:54:36 +0000 (12:54 -0700)]
am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

* commit '865047f80c04a2c539d6d5052fca5436dcb7e0e3':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

11 years agoam 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per...
Scott Main [Thu, 6 Jun 2013 19:51:53 +0000 (12:51 -0700)]
am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9

* commit '6e3c1222f06bf5b3be271a06e32d371c68fafb0e':
  add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9