OSDN Git Service

android-x86/frameworks-base.git
9 years agoJump ripples to end when switching to a non-hardware canvas
Alan Viverette [Thu, 15 Jan 2015 01:05:21 +0000 (17:05 -0800)]
Jump ripples to end when switching to a non-hardware canvas

Previously we canceled the hardware animations but neglected to reset
the state, which left us drawing in the pressed state.

Bug: 19020524
Change-Id: I439a18126b9093cac40006361be99f8d077b95a9

9 years agoMerge "Place window at top when adding by base layer" into lmp-mr1-dev
Craig Mautner [Wed, 14 Jan 2015 20:46:22 +0000 (20:46 +0000)]
Merge "Place window at top when adding by base layer" into lmp-mr1-dev

9 years agoMerge "AAPT: Handle all old unversioned attribute usage" into lmp-mr1-dev
Adam Lesinski [Wed, 14 Jan 2015 20:22:28 +0000 (20:22 +0000)]
Merge "AAPT: Handle all old unversioned attribute usage" into lmp-mr1-dev

9 years agoPlace window at top when adding by base layer
Craig Mautner [Wed, 14 Jan 2015 20:20:35 +0000 (12:20 -0800)]
Place window at top when adding by base layer

When addAppWindowToListLocked defaults to adding based on mBaseLayer
it went from the lowest window to the highest window looking for a
window whose base layer was larger and dropping the new window below
that window.

If the Home activity is the InputMethodTarget then when the home
ActivityStack moves to the back the InputMethod will follow. This
puts the InputMethod, with it's high base layer value below most
activities. If a new activity window is added using the mBaseLayer
rule above it was placed at the bottom of the window list below the
InputMethod window. Being at the bottom it never received focus and
input to the activity timed out causing ANR.

This change starts the mBaseLayer search at the top window and works
its way down looking for the first window whose mBaseLayer is less
than or equal to the new window's mBaseLayer and inserting the new
window above that window. This causes it to be placed at the top of
all activities even if the InputMethod is near the bottom.

Fixes bug 17721767.

Change-Id: I037064de7604b670841e985479eb5857b47af1d7

9 years agoAAPT: Handle all old unversioned attribute usage
Adam Lesinski [Tue, 13 Jan 2015 21:42:41 +0000 (13:42 -0800)]
AAPT: Handle all old unversioned attribute usage

All references to attributes defined in pre-LOLLIPOP_MR1 SDK
are moved to version qualified resource entries.

Bug:18221682
Change-Id: Ifd739530ebcf99e6bc7ddb3f10bc5e05f0726e62

9 years agoSysUI: Log lockscreen gestures
Christoph Studer [Mon, 22 Dec 2014 20:02:26 +0000 (21:02 +0100)]
SysUI: Log lockscreen gestures

Log the following lockscreen gestures:
 * Swipe up to unlock
 * Swipe down to enter full shade
 * Tap in empty area (causing unlock hint)
 * Swipe to camera
 * Swipe to dialer
 * Tap on lock to lock device
 * Tap on notification, activating it

For swipe gestures, includes length and velocity where available.

Bug: 18767135
Change-Id: Ib2c535e3a9d2b378f5a2a0a00c2be3fd916554ac

9 years agoMerge "Only notify SIM state changes when it has actually changed" into lmp-mr1-dev
Jorim Jaggi [Wed, 14 Jan 2015 15:13:05 +0000 (15:13 +0000)]
Merge "Only notify SIM state changes when it has actually changed" into lmp-mr1-dev

9 years agoMerge "SysUI: Log lockscreen state to eventlog" into lmp-mr1-dev
Christoph Studer [Wed, 14 Jan 2015 15:10:52 +0000 (15:10 +0000)]
Merge "SysUI: Log lockscreen state to eventlog" into lmp-mr1-dev

9 years agoMerge "Make documentation for cross-profile intent filters clearer." into lmp-mr1-dev
Nicolas Prevot [Wed, 14 Jan 2015 13:33:11 +0000 (13:33 +0000)]
Merge "Make documentation for cross-profile intent filters clearer." into lmp-mr1-dev

9 years agoMerge "Don't blindly teardown unvalidated networks when releasing NetworkRequests...
Paul Jensen [Wed, 14 Jan 2015 12:38:57 +0000 (12:38 +0000)]
Merge "Don't blindly teardown unvalidated networks when releasing NetworkRequests." into lmp-mr1-dev

9 years agoMake documentation for cross-profile intent filters clearer.
Nicolas Prevot [Mon, 12 Jan 2015 12:32:56 +0000 (12:32 +0000)]
Make documentation for cross-profile intent filters clearer.

Explain why FLAG_MANAGED_CAN_ACCESS_PARENT and FLAG_PARENT_CAN_ACCESS_MANAGED
have these names.
Also do not mention the disambiguation list since there is not always a
disambiguation list shown when resolving cross-profile intent filters.

BUG:18962528

Change-Id: Ibbb9505dcab7cf17d87435eff2cef3e745e95209

9 years agoMerge "Switch the connectivity check to its own hostname." into lmp-mr1-dev
Lorenzo Colitti [Wed, 14 Jan 2015 10:28:23 +0000 (10:28 +0000)]
Merge "Switch the connectivity check to its own hostname." into lmp-mr1-dev

9 years agoMerge "StateMachine.dump produces no output sometimes." into lmp-mr1-dev
Wink Saville [Wed, 14 Jan 2015 00:52:06 +0000 (00:52 +0000)]
Merge "StateMachine.dump produces no output sometimes." into lmp-mr1-dev

9 years agoMerge "Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per...
Junda Liu [Wed, 14 Jan 2015 00:06:18 +0000 (00:06 +0000)]
Merge "Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per API council." into lmp-mr1-dev

9 years agoSwitch the connectivity check to its own hostname.
Lorenzo Colitti [Tue, 13 Jan 2015 15:16:03 +0000 (00:16 +0900)]
Switch the connectivity check to its own hostname.

Bug: 18467482
Bug: 18869302
Bug: 18924197
Change-Id: I1de478e9c8a165faf6f1bf81e042d1de9e03c3d5

9 years agoMerge "Fix unexpected language changes on SIM card insertion." into lmp-mr1-dev
Justin Harrison [Tue, 13 Jan 2015 23:01:38 +0000 (23:01 +0000)]
Merge "Fix unexpected language changes on SIM card insertion." into lmp-mr1-dev

9 years agoMerge "AudioService: handle stream mute by stream alias" into lmp-mr1-dev
Eric Laurent [Tue, 13 Jan 2015 23:00:38 +0000 (23:00 +0000)]
Merge "AudioService: handle stream mute by stream alias" into lmp-mr1-dev

9 years agoMerge "Update javadoc and hide getNameSource and getDataRoaming." into lmp-mr1-dev
Stuart Scott [Tue, 13 Jan 2015 22:43:13 +0000 (22:43 +0000)]
Merge "Update javadoc and hide getNameSource and getDataRoaming." into lmp-mr1-dev

9 years agoStateMachine.dump produces no output sometimes.
Wink Saville [Mon, 12 Jan 2015 19:34:20 +0000 (11:34 -0800)]
StateMachine.dump produces no output sometimes.

If the content to dump is large no output is produced by dump. Change
back to using a loop and flush.

Bug: 18965342
Change-Id: Ibc33da8bfffd5f998a78df0e2d70ed8e8a0aa137

9 years agoMerge "Run isKeyguardSecure under system privileges" into lmp-mr1-dev
Fyodor Kupolov [Tue, 13 Jan 2015 22:19:23 +0000 (22:19 +0000)]
Merge "Run isKeyguardSecure under system privileges" into lmp-mr1-dev

9 years agoRename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per API council.
Junda Liu [Tue, 13 Jan 2015 21:50:25 +0000 (13:50 -0800)]
Rename setGlobalPreferredNetworkType to setPreferredNetworkTypeToGlobal per API council.

Bug: b/18983535
Change-Id: I937b7ce38615e07f653d3ee02d734edfcfea3897

9 years agoMerge "Complete booting when frontmost activity is idle" into lmp-mr1-dev
Craig Mautner [Tue, 13 Jan 2015 21:28:34 +0000 (21:28 +0000)]
Merge "Complete booting when frontmost activity is idle" into lmp-mr1-dev

9 years agoMerge "Add debug for ANR" into lmp-mr1-dev
Craig Mautner [Tue, 13 Jan 2015 21:27:20 +0000 (21:27 +0000)]
Merge "Add debug for ANR" into lmp-mr1-dev

9 years agoAdd debug for ANR
Craig Mautner [Tue, 13 Jan 2015 21:09:22 +0000 (13:09 -0800)]
Add debug for ANR

Help for bug 17721767.

Change-Id: If863f3e6536be8af2c189dcc37d503c4d6b663b4

9 years agoOnly notify SIM state changes when it has actually changed
Jorim Jaggi [Tue, 13 Jan 2015 20:33:45 +0000 (21:33 +0100)]
Only notify SIM state changes when it has actually changed

onSubscriptionInfoChanged gets called quite frequently whenever
something about the connectivity changes, which could lead that the
whole state of the Keyguard was reset. This change actually checks
whether the state has really changed and thus only resets Keyguard
when necessary.

Bug: 18821582
Change-Id: Ia70804d0337b11914c7d57aa4cdc47d585786f1d

9 years agoMerge "Fix for call timer resetting when starting IMS conference call. 1/4" into...
Tyler Gunn [Tue, 13 Jan 2015 20:42:36 +0000 (20:42 +0000)]
Merge "Fix for call timer resetting when starting IMS conference call. 1/4" into lmp-mr1-dev

9 years agoUpdate javadoc and hide getNameSource and getDataRoaming.
Stuart Scott [Mon, 12 Jan 2015 23:13:21 +0000 (15:13 -0800)]
Update javadoc and hide getNameSource and getDataRoaming.

Note SubscriptionInfo was not public in 21 and 22 hasn't been released yet.

bug:18983672
Change-Id: I9e8684eea2462fb655846d0719158d54007fabc5

9 years agoAudioService: handle stream mute by stream alias
Eric Laurent [Tue, 13 Jan 2015 20:19:53 +0000 (12:19 -0800)]
AudioService: handle stream mute by stream alias

Handle stream mute/unmute requests at the stream
alias level (like is done volume changes) to be consistent.
E.g a request to mute/unmute a stream will affect all streams
sharing the same alias for volume management.

Bug: 18844550.
Change-Id: Ie2e463c58df0371589150f0ebb9b36c38b14e1be

9 years agoComplete booting when frontmost activity is idle
Craig Mautner [Tue, 13 Jan 2015 17:37:08 +0000 (09:37 -0800)]
Complete booting when frontmost activity is idle

The boot process is intended to complete when the frontmost activity
becomes idle. This change fixes a corner case where the system was
booting and the Home activity became idle when it was not at the
front causing the system to never complete booting.

Before ag/603303 a secondary stack was created for the TaskPersister
at the beginning of activity manager systemReady(). Following that
change the secondary stack was created for the first time when a task
was restored from system ui recents when getTaskThumbnail() was
called. At the time it was created it was also moved to the front of
the stack order.

If that stack creation happens to occur after the Home activity is
started but before the Home activity becomes idle then the new stack
will obscure the Home activity and the boot process does not
complete.

1. This change adds a test for an idle activity coming to the front
when a stack is moving to the front and we haven't completed booting
yet. If this situation is detected the boot sequence is then
completed.

2. This change fixes the stack ordering so that creating a new task
when restoring recents does not automatically move the stack to the
front.

Fixes bug 18949470.

Change-Id: I243f0bb4396b518a0a8835c0c7bdccb2581a3520

9 years agoRun isKeyguardSecure under system privileges
Fyodor Kupolov [Tue, 13 Jan 2015 19:06:04 +0000 (11:06 -0800)]
Run isKeyguardSecure under system privileges

In certain cases, isKeyguardSecure calls UserManager.getProfileParent, which
requires MANAGE_USERS permission.
Now the check is done under system privileges.

Bug:18765066
Change-Id: I6b23aedee06403d36523af5fee9c7db9659284b3

9 years agoMerge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-dev
Wink Saville [Tue, 13 Jan 2015 19:02:06 +0000 (19:02 +0000)]
Merge "Rename reg/unreg OnSubscriptionsChangedListener." into lmp-mr1-dev

9 years agoMerge "Update javadoc for DEFAULT_FEATURES deprecation." into lmp-mr1-dev
Bryce Lee [Tue, 13 Jan 2015 18:59:34 +0000 (18:59 +0000)]
Merge "Update javadoc for DEFAULT_FEATURES deprecation." into lmp-mr1-dev

9 years agoMerge "Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout...
Adam Powell [Tue, 13 Jan 2015 18:57:32 +0000 (18:57 +0000)]
Merge "Add API for nested pre-processing of a11y events; fix ResolverDrawerLayout" into lmp-mr1-dev

9 years agoMerge "DO NOT MERGE. Ensure screen pinning UI appears immediately after setting chang...
Winson Chung [Tue, 13 Jan 2015 18:16:21 +0000 (18:16 +0000)]
Merge "DO NOT MERGE. Ensure screen pinning UI appears immediately after setting changes." into lmp-mr1-dev

9 years agoMerge "Clarify docs for user restrictions" into lmp-mr1-dev
Nicolas Prévot [Tue, 13 Jan 2015 17:35:12 +0000 (17:35 +0000)]
Merge "Clarify docs for user restrictions" into lmp-mr1-dev

9 years agoUpdate javadoc for DEFAULT_FEATURES deprecation.
Bryce Lee [Tue, 13 Jan 2015 17:26:46 +0000 (09:26 -0800)]
Update javadoc for DEFAULT_FEATURES deprecation.

Bug: 18983343
Change-Id: I10936e292edf9146e7acca231632fb704054215c

9 years agoam 62ceea31: am f5569413: docs: Fix broken link in Common Intents automerge: c2d373a
Ricardo Cervera [Tue, 13 Jan 2015 16:49:57 +0000 (16:49 +0000)]
am 62ceea31: am f5569413: docs: Fix broken link in Common Intents automerge: c2d373a

* commit '62ceea31564ac27c84ff78b400f844be98917c29':
  docs: Fix broken link in Common Intents

9 years agoam f5569413: docs: Fix broken link in Common Intents
Ricardo Cervera [Tue, 13 Jan 2015 16:42:22 +0000 (16:42 +0000)]
am f5569413: docs: Fix broken link in Common Intents
automerge: c2d373a

* commit 'c2d373a0a7bb45e8c8a282781c5bc4f75db86b7d':
  docs: Fix broken link in Common Intents

9 years agoRename reg/unreg OnSubscriptionsChangedListener.
Wink Saville [Tue, 13 Jan 2015 01:11:04 +0000 (17:11 -0800)]
Rename reg/unreg OnSubscriptionsChangedListener.

To addOnSubscriptionsChangedListener and
removeOnSubscriptionsChangedListener.

Bug: 18984103
Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f

9 years agoam f5569413: docs: Fix broken link in Common Intents
Ricardo Cervera [Tue, 13 Jan 2015 16:35:04 +0000 (16:35 +0000)]
am f5569413: docs: Fix broken link in Common Intents

* commit 'f556941357ea391cae6dcd2e22b71a837a216d06':
  docs: Fix broken link in Common Intents

9 years agodocs: Fix broken link in Common Intents
Ricardo Cervera [Tue, 13 Jan 2015 16:28:22 +0000 (08:28 -0800)]
docs: Fix broken link in Common Intents

Bug: 18991366

Change-Id: I998e5213bb7117ebd26ab335206f430f60d1c537

9 years agoFix unexpected language changes on SIM card insertion.
Narayan Kamath [Tue, 13 Jan 2015 15:51:57 +0000 (15:51 +0000)]
Fix unexpected language changes on SIM card insertion.

There are two separate issues here that need to be fixed, both
boil down to the fact that adding an imperative (userSetLocale)
to the Configuration is a bad idea. Because of this:

- We'd never persist the first user set configuration if it was en_US,
  because of an erroneous call to Configuration.setLocale.

- ActivityManager.getConfiguration would sometimes return a
  Configuration with userSetLocale == true, which means callers with
  the right permissions would inadvertently persist a locale they didn't
  want to persist.

bug: 18879010

Change-Id: Id330ffde9d2a6e516fd60edc33f5529df719c634

9 years agoClarify docs for user restrictions
Amith Yamasani [Thu, 8 Jan 2015 00:05:05 +0000 (16:05 -0800)]
Clarify docs for user restrictions

Specify which restrictions are not relevant or behave differently
for managed profiles.

Bug: 18768578
Change-Id: Iac1435c5b931cbb889902a9b9e427bc0e0778bf2

9 years agoDon't blindly teardown unvalidated networks when releasing NetworkRequests.
Paul Jensen [Tue, 9 Dec 2014 16:43:45 +0000 (11:43 -0500)]
Don't blindly teardown unvalidated networks when releasing NetworkRequests.

These networks may be on their way to becoming validated at which point
they could satisfy the default NetworkRequest.  This change unifies the
is-this-network-needed code into a single function.

bug:18652378
Change-Id: Ia511d5c66be79b47dd7c9348ec02784ab30b960c

9 years agoDO NOT MERGE. Ensure screen pinning UI appears immediately after setting changes.
Winson Chung [Tue, 13 Jan 2015 01:32:24 +0000 (17:32 -0800)]
DO NOT MERGE. Ensure screen pinning UI appears immediately after setting changes.

Fixes an issue where the screen pinning UI in the Overview space would
not appear on the first load after changing the setting, this was because
the updated flag was not read before the tasks were preloaded prior to
entering the Overview space.

Bug: 18986736
Change-Id: I50dc9ff6d369fb3f2593f2bf2c1dc4608878820f

9 years agoUpdate docs for Window.setElevation(), apply changes immediately
Alan Viverette [Tue, 13 Jan 2015 00:14:02 +0000 (16:14 -0800)]
Update docs for Window.setElevation(), apply changes immediately

BUG: 18983689
Change-Id: I471104092d6296dc0ba2689da96783be088fbce8

9 years agoam eec6dd77: am a87f3555: am d8bd117c: Merge "docs: Add parent calls to WatchFaces...
Ricardo Cervera [Mon, 12 Jan 2015 22:16:09 +0000 (22:16 +0000)]
am eec6dd77: am a87f3555: am d8bd117c: Merge "docs: Add parent calls to WatchFaces snippet." into lmp-docs

* commit 'eec6dd779ca170a80ff457828e2687da834d2c1f':
  docs: Add parent calls to WatchFaces snippet.

9 years agoMerge "Don't allow windows with invalid types to be added." into lmp-mr1-dev
Wale Ogunwale [Mon, 12 Jan 2015 22:03:49 +0000 (22:03 +0000)]
Merge "Don't allow windows with invalid types to be added." into lmp-mr1-dev

9 years agoDon't allow windows with invalid types to be added.
Wale Ogunwale [Mon, 12 Jan 2015 18:24:36 +0000 (10:24 -0800)]
Don't allow windows with invalid types to be added.

Bug: 18950225
Change-Id: Ia7ead72d036c7628e0a97f8fe9fef2a35525e4df

9 years agoam a87f3555: am d8bd117c: Merge "docs: Add parent calls to WatchFaces snippet." into...
Ricardo Cervera [Mon, 12 Jan 2015 21:59:33 +0000 (21:59 +0000)]
am a87f3555: am d8bd117c: Merge "docs: Add parent calls to WatchFaces snippet." into lmp-docs

* commit 'a87f35555d4aca13902a334691815cfa462feb30':
  docs: Add parent calls to WatchFaces snippet.

9 years agoam d8bd117c: Merge "docs: Add parent calls to WatchFaces snippet." into lmp-docs
Ricardo Cervera [Mon, 12 Jan 2015 21:53:27 +0000 (21:53 +0000)]
am d8bd117c: Merge "docs: Add parent calls to WatchFaces snippet." into lmp-docs

* commit 'd8bd117ce017d7e9b967d7949f8ca3e661e2cd39':
  docs: Add parent calls to WatchFaces snippet.

9 years agoMerge "docs: Add parent calls to WatchFaces snippet." into lmp-docs
Ricardo Cervera [Mon, 12 Jan 2015 21:49:21 +0000 (21:49 +0000)]
Merge "docs: Add parent calls to WatchFaces snippet." into lmp-docs

9 years agoam 0bb84bb5: am 661ca547: am 8062f1f3: Merge "docs: Removing obsolete L-Preview docs...
Joe Fernandez [Mon, 12 Jan 2015 21:39:24 +0000 (21:39 +0000)]
am 0bb84bb5: am 661ca547: am 8062f1f3: Merge "docs: Removing obsolete L-Preview docs and images" into lmp-docs

* commit '0bb84bb5e2a137475718e31fb25f06b160163588':
  docs: Removing obsolete L-Preview docs and images

9 years agoam 661ca547: am 8062f1f3: Merge "docs: Removing obsolete L-Preview docs and images...
Joe Fernandez [Mon, 12 Jan 2015 21:34:19 +0000 (21:34 +0000)]
am 661ca547: am 8062f1f3: Merge "docs: Removing obsolete L-Preview docs and images" into lmp-docs

* commit '661ca54706c146697fe45dfcf81840c25b9022b2':
  docs: Removing obsolete L-Preview docs and images

9 years agoam acd5f3ab: am 1946978c: am 76110e7c: docs: Remove Wear preview reference docs
Joe Fernandez [Mon, 12 Jan 2015 21:31:02 +0000 (21:31 +0000)]
am acd5f3ab: am 1946978c: am 76110e7c: docs: Remove Wear preview reference docs

* commit 'acd5f3ab40c81b5267b4b551e0fd55ce839351b9':
  docs: Remove Wear preview reference docs

9 years agoam 8062f1f3: Merge "docs: Removing obsolete L-Preview docs and images" into lmp-docs
Joe Fernandez [Mon, 12 Jan 2015 21:27:24 +0000 (21:27 +0000)]
am 8062f1f3: Merge "docs: Removing obsolete L-Preview docs and images" into lmp-docs

* commit '8062f1f34113f4d73d37ebb57245342cca9d8f9c':
  docs: Removing obsolete L-Preview docs and images

9 years agoam 1946978c: am 76110e7c: docs: Remove Wear preview reference docs
Joe Fernandez [Mon, 12 Jan 2015 21:25:42 +0000 (21:25 +0000)]
am 1946978c: am 76110e7c: docs: Remove Wear preview reference docs

* commit '1946978c5341fe06db287a4535769ea12e6b6745':
  docs: Remove Wear preview reference docs

9 years agoMerge "docs: Removing obsolete L-Preview docs and images" into lmp-docs
Joe Fernandez [Mon, 12 Jan 2015 21:23:16 +0000 (21:23 +0000)]
Merge "docs: Removing obsolete L-Preview docs and images" into lmp-docs

9 years agoam 76110e7c: docs: Remove Wear preview reference docs
Joe Fernandez [Mon, 12 Jan 2015 21:16:26 +0000 (21:16 +0000)]
am 76110e7c: docs: Remove Wear preview reference docs

* commit '76110e7c46297a221d8f2c92fbaef46b6f405294':
  docs: Remove Wear preview reference docs

9 years agoMerge "Carrier text handle sim removal" into lmp-mr1-dev
Jason Monk [Mon, 12 Jan 2015 21:00:08 +0000 (21:00 +0000)]
Merge "Carrier text handle sim removal" into lmp-mr1-dev

9 years agodocs: Add parent calls to WatchFaces snippet.
Ricardo Cervera [Mon, 12 Jan 2015 20:54:32 +0000 (12:54 -0800)]
docs: Add parent calls to WatchFaces snippet.

Bug: 18982021

Change-Id: I2b39255827826d1e097ccba97e90e92a587fc39b

9 years agoMerge "Improve the circularMask for round displays" into lmp-mr1-dev
Prashant Malani [Mon, 12 Jan 2015 18:34:44 +0000 (18:34 +0000)]
Merge "Improve the circularMask for round displays" into lmp-mr1-dev

9 years agodocs: Remove Wear preview reference docs
Joe Fernandez [Mon, 12 Jan 2015 18:28:03 +0000 (10:28 -0800)]
docs: Remove Wear preview reference docs

These docs are out of date and unreachable due to redirect rules.

Change-Id: I76d9ccfff139b2377c45d71af2998a99b82a2f14

9 years agodocs: Removing obsolete L-Preview docs and images
Joe Fernandez [Mon, 12 Jan 2015 18:20:41 +0000 (10:20 -0800)]
docs: Removing obsolete L-Preview docs and images

- /preview/images/
- TV Preview index pages
- Notifications preview page

Change-Id: I3e7c4e06bcdb6804fd83a80a8171a9d8e0c57117

9 years agoam 3fca2e7f: am 10b829e1: am fec824b6: Merge "Adding Android Fundamentals video....
Eric Gilmore [Mon, 12 Jan 2015 17:19:05 +0000 (17:19 +0000)]
am 3fca2e7f: am 10b829e1: am fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs

* commit '3fca2e7fee3d657c74406f8405bc1d669b9392e8':
  Adding Android Fundamentals video.

9 years agoam 10b829e1: am fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs
Eric Gilmore [Mon, 12 Jan 2015 17:13:14 +0000 (17:13 +0000)]
am 10b829e1: am fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs

* commit '10b829e126482c54657371485ecf425b3f05bb0f':
  Adding Android Fundamentals video.

9 years agoam fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs
Eric Gilmore [Mon, 12 Jan 2015 17:07:12 +0000 (17:07 +0000)]
am fec824b6: Merge "Adding Android Fundamentals video." into lmp-docs

* commit 'fec824b6118a73bdc760acaf7dbd9420ffe7fe91':
  Adding Android Fundamentals video.

9 years agoMerge "Adding Android Fundamentals video." into lmp-docs
Eric Gilmore [Mon, 12 Jan 2015 17:02:30 +0000 (17:02 +0000)]
Merge "Adding Android Fundamentals video." into lmp-docs

9 years agoFix for call timer resetting when starting IMS conference call. 1/4
Tyler Gunn [Mon, 12 Jan 2015 17:02:01 +0000 (09:02 -0800)]
Fix for call timer resetting when starting IMS conference call. 1/4

- Added support in Conference for specifying the connect time when the
conference is created.

Bug: 18959443
Change-Id: I501edde3b62f6bf021eb7455089e80626013da12

9 years agoam 2c7e5631: am 7862ba29: am 6c8b80ac: Merge "Removing three obsolete lessons from...
Eric Gilmore [Mon, 12 Jan 2015 16:55:40 +0000 (16:55 +0000)]
am 2c7e5631: am 7862ba29: am 6c8b80ac: Merge "Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built." into lmp-docs

* commit '2c7e563181405ae6a91edb57f654f884b8759c8e':
  Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built.

9 years agoam 7862ba29: am 6c8b80ac: Merge "Removing three obsolete lessons from TOC, which...
Eric Gilmore [Mon, 12 Jan 2015 16:46:35 +0000 (16:46 +0000)]
am 7862ba29: am 6c8b80ac: Merge "Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built." into lmp-docs

* commit '7862ba297f7106ef0208e8f1dbbe9f9e35c63485':
  Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built.

9 years agoam 6c8b80ac: Merge "Removing three obsolete lessons from TOC, which in turn removes...
Eric Gilmore [Mon, 12 Jan 2015 16:26:43 +0000 (16:26 +0000)]
am 6c8b80ac: Merge "Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built." into lmp-docs

* commit '6c8b80acbb456b5b537137a181dc2ad4cbd07adc':
  Removing three obsolete lessons from TOC, which in turn removes them from building-userinfo.jd when built.

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 12 Jan 2015 16:05:50 +0000 (08:05 -0800)]
Import translations. DO NOT MERGE

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

9 years agoMerge "AudioService: send connection intent for HDMI ARC device" into lmp-mr1-dev
Eric Laurent [Mon, 12 Jan 2015 15:39:43 +0000 (15:39 +0000)]
Merge "AudioService: send connection intent for HDMI ARC device" into lmp-mr1-dev

9 years agoMerge "Avoid showing emergency calls when not possible" into lmp-mr1-dev
Jason Monk [Mon, 12 Jan 2015 14:01:03 +0000 (14:01 +0000)]
Merge "Avoid showing emergency calls when not possible" into lmp-mr1-dev

9 years agoMerge "Added configuration to determine whether VoLTE requires provisioning." into...
Etan Cohen [Sun, 11 Jan 2015 19:10:20 +0000 (19:10 +0000)]
Merge "Added configuration to determine whether VoLTE requires provisioning." into lmp-mr1-dev

9 years agoMerge "CEC: Keep Playback device awake while it is the active source" into lmp-mr1-dev
Jinsuk Kim [Sat, 10 Jan 2015 21:59:37 +0000 (21:59 +0000)]
Merge "CEC: Keep Playback device awake while it is the active source" into lmp-mr1-dev

9 years agoam aadcdef3: am 191d06b5: am 74147527: am 8505c387: Special case AppCompat to show...
Deepanshu Gupta [Sat, 10 Jan 2015 10:19:28 +0000 (10:19 +0000)]
am aadcdef3: am 191d06b5: am 74147527: am 8505c387: Special case AppCompat to show action bar. automerge: bb600de automerge: 8d9361a

* commit 'aadcdef312bac520e5352d687a642a87faf3c654':

9 years agoam 686160b8: am 74e00d22: Support Locale.toLanguageTag on Java 6 automerge: dbd64f7...
Deepanshu Gupta [Sat, 10 Jan 2015 10:19:24 +0000 (10:19 +0000)]
am 686160b8: am 74e00d22: Support Locale.toLanguageTag on Java 6 automerge: dbd64f7 automerge: 7da2b5d

* commit '686160b854e845b79f74a526b397bb6dc438392b':

9 years agoam 7aafa4fd: am 38884a30: LayoutLib: Fix System.arraycopy() automerge: 51fb775 autome...
Deepanshu Gupta [Sat, 10 Jan 2015 10:19:20 +0000 (10:19 +0000)]
am 7aafa4fd: am 38884a30: LayoutLib: Fix System.arraycopy() automerge: 51fb775 automerge: 55c7bd4

* commit '7aafa4fd31d9a42fe0cd9a8e2e6aa8a4728ec166':

9 years agoam 191d06b5: am 74147527: am 8505c387: Special case AppCompat to show action bar...
Deepanshu Gupta [Sat, 10 Jan 2015 10:13:04 +0000 (10:13 +0000)]
am 191d06b5: am 74147527: am 8505c387: Special case AppCompat to show action bar. automerge: bb600de automerge: 8d9361a

* commit '191d06b55598b653e0764638ca37d8618c9d085e':

9 years agoam 74e00d22: Support Locale.toLanguageTag on Java 6 automerge: dbd64f7 automerge...
Deepanshu Gupta [Sat, 10 Jan 2015 10:13:00 +0000 (10:13 +0000)]
am 74e00d22: Support Locale.toLanguageTag on Java 6 automerge: dbd64f7 automerge: 7da2b5d

* commit '74e00d229b5e4fca4bffd94373d58f94a74255d5':

9 years agoam 38884a30: LayoutLib: Fix System.arraycopy() automerge: 51fb775 automerge: 55c7bd4
Deepanshu Gupta [Sat, 10 Jan 2015 10:12:56 +0000 (10:12 +0000)]
am 38884a30: LayoutLib: Fix System.arraycopy() automerge: 51fb775 automerge: 55c7bd4

* commit '38884a30dfe0fffce0c6097fd9d406e45d04aea5':

9 years agoam 74147527: am 8505c387: Special case AppCompat to show action bar. automerge: bb600de
Deepanshu Gupta [Sat, 10 Jan 2015 09:49:53 +0000 (09:49 +0000)]
am 74147527: am 8505c387: Special case AppCompat to show action bar. automerge: bb600de
automerge: 8d9361a

* commit '8d9361a4ec1260b268865af6dcc8b2c5bb316f9d':

9 years agoSupport Locale.toLanguageTag on Java 6 automerge: dbd64f7
Deepanshu Gupta [Sat, 10 Jan 2015 09:48:39 +0000 (09:48 +0000)]
Support Locale.toLanguageTag on Java 6 automerge: dbd64f7
automerge: 7da2b5d

* commit '7da2b5dbc259ef026bb075905f9fda3695dd4615':

9 years agoLayoutLib: Fix System.arraycopy() automerge: 51fb775
Deepanshu Gupta [Sat, 10 Jan 2015 09:47:08 +0000 (09:47 +0000)]
LayoutLib: Fix System.arraycopy() automerge: 51fb775
automerge: 55c7bd4

* commit '55c7bd4dac3078ab220823e522c9257246933c46':

9 years agoam 74147527: am 8505c387: Special case AppCompat to show action bar.
Deepanshu Gupta [Sat, 10 Jan 2015 04:59:11 +0000 (04:59 +0000)]
am 74147527: am 8505c387: Special case AppCompat to show action bar.
automerge: bb600de

* commit 'bb600de6e7c5c7a0a1d4b872d2ee100ccc353213':
  Special case AppCompat to show action bar.

9 years agoSupport Locale.toLanguageTag on Java 6
Deepanshu Gupta [Sat, 10 Jan 2015 04:57:42 +0000 (04:57 +0000)]
Support Locale.toLanguageTag on Java 6
automerge: dbd64f7

* commit 'dbd64f7c904287f9e1bf5bb22385aace85274cab':
  Support Locale.toLanguageTag on Java 6

9 years agoLayoutLib: Fix System.arraycopy()
Deepanshu Gupta [Sat, 10 Jan 2015 04:56:36 +0000 (04:56 +0000)]
LayoutLib: Fix System.arraycopy()
automerge: 51fb775

* commit '51fb7754fc9a232a225b31b37219f4b0dcba6711':
  LayoutLib: Fix System.arraycopy()

9 years agoAdded configuration to determine whether VoLTE requires provisioning.
Etan Cohen [Wed, 26 Nov 2014 19:56:53 +0000 (11:56 -0800)]
Added configuration to determine whether VoLTE requires provisioning.

Bug: 18576107
Change-Id: I08c231a3d876f3fe92c0fcb7f52be878b2da00dd

9 years agoam c598047d: am ca67a249: am bb600de6: am 74147527: am 8505c387: Special case AppComp...
Deepanshu Gupta [Sat, 10 Jan 2015 04:04:22 +0000 (04:04 +0000)]
am c598047d: am ca67a249: am bb600de6: am 74147527: am 8505c387: Special case AppCompat to show action bar.

* commit 'c598047d67f64e690f682d82c0e77989c79ae465':
  Special case AppCompat to show action bar.

9 years agoam 20625cce: am c5871ea1: am dbd64f7c: (-s ours) Support Locale.toLanguageTag on...
Deepanshu Gupta [Sat, 10 Jan 2015 04:04:18 +0000 (04:04 +0000)]
am 20625cce: am c5871ea1: am dbd64f7c: (-s ours) Support Locale.toLanguageTag on Java 6

* commit '20625cce4c13d2337456aaa74ba91b6c4379321f':
  Support Locale.toLanguageTag on Java 6

9 years agoam b3d418ad: am db703ab6: am 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()
Deepanshu Gupta [Sat, 10 Jan 2015 03:59:58 +0000 (03:59 +0000)]
am b3d418ad: am db703ab6: am 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()

* commit 'b3d418ad027c324c1169e7087689a81bfefdf7f3':
  LayoutLib: Fix System.arraycopy()

9 years agoam ca67a249: am bb600de6: am 74147527: am 8505c387: Special case AppCompat to show...
Deepanshu Gupta [Sat, 10 Jan 2015 03:56:47 +0000 (03:56 +0000)]
am ca67a249: am bb600de6: am 74147527: am 8505c387: Special case AppCompat to show action bar.

* commit 'ca67a249293d021808f349fa2e2f799451aeafe8':
  Special case AppCompat to show action bar.

9 years agoam c5871ea1: am dbd64f7c: (-s ours) Support Locale.toLanguageTag on Java 6
Deepanshu Gupta [Sat, 10 Jan 2015 03:56:44 +0000 (03:56 +0000)]
am c5871ea1: am dbd64f7c: (-s ours) Support Locale.toLanguageTag on Java 6

* commit 'c5871ea1b830153e7f85367844bcc67b81a2c06b':
  Support Locale.toLanguageTag on Java 6

9 years agoam db703ab6: am 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()
Deepanshu Gupta [Sat, 10 Jan 2015 03:52:05 +0000 (03:52 +0000)]
am db703ab6: am 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()

* commit 'db703ab64643ef91bbdb989a04597ecf7d0ca928':
  LayoutLib: Fix System.arraycopy()

9 years agoam bb600de6: am 74147527: am 8505c387: Special case AppCompat to show action bar.
Deepanshu Gupta [Sat, 10 Jan 2015 03:51:05 +0000 (03:51 +0000)]
am bb600de6: am 74147527: am 8505c387: Special case AppCompat to show action bar.

* commit 'bb600de6e7c5c7a0a1d4b872d2ee100ccc353213':
  Special case AppCompat to show action bar.

9 years agoam dbd64f7c: (-s ours) Support Locale.toLanguageTag on Java 6
Deepanshu Gupta [Sat, 10 Jan 2015 03:51:01 +0000 (03:51 +0000)]
am dbd64f7c: (-s ours) Support Locale.toLanguageTag on Java 6

* commit 'dbd64f7c904287f9e1bf5bb22385aace85274cab':
  Support Locale.toLanguageTag on Java 6

9 years agoam 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()
Deepanshu Gupta [Sat, 10 Jan 2015 03:43:48 +0000 (03:43 +0000)]
am 51fb7754: (-s ours) LayoutLib: Fix System.arraycopy()

* commit '51fb7754fc9a232a225b31b37219f4b0dcba6711':
  LayoutLib: Fix System.arraycopy()

9 years agoam 74147527: am 8505c387: Special case AppCompat to show action bar.
Deepanshu Gupta [Sat, 10 Jan 2015 02:16:44 +0000 (02:16 +0000)]
am 74147527: am 8505c387: Special case AppCompat to show action bar.

* commit '74147527357b9abd9d30b3a2dbd72a5172a35625':
  Special case AppCompat to show action bar.