OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Let TYPE_ANNOUNCEMENT be sent from any window" into lmp-dev
Kristian Monsen [Fri, 17 Oct 2014 23:54:00 +0000 (23:54 +0000)]
Merge "Let TYPE_ANNOUNCEMENT be sent from any window" into lmp-dev

9 years agoMerge "Add utility methods to LockPatternUtils for encryption" into lmp-dev
Jim Miller [Fri, 17 Oct 2014 23:48:20 +0000 (23:48 +0000)]
Merge "Add utility methods to LockPatternUtils for encryption" into lmp-dev

9 years agoMerge "Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions" into lmp-dev
Yorke Lee [Fri, 17 Oct 2014 23:16:33 +0000 (23:16 +0000)]
Merge "Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions" into lmp-dev

9 years agoAdd utility methods to LockPatternUtils for encryption
Jim Miller [Fri, 17 Oct 2014 02:50:18 +0000 (19:50 -0700)]
Add utility methods to LockPatternUtils for encryption

This enables a change in Settings that allows device
encryption to be disabled by the user.

Fixes bug 17881324

Change-Id: I34dfc586df1a598bf969dc82adf8537a2730d345

9 years agoMerge "Accessibility no longer overrides strong encryption." into lmp-dev
Svetoslav [Fri, 17 Oct 2014 22:59:20 +0000 (22:59 +0000)]
Merge "Accessibility no longer overrides strong encryption." into lmp-dev

9 years agoMerge "AAPT: Fix an issue where a resource name was incorrectly derived on Windows...
Adam Lesinski [Fri, 17 Oct 2014 22:50:48 +0000 (22:50 +0000)]
Merge "AAPT: Fix an issue where a resource name was incorrectly derived on Windows" into lmp-dev

9 years agoMerge "Modified lollipop Easter egg for TV compatibility" into lmp-dev
William Bourke [Fri, 17 Oct 2014 22:00:59 +0000 (22:00 +0000)]
Merge "Modified lollipop Easter egg for TV compatibility" into lmp-dev

9 years agodocs: Android L release fixes
Joe Fernandez [Fri, 17 Oct 2014 20:57:15 +0000 (13:57 -0700)]
docs: Android L release fixes

- L Highlights fixes
b/18029526
- L API Overview fixes
b/18034482

Change-Id: I2e93ece18748c15a8fe10749e75008bf5ed9a7c0

9 years agoModified lollipop Easter egg for TV compatibility
William Bourke [Fri, 17 Oct 2014 18:13:11 +0000 (11:13 -0700)]
Modified lollipop Easter egg for TV compatibility

Bug: 17997922

Change-Id: I0e2e34245183cdd146ecca02ab09b2c4867770ec

9 years agoAAPT: Fix an issue where a resource name was incorrectly derived on Windows
Adam Lesinski [Fri, 17 Oct 2014 21:40:17 +0000 (14:40 -0700)]
AAPT: Fix an issue where a resource name was incorrectly derived on Windows

Calling String8::getLeaf() will assume the system's file path separator,
however the source string was already converted to a unix path.
getLeaf() would therefore not find any occurence of '\' and would
return the full path.

Bug:18036805
Change-Id: Ic2bfac0cc553406740204a296327e266b05c0eff

9 years agoMerge "docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 21:39:26 +0000 (21:39 +0000)]
Merge "docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result" into lmp-dev

9 years agoAccessibility no longer overrides strong encryption.
Svetoslav [Fri, 17 Oct 2014 18:38:06 +0000 (11:38 -0700)]
Accessibility no longer overrides strong encryption.

Updating the accessibility layer behavior to reflect the new
model where accessibility no longer overrides strong encryption.
Now enabling an accessibility service lowers the encryption
level but the user can bump it up in settings if desired.

bug:17881324

Change-Id: Ic60d760c267d3f934040a42e1963b179bd8b9f5f

9 years agoLet TYPE_ANNOUNCEMENT be sent from any window
Kristian Monsen [Fri, 17 Oct 2014 21:13:07 +0000 (14:13 -0700)]
Let TYPE_ANNOUNCEMENT be sent from any window

Part of fix for bug 17905712

Change-Id: I4e4b09f6b6342a27744e42984d483ef8de18fbff

9 years agodocs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result
Andrew Solovay [Fri, 17 Oct 2014 21:05:22 +0000 (14:05 -0700)]
docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result

See first comment for doc staging directory.

bug: 18000631
Change-Id: I4dba47e0965947774adad86218369678311f4a0c

9 years agoMerge "docs: update location of sample apps" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 19:39:27 +0000 (19:39 +0000)]
Merge "docs: update location of sample apps" into lmp-dev

9 years agoMerge "Use the correct method to check if device is encrypted" into lmp-dev
Amith Yamasani [Fri, 17 Oct 2014 18:55:57 +0000 (18:55 +0000)]
Merge "Use the correct method to check if device is encrypted" into lmp-dev

9 years agoMerge "fix 1% mystery bug on preview image downloads. just remove the hashchange...
smain@google.com [Fri, 17 Oct 2014 18:47:11 +0000 (18:47 +0000)]
Merge "fix 1% mystery bug on preview image downloads. just remove the hashchange listener; no more back-navigation, eh." into lmp-dev

9 years agofix 1% mystery bug on preview image downloads.
smain@google.com [Fri, 17 Oct 2014 18:45:33 +0000 (11:45 -0700)]
fix 1% mystery bug on preview image downloads.
just remove the hashchange listener; no more back-navigation, eh.

Change-Id: I6c822336f33448d9ce01e710fbea2ab134fb8718

9 years agoUse the correct method to check if device is encrypted
Amith Yamasani [Fri, 17 Oct 2014 18:16:58 +0000 (11:16 -0700)]
Use the correct method to check if device is encrypted

DPM's method will return false if encrypted by default password,
preventing the changing of encryption password to lockscreen password.

Check if the device is encrypted by some means, instead.

Also fix a SecurityException when Device Admin queries encryption state
(recent regression)

Bug: 17881324
Change-Id: Id897e61c5e254ab3f8dc569285428a73005303ea

9 years agoMerge "docs: Fixed sound and vibration section in Android 5.0 API overview." into...
Quddus Chong [Fri, 17 Oct 2014 18:32:01 +0000 (18:32 +0000)]
Merge "docs: Fixed sound and vibration section in Android 5.0 API overview." into lmp-dev

9 years agodocs: update location of sample apps
Scott Rowe [Fri, 17 Oct 2014 17:46:04 +0000 (10:46 -0700)]
docs: update location of sample apps

Change-Id: I5079d5578c29cde387d087ec8767ae03aaa7ebe2

9 years agoMake READ_VOICEMAIL/WRITE_VOICEMAIL system permissions
Yorke Lee [Fri, 17 Oct 2014 17:22:26 +0000 (10:22 -0700)]
Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions

Bug: 18020724
Change-Id: I5a0e5ef8a1e40ee23f4b132f5877b63a738e776e

9 years agodocs: Fixed sound and vibration section in Android 5.0 API overview.
Quddus Chong [Fri, 17 Oct 2014 17:08:41 +0000 (10:08 -0700)]
docs: Fixed sound and vibration section in Android 5.0 API overview.

Change-Id: Icb5379cb1c390c011c9ca8c1d585ebcaea8f92dc

9 years agoMerge "SDK only: hide the old L API version constant." into lmp-dev
Dianne Hackborn [Fri, 17 Oct 2014 17:11:23 +0000 (17:11 +0000)]
Merge "SDK only: hide the old L API version constant." into lmp-dev

9 years agoMerge "edits to the Lollipop highlights" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 16:47:32 +0000 (16:47 +0000)]
Merge "edits to the Lollipop highlights" into lmp-dev

9 years agoedits to the Lollipop highlights
smain@google.com [Fri, 17 Oct 2014 16:25:24 +0000 (09:25 -0700)]
edits to the Lollipop highlights

Change-Id: I1702946aca8c30528488465be422a9b68a9ae049

9 years agoMerge "Updated Android SDK/Studio system requirements" into lmp-dev
Vince Harron [Fri, 17 Oct 2014 16:12:05 +0000 (16:12 +0000)]
Merge "Updated Android SDK/Studio system requirements" into lmp-dev

9 years agoMerge "docs: Updated Android 5.0 API Overview to reflect that setting the device...
Quddus Chong [Fri, 17 Oct 2014 16:08:43 +0000 (16:08 +0000)]
Merge "docs: Updated Android 5.0 API Overview to reflect that   setting the device to RINGER_MODE_NORMAL or RINGER_MODE_VIBRATE   causes the device to leave priority mode." into lmp-dev

9 years agoDocs: Update "What's New" for L Final Preview samples
Trevor Johns [Fri, 17 Oct 2014 16:00:38 +0000 (09:00 -0700)]
Docs: Update "What's New" for L Final Preview samples

Change-Id: Idc414ffa3b391212136601bd0f65dbcab07efe1e

9 years agodocs: Updated Android 5.0 API Overview to reflect that
Quddus Chong [Fri, 17 Oct 2014 15:29:30 +0000 (08:29 -0700)]
docs: Updated Android 5.0 API Overview to reflect that
  setting the device to RINGER_MODE_NORMAL or RINGER_MODE_VIBRATE
  causes the device to leave priority mode.

Change-Id: I9a7be4529f757417a62ca376df39bf01309e1e69

9 years agoMerge "Fix getStorageEncryptionStatus() in DevicePolicyManager" into lmp-dev
Jim Miller [Fri, 17 Oct 2014 09:31:03 +0000 (09:31 +0000)]
Merge "Fix getStorageEncryptionStatus() in DevicePolicyManager" into lmp-dev

9 years agoMerge "Doc change: Add Lollipop to platform versions table." into lmp-dev
Dirk Dougherty [Fri, 17 Oct 2014 09:21:28 +0000 (09:21 +0000)]
Merge "Doc change: Add Lollipop to platform versions table." into lmp-dev

9 years agoDoc change: Add Lollipop to platform versions table.
Dirk Dougherty [Fri, 17 Oct 2014 09:16:58 +0000 (02:16 -0700)]
Doc change: Add Lollipop to platform versions table.

Change-Id: Iad84444396a3b2d24403e88398ca21933741b819

9 years agoMerge "time to forget about honeycomb and gingerbread." into lmp-dev
smain@google.com [Fri, 17 Oct 2014 08:37:15 +0000 (08:37 +0000)]
Merge "time to forget about honeycomb and gingerbread." into lmp-dev

9 years agotime to forget about honeycomb and gingerbread.
smain@google.com [Fri, 17 Oct 2014 08:35:12 +0000 (01:35 -0700)]
time to forget about honeycomb and gingerbread.

Change-Id: I74a1a62109f28b6ed08acee4761e25bfe8278257

9 years agoMerge "fix links on preview page" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 08:32:19 +0000 (08:32 +0000)]
Merge "fix links on preview page" into lmp-dev

9 years agofix links on preview page
smain@google.com [Fri, 17 Oct 2014 08:31:24 +0000 (01:31 -0700)]
fix links on preview page

Change-Id: If2c3380dcb3ecc2770ba84fd6599ba69ea0a33f2

9 years agoMerge "edits to the lollipop highlights" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 08:18:46 +0000 (08:18 +0000)]
Merge "edits to the lollipop highlights" into lmp-dev

9 years agoedits to the lollipop highlights
smain@google.com [Fri, 17 Oct 2014 08:06:37 +0000 (01:06 -0700)]
edits to the lollipop highlights

Change-Id: I7efaae064780c3f778f25d11e9378852c11eb5eb

9 years agoMerge "docs: Android TV docs fixes for L SDK release" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 07:43:01 +0000 (07:43 +0000)]
Merge "docs: Android TV docs fixes for L SDK release" into lmp-dev

9 years agodocs: Android TV docs fixes for L SDK release
Joe Fernandez [Fri, 17 Oct 2014 07:01:58 +0000 (00:01 -0700)]
docs: Android TV docs fixes for L SDK release

Change-Id: Ie37c2056844e1c04542ed4e556a6577640e13819

9 years agoMerge "add TV quality page to Develop landing carousel" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 06:51:42 +0000 (06:51 +0000)]
Merge "add TV quality page to Develop landing carousel" into lmp-dev

9 years agodocs: Notifications changes for L
Scott Rowe [Mon, 6 Oct 2014 18:49:54 +0000 (11:49 -0700)]
docs: Notifications changes for L

Change-Id: I53c744734358401adefbcffd5ce5a3676d6d955a

9 years agoMerge "docs: Android TV App Quality Requirements v2" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 06:38:36 +0000 (06:38 +0000)]
Merge "docs: Android TV App Quality Requirements v2" into lmp-dev

9 years agodocs: Android TV App Quality Requirements v2
Joe Fernandez [Sat, 11 Oct 2014 04:36:46 +0000 (21:36 -0700)]
docs: Android TV App Quality Requirements v2

Change-Id: I54c53d90faf1605945bb8397278b9057a9c687f4

9 years agodocs: Displaying a Now Playing Card
Scott Rowe [Wed, 15 Oct 2014 21:27:25 +0000 (14:27 -0700)]
docs: Displaying a Now Playing Card

Change-Id: I68cd305618caff24cf2de564d7b085c663702d0c

9 years agoadd TV quality page to Develop landing carousel
smain@google.com [Fri, 17 Oct 2014 06:17:52 +0000 (23:17 -0700)]
add TV quality page to Develop landing carousel

Change-Id: I736654e248645bfda7f94156b8c0f520a8be4bac

9 years agoMerge "docs: Recents screen for tasks and activities" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 05:40:42 +0000 (05:40 +0000)]
Merge "docs: Recents screen for tasks and activities" into lmp-dev

9 years agoMerge "add Lollipop highlights and revision to 5.0 API overview intro" into lmp-dev
smain@google.com [Fri, 17 Oct 2014 05:17:01 +0000 (05:17 +0000)]
Merge "add Lollipop highlights and revision to 5.0 API overview intro" into lmp-dev

9 years agodocs: Recents screen for tasks and activities
Scott Rowe [Mon, 15 Sep 2014 21:08:44 +0000 (14:08 -0700)]
docs: Recents screen for tasks and activities

Change-Id: I94774e60e6a7453a047ad394c3bbfff0cc4dfc7d

9 years agoadd Lollipop highlights and revision to 5.0 API overview intro
smain@google.com [Fri, 17 Oct 2014 05:15:18 +0000 (22:15 -0700)]
add Lollipop highlights and revision to 5.0 API overview intro

Change-Id: Ic50db6ea2ea9893088f271ce2427ccda69fc6b75

9 years agoMerge "Android 5.0 changes to IME switching" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 05:01:02 +0000 (05:01 +0000)]
Merge "Android 5.0 changes to IME switching" into lmp-dev

9 years agoMerge "docs: Update Android TV home for L announcement" into lmp-dev
Joe Fernandez [Fri, 17 Oct 2014 04:58:02 +0000 (04:58 +0000)]
Merge "docs:  Update Android TV home for L announcement" into lmp-dev

9 years agoAndroid 5.0 changes to IME switching
David Friedman [Wed, 8 Oct 2014 17:38:31 +0000 (10:38 -0700)]
Android 5.0 changes to IME switching

Change-Id: I158736ee36706889a5277f02a652162194289514

9 years agoMerge "Notificiations Design for Android L Release" into lmp-dev
David Friedman [Fri, 17 Oct 2014 04:48:31 +0000 (04:48 +0000)]
Merge "Notificiations Design for Android L Release" into lmp-dev

9 years agoNotificiations Design for Android L Release
David Friedman [Thu, 2 Oct 2014 22:23:45 +0000 (15:23 -0700)]
Notificiations Design for Android L Release

Change-Id: I32723dafa2d3bd455da9c6e03c09c668b2bd6446

9 years agodocs: Update Android TV home for L announcement
Joe Fernandez [Fri, 10 Oct 2014 05:18:03 +0000 (22:18 -0700)]
docs:  Update Android TV home for L announcement

Change-Id: Ie98da5efa59dd3c797dda38bb465b7cc66b4d2e7

9 years agoMerge "NDK-r10c release notes (change log) for publication to NDK page on DAC." into...
David Friedman [Fri, 17 Oct 2014 04:30:27 +0000 (04:30 +0000)]
Merge "NDK-r10c release notes (change log) for publication to NDK page on DAC." into lmp-dev

9 years agoNDK-r10c release notes (change log) for publication to NDK page on DAC.
David Friedman [Tue, 14 Oct 2014 04:45:44 +0000 (21:45 -0700)]
NDK-r10c release notes (change log) for publication to NDK page on DAC.

Change-Id: I0f8bc87b741ec1ef978c3fc22954d43519172299

9 years agoupdate L preview landing page for 5.0 SDK launch
smain@google.com [Fri, 10 Oct 2014 00:00:20 +0000 (17:00 -0700)]
update L preview landing page for 5.0 SDK launch
includes new system images
also update the DAC homepage announcement

Change-Id: I6e249e4ec5ef4b4329b145b334b31cfe11dd136c

9 years agoMerge "docs: Migrating material design info from the Preview site" into lmp-dev
Ricardo Cervera [Fri, 17 Oct 2014 01:06:05 +0000 (01:06 +0000)]
Merge "docs: Migrating material design info from the Preview site" into lmp-dev

9 years agodocs: Migrating material design info from the Preview site
Ricardo Cervera [Thu, 9 Oct 2014 00:00:30 +0000 (17:00 -0700)]
docs: Migrating material design info from the Preview site

Change-Id: I3a2f71e41cc1371b8cce2d8860b116cf0f8b8ed2

9 years agoSDK only: hide the old L API version constant.
Dianne Hackborn [Fri, 17 Oct 2014 00:48:30 +0000 (17:48 -0700)]
SDK only: hide the old L API version constant.

Also update the LOLLIPOP version constant to describe more things
that change when you target it.

Change-Id: I15e2c26a0f997ff2bfc8dd5076c827da7f42ee66

9 years agoMerge "docs: Updates to Android 5.0 API Overview." into lmp-dev
Quddus Chong [Fri, 17 Oct 2014 00:39:30 +0000 (00:39 +0000)]
Merge "docs: Updates to Android 5.0 API Overview." into lmp-dev

9 years agoMerge "Eliminate race condition around backup completion + resumption" into lmp-dev
Christopher Tate [Thu, 16 Oct 2014 21:26:25 +0000 (21:26 +0000)]
Merge "Eliminate race condition around backup completion + resumption" into lmp-dev

9 years agoMerge "docs: Updating support library pages for v.21." into lmp-dev
Andrew Solovay [Thu, 16 Oct 2014 21:10:19 +0000 (21:10 +0000)]
Merge "docs: Updating support library pages for v.21." into lmp-dev

9 years agoMerge "docs: Restored the preview license." into lmp-dev
Andrew Solovay [Thu, 16 Oct 2014 21:01:06 +0000 (21:01 +0000)]
Merge "docs: Restored the preview license." into lmp-dev

9 years agodocs: Restored the preview license.
Andrew Solovay [Tue, 14 Oct 2014 19:23:31 +0000 (12:23 -0700)]
docs: Restored the preview license.

Added the preview license back, with changes as previously negotiated
with legal.

See first comment for staging directory link.

Change-Id: Ibc23d4d89b4380546d61ed052ba15dc81b8b1336

9 years agoEliminate race condition around backup completion + resumption
Christopher Tate [Thu, 16 Oct 2014 20:44:00 +0000 (13:44 -0700)]
Eliminate race condition around backup completion + resumption

Ensure that the callback always sees the current-operation state in sync
with the various other bits of internal backup-operation state.  Previously
only the current-operation state was managed inside the critical section;
this resulted in a slim race window where a callback could see an ongoing
operation as still valid, but after the internal state on which that
operation depended had already been cleared.

Bug 17931760

Change-Id: Ia032668e7a9d22f1029c57fc98db9e86484d5719

9 years agoMerge ":docs Platform Tools Rel Note Nexus 6/9 dpi updates" into lmp-dev
Rich Slogar [Thu, 16 Oct 2014 20:41:17 +0000 (20:41 +0000)]
Merge ":docs Platform Tools Rel Note Nexus 6/9 dpi updates" into lmp-dev

9 years agoMerge "Send accessibility events with no window." into lmp-dev
Svet Ganov [Thu, 16 Oct 2014 19:35:40 +0000 (19:35 +0000)]
Merge "Send accessibility events with no window." into lmp-dev

9 years ago:docs Platform Tools Rel Note Nexus 6/9 dpi updates
Rich Slogar [Thu, 16 Oct 2014 19:07:35 +0000 (12:07 -0700)]
:docs Platform Tools Rel Note Nexus 6/9 dpi updates

Change-Id: I34d71a4c42fababbce1ad13dee4fa8f722798e7b

9 years agoam a1e3063e: am ab64919c: Merge "docs: update reference to FragmentRetainInstance...
Scott Rowe [Thu, 16 Oct 2014 18:23:42 +0000 (18:23 +0000)]
am a1e3063e: am ab64919c: Merge "docs: update reference to FragmentRetainInstance" into klp-modular-docs

* commit 'a1e3063ebe04c8c304f48a02117085962f75cb63':
  docs: update reference to FragmentRetainInstance

9 years agoam 2f9ea27c: am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs
Joe Fernandez [Thu, 16 Oct 2014 18:23:18 +0000 (18:23 +0000)]
am 2f9ea27c: am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs

* commit '2f9ea27c6c95fa53eef0228edc0b3f63dbeb21e7':
  Typo fixed in sample code

9 years agoMerge "OpenGL 3.1 and AEP documentation for L-release." into lmp-dev
David Friedman [Thu, 16 Oct 2014 18:05:59 +0000 (18:05 +0000)]
Merge "OpenGL 3.1 and AEP documentation for L-release." into lmp-dev

9 years agodocs: Updates to Android 5.0 API Overview.
Quddus Chong [Thu, 16 Oct 2014 01:03:27 +0000 (18:03 -0700)]
docs: Updates to Android 5.0 API Overview.

Change-Id: I0dcbb134fc499da0172bfe8d79c5aaa1a4b3ef75

9 years agoSend accessibility events with no window.
Svet Ganov [Thu, 16 Oct 2014 16:18:34 +0000 (09:18 -0700)]
Send accessibility events with no window.

An app can send an accessibility event by calling the send methods
on view or directly asking the accessibility manager to do that.
While the recommened way to send such events is calling the methods
on view a legacy app or app whose developer did not read the docs
carefully may be calling the accessibility manager APIs directly.
In such a case the event does not have assigned window id and does
not get send. Since events fired by using the accessibility manager
directly lack context to determine whether thier source is important
for accessibility we assume they come from an important view to
avoid breaking backwards compatibility.

bug:18001711

Change-Id: Ie1c298fa5a0670cbeaedfcd64f820961c296b6ca

9 years agodocs: Updating support library pages for v.21.
Andrew Solovay [Thu, 2 Oct 2014 18:23:42 +0000 (11:23 -0700)]
docs: Updating support library pages for v.21.

For doc stage location, see my comment of Oct 13 3:47 PM.

Change-Id: I4da98448cd95451c82b4e8198dcd95edf64398b8

9 years agoMerge "docs:Build and Platform Tools Updates for Android 5" into lmp-dev
Rich Slogar [Thu, 16 Oct 2014 17:10:47 +0000 (17:10 +0000)]
Merge "docs:Build and Platform Tools Updates for Android 5" into lmp-dev

9 years agoMerge "Moved TV Input Framework (TIF) page out of preview." into lmp-dev
Andrew Solovay [Thu, 16 Oct 2014 17:03:01 +0000 (17:03 +0000)]
Merge "Moved TV Input Framework (TIF) page out of preview." into lmp-dev

9 years agodocs:Build and Platform Tools Updates for Android 5
Rich Slogar [Thu, 9 Oct 2014 22:45:25 +0000 (15:45 -0700)]
docs:Build and Platform Tools Updates for Android 5

Change-Id: Ib7adf35c302d24a1c2394a89b3a04ca8d77cd296

9 years agoam ab64919c: Merge "docs: update reference to FragmentRetainInstance" into klp-modula...
Scott Rowe [Thu, 16 Oct 2014 17:01:04 +0000 (17:01 +0000)]
am ab64919c: Merge "docs: update reference to FragmentRetainInstance" into klp-modular-docs

* commit 'ab64919c0e683dcd0f32f95f580f0d95ce29476d':
  docs: update reference to FragmentRetainInstance

9 years agoMerge "docs: update reference to FragmentRetainInstance" into klp-modular-docs
Scott Rowe [Thu, 16 Oct 2014 16:56:54 +0000 (16:56 +0000)]
Merge "docs: update reference to FragmentRetainInstance" into klp-modular-docs

9 years agodocs: delete preview pages
Scott Rowe [Wed, 8 Oct 2014 23:39:36 +0000 (16:39 -0700)]
docs: delete preview pages

Change-Id: I76b6b8545bfed3ad0604043105ccf4795ab8be62

9 years agoUpdate javadoc comments for getBluetoothLeAdvertiser()
Prerepa Viswanadham [Wed, 15 Oct 2014 23:36:01 +0000 (16:36 -0700)]
Update javadoc comments for getBluetoothLeAdvertiser()

To clarify that BluetoothLeAdvertiser object will return null
when BT is off OR if the hw doesn't support these capabilities

bug: 18006072
Change-Id: I635d7971711a3cae7c58f7a0636faf9a03f19970

9 years agoam 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs
Joe Fernandez [Thu, 16 Oct 2014 14:39:16 +0000 (14:39 +0000)]
am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs

* commit '58c64870a8f3505d032ec7c5ac0fc4faba08347a':
  Typo fixed in sample code

9 years agoMerge "Typo fixed in sample code" into klp-modular-docs
Joe Fernandez [Thu, 16 Oct 2014 14:34:46 +0000 (14:34 +0000)]
Merge "Typo fixed in sample code" into klp-modular-docs

9 years agoMerge "Allow root and system to bypass the always-on VPN firewall rules" into lmp-dev
Lorenzo Colitti [Thu, 16 Oct 2014 08:46:03 +0000 (08:46 +0000)]
Merge "Allow root and system to bypass the always-on VPN firewall rules" into lmp-dev

9 years agoMerge "Don't make lockdown VPN source firewall rules over-broad." into lmp-dev
Lorenzo Colitti [Thu, 16 Oct 2014 08:45:02 +0000 (08:45 +0000)]
Merge "Don't make lockdown VPN source firewall rules over-broad." into lmp-dev

9 years agoMerge "Propagate network state changes to the LockdownVpnTracker." into lmp-dev
Lorenzo Colitti [Thu, 16 Oct 2014 08:37:26 +0000 (08:37 +0000)]
Merge "Propagate network state changes to the LockdownVpnTracker." into lmp-dev

9 years agoMerge "Fix spurious restore session timeouts" into lmp-dev
Christopher Tate [Thu, 16 Oct 2014 03:28:58 +0000 (03:28 +0000)]
Merge "Fix spurious restore session timeouts" into lmp-dev

9 years agoOpenGL 3.1 and AEP documentation for L-release.
David Friedman [Mon, 6 Oct 2014 21:36:07 +0000 (14:36 -0700)]
OpenGL 3.1 and AEP documentation for L-release.

Change-Id: I21b75a6f38977729fa8c1c94c66354054bdb780c

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Geoff Mendal [Thu, 16 Oct 2014 01:35:17 +0000 (01:35 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Thu, 16 Oct 2014 01:34:07 +0000 (18:34 -0700)]
Import translations. DO NOT MERGE

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

9 years agoFix spurious restore session timeouts
Christopher Tate [Thu, 16 Oct 2014 00:49:42 +0000 (17:49 -0700)]
Fix spurious restore session timeouts

The restore-session idle timeout should not be ticking while we're
doing legitimate restore work.  We now explicitly stop the timeout
ticker [a delayed message on our handler thread] whenever we undertake
a valid restore operation.  The timer is already correctly resumed
when restore operations conclude.

(In practice we need to suspend the timeout tracking at exactly those
times when we're entering the wakelock-protected restore flow.  The
timeout is reestablished when the wakelock is released; this part
is already in the code.)

Bug 17990544

Change-Id: I7318020ce30fd9c35bc3a644f8c101fd3d063c8b

9 years agoMerge "Set threads' contextClassLoader during LoadedApk.makeApplication." into lmp-dev
Brian Carlstrom [Thu, 16 Oct 2014 01:01:25 +0000 (01:01 +0000)]
Merge "Set threads' contextClassLoader during LoadedApk.makeApplication." into lmp-dev

9 years agoMerge "Also consider secondary storage when verifying paths" into lmp-dev
Marco Nelissen [Thu, 16 Oct 2014 00:38:01 +0000 (00:38 +0000)]
Merge "Also consider secondary storage when verifying paths" into lmp-dev

9 years agoMerge "Doc change: Add diffs for API level 21." into lmp-dev
Dirk Dougherty [Thu, 16 Oct 2014 00:20:01 +0000 (00:20 +0000)]
Merge "Doc change: Add diffs for API level 21." into lmp-dev

9 years agoMerge "docs: Added L API overview." into lmp-dev
Quddus Chong [Wed, 15 Oct 2014 23:26:41 +0000 (23:26 +0000)]
Merge "docs: Added L API overview." into lmp-dev

9 years agoMerge "Doc change: Add diffs for l-preview -> API level 21." into lmp-dev
Dirk Dougherty [Wed, 15 Oct 2014 22:40:17 +0000 (22:40 +0000)]
Merge "Doc change: Add diffs for l-preview -> API level 21." into lmp-dev