OSDN Git Service

android-x86/frameworks-base.git
10 years agoam ce0552f3: am 8a4c2bb1: am 567f7ca4: Refactor dream manager to new pattern.
Jeff Brown [Fri, 14 Feb 2014 09:50:37 +0000 (09:50 +0000)]
am ce0552f3: am 8a4c2bb1: am 567f7ca4: Refactor dream manager to new pattern.

* commit 'ce0552f360d8c8f0bc45095293be369800ce9c93':
  Refactor dream manager to new pattern.

10 years agoam 8a4c2bb1: am 567f7ca4: Refactor dream manager to new pattern.
Jeff Brown [Fri, 14 Feb 2014 09:41:38 +0000 (09:41 +0000)]
am 8a4c2bb1: am 567f7ca4: Refactor dream manager to new pattern.

* commit '8a4c2bb1f07cf1d971290a7310d7b71aceb71590':
  Refactor dream manager to new pattern.

10 years agoam 567f7ca4: Refactor dream manager to new pattern.
Jeff Brown [Fri, 14 Feb 2014 09:14:09 +0000 (09:14 +0000)]
am 567f7ca4: Refactor dream manager to new pattern.

* commit '567f7ca424280ae957b04d4f3df690055f2d41df':
  Refactor dream manager to new pattern.

10 years agoRefactor dream manager to new pattern.
Jeff Brown [Fri, 31 Jan 2014 07:38:03 +0000 (23:38 -0800)]
Refactor dream manager to new pattern.

Change-Id: I99ab4bd98d56a290368dc4b24e5bb24e0656b522

10 years agoFix build
Adam Powell [Fri, 14 Feb 2014 03:21:54 +0000 (19:21 -0800)]
Fix build

Change-Id: Iec813bf820b4b5cb87949f4476d1b288c89c5f8a

10 years agoam 6231c948: am dc3561df: am 01de2432: am 24d8fa73: Merge "frameworks/base: move...
Dianne Hackborn [Fri, 14 Feb 2014 02:03:48 +0000 (02:03 +0000)]
am 6231c948: am dc3561df: am 01de2432: am 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"

* commit '6231c948b0dc8dc97a5054f26c398a9a2884921f':
  frameworks/base: move idmap from frameworks/native

10 years agoam df10f02a: am e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CAL...
Wink Saville [Fri, 14 Feb 2014 02:03:44 +0000 (02:03 +0000)]
am df10f02a: am e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."

* commit 'df10f02a1428e12acda695360a5e760c8e806ea2':
  Telephony: Handle DATA_CALL_LIST in DCC.

10 years agoam dc3561df: am 01de2432: am 24d8fa73: Merge "frameworks/base: move idmap from framew...
Dianne Hackborn [Fri, 14 Feb 2014 02:00:49 +0000 (02:00 +0000)]
am dc3561df: am 01de2432: am 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"

* commit 'dc3561df118a17a099285c9be312fb66f91314ec':
  frameworks/base: move idmap from frameworks/native

10 years agoam e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in...
Wink Saville [Fri, 14 Feb 2014 02:00:46 +0000 (02:00 +0000)]
am e574f7de: am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."

* commit 'e574f7decf7bc2c6861aff2fd4458b9f96a08a28':
  Telephony: Handle DATA_CALL_LIST in DCC.

10 years agoam 01de2432: am 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"
Dianne Hackborn [Fri, 14 Feb 2014 01:54:49 +0000 (01:54 +0000)]
am 01de2432: am 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"

* commit '01de243263d347f2ac13a239d67d41817e34df33':
  frameworks/base: move idmap from frameworks/native

10 years agoam ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."
Wink Saville [Fri, 14 Feb 2014 01:54:43 +0000 (01:54 +0000)]
am ea56c795: am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."

* commit 'ea56c795b0b4997f5835ec42a18eccdb173bc468':
  Telephony: Handle DATA_CALL_LIST in DCC.

10 years agoam 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"
Dianne Hackborn [Fri, 14 Feb 2014 01:50:53 +0000 (17:50 -0800)]
am 24d8fa73: Merge "frameworks/base: move idmap from frameworks/native"

* commit '24d8fa739b7ca0791174af260ed95cdc139e0903':
  frameworks/base: move idmap from frameworks/native

10 years agoam bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."
Wink Saville [Fri, 14 Feb 2014 01:50:51 +0000 (17:50 -0800)]
am bbba8211: Merge "Telephony: Handle DATA_CALL_LIST in DCC."

* commit 'bbba8211f9eca938d5d482583fd6e047615b4334':
  Telephony: Handle DATA_CALL_LIST in DCC.

10 years agoMerge "Refactor AbsListView position scrollers for better abstraction"
Alan Viverette [Fri, 14 Feb 2014 01:48:59 +0000 (01:48 +0000)]
Merge "Refactor AbsListView position scrollers for better abstraction"

10 years agoRefactor AbsListView position scrollers for better abstraction
Alan Viverette [Fri, 14 Feb 2014 01:47:38 +0000 (17:47 -0800)]
Refactor AbsListView position scrollers for better abstraction

The AbsListView sub-scroller knows nothing about layout. That's now
handled by ListView and GridView, with subclasses of AbsListView using
the default PositionScroller. Removes unnecessary (unreleased) APIs.

Also fixes a bounds check that was using the item position rather than
the child view position.

BUG: 13006641
Change-Id: I2adb0f15623e32295facf81f5ada974083ba03ce

10 years agoMerge "frameworks/base: move idmap from frameworks/native"
Dianne Hackborn [Fri, 14 Feb 2014 01:45:12 +0000 (01:45 +0000)]
Merge "frameworks/base: move idmap from frameworks/native"

10 years agoMerge "Fix bug #12993929 Screen orientation change replaces wifi password dialog...
Fabrice Di Meglio [Fri, 14 Feb 2014 01:42:35 +0000 (01:42 +0000)]
Merge "Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog"

10 years agoMerge "Add selection properties to CollectionInfo, CollectionItemInfo"
Alan Viverette [Fri, 14 Feb 2014 01:15:03 +0000 (01:15 +0000)]
Merge "Add selection properties to CollectionInfo, CollectionItemInfo"

10 years agoFix bug #12993929 Screen orientation change replaces wifi password dialog with Add...
Fabrice Di Meglio [Fri, 14 Feb 2014 01:02:11 +0000 (17:02 -0800)]
Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog

- do not make inactive the fragment when its transition animation is ending.

Long explanation:

Context: you need to have a first fragment pushed and then a second one replacing
the first one, and then create a DialogFragment on top of it. The FragmentManager
has then three "active" Fragments.

The mActive ArrayList of the FragmentManager is then containing:

mActive[0] = first fragment
mActive[1] = second fragment (parent of the dialog fragment)
mActive[2[ = dialog fragment

Then suppose you are changing the orientation.

During the restoration of the FragmentManager states, you will see that the
first Fragment is marked "inactive" and the mActive ArrayList is looking like:

mActive[0] = dialog fragment
mActive[1] = second fragment

which leads first to have a call to onCreateDialog() for the DialogFragment and
before it can be able to restore its state thru the calls to onCreate() and
onCreateView() for the parent (the second fragment).

Change-Id: I0268bdf13e4bdd07a783c2c82a13b431d0c5c8e4

10 years agoMerge "Telephony: Handle DATA_CALL_LIST in DCC."
Wink Saville [Thu, 13 Feb 2014 23:37:03 +0000 (23:37 +0000)]
Merge "Telephony: Handle DATA_CALL_LIST in DCC."

10 years agoMerge "Log history of location requests in LocationManager. -Assists with debugging...
David Christie [Thu, 13 Feb 2014 20:25:00 +0000 (20:25 +0000)]
Merge "Log history of location requests in LocationManager. -Assists with debugging power issues. Bug: 12824233"

10 years agoam 3816fa8b: am 21ab13ff: am 474f1fbe: Merge "Don\'t null class member before using...
Craig Mautner [Thu, 13 Feb 2014 19:24:23 +0000 (19:24 +0000)]
am 3816fa8b: am 21ab13ff: am 474f1fbe: Merge "Don\'t null class member before using it." into klp-modular-dev

* commit '3816fa8beec3592360bf4ec1c4dde22c271b17f9':
  Don't null class member before using it.

10 years agoam 21ab13ff: am 474f1fbe: Merge "Don\'t null class member before using it." into...
Craig Mautner [Thu, 13 Feb 2014 19:21:41 +0000 (19:21 +0000)]
am 21ab13ff: am 474f1fbe: Merge "Don\'t null class member before using it." into klp-modular-dev

* commit '21ab13ff743fda1cec1923a8dec6b5553a514759':
  Don't null class member before using it.

10 years agoam 474f1fbe: Merge "Don\'t null class member before using it." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 19:18:04 +0000 (19:18 +0000)]
am 474f1fbe: Merge "Don\'t null class member before using it." into klp-modular-dev

* commit '474f1fbe8d87563909c3cb69ec921d427cd1f0b0':
  Don't null class member before using it.

10 years agoMerge "Don't null class member before using it." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 19:14:17 +0000 (19:14 +0000)]
Merge "Don't null class member before using it." into klp-modular-dev

10 years agoam 4dd83975: am d14fa78d: am 0af894d2: Merge "Update DimLayer sizes on rotation....
Craig Mautner [Thu, 13 Feb 2014 19:13:02 +0000 (19:13 +0000)]
am 4dd83975: am d14fa78d: am 0af894d2: Merge "Update DimLayer sizes on rotation." into klp-modular-dev

* commit '4dd839756ce032cb6db613f08b9a28e5cd20bbe9':
  Update DimLayer sizes on rotation.

10 years agoDon't null class member before using it.
Craig Mautner [Thu, 13 Feb 2014 19:12:42 +0000 (11:12 -0800)]
Don't null class member before using it.

Changing the order of detachStack() and usage of mDisplayContent
fixes NPE.

Fixes bug 12823709.

Change-Id: I04760b1d6fd5d3ffc49b99ca4acb47bf7e61cb46

10 years agoam d14fa78d: am 0af894d2: Merge "Update DimLayer sizes on rotation." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 19:10:15 +0000 (19:10 +0000)]
am d14fa78d: am 0af894d2: Merge "Update DimLayer sizes on rotation." into klp-modular-dev

* commit 'd14fa78dc84507fbdee8507205a3aff40296d328':
  Update DimLayer sizes on rotation.

10 years agoam 0af894d2: Merge "Update DimLayer sizes on rotation." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 19:05:18 +0000 (19:05 +0000)]
am 0af894d2: Merge "Update DimLayer sizes on rotation." into klp-modular-dev

* commit '0af894d25133890e7765e6c582b3ac4829070de8':
  Update DimLayer sizes on rotation.

10 years agoMerge "Update DimLayer sizes on rotation." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 19:02:01 +0000 (19:02 +0000)]
Merge "Update DimLayer sizes on rotation." into klp-modular-dev

10 years agoUpdate DimLayer sizes on rotation.
Craig Mautner [Thu, 13 Feb 2014 18:59:16 +0000 (10:59 -0800)]
Update DimLayer sizes on rotation.

Required replumbing and updating the TaskStack bounds calculations
to match the new separation of TaskStack from DisplayContent.

Fixes bug 12780687.

Change-Id: I061c92831c06f4eb3e673ad6296e721b0c0f3202

10 years agoMerge "reduce error logs from disconnected AccessibilityNodeInfo's"
Guang Zhu [Thu, 13 Feb 2014 18:45:24 +0000 (18:45 +0000)]
Merge "reduce error logs from disconnected AccessibilityNodeInfo's"

10 years agoMerge "Start tracking radio up time."
Dianne Hackborn [Thu, 13 Feb 2014 17:56:11 +0000 (17:56 +0000)]
Merge "Start tracking radio up time."

10 years agoStart tracking radio up time.
Dianne Hackborn [Wed, 12 Feb 2014 01:18:35 +0000 (17:18 -0800)]
Start tracking radio up time.

We now always turn on network state tracking for mobile,
and push this information down to battery stats.

In battery stats we use this to both log the changes in
the history and keep track of the total time the mobile
radio was active.

Power computation is switched over to using this information
to help determine power use, which will hopefully make it
more accurate (not counting inaccuracies in knowing when it
actually goes down).

Note yet done is aggregating this data per-uid, to better
emphasize which apps are causing the radio to be up.  Right
now we just spread the total time across all uids weighted
by the total number of packets they have sent and received.

Also put in the battery stats infrastructure for bluetooth to
address issue #12973036: Improve power_profile.xml

Change-Id: I39d11b7ff6ae4f336f253d1cba308d8569de7e0d

10 years agoMerge "Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest.""
Andreas Huber [Thu, 13 Feb 2014 17:22:48 +0000 (17:22 +0000)]
Merge "Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest.""

10 years agoRevert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."
Andreas Huber [Thu, 13 Feb 2014 17:22:33 +0000 (17:22 +0000)]
Revert "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."

This reverts commit 7825334929b098b36e1144872200e75ba6d24b13.

Change-Id: I1702eb3ff9d7192d64039c8bf4bc3fc5d8e458c4

10 years agoMerge "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."
Andreas Huber [Thu, 13 Feb 2014 16:35:02 +0000 (16:35 +0000)]
Merge "Split AndroidRuntime into AndroidRuntimeBase base-class and the rest."

10 years agoMerge "Fix NPE in BaseStatusBar."
John Spurlock [Thu, 13 Feb 2014 14:47:52 +0000 (14:47 +0000)]
Merge "Fix NPE in BaseStatusBar."

10 years agoFix NPE in BaseStatusBar.
John Spurlock [Thu, 13 Feb 2014 14:39:14 +0000 (09:39 -0500)]
Fix NPE in BaseStatusBar.

Bug:12996414
Change-Id: Icded809ce14ca6fc5d11bee1c2470152d507cee2

10 years agoresolved conflicts for merge of 396b9e79 to master
Narayan Kamath [Thu, 13 Feb 2014 11:48:48 +0000 (11:48 +0000)]
resolved conflicts for merge of 396b9e79 to master

Change-Id: Ie71a79699be57f5af6069559068bf6253835d805

10 years agoam b9378d81: am 321cd18a: am 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc...
Dirk Dougherty [Thu, 13 Feb 2014 11:27:30 +0000 (11:27 +0000)]
am b9378d81: am 321cd18a: am 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit 'b9378d8108555c920880d7ec7ec4122b04fb2960':
  Doc change: add new samples TOC groups and landing pages.

10 years agoam 27bf55c8: am 16c0b295: am bba3a694: Merge "Telephony API extension v2"
Wink Saville [Thu, 13 Feb 2014 08:49:13 +0000 (08:49 +0000)]
am 27bf55c8: am 16c0b295: am bba3a694: Merge "Telephony API extension v2"

* commit '27bf55c8159e7f883ddc839453d5a12374ddc50a':
  Telephony API extension v2

10 years agoam 16c0b295: am bba3a694: Merge "Telephony API extension v2"
Wink Saville [Thu, 13 Feb 2014 08:44:55 +0000 (08:44 +0000)]
am 16c0b295: am bba3a694: Merge "Telephony API extension v2"

* commit '16c0b295ef069e128a4e01fd2f72da06784950a1':
  Telephony API extension v2

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 13 Feb 2014 05:14:35 +0000 (05:14 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Thu, 13 Feb 2014 05:14:33 +0000 (05:14 +0000)]
Merge "Import translations. DO NOT MERGE"

10 years agoam bba3a694: Merge "Telephony API extension v2"
Wink Saville [Thu, 13 Feb 2014 04:29:01 +0000 (20:29 -0800)]
am bba3a694: Merge "Telephony API extension v2"

* commit 'bba3a694b8400fd340c0400bf42ef3d79a4285b1':
  Telephony API extension v2

10 years agoMerge "Telephony API extension v2"
Wink Saville [Thu, 13 Feb 2014 04:26:33 +0000 (04:26 +0000)]
Merge "Telephony API extension v2"

10 years agoam 321cd18a: am 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add...
Dirk Dougherty [Thu, 13 Feb 2014 03:57:19 +0000 (03:57 +0000)]
am 321cd18a: am 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit '321cd18ab21966383d75ba1e9c09b0adf932383b':
  Doc change: add new samples TOC groups and landing pages.

10 years agoam 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC...
Dirk Dougherty [Thu, 13 Feb 2014 03:53:48 +0000 (03:53 +0000)]
am 820bb4bd: am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit '820bb4bdd358bfaac446b8ce4af5474dcfc77613':
  Doc change: add new samples TOC groups and landing pages.

10 years agoam 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and...
Dirk Dougherty [Thu, 13 Feb 2014 03:50:08 +0000 (03:50 +0000)]
am 9c50271d: am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit '9c50271dc34e48d527db7da85c3b3474574faee2':
  Doc change: add new samples TOC groups and landing pages.

10 years agoam 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.
Dirk Dougherty [Thu, 13 Feb 2014 03:47:02 +0000 (03:47 +0000)]
am 257f6724: am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit '257f67249afb017c9a3d0a79e545da567aa5bd02':
  Doc change: add new samples TOC groups and landing pages.

10 years agoam 35cb4e49: Doc change: add new samples TOC groups and landing pages.
Dirk Dougherty [Thu, 13 Feb 2014 03:44:38 +0000 (03:44 +0000)]
am 35cb4e49: Doc change: add new samples TOC groups and landing pages.

* commit '35cb4e49365a8a8da0607c2659399aaad9ea5a1c':
  Doc change: add new samples TOC groups and landing pages.

10 years agoDoc change: add new samples TOC groups and landing pages.
Dirk Dougherty [Sat, 8 Feb 2014 05:05:43 +0000 (21:05 -0800)]
Doc change: add new samples TOC groups and landing pages.

Change-Id: I2f39e82fb79d4f19362d9fe2deafdde5d87873a7

10 years agoam f24ee132: am d3df99c4: am 4b79f838: Merge "Add debug for 12987986." into klp-modul...
Craig Mautner [Thu, 13 Feb 2014 03:34:56 +0000 (03:34 +0000)]
am f24ee132: am d3df99c4: am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev

* commit 'f24ee13254b544b7e73ea1b28facc1996b8185ab':
  Add debug for 12987986.

10 years agoMerge commit '47d3eaf6' into manualmerge
Dirk Dougherty [Thu, 13 Feb 2014 03:31:15 +0000 (19:31 -0800)]
Merge commit '47d3eaf6' into manualmerge

Conflicts:
docs/html/design/patterns/accessibility.jd
docs/html/design/patterns/actionbar.jd
docs/html/design/patterns/compatibility.jd
docs/html/design/patterns/multi-pane-layouts.jd
docs/html/design/style/iconography.jd

Change-Id: I349cf8ebc159c0a7ef0796900e2d11fe6e0c888a

10 years agoreduce error logs from disconnected AccessibilityNodeInfo's
Guang Zhu [Thu, 13 Feb 2014 01:27:15 +0000 (17:27 -0800)]
reduce error logs from disconnected AccessibilityNodeInfo's

ChromeView generates a large amount of such logs; while the real
root cause is being fixed, reduce the verbosity so other
interesting logs won't get overwritten.

Bug: 10871032
Change-Id: If42116671062d7b2cc2a13384424575da499c493

10 years agoam 8853b9c4: am 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge...
Joe Fernandez [Thu, 13 Feb 2014 01:11:51 +0000 (01:11 +0000)]
am 8853b9c4: am 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit '8853b9c4b478df6ac8286d3dc825aa821f375afa':
  MediaRouter Developer Guide

10 years agoam 4f2d02fb: am 20b5fd98: am 93994e9d: am a9bb594d: Merge "Convert all selinux_androi...
Nick Kralevich [Thu, 13 Feb 2014 01:11:47 +0000 (01:11 +0000)]
am 4f2d02fb: am 20b5fd98: am 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit '4f2d02fb0073c4129957c0d2ac6e0c0055f4dad8':
  Convert all selinux_android_restorecon and _setfilecon calls to new API.

10 years agoam 5137fa03: am 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descr...
Dave Platt [Thu, 13 Feb 2014 01:11:41 +0000 (01:11 +0000)]
am 5137fa03: am 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"

* commit '5137fa03c3e416c6f68c36f3ec922621853609b1':
  Finish fixing Zygote descriptor leakage problem

10 years agoMerge changes I8f4249da,I012bd99f
Michael Wright [Thu, 13 Feb 2014 00:46:58 +0000 (00:46 +0000)]
Merge changes I8f4249da,I012bd99f

* changes:
  Extract automatic brightness strategy
  New ambient light level filtering for automatic brightness

10 years agoExtract automatic brightness strategy
Michael Wright [Sat, 18 Jan 2014 02:29:12 +0000 (18:29 -0800)]
Extract automatic brightness strategy

Pull the strategy for determining the automatic brightness levels
into its own class. This cleans up DisplayPowerController a bit and
lets us experiment with different automatic brightness strategies
more easily.

Change-Id: I8f4249da511e38f63260dbef81f97f5507aac948

10 years agoMerge "Point to the correct voice search icons in themes"
Adam Powell [Thu, 13 Feb 2014 00:43:26 +0000 (00:43 +0000)]
Merge "Point to the correct voice search icons in themes"

10 years agoAdd selection properties to CollectionInfo, CollectionItemInfo
Alan Viverette [Thu, 13 Feb 2014 00:38:10 +0000 (16:38 -0800)]
Add selection properties to CollectionInfo, CollectionItemInfo

BUG: 12552541
Change-Id: Iae10abc02eeffea7c7fcb25020b343181e1e3482

10 years agoMerge "Fix one flag setting bug"
ztenghui [Thu, 13 Feb 2014 00:16:36 +0000 (00:16 +0000)]
Merge "Fix one flag setting bug"

10 years agoam d3df99c4: am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev
Craig Mautner [Thu, 13 Feb 2014 00:13:10 +0000 (00:13 +0000)]
am d3df99c4: am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev

* commit 'd3df99c474b8e267cead8382912b083b6f6ebe3d':
  Add debug for 12987986.

10 years agoam 958a7f72: am 35ad8886: am acec746b: am 55362018: am 271c8f12: Merge "Doc change...
Dirk Dougherty [Thu, 13 Feb 2014 00:13:06 +0000 (00:13 +0000)]
am 958a7f72: am 35ad8886: am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

* commit '958a7f725d9d01415fe33ed2ec35eec72a6d66e3':
  Doc change: minor edits to support easier extraction of document summaries.

10 years agoam 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter...
Joe Fernandez [Thu, 13 Feb 2014 00:13:02 +0000 (00:13 +0000)]
am 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit '577570f29919da32e2b616dbab1e52fadabcb315':
  MediaRouter Developer Guide

10 years agoam 20b5fd98: am 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon...
Nick Kralevich [Thu, 13 Feb 2014 00:12:55 +0000 (00:12 +0000)]
am 20b5fd98: am 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit '20b5fd98fb9c80ed29d57d67eb706a36b02708da':
  Convert all selinux_android_restorecon and _setfilecon calls to new API.

10 years agoam 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage...
Dave Platt [Thu, 13 Feb 2014 00:12:50 +0000 (00:12 +0000)]
am 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"

* commit '34cc9f9056e8736143e82891ccd01a85106a4518':
  Finish fixing Zygote descriptor leakage problem

10 years agoMerge "Update smoothScrollToPosition to move faster for large offsets"
Alan Viverette [Wed, 12 Feb 2014 23:51:56 +0000 (23:51 +0000)]
Merge "Update smoothScrollToPosition to move faster for large offsets"

10 years agoMerge "Fix RelativeLayout measurement"
Alan Viverette [Wed, 12 Feb 2014 23:51:11 +0000 (23:51 +0000)]
Merge "Fix RelativeLayout measurement"

10 years agoNew ambient light level filtering for automatic brightness
Michael Wright [Thu, 14 Nov 2013 00:18:32 +0000 (16:18 -0800)]
New ambient light level filtering for automatic brightness

This new filtering method maintains a ring buffer of all light sensor
measurements within the last ten seconds. Once all of the
measurements are either above the brightening threshold or below the
darkening threshold, adjust the screen brightness to the average of
the recorded measurements.

Change-Id: I012bd99f86149e02f03b05f19722aef9a07aba31

10 years agoFix RelativeLayout measurement
Alan Viverette [Wed, 12 Feb 2014 23:49:18 +0000 (15:49 -0800)]
Fix RelativeLayout measurement

BUG: 12993953
Change-Id: Idf82734eb9a06ea7610e8eb42705da9f4a4639e9

10 years agoam 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev
Craig Mautner [Wed, 12 Feb 2014 23:48:15 +0000 (23:48 +0000)]
am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev

* commit '4b79f8380c47b0da89348e1115ea70e7898997ca':
  Add debug for 12987986.

10 years agoMerge "Add debug for 12987986." into klp-modular-dev
Craig Mautner [Wed, 12 Feb 2014 23:44:55 +0000 (23:44 +0000)]
Merge "Add debug for 12987986." into klp-modular-dev

10 years agoam 35ad8886: am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits...
Dirk Dougherty [Wed, 12 Feb 2014 23:43:56 +0000 (23:43 +0000)]
am 35ad8886: am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

* commit '35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1':
  Doc change: minor edits to support easier extraction of document summaries.

10 years agoAdd debug for 12987986.
Craig Mautner [Wed, 12 Feb 2014 23:43:40 +0000 (15:43 -0800)]
Add debug for 12987986.

For bug 12987986.

Change-Id: Idc122ba369ad7566e3fee290955bf91b0f610ae1

10 years agoam acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support...
Dirk Dougherty [Wed, 12 Feb 2014 23:37:57 +0000 (23:37 +0000)]
am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

* commit 'acec746b8963410d4a9324df46272ac91f846868':
  Doc change: minor edits to support easier extraction of document summaries.

10 years agoam 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction...
Dirk Dougherty [Wed, 12 Feb 2014 23:34:35 +0000 (23:34 +0000)]
am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

* commit '55362018c9dfadff5eb1a138a1d90187110c253e':
  Doc change: minor edits to support easier extraction of document summaries.

10 years agoam e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer...
Joe Fernandez [Wed, 12 Feb 2014 23:33:43 +0000 (23:33 +0000)]
am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit 'e5dc0c39912d6e1392e1a3324ad210e65c0105c8':
  MediaRouter Developer Guide

10 years agoam 271c8f12: Merge "Doc change: minor edits to support easier extraction of document...
Dirk Dougherty [Wed, 12 Feb 2014 23:30:19 +0000 (23:30 +0000)]
am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

* commit '271c8f12c88e87563ed17f4ad29610037bd300be':
  Doc change: minor edits to support easier extraction of document summaries.

10 years agoam 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp...
Joe Fernandez [Wed, 12 Feb 2014 23:29:38 +0000 (23:29 +0000)]
am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit '5b97ec6fa0e166113aad2abc1107e6bd3771cc2a':
  MediaRouter Developer Guide

10 years agoMerge "Remove unused output array in QuickSettingsModel."
John Spurlock [Wed, 12 Feb 2014 23:21:15 +0000 (23:21 +0000)]
Merge "Remove unused output array in QuickSettingsModel."

10 years agoMerge "Doc change: minor edits to support easier extraction of document summaries...
Dirk Dougherty [Wed, 12 Feb 2014 23:20:40 +0000 (23:20 +0000)]
Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs

10 years agoam 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
Joe Fernandez [Wed, 12 Feb 2014 23:19:10 +0000 (23:19 +0000)]
am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit '3885b00ae12df9f56e922ceda12326e922be1414':
  MediaRouter Developer Guide

10 years agoam 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilec...
Nick Kralevich [Wed, 12 Feb 2014 23:19:05 +0000 (23:19 +0000)]
am 93994e9d: am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit '93994e9db44a30402bd596764163d81ee1b1fd30':
  Convert all selinux_android_restorecon and _setfilecon calls to new API.

10 years agoam f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
Joe Fernandez [Wed, 12 Feb 2014 23:15:50 +0000 (23:15 +0000)]
am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs

* commit 'f25bc75f591fbb04733b9cc33fabee2293973b8c':
  MediaRouter Developer Guide

10 years agoMerge "MediaRouter Developer Guide" into klp-docs
Joe Fernandez [Wed, 12 Feb 2014 23:13:01 +0000 (23:13 +0000)]
Merge "MediaRouter Developer Guide" into klp-docs

10 years agoam a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls...
Nick Kralevich [Wed, 12 Feb 2014 23:12:08 +0000 (15:12 -0800)]
am a9bb594d: Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

* commit 'a9bb594da6aff97ba927ba67a34486d0b9c1b4a0':
  Convert all selinux_android_restorecon and _setfilecon calls to new API.

10 years agoam 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
Dave Platt [Wed, 12 Feb 2014 23:10:36 +0000 (23:10 +0000)]
am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"

* commit '53c7608aefb0ed754394e571cac02e96ad6fcdb3':
  Finish fixing Zygote descriptor leakage problem

10 years agoMerge "Convert all selinux_android_restorecon and _setfilecon calls to new API."
Nick Kralevich [Wed, 12 Feb 2014 23:09:37 +0000 (23:09 +0000)]
Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."

10 years agoam a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
Dave Platt [Wed, 12 Feb 2014 23:07:07 +0000 (15:07 -0800)]
am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"

* commit 'a3c3533b1d6a4016cd1856fccac6cc404997b8a6':
  Finish fixing Zygote descriptor leakage problem

10 years agoMerge "Finish fixing Zygote descriptor leakage problem"
Dave Platt [Wed, 12 Feb 2014 23:03:48 +0000 (23:03 +0000)]
Merge "Finish fixing Zygote descriptor leakage problem"

10 years agoam d3417283: am 481993e9: am 3cb62db2: am 640e0c89: am 36547014: am 670944aa: Merge...
Ricardo Cervera [Wed, 12 Feb 2014 23:02:05 +0000 (23:02 +0000)]
am d3417283: am 481993e9: am 3cb62db2: am 640e0c89: am 36547014: am 670944aa: Merge "docs: Added missing elements in uses-feature. Bug: 12913153" into klp-docs

* commit 'd34172830cf4ce3524be500d77dc26e80f0f8190':
  docs: Added missing elements in uses-feature. Bug: 12913153

10 years agoam 131c2e13: am 6fc66187: am 7d3344fd: am 58305f88: am bff7db19: am 521a54d0: Merge...
Ricardo Cervera [Wed, 12 Feb 2014 23:02:00 +0000 (23:02 +0000)]
am 131c2e13: am 6fc66187: am 7d3344fd: am 58305f88: am bff7db19: am 521a54d0: Merge "docs: Added notes for Build Tools Revision 19.0.2" into klp-docs

* commit '131c2e13bac619144f2780baf229c34b33b0c674':
  docs: Added notes for Build Tools Revision 19.0.2

10 years agoam 6bc06c81: am 49968bb5: am 6960ad58: am ac74a524: am 566e4df8: am ca8757bf: Merge...
Ricardo Cervera [Wed, 12 Feb 2014 23:01:56 +0000 (23:01 +0000)]
am 6bc06c81: am 49968bb5: am 6960ad58: am ac74a524: am 566e4df8: am ca8757bf: Merge "docs: Added Revision 3 of Google APIs System Image." into klp-docs

* commit '6bc06c815f47021e49e191740caeb8ee2c846c5a':
  docs: Added Revision 3 of Google APIs System Image.

10 years agoam 69481d54: am 8dfda07d: am 731c30c1: Merge "Don\'t add windows from exiting app...
Craig Mautner [Wed, 12 Feb 2014 23:01:52 +0000 (23:01 +0000)]
am 69481d54: am 8dfda07d: am 731c30c1: Merge "Don\'t add windows from exiting app tokens twice." into klp-modular-dev

* commit '69481d54c2c6da6ec931bb7435bddf7be1aba0af':
  Don't add windows from exiting app tokens twice.

10 years agoam 5788f2ba: am ae5708db: am c4aee98a: Improve error handling in listener services.
John Spurlock [Wed, 12 Feb 2014 23:01:48 +0000 (23:01 +0000)]
am 5788f2ba: am ae5708db: am c4aee98a: Improve error handling in listener services.

* commit '5788f2ba9b634ecc35a861d53b086bee1384d0b0':
  Improve error handling in listener services.

10 years agoam efe6e05c: am 3caed58a: am 8fa3f443: am 54e7f53f: Merge "Fix build."
Narayan Kamath [Wed, 12 Feb 2014 23:01:43 +0000 (23:01 +0000)]
am efe6e05c: am 3caed58a: am 8fa3f443: am 54e7f53f: Merge "Fix build."

* commit 'efe6e05ca849ab479240fcf508b4d7af189a2c11':
  Fix build.

10 years agoam 4de91118: am 0741e11c: am 75d67c6a: am d562a9b5: Merge "Improve Parcel\'s handling...
Paul Duffin [Wed, 12 Feb 2014 23:01:39 +0000 (23:01 +0000)]
am 4de91118: am 0741e11c: am 75d67c6a: am d562a9b5: Merge "Improve Parcel\'s handling of non-primitive arrays"

* commit '4de9111819638b70dd6fb58094d7a61477fc59da':
  Improve Parcel's handling of non-primitive arrays