OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 916cd977: (-s ours) am 6335fbcb: Revert "Revert "Close ActivityView and ActivityCo...
Craig Mautner [Sat, 14 Jun 2014 01:17:17 +0000 (01:17 +0000)]
am 916cd977: (-s ours) am 6335fbcb: Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

* commit '916cd9770ce865bad98f15a68be74f3aa607e727':
  Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

10 years agoam f1d382b3: (-s ours) DO NOT MERGE Fix bright foreground & hint colors
Alan Viverette [Sat, 14 Jun 2014 01:04:39 +0000 (01:04 +0000)]
am f1d382b3: (-s ours) DO NOT MERGE Fix bright foreground & hint colors

* commit 'f1d382b3c190966c8034fe6a6ae71e145a348b83':
  DO NOT MERGE Fix bright foreground & hint colors

10 years agoam 40190375: am 6fe2184b: Do not treat the dummy animation as an animation
Craig Mautner [Sat, 14 Jun 2014 00:58:00 +0000 (00:58 +0000)]
am 40190375: am 6fe2184b: Do not treat the dummy animation as an animation

* commit '40190375408034b2b7dd1aef358086da2914051b':
  Do not treat the dummy animation as an animation

10 years agoam 6335fbcb: Revert "Revert "Close ActivityView and ActivityContainer cleanly.""
Craig Mautner [Sat, 14 Jun 2014 00:30:47 +0000 (00:30 +0000)]
am 6335fbcb: Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

* commit '6335fbcba106147d914acae0a9d8f4fcd53af768':
  Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

10 years agoam 6fe2184b: Do not treat the dummy animation as an animation
Craig Mautner [Sat, 14 Jun 2014 00:22:36 +0000 (00:22 +0000)]
am 6fe2184b: Do not treat the dummy animation as an animation

* commit '6fe2184bf10362ac53db7e8f6a0be521ea59b054':
  Do not treat the dummy animation as an animation

10 years agoRevert "Revert "Close ActivityView and ActivityContainer cleanly.""
Craig Mautner [Sat, 14 Jun 2014 00:18:47 +0000 (17:18 -0700)]
Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

This reverts commit dd5c94717077c9366dee364c88a86a78e5ee2688.

10 years agoDO NOT MERGE Fix bright foreground & hint colors
Alan Viverette [Fri, 13 Jun 2014 22:58:25 +0000 (15:58 -0700)]
DO NOT MERGE Fix bright foreground & hint colors

BUG: 15616463
Change-Id: I747a3fd30e701bd2ee40df5faf2688cd5af4ee14
(cherry picked from commit cf8b6f0610868a59fd8777d8aa3c865facc73e5b)

10 years agoDo not treat the dummy animation as an animation
Craig Mautner [Fri, 13 Jun 2014 22:08:48 +0000 (15:08 -0700)]
Do not treat the dummy animation as an animation

The dummy animation is a place holder. When the task stack is being
removed treating it as a true animation forced us through a path
where we deferred the detachment and made a call to tmpRemoveWindows.

Also replaced call to tmpRemoveWindows with a real remove windows
call. The tmpRemoveWindows call does not clean up the Session
and this leaves a surface on the screen.

Fixes bug 15591610.

Change-Id: I05f7bc276bfed2366bbcd8443c92a4bbbc8a4491

10 years agoam 78219f04: update download pages for SDK and remove /tools landing page.
smain@google.com [Fri, 13 Jun 2014 22:40:49 +0000 (22:40 +0000)]
am 78219f04: update download pages for SDK and remove /tools landing page.

* commit '78219f0466a1924e8edb1a0b7a40b7d51d7f6283':
  update download pages for SDK and remove /tools landing page.

10 years agoupdate download pages for SDK and remove /tools landing page.
smain@google.com [Fri, 13 Jun 2014 18:39:35 +0000 (11:39 -0700)]
update download pages for SDK and remove /tools landing page.

Change-Id: I7e883a2647d7c487570c4abdba9df5d72a52b274

10 years agoam 81be9239: am bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART" to TOC.
Andrew Solovay [Fri, 13 Jun 2014 18:29:36 +0000 (18:29 +0000)]
am 81be9239: am bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART" to TOC.

* commit '81be9239fd9bf4122757a23e143c0aa1b925b42b':
  docs: Added "Verifying for ART" to TOC.

10 years agoam bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART" to TOC.
Andrew Solovay [Fri, 13 Jun 2014 18:25:53 +0000 (18:25 +0000)]
am bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART" to TOC.

* commit 'bd8ca9f9adf10a5b7e1e04ed139e4108758e286f':
  docs: Added "Verifying for ART" to TOC.

10 years agoam 4737af8b: docs: Added "Verifying for ART" to TOC.
Andrew Solovay [Fri, 13 Jun 2014 18:23:03 +0000 (18:23 +0000)]
am 4737af8b: docs: Added "Verifying for ART" to TOC.

* commit '4737af8b0aa77681270b6bc6478a946b71144e45':
  docs: Added "Verifying for ART" to TOC.

10 years agodocs: Added "Verifying for ART" to TOC.
Andrew Solovay [Thu, 12 Jun 2014 17:40:23 +0000 (10:40 -0700)]
docs: Added "Verifying for ART" to TOC.

Now that "Verifying App Behavior on the Android Runtime (ART)"
(guide/practices/verifying-apps-art.jd) is published, also adding it
to the "API Guides" TOC.

You can verify it at

http://asolovay.mtv:9001/guide/practices/index.html

(...it's the last element in the "Best Practices" submenu.)

Change-Id: If7b445616768d17193309dbd3075b2630652ac96

10 years agoam dd5c9471: Revert "Close ActivityView and ActivityContainer cleanly."
Justin Koh [Fri, 13 Jun 2014 17:27:48 +0000 (17:27 +0000)]
am dd5c9471: Revert "Close ActivityView and ActivityContainer cleanly."

* commit 'dd5c94717077c9366dee364c88a86a78e5ee2688':
  Revert "Close ActivityView and ActivityContainer cleanly."

10 years agoRevert "Close ActivityView and ActivityContainer cleanly."
Justin Koh [Fri, 13 Jun 2014 16:55:09 +0000 (09:55 -0700)]
Revert "Close ActivityView and ActivityContainer cleanly."

This reverts commit 4a9f129874785d34930f165268dbc618e4bc2618.

Conflicts:
services/core/java/com/android/server/am/ActivityStackSupervisor.java

Change-Id: Ic1f4df7f4cb644de7ddebcdc8ce632b46c5ba8f2

10 years agoam 374013f4: Merge "Suppress haptic feedback for SLEEP key when already asleep."...
Jeff Brown [Fri, 13 Jun 2014 03:08:35 +0000 (03:08 +0000)]
am 374013f4: Merge "Suppress haptic feedback for SLEEP key when already asleep." into klp-modular-dev

* commit '374013f4dba56c9ea340d22dcefdf904cbd47ce6':
  Suppress haptic feedback for SLEEP key when already asleep.

10 years agoam 926e1f01: Merge "When watch is docked, home key press should launch dock home...
Jeff Brown [Fri, 13 Jun 2014 03:04:25 +0000 (03:04 +0000)]
am 926e1f01: Merge "When watch is docked, home key press should launch dock home." into klp-modular-dev

* commit '926e1f01a5f2366c5d0eeab358822ba1d138d980':
  When watch is docked, home key press should launch dock home.

10 years agoam be634951: Fix permission problem and NPE
Craig Mautner [Thu, 12 Jun 2014 23:36:54 +0000 (23:36 +0000)]
am be634951: Fix permission problem and NPE

* commit 'be63495101dba3b0c3c496cdd810df9e30e926d4':
  Fix permission problem and NPE

10 years agoam b1c9430c: am 77d28ca2: Merge "Move FieldPacker over to use large objects on 64...
Tim Murray [Thu, 12 Jun 2014 23:08:39 +0000 (23:08 +0000)]
am b1c9430c: am 77d28ca2: Merge "Move FieldPacker over to use large objects on 64-bit."

* commit 'b1c9430c8749b1feba59bb55a31cb1364270981b':
  Move FieldPacker over to use large objects on 64-bit.

10 years agoam 77d28ca2: Merge "Move FieldPacker over to use large objects on 64-bit."
Tim Murray [Thu, 12 Jun 2014 23:05:16 +0000 (23:05 +0000)]
am 77d28ca2: Merge "Move FieldPacker over to use large objects on 64-bit."

* commit '77d28ca25378530f92d409fbd72a38a1e256b59f':
  Move FieldPacker over to use large objects on 64-bit.

10 years agoam 9a0485aa: am 1ef888e5: Merge "Add service_contexts to policy update bundles."
Nick Kralevich [Thu, 12 Jun 2014 21:10:30 +0000 (21:10 +0000)]
am 9a0485aa: am 1ef888e5: Merge "Add service_contexts to policy update bundles."

* commit '9a0485aa567c99157e45d08e9712a281f34ffc5f':
  Add service_contexts to policy update bundles.

10 years agoMerge "Suppress haptic feedback for SLEEP key when already asleep." into klp-modular-dev
Jeff Brown [Fri, 13 Jun 2014 03:03:47 +0000 (03:03 +0000)]
Merge "Suppress haptic feedback for SLEEP key when already asleep." into klp-modular-dev

10 years agoSuppress haptic feedback for SLEEP key when already asleep.
Jeff Brown [Fri, 13 Jun 2014 02:59:45 +0000 (19:59 -0700)]
Suppress haptic feedback for SLEEP key when already asleep.

Bug: 15377857
Change-Id: I4dfd273b089871d3a78513f52436a3f9c7d40fa4

10 years agoWhen watch is docked, home key press should launch dock home.
Jeff Brown [Fri, 13 Jun 2014 02:19:15 +0000 (19:19 -0700)]
When watch is docked, home key press should launch dock home.

Bug: 15575717
Change-Id: Ib3fbe3ed0380378b0162901bfeebe3c218c4d568

10 years agoam 1ef888e5: Merge "Add service_contexts to policy update bundles."
Nick Kralevich [Thu, 12 Jun 2014 21:07:25 +0000 (21:07 +0000)]
am 1ef888e5: Merge "Add service_contexts to policy update bundles."

* commit '1ef888e564926b78aeb02ef1085be2f72227b862':
  Add service_contexts to policy update bundles.

10 years agoFix permission problem and NPE
Craig Mautner [Thu, 12 Jun 2014 20:39:24 +0000 (13:39 -0700)]
Fix permission problem and NPE

Remove uid before calling into Window Manager. Restore afterwards.

Check for null stack value before dereferencing.

Fixes bug 15591112.

Change-Id: Ida3de556940440162c91b8c1614d0f21e364abd8

10 years agoam 92b7c67e: Merge "LayoutLib fixes for API 20 [DO NOT MERGE]" into klp-modular-dev
Deepanshu Gupta [Thu, 12 Jun 2014 20:04:12 +0000 (20:04 +0000)]
am 92b7c67e: Merge "LayoutLib fixes for API 20 [DO NOT MERGE]" into klp-modular-dev

* commit '92b7c67e719fa125a5af368eb9e00f724c88601d':
  LayoutLib fixes for API 20 [DO NOT MERGE]

10 years agoam 55c11af7: Merge "reorg the SDK setup docs to streamline setup for all variations...
Scott Main [Thu, 12 Jun 2014 19:04:34 +0000 (19:04 +0000)]
am 55c11af7: Merge "reorg the SDK setup docs to streamline setup for all variations. Move ADT plugin to the ADT help doc and combine the three setup guides into one page that is dynamic based on a URL parameter." into klp-modular-dev

* commit '55c11af78a34f6746b9b5fcf8aa487eef797ea2e':
  reorg the SDK setup docs to streamline setup for all variations. Move ADT plugin to the ADT help doc and combine the three setup guides into one page that is dynamic based on a URL parameter.

10 years agoam 25b8af9d: am 436f4e36: am ded9c171: Merge "docs: New "Verifying App Behavior on...
Andrew Solovay [Thu, 12 Jun 2014 17:27:48 +0000 (17:27 +0000)]
am 25b8af9d: am 436f4e36: am ded9c171: Merge "docs: New "Verifying App Behavior on the Android Runtime (ART)" guide." into klp-docs

* commit '25b8af9d3f91503146a4592d7fc19a53ca44bf4a':
  docs: New "Verifying App Behavior on the Android Runtime (ART)" guide.

10 years agoam 436f4e36: am ded9c171: Merge "docs: New "Verifying App Behavior on the Android...
Andrew Solovay [Thu, 12 Jun 2014 17:23:31 +0000 (17:23 +0000)]
am 436f4e36: am ded9c171: Merge "docs: New "Verifying App Behavior on the Android Runtime (ART)" guide." into klp-docs

* commit '436f4e36d30bc6d1f2b353d8e5de9c37a594e874':
  docs: New "Verifying App Behavior on the Android Runtime (ART)" guide.

10 years agoam ded9c171: Merge "docs: New "Verifying App Behavior on the Android Runtime (ART...
Andrew Solovay [Thu, 12 Jun 2014 17:19:33 +0000 (17:19 +0000)]
am ded9c171: Merge "docs: New "Verifying App Behavior on the Android Runtime (ART)" guide." into klp-docs

* commit 'ded9c171ead51b358538a65d8b84946e05d8db2b':
  docs: New "Verifying App Behavior on the Android Runtime (ART)" guide.

10 years agoMerge "When watch is docked, home key press should launch dock home." into klp-modula...
Jeff Brown [Fri, 13 Jun 2014 03:00:41 +0000 (03:00 +0000)]
Merge "When watch is docked, home key press should launch dock home." into klp-modular-dev

10 years agoMerge "Move FieldPacker over to use large objects on 64-bit."
Tim Murray [Thu, 12 Jun 2014 23:02:48 +0000 (23:02 +0000)]
Merge "Move FieldPacker over to use large objects on 64-bit."

10 years agoMove FieldPacker over to use large objects on 64-bit.
Tim Murray [Thu, 12 Jun 2014 21:17:53 +0000 (14:17 -0700)]
Move FieldPacker over to use large objects on 64-bit.

Change-Id: I1d4d502a3f9d86c6cf0f516cc087b1457f86ac28

10 years agoMerge "Add service_contexts to policy update bundles."
Nick Kralevich [Thu, 12 Jun 2014 21:00:53 +0000 (21:00 +0000)]
Merge "Add service_contexts to policy update bundles."

10 years agoAdd service_contexts to policy update bundles.
Riley Spahn [Wed, 11 Jun 2014 22:26:28 +0000 (15:26 -0700)]
Add service_contexts to policy update bundles.

Add service_context file to SELinuxPolicyInstallReceiver
to allow updating.

Bug: 12909011
Change-Id: Ic0ad89958cc750413787d57e0f51363212a8730b

10 years agoMerge "New geometric system bar icons" into lmp-preview-dev
Christian Robertson [Fri, 13 Jun 2014 20:46:00 +0000 (20:46 +0000)]
Merge "New geometric system bar icons" into lmp-preview-dev

10 years agoNew geometric system bar icons
Christian Robertson [Fri, 13 Jun 2014 05:01:26 +0000 (22:01 -0700)]
New geometric system bar icons

Bug: 15599260
Change-Id: I37688f368ce22f1dc30119fe174ce701c7c147cc

10 years agoMerge "Tunings for touch ripple animations" into lmp-preview-dev
Christian Robertson [Fri, 13 Jun 2014 20:45:36 +0000 (20:45 +0000)]
Merge "Tunings for touch ripple animations" into lmp-preview-dev

10 years agoTunings for touch ripple animations
Christian Robertson [Thu, 12 Jun 2014 20:44:53 +0000 (13:44 -0700)]
Tunings for touch ripple animations

Added a log based interpolator (it's faster in the beginning and smoother
at the finish than the decelerate interpolator)

Scaled the timing and opacity of the falloff ripple based on the size
of the outer bounding radius. Backing circles aren't as apparent for
Smaller touch targets.

BUG: 15591274

10 years agoMerge "camera2 docs: Fix instructions for using SurfaceView." into lmp-preview-dev
Eino-Ville Talvala [Fri, 13 Jun 2014 00:26:29 +0000 (00:26 +0000)]
Merge "camera2 docs: Fix instructions for using SurfaceView." into lmp-preview-dev

10 years agocamera2 docs: Fix instructions for using SurfaceView.
Eino-Ville Talvala [Thu, 12 Jun 2014 23:46:58 +0000 (16:46 -0700)]
camera2 docs: Fix instructions for using SurfaceView.

Bug: 15597178
Change-Id: I802369e61725451ddd8df855c384608c80e12693

10 years agocamera2: Remove stray </p> in CameraDevice#createCaptureSession
Sol Boucher [Wed, 11 Jun 2014 23:35:57 +0000 (16:35 -0700)]
camera2: Remove stray </p> in CameraDevice#createCaptureSession

This was causing strange indentation.
The change also clarifies how to get the supported output sizes in the
ImageReader flow: Although the doc (correctly) instructed the developer to use
StreamConfigurationMap#getOutputSizes(int) with an ImageReader, this instruction
appeared after the bulleted list of output types. Since all other items in that
list specify that getOutputSizes(Class<?>) should be used, the reader shouldn't
be expected to read beyond the list only in this specific case.

Bug: 15574400
Change-Id: Id952b46ae52322d75abbcaffea678d5ba50b22a5

10 years agoMerge "DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (1/4...
Ihab Awad [Thu, 12 Jun 2014 17:30:38 +0000 (17:30 +0000)]
Merge "DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (1/4)" into lmp-preview-dev

10 years agoMerge "Address the API review" into lmp-preview-dev
Selim Gurun [Fri, 13 Jun 2014 18:54:57 +0000 (18:54 +0000)]
Merge "Address the API review" into lmp-preview-dev

10 years agoAddress the API review
Selim Gurun [Fri, 13 Jun 2014 17:53:55 +0000 (10:53 -0700)]
Address the API review

Bug: 15432556

The api council asks to change the interface to an abstract class
and clarify the clearClientCertPreferences api. This change addresses
these.

Change-Id: I7979788c7c041bacbfef5ea4d94309f91279ef22

10 years agoFixing issue where we do not get the task rects, and therefore have no transitions...
Winson Chung [Fri, 13 Jun 2014 15:55:33 +0000 (08:55 -0700)]
Fixing issue where we do not get the task rects, and therefore have no transitions. (Bug 15610655)

Change-Id: Ie25f0037a4f8bf8c3069d50e3a0ad670125be9a1

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-preview-dev
Baligh Uddin [Fri, 13 Jun 2014 14:24:58 +0000 (14:24 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-preview-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 13 Jun 2014 14:23:57 +0000 (07:23 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 13 Jun 2014 14:20:46 +0000 (07:20 -0700)]
Import translations. DO NOT MERGE

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

10 years agoam 460cab19: am b024fd20: am bdcd6fc7: Doc change: Update monetization docs.
Dirk Dougherty [Thu, 12 Jun 2014 02:44:11 +0000 (02:44 +0000)]
am 460cab19: am b024fd20: am bdcd6fc7: Doc change: Update monetization docs.

* commit '460cab199df38b16ea1a4fc9e4f62509049cc859':
  Doc change: Update monetization docs.

10 years agoam b024fd20: am bdcd6fc7: Doc change: Update monetization docs.
Dirk Dougherty [Thu, 12 Jun 2014 02:41:07 +0000 (02:41 +0000)]
am b024fd20: am bdcd6fc7: Doc change: Update monetization docs.

* commit 'b024fd208720b9d0e5fd5cd4c7fb09c19b1a86ad':
  Doc change: Update monetization docs.

10 years agoam bdcd6fc7: Doc change: Update monetization docs.
Dirk Dougherty [Thu, 12 Jun 2014 02:37:27 +0000 (02:37 +0000)]
am bdcd6fc7: Doc change: Update monetization docs.

* commit 'bdcd6fc777e678fb3d0d9b7f000b43d703fea9cd':
  Doc change: Update monetization docs.

10 years agoDoc change: Update monetization docs.
Dirk Dougherty [Tue, 10 Jun 2014 21:35:17 +0000 (14:35 -0700)]
Doc change: Update monetization docs.

Change-Id: Ic34c1a08f8b7bcd271ad53f31c62d0bab82fc053

10 years agoam 8525fe8d: am 1a3908e9: Merge "Switch to a type-safe album art interface."
Elliott Hughes [Thu, 12 Jun 2014 00:06:20 +0000 (00:06 +0000)]
am 8525fe8d: am 1a3908e9: Merge "Switch to a type-safe album art interface."

* commit '8525fe8d0a5a886704307055ef211fc911997783':
  Switch to a type-safe album art interface.

10 years agoam 1a3908e9: Merge "Switch to a type-safe album art interface."
Elliott Hughes [Thu, 12 Jun 2014 00:02:42 +0000 (00:02 +0000)]
am 1a3908e9: Merge "Switch to a type-safe album art interface."

* commit '1a3908e95926acd8add3858be571fe23fa9d047a':
  Switch to a type-safe album art interface.

10 years agoam 4a9f1298: Close ActivityView and ActivityContainer cleanly.
Craig Mautner [Thu, 12 Jun 2014 00:00:17 +0000 (00:00 +0000)]
am 4a9f1298: Close ActivityView and ActivityContainer cleanly.

* commit '4a9f129874785d34930f165268dbc618e4bc2618':
  Close ActivityView and ActivityContainer cleanly.

10 years agoClose ActivityView and ActivityContainer cleanly.
Craig Mautner [Wed, 11 Jun 2014 20:44:50 +0000 (13:44 -0700)]
Close ActivityView and ActivityContainer cleanly.

- Do not call IActivityContainer.release() from
ActivityView.finalize() if it has already been called from
ActivityView.release(). Eliminates IBinder finalized Exception.

- Call ActivityRecord.makeFinishing() before calling ActivityStack.
destroyActivityLocked(). Forces call to scheduleDestroyActivity()
and eventually removeFromHistory(). Otherwise removeFromHistory()
is never called and window manager AppWindowTokens become orphans.

- Defer call to ActivityContainer.detachLocked() until all
activities have finished or timed out. Fixes problem where Display
is removed while activities are still launching.

- Call ActivityStackSupervisor.deleteActivityContainer() when all
activities have finished or timed out. Fixes orphaned
ActivityContainers.

Fixes bug 15450798.
Fixes bug 15484154.
Fixes bug 15383479.
Fixes bug 15316558.
Fixes bug 15168560.
Fixes bug 15143914.

Change-Id: Id3c641976b6f825458690f9ee063c07818b56f23

10 years agoMerge "reorg the SDK setup docs to streamline setup for all variations. Move ADT...
Scott Main [Thu, 12 Jun 2014 19:00:42 +0000 (19:00 +0000)]
Merge "reorg the SDK setup docs to streamline setup for all variations. Move ADT plugin to the ADT help doc and combine the three setup guides into one page that is dynamic based on a URL parameter." into klp-modular-dev

10 years agoreorg the SDK setup docs to streamline setup for all variations.
Scott Main [Fri, 30 May 2014 00:44:09 +0000 (17:44 -0700)]
reorg the SDK setup docs to streamline setup for all variations.
Move ADT plugin to the ADT help doc and combine the three setup guides
into one page that is dynamic based on a URL parameter.

Change-Id: If8a8855bdb8e8ec9b0eefedd35ae24ea60497741

10 years agoam e33010a2: Merge "Add NO_ANIMATION flag to ActivityView Intents." into klp-modular-dev
Craig Mautner [Wed, 11 Jun 2014 17:42:06 +0000 (17:42 +0000)]
am e33010a2: Merge "Add NO_ANIMATION flag to ActivityView Intents." into klp-modular-dev

* commit 'e33010a261d881426ce0af9a9e2177137ec3f6b9':
  Add NO_ANIMATION flag to ActivityView Intents.

10 years agoam b0492d69: am 16719591: Merge "Shrink profiler.start-immediately to fit in the...
Calin Juravle [Wed, 11 Jun 2014 17:32:50 +0000 (17:32 +0000)]
am b0492d69: am 16719591: Merge "Shrink profiler.start-immediately to fit in the maximum property size"

* commit 'b0492d6943fc590c2569dd2fc393db54a73986d3':
  Shrink profiler.start-immediately to fit in the maximum property size

10 years agoam b0f59cdc: am 2f84b69b: Merge "Improved profile.start-immediately comment"
Calin Juravle [Wed, 11 Jun 2014 17:32:40 +0000 (17:32 +0000)]
am b0f59cdc: am 2f84b69b: Merge "Improved profile.start-immediately comment"

* commit 'b0f59cdcb4d2205faa3811277163bbf215b68dfc':
  Improved profile.start-immediately comment

10 years agoam 16719591: Merge "Shrink profiler.start-immediately to fit in the maximum property...
Calin Juravle [Wed, 11 Jun 2014 17:28:33 +0000 (17:28 +0000)]
am 16719591: Merge "Shrink profiler.start-immediately to fit in the maximum property size"

* commit '16719591f4a6b2139b1f3555dcde92d35f488b6a':
  Shrink profiler.start-immediately to fit in the maximum property size

10 years agoam 2f84b69b: Merge "Improved profile.start-immediately comment"
Calin Juravle [Wed, 11 Jun 2014 17:28:29 +0000 (17:28 +0000)]
am 2f84b69b: Merge "Improved profile.start-immediately comment"

* commit '2f84b69bf5afcf67469704e30866067b770ae786':
  Improved profile.start-immediately comment

10 years agoMerge "resolved conflicts for merge of 122ee7e8 to master"
smain@google.com [Sat, 14 Jun 2014 00:55:10 +0000 (00:55 +0000)]
Merge "resolved conflicts for merge of 122ee7e8 to master"

10 years agoresolved conflicts for merge of 122ee7e8 to master
smain@google.com [Sat, 14 Jun 2014 00:54:26 +0000 (17:54 -0700)]
resolved conflicts for merge of 122ee7e8 to master

Change-Id: I6224605fd05dcfe1d5f351a01bc411c6855d0e52

10 years agoMerge "Revert "Revert "Close ActivityView and ActivityContainer cleanly."""
Craig Mautner [Sat, 14 Jun 2014 00:41:08 +0000 (00:41 +0000)]
Merge "Revert "Revert "Close ActivityView and ActivityContainer cleanly."""

10 years agoRevert "Revert "Close ActivityView and ActivityContainer cleanly.""
Craig Mautner [Sat, 14 Jun 2014 00:18:47 +0000 (17:18 -0700)]
Revert "Revert "Close ActivityView and ActivityContainer cleanly.""

This reverts commit dd5c94717077c9366dee364c88a86a78e5ee2688.

Change-Id: I7bac1aa1d96fa7922cc835949730a26204f15f2f

10 years agoDo not treat the dummy animation as an animation
Craig Mautner [Fri, 13 Jun 2014 22:08:48 +0000 (15:08 -0700)]
Do not treat the dummy animation as an animation

The dummy animation is a place holder. When the task stack is being
removed treating it as a true animation forced us through a path
where we deferred the detachment and made a call to tmpRemoveWindows.

Also replaced call to tmpRemoveWindows with a real remove windows
call. The tmpRemoveWindows call does not clean up the Session
and this leaves a surface on the screen.

Fixes bug 15591610.

Change-Id: I05f7bc276bfed2366bbcd8443c92a4bbbc8a4491

10 years agoMerge "Cleaning up some old animation code, only setting view properties that have...
Winson Chung [Sat, 14 Jun 2014 00:40:45 +0000 (00:40 +0000)]
Merge "Cleaning up some old animation code, only setting view properties that have changed."

10 years agoCleaning up some old animation code, only setting view properties that have changed.
Winson Chung [Sat, 14 Jun 2014 00:23:12 +0000 (17:23 -0700)]
Cleaning up some old animation code, only setting view properties that have changed.

- Also drawing a background on the thumbnails if a transparent thumbnail is detected.

Change-Id: I3f5450d207ae0796150c8b04aabc2f910f80e0a7

10 years agoClipping the task bar against the task view.
Winson Chung [Fri, 13 Jun 2014 17:14:53 +0000 (10:14 -0700)]
Clipping the task bar against the task view.

- Skipping nav bar scrim animation when animating without window transitions

Change-Id: I8652f3956971f07bb410b801bf627d51c5e987cd

10 years agoMerge "Support hotspots in View drawables"
Alan Viverette [Fri, 13 Jun 2014 23:00:27 +0000 (23:00 +0000)]
Merge "Support hotspots in View drawables"

10 years agoFix bright foreground & hint colors
Alan Viverette [Fri, 13 Jun 2014 22:58:25 +0000 (15:58 -0700)]
Fix bright foreground & hint colors

BUG: 15616463
Change-Id: I747a3fd30e701bd2ee40df5faf2688cd5af4ee14

10 years agoSupport hotspots in View drawables
Alan Viverette [Fri, 13 Jun 2014 22:52:13 +0000 (15:52 -0700)]
Support hotspots in View drawables

BUG: 15285217
Change-Id: Iad44454fe16ac27ed20b9c17ae2df69649339eed

10 years agoEnabling Home->Recents transition.
Winson Chung [Fri, 13 Jun 2014 16:41:09 +0000 (09:41 -0700)]
Enabling Home->Recents transition.

10 years agoFixing issues with dim not animating, adding dismiss button delay, tweaking empty...
Winson Chung [Fri, 13 Jun 2014 00:52:39 +0000 (17:52 -0700)]
Fixing issues with dim not animating, adding dismiss button delay, tweaking empty recents text. (Bug 1543159015573497)

Change-Id: I9c11e04cd52f9e000d8ba3e443f2500c9aa7edbb

10 years agoFix regression in using visibility flags.
Winson Chung [Thu, 12 Jun 2014 20:59:25 +0000 (13:59 -0700)]
Fix regression in using visibility flags.

10 years agoExploring transitions to/from Recents.
Winson Chung [Tue, 3 Jun 2014 23:24:04 +0000 (16:24 -0700)]
Exploring transitions to/from Recents.

- refactored hwlayers and change view property animations to use a reference counted trigger
- cleaned up RecentsConfiguration, and move it into classes using it
- moved task bar animations back into TaskBarView
- refactoring enter/exit animations to use an animation context

Change-Id: Ia66b622b094f22145c2fab07c2a9bdfd62344be2

10 years agoMerge "Add support for setTint in all Drawables, clean up lint warnings"
Alan Viverette [Sat, 14 Jun 2014 00:54:53 +0000 (00:54 +0000)]
Merge "Add support for setTint in all Drawables, clean up lint warnings"

10 years agoAdd support for setTint in all Drawables, clean up lint warnings
Alan Viverette [Fri, 13 Jun 2014 23:18:11 +0000 (16:18 -0700)]
Add support for setTint in all Drawables, clean up lint warnings

Change-Id: Ia38b9d3e9d5c0072382050e815bdd9232b672e50

10 years agoMerge "Add NO_ANIMATION flag to ActivityView Intents." into klp-modular-dev
Craig Mautner [Wed, 11 Jun 2014 17:39:19 +0000 (17:39 +0000)]
Merge "Add NO_ANIMATION flag to ActivityView Intents." into klp-modular-dev

10 years agoMerge "Clipping the task bar against the task view."
Winson Chung [Fri, 13 Jun 2014 22:42:53 +0000 (22:42 +0000)]
Merge "Clipping the task bar against the task view."

10 years agoMerge "Adding permission for launching the trust agent settings."
Ido Ofir [Fri, 13 Jun 2014 21:53:53 +0000 (21:53 +0000)]
Merge "Adding permission for launching the trust agent settings."

10 years agoAdding permission for launching the trust agent settings.
Ido Ofir [Wed, 4 Jun 2014 17:52:44 +0000 (10:52 -0700)]
Adding permission for launching the trust agent settings.

Change-Id: Iac5bde57ca8d465fdf0fa5848d6716fc88801aeb

10 years agoam 79130d1d: am 81be9239: am bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART...
Andrew Solovay [Fri, 13 Jun 2014 21:50:33 +0000 (21:50 +0000)]
am 79130d1d: am 81be9239: am bd8ca9f9: am 4737af8b: docs: Added "Verifying for ART" to TOC.

* commit '79130d1de32380f346a95d277dc8403b37ad97b9':
  docs: Added "Verifying for ART" to TOC.

10 years agoMerge "Merge commit '0f3d3dd2'"
Qiwen Zhao [Fri, 13 Jun 2014 21:48:07 +0000 (21:48 +0000)]
Merge "Merge commit '0f3d3dd2'"

10 years agoMerge commit '0f3d3dd2'
Qiwen Zhao [Fri, 13 Jun 2014 21:43:51 +0000 (14:43 -0700)]
Merge commit '0f3d3dd2'

Conflicts:
services/core/java/com/android/server/am/ActivityStack.java
services/core/java/com/android/server/am/ActivityStackSupervisor.java

10 years agoMerge "Camera2: Add rollingShutterSkew tag"
Zhijun He [Fri, 13 Jun 2014 21:41:15 +0000 (21:41 +0000)]
Merge "Camera2: Add rollingShutterSkew tag"

10 years agoCamera2: Add rollingShutterSkew tag
Zhijun He [Fri, 13 Jun 2014 21:38:39 +0000 (14:38 -0700)]
Camera2: Add rollingShutterSkew tag

Change-Id: Icbedaeda9fc64a9dda509493ad9d14569c56cd18

10 years agoMerge "Fix bug #15414236 Define a framework theme for system settings"
Fabrice Di Meglio [Fri, 13 Jun 2014 21:32:50 +0000 (21:32 +0000)]
Merge "Fix bug #15414236 Define a framework theme for system settings"

10 years agoFix bug #15414236 Define a framework theme for system settings
Fabrice Di Meglio [Fri, 13 Jun 2014 01:24:54 +0000 (18:24 -0700)]
Fix bug #15414236 Define a framework theme for system settings

- add missing Material preferencePanelStyle / preferenceHeaderPanelStyle /
preferenceListStyle / preferenceFragmentListStyle / preferenceFragmentPaddingSide
- add needed material dimens
- fixed PreferenceFragment.Material
- done it for the normal and light theme

Change-Id: Ib25288a499ab6b1ee42b2d0c72a2e5a1be084e5f

10 years agoMerge "Merge kwd to master"
Wink Saville [Fri, 13 Jun 2014 21:12:35 +0000 (21:12 +0000)]
Merge "Merge kwd to master"

10 years agoMerge kwd to master
Wink Saville [Fri, 13 Jun 2014 00:02:31 +0000 (17:02 -0700)]
Merge kwd to master

Add initial IMS and MSIM support from klp-wireless-dev-mirror

Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04

10 years agoFix typo and broken sdk build.
Przemyslaw Szczepaniak [Fri, 13 Jun 2014 12:43:26 +0000 (13:43 +0100)]
Fix typo and broken sdk build.

Change-Id: Icd1641955d1ca88396219db05312a4a9fd77ea80

10 years agoMerge "Only start AnimationDrawable on visibility change when animating"
Alan Viverette [Fri, 13 Jun 2014 21:07:31 +0000 (21:07 +0000)]
Merge "Only start AnimationDrawable on visibility change when animating"

10 years agoam 48a85854: Merge "New geometric system bar icons" into lmp-preview-dev
Christian Robertson [Fri, 13 Jun 2014 20:50:08 +0000 (20:50 +0000)]
am 48a85854: Merge "New geometric system bar icons" into lmp-preview-dev

* commit '48a85854d6b7b3d5092808d7d4c957faf692181d':
  New geometric system bar icons

10 years agoam a99b2404: Merge "Tunings for touch ripple animations" into lmp-preview-dev
Christian Robertson [Fri, 13 Jun 2014 20:50:02 +0000 (20:50 +0000)]
am a99b2404: Merge "Tunings for touch ripple animations" into lmp-preview-dev

* commit 'a99b2404caae8f29cd2bf3b13c8a41b320205aee':
  Tunings for touch ripple animations