OSDN Git Service

android-x86/frameworks-base.git
10 years agoMerge "Track notification airtime"
Christoph Studer [Thu, 15 May 2014 09:05:11 +0000 (09:05 +0000)]
Merge "Track notification airtime"

10 years agoMerge "Make a copy of Matrix in CursorAnchorInfoBuilder"
Yohei Yukawa [Thu, 15 May 2014 07:29:59 +0000 (07:29 +0000)]
Merge "Make a copy of Matrix in CursorAnchorInfoBuilder"

10 years agoMake a copy of Matrix in CursorAnchorInfoBuilder
Yohei Yukawa [Thu, 15 May 2014 06:36:23 +0000 (15:36 +0900)]
Make a copy of Matrix in CursorAnchorInfoBuilder

This CL fixes a bug that CursorAnchorInfoBuilder does't make a
copy if the Matrix specified with #setMatrix.

Without this fix, IMM#updateCursorAnchorInfo could fail to detect
duplicated events when the same instances of
CursorAnchorInfoBuilder and Matrix are reused to optimize
performance.

Change-Id: I50c50a12a06d3cda4dec445b171b61ceb78da21a

10 years agoAdd working DarkActionBar theme, fix DeviceDefault action bar
Alan Viverette [Wed, 14 May 2014 20:34:12 +0000 (13:34 -0700)]
Add working DarkActionBar theme, fix DeviceDefault action bar

Change-Id: I3a1542acd8ed04382477821659c926938d0b039f

10 years agoMerge "Implement handlers for system information query command."
Jungshik Jang [Thu, 15 May 2014 02:30:48 +0000 (02:30 +0000)]
Merge "Implement handlers for system information query command."

10 years agoMerge "Binder interfaces mean we can't use @PrivateApi."
Jeff Sharkey [Thu, 15 May 2014 02:21:13 +0000 (02:21 +0000)]
Merge "Binder interfaces mean we can't use @PrivateApi."

10 years agoBinder interfaces mean we can't use @PrivateApi.
Jeff Sharkey [Thu, 15 May 2014 02:19:11 +0000 (19:19 -0700)]
Binder interfaces mean we can't use @PrivateApi.

Change-Id: Ie6d516b9ef8b7874160634b3b7b70d19481d1605

10 years agoMerge "BiDi support for Minikin"
Raph Levien [Thu, 15 May 2014 02:11:46 +0000 (02:11 +0000)]
Merge "BiDi support for Minikin"

10 years agoMerge "Add fallback fonts to system fonts (Minikin)"
Raph Levien [Thu, 15 May 2014 02:04:16 +0000 (02:04 +0000)]
Merge "Add fallback fonts to system fonts (Minikin)"

10 years agoMerge "Proper refcounting for Minikin objects"
Raph Levien [Thu, 15 May 2014 02:03:48 +0000 (02:03 +0000)]
Merge "Proper refcounting for Minikin objects"

10 years agoMerge "Parsing of XML font configuration files for Minikin"
Raph Levien [Thu, 15 May 2014 02:03:34 +0000 (02:03 +0000)]
Merge "Parsing of XML font configuration files for Minikin"

10 years agoMerge "Start of Minikin integration"
Raph Levien [Thu, 15 May 2014 02:03:01 +0000 (02:03 +0000)]
Merge "Start of Minikin integration"

10 years agoMerge "Combine projection matrix, and viewport management"
Chris Craik [Thu, 15 May 2014 02:01:14 +0000 (02:01 +0000)]
Merge "Combine projection matrix, and viewport management"

10 years agoMerge "Remove Path based outline clipping"
Chris Craik [Thu, 15 May 2014 02:00:36 +0000 (02:00 +0000)]
Merge "Remove Path based outline clipping"

10 years agoMerge "Initial support for split APKs, PackageInstaller."
Jeff Sharkey [Thu, 15 May 2014 01:37:34 +0000 (01:37 +0000)]
Merge "Initial support for split APKs, PackageInstaller."

10 years agoMerge "Enable CursorAnchorInfo to contain composing string"
Yohei Yukawa [Thu, 15 May 2014 01:32:11 +0000 (01:32 +0000)]
Merge "Enable CursorAnchorInfo to contain composing string"

10 years agoMerge "Mark hidden PM APIs that bundled apps depend on."
Jeff Sharkey [Thu, 15 May 2014 01:13:04 +0000 (01:13 +0000)]
Merge "Mark hidden PM APIs that bundled apps depend on."

10 years agoInitial support for split APKs, PackageInstaller.
Jeff Sharkey [Tue, 29 Apr 2014 00:36:31 +0000 (17:36 -0700)]
Initial support for split APKs, PackageInstaller.

Defines a new PackageInstaller class that will be used for installing
and upgrading packages.  An application desiring to install an
application creates a session, stages one or more package files in
that session, and then kicks off the install.

Previously, PackageManager would always make its own copy of a package
before inspecting it, to ensure the data could be trusted.  This new
session concept allows the installer to write package data directly to
its final resting place on disk, reducing disk I/O and footprint
requirements.  Writes are directed through an intermediate pipe
to ensure we can prevent mutations once an install has been initiated.
Also uses fallocate() internally to support optimal ext4 block
allocation using extents to reduce fragmentation.

Sessions are also the way we support installing multiple "split" APKs
in a single atomic operation.  For a set of packages to form a valid
application, they must have exactly the same package name, version
code, and certificates.  A session can also be used to add a small
handful of splits to an application by inheriting existing packages
when not performing a full install.

Add PackageParser support for extracting split names and certificates.

Bug: 14975160
Change-Id: I23d1bf4fbeb9f99a8c83be0c458900a0f0d1bccc

10 years agoRemove Path based outline clipping
Chris Craik [Thu, 15 May 2014 01:11:23 +0000 (18:11 -0700)]
Remove Path based outline clipping

Change-Id: Ic5ccd98a7517b46e768e53d6b0c8fdcda305fb2c

10 years agoMerge "Adding method for applications to query their own tasks. (Bug 14627210)"
Winson Chung [Thu, 15 May 2014 01:05:21 +0000 (01:05 +0000)]
Merge "Adding method for applications to query their own tasks.  (Bug 14627210)"

10 years agoCombine projection matrix, and viewport management
Chris Craik [Wed, 14 May 2014 21:17:01 +0000 (14:17 -0700)]
Combine projection matrix, and viewport management

Merge management of ortho projection matrix with the viewport size,
since they should always be changed together.

Change-Id: Iccb8f30828f4fb7848999ac54852e7ed2d6f2eb1

10 years agoMark hidden PM APIs that bundled apps depend on.
Jeff Sharkey [Thu, 1 May 2014 20:57:24 +0000 (13:57 -0700)]
Mark hidden PM APIs that bundled apps depend on.

Change-Id: I18f2561ee65888fee08c61babc956bb8c3285366

10 years agoam d850be5d: am 7c05fd85: am 59ab011e: am 0e286ab1: Merge "docs: Removed outdated...
Ricardo Cervera [Thu, 15 May 2014 00:00:53 +0000 (00:00 +0000)]
am d850be5d: am 7c05fd85: am 59ab011e: am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs

* commit 'd850be5d1491d255a64db9bc95334748e455c782':
  docs: Removed outdated troubleshooting guidelines for Android Studio

10 years agoam 760f0994: am c0f18b9d: am c4c77d63: Merge "Add property for background GC type"
Mathieu Chartier [Thu, 15 May 2014 00:00:48 +0000 (00:00 +0000)]
am 760f0994: am c0f18b9d: am c4c77d63: Merge "Add property for background GC type"

* commit '760f0994db69b77d06814194beecaca1de330855':
  Add property for background GC type

10 years agoam 76ee05d4: am d05c7d26: am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."
Ian Rogers [Thu, 15 May 2014 00:00:42 +0000 (00:00 +0000)]
am 76ee05d4: am d05c7d26: am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."

* commit '76ee05d4f6a8ddafd2125db69e7560dab7cb2e8a':
  Move FLATTENED_PATTERN to inner class.

10 years agoMerge "Disable texture atlas"
John Reck [Wed, 14 May 2014 23:59:14 +0000 (23:59 +0000)]
Merge "Disable texture atlas"

10 years agoDisable texture atlas
John Reck [Wed, 14 May 2014 23:35:46 +0000 (16:35 -0700)]
Disable texture atlas

 Bug: 14952384

Change-Id: If38b3e4c08c2c3dd9c00ae9e6e8c10e208e737d1

10 years agoam 7c05fd85: am 59ab011e: am 0e286ab1: Merge "docs: Removed outdated troubleshooting...
Ricardo Cervera [Wed, 14 May 2014 23:57:12 +0000 (23:57 +0000)]
am 7c05fd85: am 59ab011e: am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs

* commit '7c05fd850bfbbbe9139a958102494260b5e6dea2':
  docs: Removed outdated troubleshooting guidelines for Android Studio

10 years agoam c0f18b9d: am c4c77d63: Merge "Add property for background GC type"
Mathieu Chartier [Wed, 14 May 2014 23:56:13 +0000 (23:56 +0000)]
am c0f18b9d: am c4c77d63: Merge "Add property for background GC type"

* commit 'c0f18b9d0cce0c140b1274055faabff732f1e27c':
  Add property for background GC type

10 years agoam d05c7d26: am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."
Ian Rogers [Wed, 14 May 2014 23:56:06 +0000 (23:56 +0000)]
am d05c7d26: am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."

* commit 'd05c7d265170ca6573bbdd97f3c4aaa8e25a6389':
  Move FLATTENED_PATTERN to inner class.

10 years agoam 59ab011e: am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines...
Ricardo Cervera [Wed, 14 May 2014 23:53:20 +0000 (23:53 +0000)]
am 59ab011e: am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs

* commit '59ab011eebc5deb008ae62c0fe353d6d0aac8ab8':
  docs: Removed outdated troubleshooting guidelines for Android Studio

10 years agoam c4c77d63: Merge "Add property for background GC type"
Mathieu Chartier [Wed, 14 May 2014 23:52:02 +0000 (23:52 +0000)]
am c4c77d63: Merge "Add property for background GC type"

* commit 'c4c77d63d889baca2abbdce6326077f0911b279e':
  Add property for background GC type

10 years agoam bcf76242: Merge "Move FLATTENED_PATTERN to inner class."
Ian Rogers [Wed, 14 May 2014 23:51:59 +0000 (23:51 +0000)]
am bcf76242: Merge "Move FLATTENED_PATTERN to inner class."

* commit 'bcf76242134317a2f722eab5af2600fe2858f895':
  Move FLATTENED_PATTERN to inner class.

10 years agoam 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android...
Ricardo Cervera [Wed, 14 May 2014 23:49:24 +0000 (23:49 +0000)]
am 0e286ab1: Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs

* commit '0e286ab1f0eaeb2bb75c7a76ff8f3d08267e7fc3':
  docs: Removed outdated troubleshooting guidelines for Android Studio

10 years agoMerge "Fix layout positioning for Toolbar"
Adam Powell [Wed, 14 May 2014 23:49:20 +0000 (23:49 +0000)]
Merge "Fix layout positioning for Toolbar"

10 years agoFix layout positioning for Toolbar
Adam Powell [Wed, 14 May 2014 23:04:03 +0000 (16:04 -0700)]
Fix layout positioning for Toolbar

Fix a bug where the starting position was not properly updated for the
previous view's measured width.

Bug 14900794

Change-Id: I6064c5353abc83159cd4c7d6ccfce64640735791

10 years agoMerge "Check the array before accessing it"
ztenghui [Wed, 14 May 2014 23:15:21 +0000 (23:15 +0000)]
Merge "Check the array before accessing it"

10 years agoMerge "Add property for background GC type"
Mathieu Chartier [Wed, 14 May 2014 23:07:39 +0000 (23:07 +0000)]
Merge "Add property for background GC type"

10 years agoAdd property for background GC type
Mathieu Chartier [Wed, 14 May 2014 22:44:49 +0000 (15:44 -0700)]
Add property for background GC type

To disable background compaction do:
adb shell setprop dalvik.vm.backgroundgctype CMS

To enable:
adb shell setprop dalvik.vm.backgroundgctype SS

Change-Id: I1d87b95fceaedac4df5ce6e718d7c14b35d524cc

10 years agoMerge "docs: Removed outdated troubleshooting guidelines for Android Studio" into...
Ricardo Cervera [Wed, 14 May 2014 22:44:56 +0000 (22:44 +0000)]
Merge "docs: Removed outdated troubleshooting guidelines for Android Studio" into klp-docs

10 years agoMerge "Move FLATTENED_PATTERN to inner class."
Ian Rogers [Wed, 14 May 2014 22:40:58 +0000 (22:40 +0000)]
Merge "Move FLATTENED_PATTERN to inner class."

10 years agoMove FLATTENED_PATTERN to inner class.
Ian Rogers [Wed, 14 May 2014 22:29:35 +0000 (15:29 -0700)]
Move FLATTENED_PATTERN to inner class.

Avoid AOT compilation/initialization in ART failing due to regex.Pattern
requiring native support.

Bug: 14646037

Change-Id: I9d9c7fd9ed9fab7e21d37f9b31c00d037fc5a691

10 years agoMerge "Remove obsolete ThirdPartyCall APIs"
Evan Charlton [Wed, 14 May 2014 22:08:21 +0000 (22:08 +0000)]
Merge "Remove obsolete ThirdPartyCall APIs"

10 years agoMerge "Revert "Expose sendEnvelope.""
Evan Charlton [Wed, 14 May 2014 22:08:10 +0000 (22:08 +0000)]
Merge "Revert "Expose sendEnvelope.""

10 years agoMerge "Revert "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of...
Evan Charlton [Wed, 14 May 2014 22:07:47 +0000 (22:07 +0000)]
Merge "Revert "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of sendEnvelope.""

10 years agoRemove obsolete ThirdPartyCall APIs
Evan Charlton [Wed, 14 May 2014 20:56:50 +0000 (13:56 -0700)]
Remove obsolete ThirdPartyCall APIs

These should have been reverted long ago. Additional cleanup will need
to happen, but this is a good first pass.

Change-Id: I6d3c2919299c0a0b9714ffecd30da68e5c880b6a

10 years agoMerge "Add a new resource for HDMI-CEC logical device type definition"
Jinsuk Kim [Wed, 14 May 2014 22:02:05 +0000 (22:02 +0000)]
Merge "Add a new resource for HDMI-CEC logical device type definition"

10 years agoam ae4388f7: am 0f582284: am 980a285b: am 5eb99943: Merge "update wear reference...
Dirk Dougherty [Wed, 14 May 2014 21:54:27 +0000 (21:54 +0000)]
am ae4388f7: am 0f582284: am 980a285b: am 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs

* commit 'ae4388f794d3ba4087f65b528eba06d5015c9c9a':
  update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.

10 years agoMerge "resolved conflices for merge of 93ccd1a2 to master"
Dirk Dougherty [Wed, 14 May 2014 21:52:28 +0000 (21:52 +0000)]
Merge "resolved conflices for merge of 93ccd1a2 to master"

10 years agoresolved conflices for merge of 93ccd1a2 to master
Dirk Dougherty [Wed, 14 May 2014 21:47:28 +0000 (14:47 -0700)]
resolved conflices for merge of 93ccd1a2 to master

Change-Id: Ic77367cb9c90027e036a461697295fd604b50014

10 years agoMerge "Fix reboot loop due to NPE."
Sreeram Ramachandran [Wed, 14 May 2014 21:48:26 +0000 (21:48 +0000)]
Merge "Fix reboot loop due to NPE."

10 years agoMerge "Fix typo in comment"
David Christie [Wed, 14 May 2014 21:45:44 +0000 (21:45 +0000)]
Merge "Fix typo in comment"

10 years agoFix reboot loop due to NPE.
Sreeram Ramachandran [Wed, 14 May 2014 21:45:00 +0000 (14:45 -0700)]
Fix reboot loop due to NPE.

All that's old is new again: http://ag/63748.

Change-Id: I83df48447dbcb7f6edf02bd07abf721b009afa49

10 years agoMerge "Handle normalization of a "null" phone number."
Andrew Lee [Wed, 14 May 2014 21:44:38 +0000 (21:44 +0000)]
Merge "Handle normalization of a "null" phone number."

10 years agoFix typo in comment
David Christie [Wed, 14 May 2014 21:28:54 +0000 (14:28 -0700)]
Fix typo in comment

Change-Id: I880385f250d95ad9eea1c39bdf126797177e00a1

10 years agoam 0f582284: am 980a285b: am 5eb99943: Merge "update wear reference docs to support...
Dirk Dougherty [Wed, 14 May 2014 21:24:29 +0000 (21:24 +0000)]
am 0f582284: am 980a285b: am 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs

* commit '0f5822847ae3422d939a7959f6a25178fcc12232':
  update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.

10 years agoam 0540bc37: am a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.
Dirk Dougherty [Wed, 14 May 2014 21:24:24 +0000 (21:24 +0000)]
am 0540bc37: am a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.

* commit '0540bc373c84b4ab590708cc9f79c95eeac5114c':
  Doc change: Updated content for distribute.

10 years agoam 980a285b: am 5eb99943: Merge "update wear reference docs to support sticky nav...
Dirk Dougherty [Wed, 14 May 2014 21:21:23 +0000 (21:21 +0000)]
am 980a285b: am 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs

* commit '980a285b4c29254fd65b0426256918ae2b5eea85':
  update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.

10 years agoam a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.
Dirk Dougherty [Wed, 14 May 2014 21:21:15 +0000 (21:21 +0000)]
am a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.

* commit 'a4e6c7d1d4e6c8ca2b50f91ae8881fb4838d7955':
  Doc change: Updated content for distribute.

10 years agoam 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT...
Dirk Dougherty [Wed, 14 May 2014 21:17:27 +0000 (21:17 +0000)]
am 5eb99943: Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs

* commit '5eb99943d5cf4ad32c61d94e944c155d1c77a915':
  update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED.

10 years agoam 3506ac87: Doc change: Updated content for distribute.
Dirk Dougherty [Wed, 14 May 2014 21:17:22 +0000 (21:17 +0000)]
am 3506ac87: Doc change: Updated content for distribute.

* commit '3506ac87c09c0748d92ef594c94365a5d7b07262':
  Doc change: Updated content for distribute.

10 years agoMerge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC...
Dirk Dougherty [Wed, 14 May 2014 21:16:31 +0000 (21:16 +0000)]
Merge "update wear reference docs to support sticky nav. DO NOT SUBMIT UNTIL DYNAMIC TEMPLATE IS MERGED." into klp-docs

10 years agoDoc change: Updated content for distribute.
Dirk Dougherty [Fri, 21 Feb 2014 19:15:52 +0000 (11:15 -0800)]
Doc change: Updated content for distribute.

Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed

10 years agoCheck the array before accessing it
ztenghui [Wed, 14 May 2014 20:48:27 +0000 (13:48 -0700)]
Check the array before accessing it

TODO: Figure out why the path is generating empty polygon.

bug: 14615368

Change-Id: If116e34388b7c6a71bf5ddd36e0c9716d7450732

10 years agoRevert "Expose sendEnvelope."
Evan Charlton [Wed, 14 May 2014 21:02:21 +0000 (14:02 -0700)]
Revert "Expose sendEnvelope."

This reverts commit 6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd.

Change-Id: Ie04a873bb1d4935208e687917e86cbe80312a6d1

10 years agoRevert "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of sendEnvel...
Evan Charlton [Wed, 14 May 2014 21:01:47 +0000 (14:01 -0700)]
Revert "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of sendEnvelope."

This reverts commit 37384dedab38239433a41641fe87fc3e51bb6976.

10 years agoMerge "Fix potential crash in libandroidfw"
Adam Lesinski [Wed, 14 May 2014 20:30:09 +0000 (20:30 +0000)]
Merge "Fix potential crash in libandroidfw"

10 years agomerge master nova by hand, skipped translations
Ed Heyl [Wed, 14 May 2014 20:24:53 +0000 (13:24 -0700)]
merge master nova by hand, skipped translations

Change-Id: I4bea0bb9e375361f21d995bf4698d5eb6300ecfb

10 years agoHandle normalization of a "null" phone number.
Andrew Lee [Wed, 14 May 2014 19:13:02 +0000 (12:13 -0700)]
Handle normalization of a "null" phone number.

Bug: 14900155
Change-Id: I1c4c5c6dec4c4c470b436102c72a7476d3d5237c

10 years agoMerge "Remove reflection from InputEventConsistencyVerifier ctor."
Michael Wright [Wed, 14 May 2014 19:50:48 +0000 (19:50 +0000)]
Merge "Remove reflection from InputEventConsistencyVerifier ctor."

10 years agoMerge "Only translate prefixed strings to keys / axes."
Michael Wright [Wed, 14 May 2014 19:43:15 +0000 (19:43 +0000)]
Merge "Only translate prefixed strings to keys / axes."

10 years agoMerge "Add intrusiveness signal extractor."
Chris Wren [Wed, 14 May 2014 19:30:12 +0000 (19:30 +0000)]
Merge "Add intrusiveness signal extractor."

10 years agoAdding method for applications to query their own tasks. (Bug 14627210)
Winson Chung [Wed, 14 May 2014 18:05:00 +0000 (11:05 -0700)]
Adding method for applications to query their own tasks.  (Bug 14627210)

Change-Id: I33299bf59784849171b19af4a5be2ab7665581c5

10 years agoMerge "Fix adaptive auto brightness bugs"
Adrian Roos [Wed, 14 May 2014 19:02:17 +0000 (19:02 +0000)]
Merge "Fix adaptive auto brightness bugs"

10 years agoMerge "Add more columns to help identify TV channels"
Jae Seo [Wed, 14 May 2014 19:00:51 +0000 (19:00 +0000)]
Merge "Add more columns to help identify TV channels"

10 years agoMerge "Adding device name"
Jerome Poichet [Wed, 14 May 2014 18:57:14 +0000 (18:57 +0000)]
Merge "Adding device name"

10 years agoFix potential crash in libandroidfw
Adam Lesinski [Wed, 14 May 2014 18:43:26 +0000 (11:43 -0700)]
Fix potential crash in libandroidfw

A malformed APK may cause a crash if it
encodes its chunk size as a signed number
(MSB set to 1).

Bug:14898892
Change-Id: I342853c2b0859e5be15d712d451323afc367d329

10 years agoMerge "Follow up for "A better auto brightness""
Adrian Roos [Wed, 14 May 2014 18:30:00 +0000 (18:30 +0000)]
Merge "Follow up for "A better auto brightness""

10 years agoAdd intrusiveness signal extractor.
Chris Wren [Thu, 8 May 2014 14:42:09 +0000 (10:42 -0400)]
Add intrusiveness signal extractor.

Temporarily bump noisy things to the top so the user can find them.
This is the first example of a delayed ranking reconsideration.

Change-Id: I07271ba197101ad462e4f99fb7c369a39c8c2e2f

10 years agoFollow up for "A better auto brightness"
Adrian Roos [Wed, 14 May 2014 18:01:43 +0000 (20:01 +0200)]
Follow up for "A better auto brightness"

Original CL: I62d0695b7da16ffa7a27c465c3b6bc4b1515f9c0

Change-Id: I79c307586c0ba9be275d3920a3805f45b6006ce8

10 years agoFix adaptive auto brightness bugs
Adrian Roos [Wed, 14 May 2014 17:44:18 +0000 (19:44 +0200)]
Fix adaptive auto brightness bugs

Fix update of the light sensor in AutoBrightnessController.
Register observer for Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ.

Change-Id: I5201259c4efc0afa200fea3ad9fe3af2991d8676

10 years agoMerge "Add QS rotation tile toggle animation."
John Spurlock [Wed, 14 May 2014 17:34:02 +0000 (17:34 +0000)]
Merge "Add QS rotation tile toggle animation."

10 years agoAdd QS rotation tile toggle animation.
John Spurlock [Wed, 14 May 2014 17:32:14 +0000 (13:32 -0400)]
Add QS rotation tile toggle animation.

Change-Id: Ic7e6e36759ef17ab35d639d22bbd2f6bf2470272

10 years agoMerge "AlertDialog and AppError themes for TV."
Craig Stout [Wed, 14 May 2014 16:19:51 +0000 (16:19 +0000)]
Merge "AlertDialog and AppError themes for TV."

10 years agoTrack notification airtime
Christoph Studer [Wed, 7 May 2014 20:23:56 +0000 (22:23 +0200)]
Track notification airtime

...and write it together with posttime to the
SQLite log.

Bug: 13672846
Change-Id: I605447f89a0c89782a320c298ddb59cbb8994367

10 years agoMerge "Undeprecate funcs until we're ready for api-review"
Robert Greenwalt [Wed, 14 May 2014 15:56:31 +0000 (15:56 +0000)]
Merge "Undeprecate funcs until we're ready for api-review"

10 years agoUndeprecate funcs until we're ready for api-review
Robert Greenwalt [Wed, 14 May 2014 15:45:02 +0000 (08:45 -0700)]
Undeprecate funcs until we're ready for api-review

Fixing javadoc deprecated tags to fix a checkbuild error breaks the current/api.txt.
We're not ready for the api change yet, so back out the comments.

Change-Id: Ia95e394da7329c1b9e3876e589c3c2137ba18048

10 years agoam 41ecc8b1: am dcc9cf03: am 41ec8c96: Merge "Avoid supported ABI list containing...
Torne (Richard Coles) [Wed, 14 May 2014 15:40:39 +0000 (15:40 +0000)]
am 41ecc8b1: am dcc9cf03: am 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."

* commit '41ecc8b1e04794f3d6db01b594cb6daaafd8ae1d':
  Avoid supported ABI list containing "unknown".

10 years agoam dcc9cf03: am 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."
Torne (Richard Coles) [Wed, 14 May 2014 15:35:19 +0000 (15:35 +0000)]
am dcc9cf03: am 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."

* commit 'dcc9cf03a846cb01d91de70d7a115d95c0c4db19':
  Avoid supported ABI list containing "unknown".

10 years agoam 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."
Torne (Richard Coles) [Wed, 14 May 2014 15:31:28 +0000 (15:31 +0000)]
am 41ec8c96: Merge "Avoid supported ABI list containing "unknown"."

* commit '41ec8c9672fccce90a7156bcd856f59a36e93ad3':
  Avoid supported ABI list containing "unknown".

10 years agoMerge "Fix visibility and add bouncer event in KeyguardUpdateMonitor"
Adrian Roos [Wed, 14 May 2014 15:28:09 +0000 (15:28 +0000)]
Merge "Fix visibility and add bouncer event in KeyguardUpdateMonitor"

10 years agoMerge "Avoid supported ABI list containing "unknown"."
Torne (Richard Coles) [Wed, 14 May 2014 15:26:04 +0000 (15:26 +0000)]
Merge "Avoid supported ABI list containing "unknown"."

10 years agoMerge "Update QS bugreport icon."
John Spurlock [Wed, 14 May 2014 15:20:17 +0000 (15:20 +0000)]
Merge "Update QS bugreport icon."

10 years agoUpdate QS bugreport icon.
John Spurlock [Wed, 14 May 2014 15:18:39 +0000 (11:18 -0400)]
Update QS bugreport icon.

Change-Id: I24b2f7b88650e272bf1ab6409656164094382621

10 years agoAvoid supported ABI list containing "unknown".
Torne (Richard Coles) [Wed, 14 May 2014 15:17:26 +0000 (16:17 +0100)]
Avoid supported ABI list containing "unknown".

If one of the ABI list system properties is undefined/empty (as
ro.product.cpu.abilist64 is on a 32-bit only device), getString returns
"unknown", which ends up creating a 1-element array with "unknown" as a
member. Fix this to instead just get the empty string and split that
into a 0-element array.

Change-Id: I0d0a54eb06bb04427bcf0487e2a16d4180b81116

10 years agoFix visibility and add bouncer event in KeyguardUpdateMonitor
Adrian Roos [Wed, 14 May 2014 13:52:53 +0000 (15:52 +0200)]
Fix visibility and add bouncer event in KeyguardUpdateMonitor

Bug: 14087751
Change-Id: I45bc2213dfcce751180762d18ead0382f68cac74

10 years agoFix Javadoc
Robert Greenwalt [Wed, 14 May 2014 14:50:11 +0000 (07:50 -0700)]
Fix Javadoc

It's Deprecated for an annotation, but deprecated for
a javadoc and case is important.

Fix build

Change-Id: I355dc1660196c09530b58386f401a85a74d16476

10 years agoMerge "Add networks and requests to CS.dump"
Robert Greenwalt [Wed, 14 May 2014 13:44:26 +0000 (13:44 +0000)]
Merge "Add networks and requests to CS.dump"

10 years agoAdd networks and requests to CS.dump
Robert Greenwalt [Tue, 13 May 2014 22:36:27 +0000 (15:36 -0700)]
Add networks and requests to CS.dump

Adds debugging.

Change-Id: I352dfe970c990fd210f3d1598519e321bbdd6ed5
(cherry picked from commit 9bdf6bd99db56c652ba9a62d91f258d11d19ca9f)

10 years agoAdd Multinetwork API
Robert Greenwalt [Wed, 26 Mar 2014 23:47:06 +0000 (16:47 -0700)]
Add Multinetwork API

Change-Id: I3a9cef0d416db96d05098dd989ee3fef3b1e9274
(cherry picked from commit cc5e6afa1ba0bef099bcb21a64a36bc2bf7951db)