155925 Commits

Author SHA1 Message Date
Alan Viverette
99b4e85073 Update drag-to-open menu close behavior
Menu now closes if the user opens using long-press and then lifts their
finger when touching outside of the menu. This is consistent with the
normal drag-to-open interaction model.

BUG: 16352041
Change-Id: I06aafae7b702ef44000ed19707c46e2bb595095e
2014-10-27 16:42:26 -07:00
Jeff Hao
e8d9810cde Merge "Get UsageStats if no PackageUsage is available for boot dexopt filtering." into lmp-mr1-dev 2014-10-27 17:46:23 +00:00
Wink Saville
4dec130c39 Merge "Change subId to int from long" into lmp-mr1-dev 2014-10-27 17:34:47 +00:00
Evan Charlton
2ad5eb538d Merge "Move telecom permission to the public API" into lmp-mr1-dev 2014-10-27 17:08:33 +00:00
Geoff Mendal
649fee0326 Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
automerge: 5a1a14a  -s ours

* commit '5a1a14a8174213edcd5f1d7f8fbc427122b25f99':
  Import translations. DO NOT MERGE
2014-10-27 16:42:51 +00:00
Geoff Mendal
5a1a14a817 Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev 2014-10-27 15:55:19 +00:00
Geoff Mendal
ad66c3b0b1 Import translations. DO NOT MERGE
Change-Id: I4fc460aa64d5ea79e6ac16ce7b700b9a316819d1
Auto-generated-cl: translation import
2014-10-27 08:53:05 -07:00
Geoff Mendal
496f0ea68a Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-10-27 15:50:38 +00:00
Geoff Mendal
592931437c Import translations. DO NOT MERGE
Change-Id: I05a75d27b0c7752e6afc0d51169e82f7547607df
Auto-generated-cl: translation import
2014-10-27 08:47:13 -07:00
Adrian Roos
4bc3c8bd64 Merge "SampleTrustAgent: Exercise KeyguardManager.isKeyguardInTrustedState" into lmp-mr1-dev 2014-10-27 14:32:20 +00:00
Jorim Jaggi
f129ee377a Merge "Fix padding between battery and system icons" into lmp-mr1-dev 2014-10-27 14:32:15 +00:00
Jorim Jaggi
9016d8fa80 Merge "Fix system icon widths" into lmp-mr1-dev 2014-10-27 14:31:54 +00:00
Jorim Jaggi
312c1e79d4 Merge "Add padding when both data icon and wifi icon is visible" into lmp-mr1-dev 2014-10-27 14:31:33 +00:00
George Mount
e0f76e9a6d Merge "Fix transition being canceled improperly." into lmp-mr1-dev 2014-10-27 14:31:29 +00:00
George Mount
03d5c6f55b Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev 2014-10-27 14:30:34 +00:00
Geoff Mendal
088260d3a7 am b3a33967: (-s ours) Import translations. DO NOT MERGE
* commit 'b3a33967d2496e8cb9e4174392ff8ffa44d41c8f':
  Import translations. DO NOT MERGE
2014-10-27 13:47:56 +00:00
Geoff Mendal
b3a33967d2 Import translations. DO NOT MERGE
Change-Id: I6bbba14271ba04f3e4b4836f3e81a22d1c53938f
Auto-generated-cl: translation import
2014-10-27 06:33:49 -07:00
John Spurlock
e828b6c034 Merge "AudioService: Restore ringer-mode validation check." into lmp-mr1-dev 2014-10-27 13:31:20 +00:00
Geoff Mendal
9162890f05 Import translations. DO NOT MERGE
Change-Id: I39fda7f92c545242da499b8bb93a044820e17560
Auto-generated-cl: translation import
2014-10-27 06:17:58 -07:00
Wonsik Kim
5b820a8aa1 Fix build
Bug: 17648994
Change-Id: I35e1c89c707c4e9809cc3e4b6cf5b57dae898ba0
2014-10-27 11:02:10 +09:00
Wonsik Kim
470b77b8cf Merge "TIF: change input state based on the number of available streams" into lmp-mr1-dev 2014-10-27 00:59:44 +00:00
Joe Fernandez
f0d7cdbda5 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
2014-10-25 09:23:54 +00:00
Joe Fernandez
956ee53b07 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
2014-10-25 09:15:06 +00:00
Joe Fernandez
4fee8c89eb docs: Home page - fix card images that are showing up on the home page
Change-Id: I943b9b819f91069f961c5f93b14f01499f587e19
2014-10-25 01:46:20 -07:00
Svet Ganov
b32f04b785 Merge "Printing from two apps at the same time not working." into lmp-mr1-dev 2014-10-25 00:16:58 +00:00
Svet Ganov
99a82437ed 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
2014-10-24 17:02:32 -07:00
Luan Nguyen
9167652e44 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.
2014-10-24 23:39:53 +00:00
Luan Nguyen
fba8fddfdc 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.
2014-10-24 23:30:37 +00:00
George Mount
b7573c2dba 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
2014-10-24 16:21:01 -07:00
Luan Nguyen
584ec1f6a9 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.
2014-10-24 23:17:42 +00:00
Joe Fernandez
3ef1c95b86 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
2014-10-24 23:17:39 +00:00
Natalie Masse
694a9e464c am 0fbbed83: am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed
* commit '0fbbed83a681099b7ce9a98fe6cd3cf52a250338':
  Link and typo fixed
2014-10-24 23:17:34 +00:00
Luan Nguyen
781fe92cfd Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev 2014-10-24 23:17:24 +00:00
Luan Nguyen
03b74e1947 am bfcc2e1a: am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular-docs
* commit 'bfcc2e1a88e45027d2ba17302cb2fb35fbce3506':
  docs: fixed typo/grammar issues.
2014-10-24 23:04:53 +00:00
Joe Fernandez
65dca4ec32 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
2014-10-24 23:04:49 +00:00
Natalie Masse
0fbbed83a6 am 60144a7a: am bcf9ced4: am 1e5bb861: Link and typo fixed
* commit '60144a7a06d818e7ef22d08722be67c602aeb088':
  Link and typo fixed
2014-10-24 23:04:46 +00:00
George Mount
b71580c34e Merge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev 2014-10-24 22:43:45 +00:00
Evan Charlton
cef5a5404a 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
2014-10-24 15:40:35 -07:00
Luan Nguyen
bfcc2e1a88 am aec7c974: am 049db36a: Merge "docs: fixed typo/grammar issues." into klp-modular-docs
* commit 'aec7c974eb223b5608bbd2bb06e11fc397e6ffb2':
  docs: fixed typo/grammar issues.
2014-10-24 22:37:25 +00:00
Joe Fernandez
abb8ea3d4b 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
2014-10-24 22:37:16 +00:00
Natalie Masse
60144a7a06 am bcf9ced4: am 1e5bb861: Link and typo fixed
* commit 'bcf9ced47a123220271fcca70f71c2adf69ad100':
  Link and typo fixed
2014-10-24 22:36:54 +00:00
George Mount
83c692efd3 Fix NPE when rejected snapshots are null.
Bug 18055705

Change-Id: Id0b98e7da5510af438c5d66c0ddb00489d581864
2014-10-24 15:26:32 -07:00
Luan Nguyen
9e8a84a115 docs: Fix metadata description. Add new gesture test. Split layout test.
Change-Id: I5a8948594af94fa1e7548fc49a0c3946f03d7fc8
2014-10-24 15:17:39 -07:00
Winson Chung
0841cf7f37 Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev 2014-10-24 22:08:12 +00:00
Svetoslav
74a4a8d616 Merge "Enhance computation of click point for accessibility." into lmp-mr1-dev 2014-10-24 21:57:39 +00:00
Jeff Sharkey
cc66a236f9 Merge "Use default volume description when missing label." into lmp-mr1-dev 2014-10-24 21:33:00 +00:00
Alan Viverette
91a1a7296b Merge "Clean up GradientDrawable styled attributes, fix useLevelForShape" into lmp-mr1-dev 2014-10-24 21:17:43 +00:00
Tyler Gunn
cf96936966 Merge "IMS call merge call-back changes." into lmp-mr1-dev 2014-10-24 21:10:41 +00:00
Tyler Gunn
f764e80757 IMS call merge call-back changes.
Renaming callSessionMerged to callSessionMergeStarted.
Adding callSessionMergeComplete callback for when merge successfully
completes.

Bug: 18056632
Change-Id: I8fc73b6c9db5e7970de81d8c3e09abc80f1a262f
2014-10-24 14:06:40 -07:00
Jeff Sharkey
c99d00be67 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
2014-10-24 13:57:47 -07:00