125528 Commits

Author SHA1 Message Date
Joe Fernandez
c462073b24 am 8853b9c4: am 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit '8853b9c4b478df6ac8286d3dc825aa821f375afa':
  MediaRouter Developer Guide
2014-02-13 01:11:51 +00:00
Nick Kralevich
edb03c7d6d 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.
2014-02-13 01:11:47 +00:00
Dave Platt
2c7c0a8527 am 5137fa03: am 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
* commit '5137fa03c3e416c6f68c36f3ec922621853609b1':
  Finish fixing Zygote descriptor leakage problem
2014-02-13 01:11:41 +00:00
Michael Wright
c8ab96a416 am 111d6fef: Merge changes I8f4249da,I012bd99f
* commit '111d6fef3a362bc9fd4fa61c49bccc9079521161':
  Extract automatic brightness strategy
  New ambient light level filtering for automatic brightness
2014-02-12 16:49:21 -08:00
Michael Wright
111d6fef3a Merge changes I8f4249da,I012bd99f
* changes:
  Extract automatic brightness strategy
  New ambient light level filtering for automatic brightness
2014-02-13 00:46:59 +00:00
Adam Powell
45faba7ac3 am c1d388fa: Merge "Point to the correct voice search icons in themes"
* commit 'c1d388fa0ae72b8171fb64b8dc2a43116db5c983':
  Point to the correct voice search icons in themes
2014-02-12 16:46:02 -08:00
Michael Wright
639c8becc6 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
2014-02-12 16:44:37 -08:00
Adam Powell
c1d388fa0a Merge "Point to the correct voice search icons in themes" 2014-02-13 00:43:26 +00:00
Alan Viverette
76769ae02e Add selection properties to CollectionInfo, CollectionItemInfo
BUG: 12552541
Change-Id: Iae10abc02eeffea7c7fcb25020b343181e1e3482
2014-02-12 16:38:10 -08:00
ztenghui
d4d87466c4 am b67ca78d: Merge "Fix one flag setting bug"
* commit 'b67ca78d97f775cfd5b37e9a63fc708fd2897d01':
  Fix one flag setting bug
2014-02-12 16:18:23 -08:00
ztenghui
b67ca78d97 Merge "Fix one flag setting bug" 2014-02-13 00:16:37 +00:00
Craig Mautner
f24ee13254 am d3df99c4: am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev
* commit 'd3df99c474b8e267cead8382912b083b6f6ebe3d':
  Add debug for 12987986.
2014-02-13 00:13:10 +00:00
Dirk Dougherty
47d3eaf6b1 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.
2014-02-13 00:13:06 +00:00
Joe Fernandez
8853b9c4b4 am 577570f2: am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit '577570f29919da32e2b616dbab1e52fadabcb315':
  MediaRouter Developer Guide
2014-02-13 00:13:02 +00:00
Nick Kralevich
4f2d02fb00 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.
2014-02-13 00:12:55 +00:00
Dave Platt
5137fa03c3 am 34cc9f90: am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
* commit '34cc9f9056e8736143e82891ccd01a85106a4518':
  Finish fixing Zygote descriptor leakage problem
2014-02-13 00:12:50 +00:00
Alan Viverette
2a7fc2bf15 am 71c6ca2a: Merge "Update smoothScrollToPosition to move faster for large offsets"
* commit '71c6ca2a752d9b722a9774a881f8e539a24ea862':
  Update smoothScrollToPosition to move faster for large offsets
2014-02-12 15:55:03 -08:00
Alan Viverette
aa32af1c4f am 5aa944d9: Merge "Fix RelativeLayout measurement"
* commit '5aa944d9985344ac3be113eee3874be920bf12d2':
  Fix RelativeLayout measurement
2014-02-12 15:55:00 -08:00
Alan Viverette
71c6ca2a75 Merge "Update smoothScrollToPosition to move faster for large offsets" 2014-02-12 23:51:56 +00:00
Alan Viverette
5aa944d998 Merge "Fix RelativeLayout measurement" 2014-02-12 23:51:11 +00:00
Michael Wright
41a5cdf986 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
2014-02-12 15:50:54 -08:00
Alan Viverette
d5694f02d5 Fix RelativeLayout measurement
BUG: 12993953
Change-Id: Idf82734eb9a06ea7610e8eb42705da9f4a4639e9
2014-02-12 15:49:18 -08:00
Derek Tan
6eac2ee0fc Expose sendEnvelope.
Change-Id: I21565fae9ba8f163aed9104db355aecf9bae1796
2014-02-12 15:49:13 -08:00
Craig Mautner
d3df99c474 am 4b79f838: Merge "Add debug for 12987986." into klp-modular-dev
* commit '4b79f8380c47b0da89348e1115ea70e7898997ca':
  Add debug for 12987986.
2014-02-12 23:48:15 +00:00
Craig Mautner
4b79f8380c Merge "Add debug for 12987986." into klp-modular-dev 2014-02-12 23:44:56 +00:00
Dirk Dougherty
958a7f725d 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.
2014-02-12 23:43:56 +00:00
Craig Mautner
1646832219 Add debug for 12987986.
For bug 12987986.

Change-Id: Idc122ba369ad7566e3fee290955bf91b0f610ae1
2014-02-12 15:43:40 -08:00
Dirk Dougherty
35ad8886f2 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.
2014-02-12 23:37:57 +00:00
Dirk Dougherty
acec746b89 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.
2014-02-12 23:34:35 +00:00
Joe Fernandez
577570f299 am e5dc0c39: am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit 'e5dc0c39912d6e1392e1a3324ad210e65c0105c8':
  MediaRouter Developer Guide
2014-02-12 23:33:43 +00:00
John Spurlock
94eea666d9 am 3024f102: Merge "Remove unused output array in QuickSettingsModel."
* commit '3024f1022400ca7e316cf7e4b08a325e51ceebb9':
  Remove unused output array in QuickSettingsModel.
2014-02-12 15:30:28 -08:00
Dirk Dougherty
55362018c9 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.
2014-02-12 23:30:19 +00:00
Joe Fernandez
e5dc0c3991 am 5b97ec6f: am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit '5b97ec6fa0e166113aad2abc1107e6bd3771cc2a':
  MediaRouter Developer Guide
2014-02-12 23:29:38 +00:00
John Spurlock
3024f10224 Merge "Remove unused output array in QuickSettingsModel." 2014-02-12 23:21:16 +00:00
Dirk Dougherty
271c8f12c8 Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs 2014-02-12 23:20:41 +00:00
Joe Fernandez
5b97ec6fa0 am 3885b00a: am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit '3885b00ae12df9f56e922ceda12326e922be1414':
  MediaRouter Developer Guide
2014-02-12 23:19:10 +00:00
Nick Kralevich
20b5fd98fb 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.
2014-02-12 23:19:05 +00:00
Joe Fernandez
3885b00ae1 am f25bc75f: Merge "MediaRouter Developer Guide" into klp-docs
* commit 'f25bc75f591fbb04733b9cc33fabee2293973b8c':
  MediaRouter Developer Guide
2014-02-12 23:15:50 +00:00
Joe Fernandez
f25bc75f59 Merge "MediaRouter Developer Guide" into klp-docs 2014-02-12 23:13:01 +00:00
Nick Kralevich
93994e9db4 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.
2014-02-12 15:12:08 -08:00
Dave Platt
34cc9f9056 am 53c7608a: am a3c3533b: Merge "Finish fixing Zygote descriptor leakage problem"
* commit '53c7608aefb0ed754394e571cac02e96ad6fcdb3':
  Finish fixing Zygote descriptor leakage problem
2014-02-12 23:10:36 +00:00
Nick Kralevich
a9bb594da6 Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API." 2014-02-12 23:09:37 +00:00
Ricardo Cervera
26d99e4f3f am 0815f499: 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 '0815f499ae64cb5eea4c046ddb3e37834f7267f6':
  docs: Added missing elements in uses-feature. Bug: 12913153
2014-02-12 15:07:43 -08:00
Ricardo Cervera
23e74aaff7 am 12394056: 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 '12394056376c9fed94825fc20f1093ee64c4deda':
  docs: Added notes for Build Tools Revision 19.0.2
2014-02-12 15:07:39 -08:00
Ricardo Cervera
3ee83f4b40 am b134b0ae: 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 'b134b0ae45ef7520c026cc740ab4422ff9c2b95c':
  docs: Added Revision 3 of Google APIs System Image.
2014-02-12 15:07:37 -08:00
Craig Mautner
7fd6b24ac6 am 4cfd54ea: am 69481d54: am 8dfda07d: am 731c30c1: Merge "Don\'t add windows from exiting app tokens twice." into klp-modular-dev
* commit '4cfd54eaf0106373e1fea75a1e33ac460cf7c23d':
  Don't add windows from exiting app tokens twice.
2014-02-12 15:07:33 -08:00
John Spurlock
4cf083d047 am 1182a111: am 5788f2ba: am ae5708db: am c4aee98a: Improve error handling in listener services.
* commit '1182a111ece20707da9b689ada28af190a2ee41a':
  Improve error handling in listener services.
2014-02-12 15:07:30 -08:00
Narayan Kamath
403f31788a am 7de20e69: am efe6e05c: am 3caed58a: am 8fa3f443: am 54e7f53f: Merge "Fix build."
* commit '7de20e69508a67cb1777fa88ecbd86a11efdd8f0':
  Fix build.
2014-02-12 15:07:26 -08:00
Paul Duffin
a8a0d5721f am 5ea06c59: am 4de91118: am 0741e11c: am 75d67c6a: am d562a9b5: Merge "Improve Parcel\'s handling of non-primitive arrays"
* commit '5ea06c59be1f7a0495378f703562ee02eaad99d8':
  Improve Parcel's handling of non-primitive arrays
2014-02-12 15:07:23 -08:00
Narayan Kamath
d7eeb2f5c3 am 5a42b10b: am 34281966: am fc268eca: am aa98fb51: am f991771f: Merge "Use size_t* in AssetManager::createIdmap"
* commit '5a42b10baa1c852558ac45276e005a2667d9227b':
  Use size_t* in AssetManager::createIdmap
2014-02-12 15:07:20 -08:00