OSDN Git Service

android-x86/frameworks-base.git
9 years agoReplace minimum with maximum in method description.
Nicolas Prevot [Mon, 1 Sep 2014 11:24:05 +0000 (12:24 +0100)]
Replace minimum with maximum in method description.

BUG:18152344

Change-Id: If5d09051e8f74addf53018cfd3be214d96efb9e6

9 years agoMerge "NoMan: Add update bit to notification_enqueue log" into lmp-mr1-dev
Christoph Studer [Tue, 28 Oct 2014 12:41:32 +0000 (12:41 +0000)]
Merge "NoMan: Add update bit to notification_enqueue log" into lmp-mr1-dev

9 years agoMerge "fixed jank on activity close exit with better alpha interpolation" into lmp...
Ari Sachter-Zeltzer [Tue, 28 Oct 2014 08:58:21 +0000 (08:58 +0000)]
Merge "fixed jank on activity close exit with better alpha interpolation" into lmp-mr1-dev

9 years agoMerge "(re)define the definition of "provisioned"" into lmp-mr1-dev
Erik Kline [Tue, 28 Oct 2014 07:53:36 +0000 (07:53 +0000)]
Merge "(re)define the definition of "provisioned"" into lmp-mr1-dev

9 years agoMerge "Change removeStackedLink to take an interface name." into lmp-mr1-dev
Lorenzo Colitti [Tue, 28 Oct 2014 07:00:30 +0000 (07:00 +0000)]
Merge "Change removeStackedLink to take an interface name." into lmp-mr1-dev

9 years agoChange removeStackedLink to take an interface name.
Lorenzo Colitti [Mon, 20 Oct 2014 02:08:03 +0000 (11:08 +0900)]
Change removeStackedLink to take an interface name.

This simplifies callers.

Also remove all "implementations" of addStackedLink and
removeStackedLink except the one in LinkProperties, because they
are unused.

Bug: 12111730
Change-Id: Ie294b855facba4b1436299dcb3211b72d9ba448e

9 years ago(re)define the definition of "provisioned"
Erik Kline [Fri, 24 Oct 2014 12:50:20 +0000 (21:50 +0900)]
(re)define the definition of "provisioned"

Specifically:

    [1] provide a hasIPv4(), and
    [2] a hasIPv6()

each of which requires an IP address, a default route, and
address-family-specific DNS servers to evaluate to true.

Additionally:

    [3] redefine isProvisioned() to return the logical OR
        of [1] and [2] above.

Any external caller can still use any of the has*() methods to
construct its own, different definition of "provisioned".

Bug: 17769720
Change-Id: Ia692fb8508484ff403d3920c94d0e1db4563f807

9 years agoMerge "MediaCodec/Image: handle null cropRect correctly" into lmp-mr1-dev
Lajos Molnar [Tue, 28 Oct 2014 03:28:17 +0000 (03:28 +0000)]
Merge "MediaCodec/Image: handle null cropRect correctly" into lmp-mr1-dev

9 years agoDO NOT MERGE Fix lmp-sprout-dev build for generics addition
Griff Hazen [Tue, 28 Oct 2014 02:23:34 +0000 (02:23 +0000)]
DO NOT MERGE Fix lmp-sprout-dev build for generics addition
automerge: 732e4ec  -s ours

* commit '732e4ecbee3168c19e49469934f0e1cd3268e001':
  DO NOT MERGE Fix lmp-sprout-dev build for generics addition

9 years agoAdd missing passive discovery flag automerge: 4444c5b
Jason Monk [Tue, 28 Oct 2014 02:21:20 +0000 (02:21 +0000)]
Add missing passive discovery flag automerge: 4444c5b
automerge: 07faf0e

* commit '07faf0e1a1d32408dfdc863a0996baa8522c5fdb':
  Add missing passive discovery flag

9 years agoUpdate current.txt with generics to field types. automerge: 79775d4
Ying Wang [Tue, 28 Oct 2014 02:20:25 +0000 (02:20 +0000)]
Update current.txt with generics to field types. automerge: 79775d4
automerge: 475d739  -s ours

* commit '475d7393bf0cbb80dd1911df30a6ba0292da09c3':
  Update current.txt with generics to field types.

9 years agoDO NOT MERGE Fix lmp-sprout-dev build for generics addition
Griff Hazen [Tue, 28 Oct 2014 02:19:22 +0000 (19:19 -0700)]
DO NOT MERGE Fix lmp-sprout-dev build for generics addition

Change-Id: I66f10264476df5504086a7fbc24d729798187d05

9 years agoMerge "CEC: Send <ReportMenuStatus:active> together sending <ActiveSource>." into...
Yuncheol Heo [Tue, 28 Oct 2014 01:04:06 +0000 (01:04 +0000)]
Merge "CEC: Send <ReportMenuStatus:active> together sending <ActiveSource>." into lmp-mr1-dev

9 years agoMerge "Play CLICK sound effect when compound buttons are clicked" into lmp-mr1-dev
Alan Viverette [Tue, 28 Oct 2014 00:57:10 +0000 (00:57 +0000)]
Merge "Play CLICK sound effect when compound buttons are clicked" into lmp-mr1-dev

9 years agoAdd missing passive discovery flag
Jason Monk [Tue, 28 Oct 2014 00:52:56 +0000 (00:52 +0000)]
Add missing passive discovery flag
automerge: 4444c5b

* commit '4444c5b27874866f18cd8f4abb8914cc17857ea7':
  Add missing passive discovery flag

9 years agoPlay CLICK sound effect when compound buttons are clicked
Alan Viverette [Tue, 28 Oct 2014 00:50:51 +0000 (17:50 -0700)]
Play CLICK sound effect when compound buttons are clicked

Also plays the sound effect when the switch changes state as a result
of dragging, since that's effectively the same as the click action.

BUG: 16308311
Change-Id: Ic187ece2a8190082617f5ac7aaf05c3511fa80b5

9 years agoUpdate current.txt with generics to field types.
Ying Wang [Tue, 28 Oct 2014 00:42:04 +0000 (17:42 -0700)]
Update current.txt with generics to field types.

Bug: 17014855
Change-Id: I14672092f79374f6c5b2362bd3c2aaac84e0c2ae

9 years agoMerge "Fixing potential crash when the task loader is stopped. (Bug 18135583)" into...
Winson Chung [Mon, 27 Oct 2014 23:39:09 +0000 (23:39 +0000)]
Merge "Fixing potential crash when the task loader is stopped. (Bug 18135583)" into lmp-mr1-dev

9 years agoMerge "Check upgrade certs before permissions." into lmp-mr1-dev
Jeff Sharkey [Mon, 27 Oct 2014 23:35:57 +0000 (23:35 +0000)]
Merge "Check upgrade certs before permissions." into lmp-mr1-dev

9 years agoMerge "Cleanup debug options" into lmp-mr1-dev
John Reck [Mon, 27 Oct 2014 23:27:29 +0000 (23:27 +0000)]
Merge "Cleanup debug options" into lmp-mr1-dev

9 years agoAdd missing passive discovery flag
Jason Monk [Mon, 27 Oct 2014 23:20:02 +0000 (19:20 -0400)]
Add missing passive discovery flag

MediaProjectionManagerService had an active media callback which
was causing a service to be bound 100% of the time.  Adding a
passive flag makes it only observe events, and allow the service
to only be bound when needed by apps requesting active discovery.

Bug: 18042409
Bug: 17969854
Change-Id: I1bfa6609e2aa507ee2ce227de50f0e5ae951e000

9 years agoMerge "Fix min/max date range in DatePicker calendar mode" into lmp-mr1-dev
Alan Viverette [Mon, 27 Oct 2014 23:16:25 +0000 (23:16 +0000)]
Merge "Fix min/max date range in DatePicker calendar mode" into lmp-mr1-dev

9 years agoMerge "Added documentation for various window frame types." into lmp-mr1-dev
Wale Ogunwale [Mon, 27 Oct 2014 23:05:38 +0000 (23:05 +0000)]
Merge "Added documentation for various window frame types." into lmp-mr1-dev

9 years agoMerge "Clean up some javadocs in Window.setFeature...()" into lmp-mr1-dev
Alan Viverette [Mon, 27 Oct 2014 22:39:11 +0000 (22:39 +0000)]
Merge "Clean up some javadocs in Window.setFeature...()" into lmp-mr1-dev

9 years agoCheck upgrade certs before permissions.
Jeff Sharkey [Mon, 27 Oct 2014 22:38:25 +0000 (15:38 -0700)]
Check upgrade certs before permissions.

We're now checking for permission redefinition early during the
install process, which can result in a confusing error message when
the real problem is a mis-signed app.  So do a quick signature
sanity check before checking permissions.

Bug: 18095637
Change-Id: I9a9b48da9c5dc7fb9bde6f3f338ea08e53b6b705

9 years agoUpdate current.txt with generics to field types.
Ying Wang [Mon, 27 Oct 2014 22:35:59 +0000 (22:35 +0000)]
Update current.txt with generics to field types.
automerge: 79775d4

* commit '79775d4bc4fa71994942dbd1d441aa62827c34be':
  Update current.txt with generics to field types.

9 years agoMerge "Follow API removal." into lmp-mr1-dev
Jeff Sharkey [Mon, 27 Oct 2014 22:01:57 +0000 (22:01 +0000)]
Merge "Follow API removal." into lmp-mr1-dev

9 years agoMediaCodec/Image: handle null cropRect correctly
Lajos Molnar [Mon, 27 Oct 2014 21:54:33 +0000 (14:54 -0700)]
MediaCodec/Image: handle null cropRect correctly

- allow Media.Image.setCropRect(null) to unset cropRect
- use full image if cropRect is null in MediaCodec$Image

Bug: 18124320
Change-Id: I7abb6175402a1fe913e16c0a682fabee79c55741

9 years agoFollow API removal.
Jeff Sharkey [Mon, 27 Oct 2014 21:53:40 +0000 (14:53 -0700)]
Follow API removal.

Bug: 18118003
Change-Id: Iad73ce748e05ba0660246e8dbb041415c187f792

9 years agoMerge "Improve toString() methods for audio classes to help with debugging" into...
Mike Lockwood [Mon, 27 Oct 2014 21:10:21 +0000 (21:10 +0000)]
Merge "Improve toString() methods for audio classes to help with debugging" into lmp-mr1-dev

9 years agoImprove toString() methods for audio classes to help with debugging
Mike Lockwood [Mon, 27 Oct 2014 20:34:45 +0000 (13:34 -0700)]
Improve toString() methods for audio classes to help with debugging

bug: 18139399

Change-Id: I6076f9f5daa3b485bc80a4ff1b16a583e6c93f67

9 years agoMerge "Follow ArraySet refactoring." into lmp-mr1-dev
Jeff Sharkey [Mon, 27 Oct 2014 21:02:07 +0000 (21:02 +0000)]
Merge "Follow ArraySet refactoring." into lmp-mr1-dev

9 years agoFollow ArraySet refactoring.
Jeff Sharkey [Mon, 27 Oct 2014 20:49:56 +0000 (13:49 -0700)]
Follow ArraySet refactoring.

Bug: 18115729
Change-Id: I2c32965b621b5bb57ff3bde02b00b31b59a5cd6d

9 years agoMerge "Drop DEV network stats to save RAM." into lmp-mr1-dev
Jeff Sharkey [Mon, 27 Oct 2014 20:38:05 +0000 (20:38 +0000)]
Merge "Drop DEV network stats to save RAM." into lmp-mr1-dev

9 years agoMerge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp...
Dake Gu [Mon, 27 Oct 2014 20:23:26 +0000 (20:23 +0000)]
Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp-mr1-dev

9 years agoMerge "Reduce PackageManager RAM usage: ArrayMap/Set." into lmp-mr1-dev
Jeff Sharkey [Mon, 27 Oct 2014 19:56:59 +0000 (19:56 +0000)]
Merge "Reduce PackageManager RAM usage: ArrayMap/Set." into lmp-mr1-dev

9 years agoCleanup debug options
John Reck [Mon, 27 Oct 2014 19:38:48 +0000 (12:38 -0700)]
Cleanup debug options

Bug: 18138852
Bug: 18065434
Change-Id: Ibb07b73b147c2a8b287fe8aee3f6624582f21b00

9 years agoMerge "audioservice: fix default stream volume" into lmp-mr1-dev
Eric Laurent [Mon, 27 Oct 2014 19:40:29 +0000 (19:40 +0000)]
Merge "audioservice: fix default stream volume" into lmp-mr1-dev

9 years agoFixing potential crash when the task loader is stopped. (Bug 18135583)
winsonchung [Mon, 27 Oct 2014 19:01:14 +0000 (12:01 -0700)]
Fixing potential crash when the task loader is stopped. (Bug 18135583)

Change-Id: I44f766e52f05c38a1b6c4a2e7942e3d6ecaae501

9 years agoUpdate current.txt with generics to field types.
Ying Wang [Mon, 20 Oct 2014 20:44:30 +0000 (13:44 -0700)]
Update current.txt with generics to field types.

Bug: 17014855
Change-Id: I14672092f79374f6c5b2362bd3c2aaac84e0c2ae

9 years agoMerge "Get UsageStats if no PackageUsage is available for boot dexopt filtering....
Jeff Hao [Mon, 27 Oct 2014 17:46:22 +0000 (17:46 +0000)]
Merge "Get UsageStats if no PackageUsage is available for boot dexopt filtering." into lmp-mr1-dev

9 years agoMerge "Change subId to int from long" into lmp-mr1-dev
Wink Saville [Mon, 27 Oct 2014 17:34:46 +0000 (17:34 +0000)]
Merge "Change subId to int from long" into lmp-mr1-dev

9 years agoaudioservice: fix default stream volume
Eric Laurent [Fri, 10 Oct 2014 22:24:04 +0000 (15:24 -0700)]
audioservice: fix default stream volume

When the max stream volume is configurable by
a system property, the default stream volume should
be set accordingly.

Bug: 17507571.

Change-Id: I9d9378292fc7b9c9e32acc55a275cc0ae5b203d4

9 years agoMerge "Move telecom permission to the public API" into lmp-mr1-dev
Evan Charlton [Mon, 27 Oct 2014 17:08:31 +0000 (17:08 +0000)]
Merge "Move telecom permission to the public API" into lmp-mr1-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 27 Oct 2014 16:42:51 +0000 (16:42 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
automerge: 5a1a14a  -s ours

* commit '5a1a14a8174213edcd5f1d7f8fbc427122b25f99':
  Import translations. DO NOT MERGE

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 27 Oct 2014 15:55:18 +0000 (15:55 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 27 Oct 2014 15:53:05 +0000 (08:53 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Mon, 27 Oct 2014 15:50:37 +0000 (15:50 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 27 Oct 2014 15:47:13 +0000 (08:47 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "SampleTrustAgent: Exercise KeyguardManager.isKeyguardInTrustedState" into...
Adrian Roos [Mon, 27 Oct 2014 14:32:19 +0000 (14:32 +0000)]
Merge "SampleTrustAgent: Exercise KeyguardManager.isKeyguardInTrustedState" into lmp-mr1-dev

9 years agoMerge "Fix padding between battery and system icons" into lmp-mr1-dev
Jorim Jaggi [Mon, 27 Oct 2014 14:32:13 +0000 (14:32 +0000)]
Merge "Fix padding between battery and system icons" into lmp-mr1-dev

9 years agoMerge "Fix system icon widths" into lmp-mr1-dev
Jorim Jaggi [Mon, 27 Oct 2014 14:31:53 +0000 (14:31 +0000)]
Merge "Fix system icon widths" into lmp-mr1-dev

9 years agoMerge "Add padding when both data icon and wifi icon is visible" into lmp-mr1-dev
Jorim Jaggi [Mon, 27 Oct 2014 14:31:32 +0000 (14:31 +0000)]
Merge "Add padding when both data icon and wifi icon is visible" into lmp-mr1-dev

9 years agoMerge "Fix transition being canceled improperly." into lmp-mr1-dev
George Mount [Mon, 27 Oct 2014 14:31:26 +0000 (14:31 +0000)]
Merge "Fix transition being canceled improperly." into lmp-mr1-dev

9 years agoMerge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev
George Mount [Mon, 27 Oct 2014 14:30:32 +0000 (14:30 +0000)]
Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev

9 years agoam b3a33967: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 27 Oct 2014 13:47:56 +0000 (13:47 +0000)]
am b3a33967: (-s ours) Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 27 Oct 2014 13:33:49 +0000 (06:33 -0700)]
Import translations. DO NOT MERGE

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

9 years agoMerge "AudioService: Restore ringer-mode validation check." into lmp-mr1-dev
John Spurlock [Mon, 27 Oct 2014 13:31:18 +0000 (13:31 +0000)]
Merge "AudioService: Restore ringer-mode validation check." into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 27 Oct 2014 13:17:58 +0000 (06:17 -0700)]
Import translations. DO NOT MERGE

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

9 years agoNoMan: Add update bit to notification_enqueue log
Christoph Studer [Fri, 24 Oct 2014 14:30:54 +0000 (16:30 +0200)]
NoMan: Add update bit to notification_enqueue log

Log whether an enqueued notification updated a previously present
notification.

Bug: 18083122
Change-Id: Ie6ed69f0bf53c668701b44e33282ca74b509a7e3

9 years agoCEC: Send <ReportMenuStatus:active> together sending <ActiveSource>.
Yuncheol Heo [Mon, 27 Oct 2014 08:29:42 +0000 (17:29 +0900)]
CEC: Send <ReportMenuStatus:active> together sending <ActiveSource>.

- Some TV doesn't ask the menu status actively, so we'll send it
  together when sending <ActiveSource>.

Bug: 18109775
Change-Id: I4f7378bb9feaa11d9c9e5a2f6633e19cd41a5fc5

9 years agoFix build
Wonsik Kim [Mon, 27 Oct 2014 02:02:10 +0000 (11:02 +0900)]
Fix build

Bug: 17648994
Change-Id: I35e1c89c707c4e9809cc3e4b6cf5b57dae898ba0

9 years agoMerge "TIF: change input state based on the number of available streams" into lmp...
Wonsik Kim [Mon, 27 Oct 2014 00:59:41 +0000 (00:59 +0000)]
Merge "TIF: change input state based on the number of available streams" into lmp-mr1-dev

9 years agoam 956ee53b: am 4fee8c89: docs: Home page - fix card images that are showing up on...
Joe Fernandez [Sat, 25 Oct 2014 09:23:54 +0000 (09:23 +0000)]
am 956ee53b: am 4fee8c89: docs: Home page - fix card images that are showing up on the home page

* commit '956ee53b07f649b83d4c1eeda718c1bfbb3b19e1':
  docs: Home page - fix card images that are showing up on the home page

9 years agoam 4fee8c89: docs: Home page - fix card images that are showing up on the home page
Joe Fernandez [Sat, 25 Oct 2014 09:15:06 +0000 (09:15 +0000)]
am 4fee8c89: docs: Home page - fix card images that are showing up on the home page

* commit '4fee8c89eb49d4935b4a2725f82d3a08f6a938d3':
  docs: Home page - fix card images that are showing up on the home page

9 years agodocs: Home page - fix card images that are showing up on the home page
Joe Fernandez [Sat, 25 Oct 2014 08:46:20 +0000 (01:46 -0700)]
docs: Home page - fix card images that are showing up on the home page

Change-Id: I943b9b819f91069f961c5f93b14f01499f587e19

9 years agoMerge "Printing from two apps at the same time not working." into lmp-mr1-dev
Svet Ganov [Sat, 25 Oct 2014 00:16:57 +0000 (00:16 +0000)]
Merge "Printing from two apps at the same time not working." into lmp-mr1-dev

9 years agoPrinting from two apps at the same time not working.
Svet Ganov [Fri, 24 Oct 2014 23:27:38 +0000 (16:27 -0700)]
Printing from two apps at the same time not working.

When printing from two apps at the same time the second print UI is
getting stuck. There were a couple of issues here:

AdapterView was not notifying for item selection if the data changes
after scheduling a dalayed selection notification and the notification
execution. The code assumed that a layout pass will occur and posponed
the notification after the layout pass but it is not guaranteed that
such a layout pass will occur. Now we delay only if a layout pass is
being scheduled.

Also when binding to the PDF rendering service the print spooler was
using the same intent and as a result two print activites were getting
the same renderer instance while they should get separate ones. Now
we use different data in the intent to ensure we get separate renderer
instances.

Change-Id: I6aa7c7b041957804b4273549dd837a6d70064efc

9 years agoam fba8fddf: am 781fe92c: Merge "docs: Fix metadata description. Add new gesture...
Luan Nguyen [Fri, 24 Oct 2014 23:39:53 +0000 (23:39 +0000)]
am fba8fddf: am 781fe92c: Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev

* commit 'fba8fddfdc12c5e18db07737c73096c9457b3d08':
  docs: Fix metadata description. Add new gesture test. Split layout test.

9 years agoam 781fe92c: Merge "docs: Fix metadata description. Add new gesture test. Split layou...
Luan Nguyen [Fri, 24 Oct 2014 23:30:37 +0000 (23:30 +0000)]
am 781fe92c: Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev

* commit '781fe92cfdb96cb8f67d06b4d2500d11a3310550':
  docs: Fix metadata description. Add new gesture test. Split layout test.

9 years agoAdd resizeClip attribute to ChangeBounds.
George Mount [Thu, 23 Oct 2014 23:39:18 +0000 (16:39 -0700)]
Add resizeClip attribute to ChangeBounds.

Bug 17765948

Added the XML attribute for the resizeClip property of
ChangeBounds. Also updated support for resizing a view
using its clip bounds and position to fix the TODO.

Change-Id: I358d07d6a28fed4b7f39f9ccb9d89b9325f64239

9 years agoam 03b74e19: am bfcc2e1a: am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar...
Luan Nguyen [Fri, 24 Oct 2014 23:17:42 +0000 (23:17 +0000)]
am 03b74e19: am bfcc2e1a: am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular-docs

* commit '03b74e194767f5b02303e2c0f548144763e976ae':
  docs: fixed typo/grammar issues.

9 years agoam 65dca4ec: am abb8ea3d: am 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image...
Joe Fernandez [Fri, 24 Oct 2014 23:17:39 +0000 (23:17 +0000)]
am 65dca4ec: am abb8ea3d: am 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image note from Preview page" into klp-modular-docs

* commit '65dca4ec32ccd71d40c3ba6e777bb1ef708e9f2a':
  docs:Added 64-bit image note from Preview page

9 years agoam 0fbbed83: am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed
Natalie Masse [Fri, 24 Oct 2014 23:17:34 +0000 (23:17 +0000)]
am 0fbbed83: am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed

* commit '0fbbed83a681099b7ce9a98fe6cd3cf52a250338':
  Link and typo fixed

9 years agoMerge "docs: Fix metadata description. Add new gesture test. Split layout test."...
Luan Nguyen [Fri, 24 Oct 2014 23:17:23 +0000 (23:17 +0000)]
Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev

9 years agoam bfcc2e1a: am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into...
Luan Nguyen [Fri, 24 Oct 2014 23:04:53 +0000 (23:04 +0000)]
am bfcc2e1a: am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular-docs

* commit 'bfcc2e1a88e45027d2ba17302cb2fb35fbce3506':
  docs: fixed typo/grammar issues.

9 years agoam abb8ea3d: am 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image note from Previ...
Joe Fernandez [Fri, 24 Oct 2014 23:04:49 +0000 (23:04 +0000)]
am abb8ea3d: am 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image note from Preview page" into klp-modular-docs

* commit 'abb8ea3d4be376b0816b791c1afd3cc78300e9d4':
  docs:Added 64-bit image note from Preview page

9 years agoam 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed
Natalie Masse [Fri, 24 Oct 2014 23:04:46 +0000 (23:04 +0000)]
am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed

* commit '60144a7a06d818e7ef22d08722be67c602aeb088':
  Link and typo fixed

9 years agoMerge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev
George Mount [Fri, 24 Oct 2014 22:43:45 +0000 (22:43 +0000)]
Merge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev

9 years agoMove telecom permission to the public API
Evan Charlton [Fri, 24 Oct 2014 22:09:00 +0000 (15:09 -0700)]
Move telecom permission to the public API

Make REGISTER_PROVIDER_OR_SUBSCRIPTION and REGISTER_CONNECTION_MANAGER
part of the public API so that they can be used by third-party apps.

Bug: 18114695
Change-Id: I1b8578cbc82e95ea78b4a2166f4a23650a0c375f

9 years agoam aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular...
Luan Nguyen [Fri, 24 Oct 2014 22:37:25 +0000 (22:37 +0000)]
am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular-docs

* commit 'aec7c974eb223b5608bbd2bb06e11fc397e6ffb2':
  docs: fixed typo/grammar issues.

9 years agoam 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image note from Preview page"...
Joe Fernandez [Fri, 24 Oct 2014 22:37:16 +0000 (22:37 +0000)]
am 90f734eb: am 0e893eb7: Merge "docs:Added 64-bit image note from Preview page" into klp-modular-docs

* commit '90f734eb180619eb8ffd2e30580f72b500184f8b':
  docs:Added 64-bit image note from Preview page

9 years agoam bcf9ced4: am 1e5bb861: Link and typo fixed
Natalie Masse [Fri, 24 Oct 2014 22:36:54 +0000 (22:36 +0000)]
am bcf9ced4: am 1e5bb861: Link and typo fixed

* commit 'bcf9ced47a123220271fcca70f71c2adf69ad100':
  Link and typo fixed

9 years agoFix NPE when rejected snapshots are null.
George Mount [Thu, 23 Oct 2014 18:11:17 +0000 (11:11 -0700)]
Fix NPE when rejected snapshots are null.

Bug 18055705

Change-Id: Id0b98e7da5510af438c5d66c0ddb00489d581864

9 years agoClean up some javadocs in Window.setFeature...()
Alan Viverette [Fri, 24 Oct 2014 22:23:58 +0000 (15:23 -0700)]
Clean up some javadocs in Window.setFeature...()

Change-Id: I80812f9ce7a746ad9686aa4462f7570dfd9b4c0e

9 years agodocs: Fix metadata description. Add new gesture test. Split layout test.
Luan Nguyen [Fri, 24 Oct 2014 16:02:16 +0000 (09:02 -0700)]
docs: Fix metadata description. Add new gesture test. Split layout test.

Change-Id: I5a8948594af94fa1e7548fc49a0c3946f03d7fc8

9 years agoMerge "Preloading task metadata to improve Recents startup time after reboot. (Bug...
Winson Chung [Fri, 24 Oct 2014 22:08:11 +0000 (22:08 +0000)]
Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev

9 years agoMerge "Enhance computation of click point for accessibility." into lmp-mr1-dev
Svetoslav [Fri, 24 Oct 2014 21:57:37 +0000 (21:57 +0000)]
Merge "Enhance computation of click point for accessibility." into lmp-mr1-dev

9 years agoFix min/max date range in DatePicker calendar mode
Alan Viverette [Fri, 24 Oct 2014 21:34:26 +0000 (14:34 -0700)]
Fix min/max date range in DatePicker calendar mode

Also cleans abstraction of various day/year pickers and adapters.

BUG: 18104457
Change-Id: Ifde664788d8123a3123303940bac63c1350c2cd7

9 years agoMerge "Use default volume description when missing label." into lmp-mr1-dev
Jeff Sharkey [Fri, 24 Oct 2014 21:32:59 +0000 (21:32 +0000)]
Merge "Use default volume description when missing label." into lmp-mr1-dev

9 years agoMerge "Clean up GradientDrawable styled attributes, fix useLevelForShape" into lmp...
Alan Viverette [Fri, 24 Oct 2014 21:17:42 +0000 (21:17 +0000)]
Merge "Clean up GradientDrawable styled attributes, fix useLevelForShape" into lmp-mr1-dev

9 years agoMerge "IMS call merge call-back changes." into lmp-mr1-dev
Tyler Gunn [Fri, 24 Oct 2014 21:10:40 +0000 (21:10 +0000)]
Merge "IMS call merge call-back changes." into lmp-mr1-dev

9 years agoIMS call merge call-back changes.
Tyler Gunn [Fri, 24 Oct 2014 21:06:40 +0000 (14:06 -0700)]
IMS call merge call-back changes.

Renaming callSessionMerged to callSessionMergeStarted.
Adding callSessionMergeComplete callback for when merge successfully
completes.

Bug: 18056632
Change-Id: I8fc73b6c9db5e7970de81d8c3e09abc80f1a262f

9 years agoUse default volume description when missing label.
Jeff Sharkey [Fri, 24 Oct 2014 20:57:28 +0000 (13:57 -0700)]
Use default volume description when missing label.

Some mounted storage volumes may not have a user-defined label.  In
those cases, use the default description for the volume.

Bug: 17781505
Change-Id: I8558ba2615c2ff2647a5d44afaec83249df466ab

9 years agoam c220d8e5: Stop crypto UI from crashing during encryption
Paul Lawrence [Fri, 24 Oct 2014 20:56:22 +0000 (20:56 +0000)]
am c220d8e5: Stop crypto UI from crashing during encryption
automerge: 0e6178b

* commit '0e6178b81eb5a09253acbb6e28ee863ffbf8a5a5':
  Stop crypto UI from crashing during encryption

9 years agoAudioService: Restore ringer-mode validation check.
John Spurlock [Fri, 24 Oct 2014 20:27:36 +0000 (16:27 -0400)]
AudioService: Restore ringer-mode validation check.

Ensure the ringer-mode is valid when set, and forward client calls
to service method to centralize validation.

Bug: 17884168
Change-Id: I500f9beefbce5b7a8bc01ca9eb7b4a7a16114160

9 years agoMerge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev
Alan Viverette [Fri, 24 Oct 2014 20:36:32 +0000 (20:36 +0000)]
Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev

9 years agoMerge "Crash in print spooler if printing app killed from recents." into lmp-mr1-dev
Svet Ganov [Fri, 24 Oct 2014 20:32:18 +0000 (20:32 +0000)]
Merge "Crash in print spooler if printing app killed from recents." into lmp-mr1-dev

9 years agoMerge "Recent directories can't show file size." into lmp-mr1-dev
Jeff Sharkey [Fri, 24 Oct 2014 20:29:58 +0000 (20:29 +0000)]
Merge "Recent directories can't show file size." into lmp-mr1-dev

9 years agoDrop DEV network stats to save RAM.
Jeff Sharkey [Fri, 24 Oct 2014 20:15:15 +0000 (13:15 -0700)]
Drop DEV network stats to save RAM.

We migrated to pure XT stats a long time ago, so we no longer need
to keep the DEV stats cached in RAM.  This saves ~250KB on a typical
device.

Bug: 18118003
Change-Id: I3d84ba47073fa3500454784afc956c8e53404492