OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 734c3632: Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 02:21:44 +0000 (02:21 +0000)]
am 734c3632: Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev

* commit '734c3632e26902bef65724ad3a46eaf42209e51a':
  Remove COLUMN_CONDITIONAL_ACCESS from TvContract.

10 years agoam eba159ac: Improve the window query API performamce.
Svetoslav [Fri, 25 Jul 2014 02:21:40 +0000 (02:21 +0000)]
am eba159ac: Improve the window query API performamce.

* commit 'eba159ac299df388b9e6d06977b0e0e661c1cbf8':
  Improve the window query API performamce.

10 years agoam 3e826b78: Merge "Define TYPE_PICK_UP_GESTURE." into lmp-dev
Aravind Akella [Fri, 25 Jul 2014 02:21:37 +0000 (02:21 +0000)]
am 3e826b78: Merge "Define TYPE_PICK_UP_GESTURE." into lmp-dev

* commit '3e826b78744d8fa5e056b34e7f19d42fc3f6d571':
  Define TYPE_PICK_UP_GESTURE.

10 years agoam e560abdb: Merge "Fix system API stub build." into lmp-dev
Jeff Davidson [Fri, 25 Jul 2014 02:21:34 +0000 (02:21 +0000)]
am e560abdb: Merge "Fix system API stub build." into lmp-dev

* commit 'e560abdb21f251211db85d55a69f55f541b5ecb9':
  Fix system API stub build.

10 years agoam 00f7c573: Merge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev
Terry Heo [Fri, 25 Jul 2014 02:21:30 +0000 (02:21 +0000)]
am 00f7c573: Merge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev

* commit '00f7c5732f175fe52c3b56db83c665c0969fdf40':
  TIF: Add @SystemApi to TvStreamConfig

10 years agoam 84745dd1: Merge "Disable TvInputManagerService on non-TV devices." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 02:21:27 +0000 (02:21 +0000)]
am 84745dd1: Merge "Disable TvInputManagerService on non-TV devices." into lmp-dev

* commit '84745dd11aad700733ff316d4d6797c2e543aa08':
  Disable TvInputManagerService on non-TV devices.

10 years agoam a2734dd1: Fix preference panel style in DialogWhenLarge
Alan Viverette [Fri, 25 Jul 2014 02:21:23 +0000 (02:21 +0000)]
am a2734dd1: Fix preference panel style in DialogWhenLarge

* commit 'a2734dd105148c73022ecf12d3ad42a920aa96ee':
  Fix preference panel style in DialogWhenLarge

10 years agoam 1ecdeb58: Merge "MediaFormat: add capture rate key" into lmp-dev
Zhijun He [Fri, 25 Jul 2014 02:21:20 +0000 (02:21 +0000)]
am 1ecdeb58: Merge "MediaFormat: add capture rate key" into lmp-dev

* commit '1ecdeb58acc8f7e13b91eefc157607b8c3cf1f96':
  MediaFormat: add capture rate key

10 years agoam 1cf19dc7: Turn on debugging override of idle time
Christopher Tate [Fri, 25 Jul 2014 02:21:17 +0000 (02:21 +0000)]
am 1cf19dc7: Turn on debugging override of idle time

* commit '1cf19dc7d155b5cce9302eda0c26024d3f309736':
  Turn on debugging override of idle time

10 years agoam 1e99a383: Merge "Clip windows to their background by default" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 02:21:13 +0000 (02:21 +0000)]
am 1e99a383: Merge "Clip windows to their background by default" into lmp-dev

* commit '1e99a38308a6020a6d2d2be1a6adf867641e7776':
  Clip windows to their background by default

10 years agoam b3ce5a3d: Merge "Fix radio button tints" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 02:21:05 +0000 (02:21 +0000)]
am b3ce5a3d: Merge "Fix radio button tints" into lmp-dev

* commit 'b3ce5a3d1af3921757714c942312ef6860a7f893':
  Fix radio button tints

10 years agoam 3a8aca9d: Merge "Call removeOverlayView() before onRelease()" into lmp-dev
Sungsoo Lim [Fri, 25 Jul 2014 02:21:01 +0000 (02:21 +0000)]
am 3a8aca9d: Merge "Call removeOverlayView() before onRelease()" into lmp-dev

* commit '3a8aca9dfbe20fece7a54852d48d099cfdc980c8':
  Call removeOverlayView() before onRelease()

10 years agoam 9f4238ef: Merge "Separate background from ripple for better focus/press UX" into...
Alan Viverette [Fri, 25 Jul 2014 02:20:58 +0000 (02:20 +0000)]
am 9f4238ef: Merge "Separate background from ripple for better focus/press UX" into lmp-dev

* commit '9f4238ef00a933eb8136c1e229a7700a822fb01d':
  Separate background from ripple for better focus/press UX

10 years agoImprove the window query API performamce.
Svetoslav [Thu, 24 Jul 2014 21:17:05 +0000 (14:17 -0700)]
Improve the window query API performamce.

We are caching the window data in the accessibility service process.
When windows change we were sending the dalta of the windows the
service knows about. To make this work when the app asked for all
windows we had to call into the system as new windows may have
appeared. This was slow.

Now we are telling the service some windows change and if it gets
the windows we cache them. We call into the system only on a cache
miss and evict all windows from the cache on window change event.
We do not evict the nodes of the window as the former may have
just moved. If views in a window change they fire accessibility
events that trigger the correct eviction.

Change-Id: I586a72a2497b0d44a75288fa758e7e88817f3300

10 years agoFix preference panel style in DialogWhenLarge
Alan Viverette [Fri, 25 Jul 2014 00:20:16 +0000 (17:20 -0700)]
Fix preference panel style in DialogWhenLarge

BUG: 16550946
Change-Id: Ic419c9f6328b50383ca0ad09a1c1014129256b99

10 years agoTurn on debugging override of idle time
Christopher Tate [Fri, 25 Jul 2014 00:03:22 +0000 (17:03 -0700)]
Turn on debugging override of idle time

'adb shell am idle-maintenance' has traditionally been used to force
the system to consider itself to be in an "idle" state.  Unfortunately
the new Job Manager hadn't yet been aware of this.  Rectify the situation.

Also fixes a bug in debug logging that would cause a system server
crash under certain race circumstances.

Change-Id: I8a29bd7757924f8e464865235c344233fc03d8c3

10 years agoam f5aef029: Merge "Don\'t create a ConnectivityManager when the service isn\'t ready...
Sreeram Ramachandran [Thu, 24 Jul 2014 23:39:58 +0000 (23:39 +0000)]
am f5aef029: Merge "Don\'t create a ConnectivityManager when the service isn\'t ready yet." into lmp-dev

* commit 'f5aef029de32103cd5b80b2e4bf34936a1031b59':
  Don't create a ConnectivityManager when the service isn't ready yet.

10 years agoam 1d1aaccb: Fix corner case of RelativeLayout with pinned edges
Chet Haase [Thu, 24 Jul 2014 23:35:40 +0000 (23:35 +0000)]
am 1d1aaccb: Fix corner case of RelativeLayout with pinned edges

* commit '1d1aaccbce6275579c47872885ecc8994da823e0':
  Fix corner case of RelativeLayout with pinned edges

10 years agoam e813d7e8: Merge "AudioService: implement TV system volume" into lmp-dev
Eric Laurent [Thu, 24 Jul 2014 23:31:28 +0000 (23:31 +0000)]
am e813d7e8: Merge "AudioService: implement TV system volume" into lmp-dev

* commit 'e813d7e85825aae643c42f65dc86dca69ddd8efe':
  AudioService: implement TV system volume

10 years agoam 3966942e: Merge "Add memory tracking for persistent proccesses and launcher" into...
wsmlby [Thu, 24 Jul 2014 23:31:24 +0000 (23:31 +0000)]
am 3966942e: Merge "Add memory tracking for persistent proccesses and launcher" into lmp-dev

* commit '3966942e4c2b32669926a84ad17640a75e3f209d':
  Add memory tracking for persistent proccesses and launcher

10 years agoam 8fdfdbbb: Call PRE_BOOT_COMPLETED on starting any user
Amith Yamasani [Thu, 24 Jul 2014 23:31:21 +0000 (23:31 +0000)]
am 8fdfdbbb: Call PRE_BOOT_COMPLETED on starting any user

* commit '8fdfdbbb60b484a0b43628b544a398c9a4949e5c':
  Call PRE_BOOT_COMPLETED on starting any user

10 years agoam 2b59d6ad: Merge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev
Chelsea Derrick [Thu, 24 Jul 2014 23:31:17 +0000 (23:31 +0000)]
am 2b59d6ad: Merge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev

* commit '2b59d6adee00bae635b42d8a9f30907770f0424a':
  Also unhide WifiConfiguration.lastUpdatedUid.

10 years agoFix corner case of RelativeLayout with pinned edges
Chet Haase [Tue, 22 Jul 2014 23:38:16 +0000 (16:38 -0700)]
Fix corner case of RelativeLayout with pinned edges

LayoutParams without a specified layout_width value automatically
get a default of 0. This works in most cases, when the view is pinned by
various constraints (such as alignParentLeft and alignParentRight),
but breaks down when the child lies in negative coordinates.

Negative coordinates are supposed to be a signal, in RelativeLayout, that
that coordinate is variable. However, negative margins can cause a negative
value to be calculated, at which point it should be used as a concrete value,
not a behavior trigger.

The fix is to use Integer.MIN_VALUe as the tirgger instead, to distinguish that
impossible value from negative values which could reasonably have been computed
during measurement.

Also, removes dead code from earlier attempt at rtl.

Issue #10606777 Time picker can't display 10, 11, or 12 oclock when font size is huge
Issue #16516577 resolveLayoutDirection doesn't act as intended

Change-Id: Ia564603012f3c45636e69cd3776205fb544fda48

10 years agoCall PRE_BOOT_COMPLETED on starting any user
Amith Yamasani [Wed, 23 Jul 2014 02:59:47 +0000 (19:59 -0700)]
Call PRE_BOOT_COMPLETED on starting any user

Refactor PRE_BOOT_COMPLETED delivery code.
Continue to call it on all existing users on system update.
Call it on any user being started, as part of
initialization.

Change-Id: Ie188a823fb19afde3781d6c45ada55d6e92edfac

10 years agoam ed160c28: Merge "Add letter-spacing to Paint and TextView" into lmp-dev
Behdad Esfahbod [Thu, 24 Jul 2014 23:00:02 +0000 (23:00 +0000)]
am ed160c28: Merge "Add letter-spacing to Paint and TextView" into lmp-dev

* commit 'ed160c281f3eda7ccd26e48eed29e2424da5e7ee':
  Add letter-spacing to Paint and TextView

10 years agoam 16d220d9: Merge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev
Prashant Malani [Thu, 24 Jul 2014 22:46:53 +0000 (22:46 +0000)]
am 16d220d9: Merge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev

* commit '16d220d9eea3a981a200208476ee863ade6e248d':
  Revert "Remove circular mask"

10 years agoMerge "Fix system API stub build." into lmp-dev
Jeff Davidson [Fri, 25 Jul 2014 01:12:02 +0000 (01:12 +0000)]
Merge "Fix system API stub build." into lmp-dev

10 years agoFix system API stub build.
Jeff Davidson [Fri, 25 Jul 2014 01:05:27 +0000 (18:05 -0700)]
Fix system API stub build.

TvInputManager.captureFrame is @SystemApi and depends on
TvStreamConfig which must also be made @SystemApi.

Change-Id: I8a4a10d77d4cfb80674c4ac8aa7a8ed119881aa0

10 years agoMerge "AudioService: implement TV system volume" into lmp-dev
Eric Laurent [Thu, 24 Jul 2014 23:26:44 +0000 (23:26 +0000)]
Merge "AudioService: implement TV system volume" into lmp-dev

10 years agoAudioService: implement TV system volume
Eric Laurent [Mon, 21 Jul 2014 22:43:18 +0000 (15:43 -0700)]
AudioService: implement TV system volume

Implement volume policy for TV devices:
- No ringer mode: never silent
- All stream volumes are synchronized: changing any
stream volume will change the volume for all sources.
- Volume is maintained per output device.
- If a CEC capable HDMI sink is connected, digital volume
is maxed out and volume controls are sent to HDMI sink.

Bug: 15759753.

Change-Id: Ic4c38c749ef0440def9635a1669068ccef02a323

10 years agoam 773433af: Merge "Address API review" into lmp-dev
Selim Gurun [Thu, 24 Jul 2014 22:42:44 +0000 (22:42 +0000)]
am 773433af: Merge "Address API review" into lmp-dev

* commit '773433af8196217e744752bdcd18be3b632a6f38':
  Address API review

10 years agoam a20b6388: Merge "QS: Handle all camera api exceptions during init." into lmp-dev
John Spurlock [Thu, 24 Jul 2014 22:17:54 +0000 (22:17 +0000)]
am a20b6388: Merge "QS: Handle all camera api exceptions during init." into lmp-dev

* commit 'a20b63882407656b01062088861071e4a9ebe380':
  QS: Handle all camera api exceptions during init.

10 years agoMerge "MediaFormat: add capture rate key" into lmp-dev
Zhijun He [Fri, 25 Jul 2014 00:53:21 +0000 (00:53 +0000)]
Merge "MediaFormat: add capture rate key" into lmp-dev

10 years agoMediaFormat: add capture rate key
Zhijun He [Wed, 23 Jul 2014 18:27:33 +0000 (11:27 -0700)]
MediaFormat: add capture rate key

Change-Id: I2f7dd244d41d52aab6a172ae5df3e1fce3edd694

10 years agoMerge "Clip windows to their background by default" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:29:32 +0000 (00:29 +0000)]
Merge "Clip windows to their background by default" into lmp-dev

10 years agoClip windows to their background by default
Alan Viverette [Thu, 24 Jul 2014 23:18:53 +0000 (16:18 -0700)]
Clip windows to their background by default

BUG: 16549166
Change-Id: I4ed0f60316df02b6ee56e163ad25e27e1396a6ae

10 years agoMerge "Fix radio button tints" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:15:19 +0000 (00:15 +0000)]
Merge "Fix radio button tints" into lmp-dev

10 years agoFix radio button tints
Alan Viverette [Fri, 25 Jul 2014 00:13:49 +0000 (17:13 -0700)]
Fix radio button tints

BUG: 16513084
Change-Id: I0cda30f25c54a3d9814bbbb4578893734efb5d82

10 years agoMerge "Separate background from ripple for better focus/press UX" into lmp-dev
Alan Viverette [Fri, 25 Jul 2014 00:12:31 +0000 (00:12 +0000)]
Merge "Separate background from ripple for better focus/press UX" into lmp-dev

10 years agoSeparate background from ripple for better focus/press UX
Alan Viverette [Thu, 24 Jul 2014 23:31:42 +0000 (16:31 -0700)]
Separate background from ripple for better focus/press UX

Regresses the "jump" when focus changes, since the background position
is static and we don't have any reasonable UX spec for this yet.

BUG: 16323640
Change-Id: I7152546ed08375864174049b342653b3c4d3d9fb

10 years agoMerge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev
Chelsea Derrick [Thu, 24 Jul 2014 23:24:05 +0000 (23:24 +0000)]
Merge "Also unhide WifiConfiguration.lastUpdatedUid." into lmp-dev

10 years agoMerge "Address API review" into lmp-dev
Selim Gurun [Thu, 24 Jul 2014 22:36:10 +0000 (22:36 +0000)]
Merge "Address API review" into lmp-dev

10 years agoAddress API review
Selim Gurun [Fri, 18 Jul 2014 23:23:46 +0000 (16:23 -0700)]
Address API review

Bug: 16403458

Address API review. This change updates the FileChooser api. The
largest change is, as requested by API council, providing a helper
to reduce the code app developers need to implement. This
change does not include the CookieManager changes that was requested.

Change-Id: I30d75f36df6bc96d9842b63fdd25c4ff62aee5bb

10 years agoam 7f6c99df: Merge "fix build" into lmp-dev
John Reck [Thu, 24 Jul 2014 21:52:52 +0000 (21:52 +0000)]
am 7f6c99df: Merge "fix build" into lmp-dev

* commit '7f6c99df4a1c1829a7bf40d5f19c041db9926b98':
  fix build

10 years agoam 457a09d5: Merge "Fix DUN-based tethering." into lmp-dev
Robert Greenwalt [Thu, 24 Jul 2014 21:52:49 +0000 (21:52 +0000)]
am 457a09d5: Merge "Fix DUN-based tethering." into lmp-dev

* commit '457a09d5af90d6e452a9c20606884fd75455ae0c':
  Fix DUN-based tethering.

10 years agoAlso unhide WifiConfiguration.lastUpdatedUid.
Chelsea Derrick [Thu, 24 Jul 2014 19:50:40 +0000 (12:50 -0700)]
Also unhide WifiConfiguration.lastUpdatedUid.

Bug: 16153258
Change-Id: I69c2666a63c3e56787c4aa2699c2cfd22c053353

10 years agoam 5599c63b: Use a sequence number for thumbnail callback.
Yao Chen [Thu, 24 Jul 2014 21:48:04 +0000 (21:48 +0000)]
am 5599c63b: Use a sequence number for thumbnail callback.

* commit '5599c63b69b07990d1a4a25bbad4cf0eed31c146':
  Use a sequence number for thumbnail callback.

10 years agoUse a sequence number for thumbnail callback.
Yao Chen [Wed, 23 Jul 2014 22:04:48 +0000 (15:04 -0700)]
Use a sequence number for thumbnail callback.

Change-Id: I27888cd0437b4f654cb29371b7d86b9341d84ae9

10 years agoam c8f0e9b1: Fix ALL compile warnings
John Reck [Thu, 24 Jul 2014 21:32:49 +0000 (21:32 +0000)]
am c8f0e9b1: Fix ALL compile warnings

* commit 'c8f0e9b1319e6db54074905178a80eff5c95a220':
  Fix ALL compile warnings

10 years agoFix ALL compile warnings
John Reck [Thu, 24 Jul 2014 20:38:28 +0000 (13:38 -0700)]
Fix ALL compile warnings

 All warnings/errors fixed for GCC & Clang

Change-Id: I2ece3a136a5ae97a9acc3069537ed986238b5fd3

10 years agoam fc687570: Merge "Fix no transition when only shared element exists." into lmp-dev
George Mount [Thu, 24 Jul 2014 21:21:46 +0000 (21:21 +0000)]
am fc687570: Merge "Fix no transition when only shared element exists." into lmp-dev

* commit 'fc687570c437d938f7849fda314b4743e7315adc':
  Fix no transition when only shared element exists.

10 years agoam a71bb88d: Merge "Remove MediaFocusControl persisting media button receiver" into...
Jean-Michel Trivi [Thu, 24 Jul 2014 21:15:20 +0000 (21:15 +0000)]
am a71bb88d: Merge "Remove MediaFocusControl persisting media button receiver" into lmp-dev

* commit 'a71bb88da69813a9f8f77a852e80960cba35f87b':
  Remove MediaFocusControl persisting media button receiver

10 years agoam ee7df0a3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 24 Jul 2014 21:11:08 +0000 (21:11 +0000)]
am ee7df0a3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

* commit 'ee7df0a31234c9490f7384edf66900d82eec2533':
  Import translations. DO NOT MERGE

10 years agoam a81e8b66: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 24 Jul 2014 21:11:05 +0000 (21:11 +0000)]
am a81e8b66: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev

* commit 'a81e8b66f03f746682c16365e4e86f3d75cc294d':
  Import translations. DO NOT MERGE

10 years agoam b803a2be: Refactor screen blocking logic.
Craig Mautner [Thu, 24 Jul 2014 20:51:59 +0000 (20:51 +0000)]
am b803a2be: Refactor screen blocking logic.

* commit 'b803a2be0f54e7b4f1b5f606dbda4dbf86307f12':
  Refactor screen blocking logic.

10 years agoam 37a2d88f: Merge "Remove the max ripple count exceeded warning" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 20:51:55 +0000 (20:51 +0000)]
am 37a2d88f: Merge "Remove the max ripple count exceeded warning" into lmp-dev

* commit '37a2d88f2616282ab8c06c89c334e3e8af8adc6c':
  Remove the max ripple count exceeded warning

10 years agoRefactor screen blocking logic.
Craig Mautner [Thu, 24 Jul 2014 04:47:09 +0000 (21:47 -0700)]
Refactor screen blocking logic.

Because of the call to turn on the screen introduced in ag/495255
is now made earlier we may not have sent the wakeup broadcast by
the time the windows have all drawn. In such a case onScreenOn()
did not release the wakelock and the screen stayed off.

This change ensures that no matter the timing of onScreenOn()
the wakelock will be released but only for the onScreenOn()
called in response to the most recent screen on transition.

Fixes bug 16404078.

Change-Id: Ic1e3e61e16c1fc34d4ec657e0e53ac49a05ca6a4

10 years agoMerge "Don't create a ConnectivityManager when the service isn't ready yet." into...
Sreeram Ramachandran [Thu, 24 Jul 2014 23:35:56 +0000 (23:35 +0000)]
Merge "Don't create a ConnectivityManager when the service isn't ready yet." into lmp-dev

10 years agoDon't create a ConnectivityManager when the service isn't ready yet.
Sreeram Ramachandran [Thu, 24 Jul 2014 23:05:17 +0000 (16:05 -0700)]
Don't create a ConnectivityManager when the service isn't ready yet.

Bug: 16550853
Change-Id: Ib244c93dc982cbfe5d065a20e4b8f0aeefb15b8f

10 years agoMerge "Add memory tracking for persistent proccesses and launcher" into lmp-dev
wsmlby [Thu, 24 Jul 2014 23:25:50 +0000 (23:25 +0000)]
Merge "Add memory tracking for persistent proccesses and launcher" into lmp-dev

10 years agoAdd memory tracking for persistent proccesses and launcher
wsmlby [Thu, 24 Jul 2014 21:27:39 +0000 (14:27 -0700)]
Add memory tracking for persistent proccesses and launcher

Change-Id: I5228bd67884dc8b77207a597f279fd4032c7f9d9

10 years agoMerge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev
Prashant Malani [Thu, 24 Jul 2014 22:39:54 +0000 (22:39 +0000)]
Merge "resolved conflicts for merge of bc3699b1 to lmp-dev" into lmp-dev

10 years agoresolved conflicts for merge of bc3699b1 to lmp-dev
Prashant Malani [Thu, 24 Jul 2014 22:29:22 +0000 (15:29 -0700)]
resolved conflicts for merge of bc3699b1 to lmp-dev

Change-Id: I1b219b5b48afb08ce3704a4f064a85652d2d9339

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Thu, 24 Jul 2014 21:04:57 +0000 (21:04 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Fix no transition when only shared element exists." into lmp-dev
George Mount [Thu, 24 Jul 2014 21:19:18 +0000 (21:19 +0000)]
Merge "Fix no transition when only shared element exists." into lmp-dev

10 years agoam d2a2e3bb: Merge "Update icons for search and back" into lmp-dev
Alan Viverette [Thu, 24 Jul 2014 20:45:40 +0000 (20:45 +0000)]
am d2a2e3bb: Merge "Update icons for search and back" into lmp-dev

* commit 'd2a2e3bb818eb9009782dd7d399514e43fed7cba':
  Update icons for search and back

10 years agoam 94499248: Merge "Add <feature-group> tag and change aapt badging" into lmp-dev
Adam Lesinski [Thu, 24 Jul 2014 20:34:11 +0000 (20:34 +0000)]
am 94499248: Merge "Add <feature-group> tag and change aapt badging" into lmp-dev

* commit '94499248f296e62dbb19ebae5a219a936afcfd53':
  Add <feature-group> tag and change aapt badging

10 years agoFix no transition when only shared element exists.
George Mount [Thu, 24 Jul 2014 20:19:51 +0000 (13:19 -0700)]
Fix no transition when only shared element exists.

Bug 16245703

Change-Id: Ie31baaf7f58038fc79ffca0206ce3bec0ef64cb4

10 years agoam 6565c129: cleanup : delete BLE advertising related hidden state references in...
Prerepa Viswanadham [Thu, 24 Jul 2014 19:32:41 +0000 (19:32 +0000)]
am 6565c129: cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter

* commit '6565c12905b959401c2f9d3cb123e200bb7ce0e2':
  cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter

10 years agoam fc7c8bee: Updated accessibility nodes not properly cached.
Svetoslav [Thu, 24 Jul 2014 19:28:43 +0000 (19:28 +0000)]
am fc7c8bee: Updated accessibility nodes not properly cached.

* commit 'fc7c8beecb31cc94d23e0d4312e93c2e38989c2b':
  Updated accessibility nodes not properly cached.

10 years agocleanup : delete BLE advertising related hidden state references in Bluetooth Adapter
Prerepa Viswanadham [Thu, 24 Jul 2014 19:22:24 +0000 (12:22 -0700)]
cleanup : delete BLE advertising related hidden state references in Bluetooth Adapter

Change-Id: Ia58a46392157e274f8fc4696e8e25af480eb2d2a

10 years agoUpdated accessibility nodes not properly cached.
Svetoslav [Thu, 24 Jul 2014 19:19:22 +0000 (12:19 -0700)]
Updated accessibility nodes not properly cached.

We have an accessibiliy node info cache in the process of each
accessibility service. Sometimes the cached node changes and
in this case we have evict from the cache the sub-trees rooted
at children that are no longer present. There was bug where if
none of the children is present anymore we did not evict their
sub-trees.

Also the verification logic was not stopping if a duplicate
node is seen potentially getting into an infinite loop.

bug:15729762

Change-Id: I7adf4f0a1bde07b385556d9acdded5059231f1f3

10 years agoam 54a6d07c: Merge "Volume: force-dismiss panel when the screen turns off." into...
John Spurlock [Thu, 24 Jul 2014 19:23:35 +0000 (19:23 +0000)]
am 54a6d07c: Merge "Volume: force-dismiss panel when the screen turns off." into lmp-dev

* commit '54a6d07c818c34f7361a45e1a79e5cfe2d876edd':
  Volume: force-dismiss panel when the screen turns off.

10 years agoam 79c0bf24: Merge "QS: Fix clipped battery icon when expanded." into lmp-dev
John Spurlock [Thu, 24 Jul 2014 19:02:04 +0000 (19:02 +0000)]
am 79c0bf24: Merge "QS: Fix clipped battery icon when expanded." into lmp-dev

* commit '79c0bf24e8a5af9a41b4d8f2103623fdadf0d86e':
  QS: Fix clipped battery icon when expanded.

10 years agoam c20ddd45: Merge "Move AdvertiseData length check to BluetoothAdvertiser." into...
Wei Wang [Thu, 24 Jul 2014 18:31:27 +0000 (18:31 +0000)]
am c20ddd45: Merge "Move AdvertiseData length check to BluetoothAdvertiser." into lmp-dev

* commit 'c20ddd4563d4a7fc675d6f1f5060373fac78b1af':
  Move AdvertiseData length check to BluetoothAdvertiser.

10 years agoam aa2a5911: Merge "Update CookieManager API for Council review." into lmp-dev
Hector Dearman [Thu, 24 Jul 2014 18:10:11 +0000 (18:10 +0000)]
am aa2a5911: Merge "Update CookieManager API for Council review." into lmp-dev

* commit 'aa2a591149af6c904adb780ac539194a0b9893a0':
  Update CookieManager API for Council review.

10 years agoam 1a146fc8: Compute layer bounds over subset of VertexBuffer verts
Chris Craik [Thu, 24 Jul 2014 18:10:07 +0000 (18:10 +0000)]
am 1a146fc8: Compute layer bounds over subset of VertexBuffer verts

* commit '1a146fc8f4f02869ff24c15c63e98d62b2a07811':
  Compute layer bounds over subset of VertexBuffer verts

10 years agoam 70279653: camera2: Move noise model to dynamic metadata.
Ruben Brunk [Thu, 24 Jul 2014 18:10:02 +0000 (18:10 +0000)]
am 70279653: camera2: Move noise model to dynamic metadata.

* commit '70279653dbdfd7c95c55d54ba1bbb2d873f8e099':
  camera2: Move noise model to dynamic metadata.

10 years agoam 9abe5673: Merge "Add Calls.TRANSCRIPTION to CallLog (2/2)" into lmp-dev
Yorke Lee [Thu, 24 Jul 2014 18:09:58 +0000 (18:09 +0000)]
am 9abe5673: Merge "Add Calls.TRANSCRIPTION to CallLog (2/2)" into lmp-dev

* commit '9abe5673818acbcf6b2313a2ebbf64c062eb41b2':
  Add Calls.TRANSCRIPTION to CallLog (2/2)

10 years agoam b4dcc64f: Merge "Revert "Remove circular mask"" into klp-modular-dev
Prashant Malani [Thu, 24 Jul 2014 18:06:03 +0000 (18:06 +0000)]
am b4dcc64f: Merge "Revert "Remove circular mask"" into klp-modular-dev

* commit 'b4dcc64fe6314b139ac17aa296419bbf153df2f6':
  Revert "Remove circular mask"

10 years agoCompute layer bounds over subset of VertexBuffer verts
Chris Craik [Thu, 24 Jul 2014 00:21:25 +0000 (17:21 -0700)]
Compute layer bounds over subset of VertexBuffer verts

bug:15538815
Change-Id: I0dbb54f656a6ae99a87c5734761107e1c2351b65

10 years agocamera2: Move noise model to dynamic metadata.
Ruben Brunk [Thu, 24 Jul 2014 00:49:08 +0000 (17:49 -0700)]
camera2: Move noise model to dynamic metadata.

Bug: 16369384

Change-Id: I7a540705176c7be68431a977e2b7218ffa1bddd0

10 years agoam 487c4b7f: IMS: Adding ims on/off interface files and callback for enabled/disabled...
ram [Thu, 24 Jul 2014 17:39:40 +0000 (17:39 +0000)]
am 487c4b7f: IMS: Adding ims on/off interface files and callback for enabled/disabled features.

* commit '487c4b7f7a9caf275e89a8dd9f337b5db7296939':
  IMS: Adding ims on/off interface files and callback for enabled/disabled features.

10 years agoIMS: Adding ims on/off interface files and callback for enabled/disabled features.
ram [Wed, 16 Jul 2014 16:08:42 +0000 (21:38 +0530)]
IMS: Adding ims on/off interface files and callback for enabled/disabled features.

Change-Id: I4e0049d605d9e7d13035c43e2504cdfb67a7a102

10 years agoam 8d569bbf: Merge "Add API invokeOemRilRequestRaw" into lmp-dev
Amit Mahajan [Thu, 24 Jul 2014 17:35:26 +0000 (17:35 +0000)]
am 8d569bbf: Merge "Add API invokeOemRilRequestRaw" into lmp-dev

* commit '8d569bbf62a3bfb177afdc6a736834c077b5cbb8':
  Add API invokeOemRilRequestRaw

10 years agoam a6960246: Print to PDF putting a pring job in a wrong state.
Svetoslav [Thu, 24 Jul 2014 17:21:40 +0000 (17:21 +0000)]
am a6960246: Print to PDF putting a pring job in a wrong state.

* commit 'a6960246b2053d29ee61080903762c5d75131573':
  Print to PDF putting a pring job in a wrong state.

10 years agoPrint to PDF putting a pring job in a wrong state.
Svetoslav [Thu, 24 Jul 2014 17:13:00 +0000 (10:13 -0700)]
Print to PDF putting a pring job in a wrong state.

When printing to a PDF file we get a Uri from the storage APIs
and write the content. Once the file is written to storage the
print job is completed and there is print service involved. Th
spooler was wrongly putting the job in a failed state instead
of a complete state.

bug:16522267

Change-Id: I4741c9b9eb763e118e7dfb2c7c502bd7fc13f7a1

10 years agoam 41508fb0: Merge "Document BlurMaskFilter.Blur." into lmp-dev
Leon Scroggins III [Thu, 24 Jul 2014 17:07:21 +0000 (17:07 +0000)]
am 41508fb0: Merge "Document BlurMaskFilter.Blur." into lmp-dev

* commit '41508fb01d8a9fd031e666f80bf74758b4bd28ad':
  Document BlurMaskFilter.Blur.

10 years agoam 2d3c6c93: Connect shadow style attributes to renderer
Chris Craik [Thu, 24 Jul 2014 16:48:19 +0000 (16:48 +0000)]
am 2d3c6c93: Connect shadow style attributes to renderer

* commit '2d3c6c9382dcb1033737fa177aa7dc592afed46c':
  Connect shadow style attributes to renderer

10 years agoConnect shadow style attributes to renderer
Chris Craik [Thu, 24 Jul 2014 01:19:28 +0000 (18:19 -0700)]
Connect shadow style attributes to renderer

bug:15859361

Moves lighting info out of StatefulBaseRenderer, since it's not useful
at record time, and only used by OGLR.

Change-Id: I7ab065d02d9304afad1dc4c48597a7a621366f8e

10 years agoam e974a59f: am 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example...
Ricardo Cervera [Thu, 24 Jul 2014 16:28:30 +0000 (16:28 +0000)]
am e974a59f: am 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811

* commit 'e974a59f7c5c5d1ade49b846b1f515b40230c6c8':
  docs: Fixed RecyclerView example. Bug: 16483811

10 years agoam 1be71de6: am 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs...
Robert Ly [Thu, 24 Jul 2014 16:28:26 +0000 (16:28 +0000)]
am 1be71de6: am 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

* commit '1be71de6a71a871da7980d84dad4e3d12ed5cefc':
  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

10 years agoam 1b009123: am 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs...
Scott Rowe [Thu, 24 Jul 2014 16:28:23 +0000 (16:28 +0000)]
am 1b009123: am 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

* commit '1b009123999c485b7b7294f44faac821af013803':
  cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

10 years agoam 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811
Ricardo Cervera [Thu, 24 Jul 2014 16:22:40 +0000 (16:22 +0000)]
am 0f1e067a: am 472e234d: am 7af4e812: docs: Fixed RecyclerView example. Bug: 16483811

* commit '0f1e067a28c2ef50d4db53ad19e0902b052bd014':
  docs: Fixed RecyclerView example. Bug: 16483811

10 years agoam 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatti...
Robert Ly [Thu, 24 Jul 2014 16:22:29 +0000 (16:22 +0000)]
am 39572996: am 1903bbb8: am 22bdcd2f: Merge "cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1" into klp-modular-docs

* commit '39572996f25d4b4ce744d9d04080e33b687ab03b':
  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1

10 years agoam 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628...
Scott Rowe [Thu, 24 Jul 2014 16:22:15 +0000 (16:22 +0000)]
am 162493b5: am 3bb44fec: am 72c80d30: cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

* commit '162493b5e3fb1bbf4505c2d18ebf6c900d7875e6':
  cherrypick from klp-docs docs: b/14387628 - Testing Localized Applications, menu not found Change-Id: I5e2977e3820d79588f73f171a32b0d7c7d6307d1

10 years agoMerge "Disable TvInputManagerService on non-TV devices." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 01:11:12 +0000 (01:11 +0000)]
Merge "Disable TvInputManagerService on non-TV devices." into lmp-dev

10 years agoMerge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev
Dongwon Kang [Fri, 25 Jul 2014 01:21:23 +0000 (01:21 +0000)]
Merge "Remove COLUMN_CONDITIONAL_ACCESS from TvContract." into lmp-dev

10 years agoRemove COLUMN_CONDITIONAL_ACCESS from TvContract.
Dongwon Kang [Thu, 24 Jul 2014 04:52:40 +0000 (13:52 +0900)]
Remove COLUMN_CONDITIONAL_ACCESS from TvContract.

It turned out that having this flag in Channels table does not
make sense for some European countries because they scremble the signal
per program basis. Also, the current flag does not fit to the use-case
like 'pay per view'. Decided to remove this in L release because it's not
clear how we will handle the cases raised at this moment.

Change-Id: Ibbf829f331a307ac89a553e00ece18d5958e72b5

10 years agoMerge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev
Terry Heo [Fri, 25 Jul 2014 01:11:58 +0000 (01:11 +0000)]
Merge "TIF: Add @SystemApi to TvStreamConfig" into lmp-dev