Alan Viverette
d4e7790fee
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
2014-10-27 17:50:51 -07:00
Ying Wang
80c9fbe36f
Update current.txt with generics to field types.
...
Bug: 17014855
Change-Id: I14672092f79374f6c5b2362bd3c2aaac84e0c2ae
2014-10-27 17:42:04 -07:00
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
Winson Chung
b55f7d79d1
Merge "Fixing potential crash when the task loader is stopped. (Bug 18135583)" into lmp-mr1-dev
2014-10-27 23:39:11 +00:00
Jeff Sharkey
e79553355b
Merge "Check upgrade certs before permissions." into lmp-mr1-dev
2014-10-27 23:35:58 +00:00
John Reck
b0aeaad442
Merge "Cleanup debug options" into lmp-mr1-dev
2014-10-27 23:27:30 +00:00
Jason Monk
4444c5b278
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
2014-10-27 19:25:50 -04:00
Eric Gilmore
d126294a8f
Docs: Adding Android Studio instructions for adding IAB service.
...
Incorporating some editorial feedback both in and outside the
scope of my small bug fix.
Bug: 17151052
Change-Id: Id3b0c256ca6f7f018fa525eeb1f78979e8f476df
2014-10-27 23:24:39 +00:00
Alan Viverette
384755230c
Merge "Fix min/max date range in DatePicker calendar mode" into lmp-mr1-dev
2014-10-27 23:16:26 +00:00
Wale Ogunwale
674f55e515
Merge "Added documentation for various window frame types." into lmp-mr1-dev
2014-10-27 23:05:39 +00:00
Alan Viverette
253626b822
Merge "Clean up some javadocs in Window.setFeature...()" into lmp-mr1-dev
2014-10-27 22:39:12 +00:00
Jeff Sharkey
c28bd3532b
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
2014-10-27 15:38:27 -07:00
Ying Wang
475d7393bf
Update current.txt with generics to field types.
...
automerge: 79775d4
* commit '79775d4bc4fa71994942dbd1d441aa62827c34be':
Update current.txt with generics to field types.
2014-10-27 22:35:59 +00:00
Jeff Sharkey
d634d39c60
Merge "Follow API removal." into lmp-mr1-dev
2014-10-27 22:01:58 +00:00
Lajos Molnar
5ea17442c5
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
2014-10-27 14:58:26 -07:00
Jeff Sharkey
cff1d67339
Follow API removal.
...
Bug: 18118003
Change-Id: Iad73ce748e05ba0660246e8dbb041415c187f792
2014-10-27 14:53:40 -07:00
Quddus Chong
2b4b3d289b
cherrypick from lmp-dev docs: Updated GMS Javadocs for Moarchego release. Change-Id: I696098f563f774f585458aa658deefe03570c0ce
...
Change-Id: Ic7402251219a84be92d4e58863fd069de6aa4446
2014-10-27 14:47:50 -07:00
Craig Mautner
fa3515bd0d
Do not go through a layout if visibility is GONE
...
An unnecessary layout based on dimensions changing catches up
with us later when the next layout doesn't occur.
In this case
we layed out the Settings panel because visibility changed from
visible to GONE and the requested width/height didn't match the
current window width height. When the visibility changed back
to visible the dimensions matched and another layout was not
performed.
This fix delays the layout until the window becomes visible again.
Fixes bug 17681754.
Change-Id: I0a3ff9479dca93e78c5d3a3df40faceffc10ecbd
2014-10-27 14:46:27 -07:00
George Mount
eca1ae5e44
Fix NPE in moveSharedElementsToOverlay
...
Bug 18119532
Change-Id: I334bda2d63427032583a15a483e000412024c150
2014-10-27 14:25:12 -07:00
Mike Lockwood
ac7d8c5cc8
Merge "Improve toString() methods for audio classes to help with debugging" into lmp-mr1-dev
2014-10-27 21:10:22 +00:00
Mike Lockwood
07cd124b09
Improve toString() methods for audio classes to help with debugging
...
bug: 18139399
Change-Id: I6076f9f5daa3b485bc80a4ff1b16a583e6c93f67
2014-10-27 14:07:35 -07:00
Jeff Sharkey
9c81373bc9
Merge "Follow ArraySet refactoring." into lmp-mr1-dev
2014-10-27 21:02:08 +00:00
Jeff Sharkey
036ebd782c
Follow ArraySet refactoring.
...
Bug: 18115729
Change-Id: I2c32965b621b5bb57ff3bde02b00b31b59a5cd6d
2014-10-27 13:51:23 -07:00
Jeff Sharkey
49c1527cd5
Merge "Drop DEV network stats to save RAM." into lmp-mr1-dev
2014-10-27 20:38:06 +00:00
Dake Gu
4c2e3491ec
Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp-mr1-dev
2014-10-27 20:23:28 +00:00
John Reck
950ff1b88c
Be more conservative about current buffer
...
Bug: 18065565
Change-Id: I0b9c85ecf384ebe525e3a38803ab77d7ee37f33a
2014-10-27 13:23:20 -07:00
Jeff Sharkey
e67b8d2829
Merge "Reduce PackageManager RAM usage: ArrayMap/Set." into lmp-mr1-dev
2014-10-27 19:57:00 +00:00
John Reck
23d307c8d8
Cleanup debug options
...
Bug: 18138852
Bug: 18065434
Change-Id: Ibb07b73b147c2a8b287fe8aee3f6624582f21b00
2014-10-27 12:43:25 -07:00
Eric Laurent
670a82cbb1
Merge "audioservice: fix default stream volume" into lmp-mr1-dev
2014-10-27 19:40:30 +00:00
winsonchung
f14fdda212
Fixing potential crash when the task loader is stopped. (Bug 18135583)
...
Change-Id: I44f766e52f05c38a1b6c4a2e7942e3d6ecaae501
2014-10-27 12:08:54 -07:00
Ying Wang
79775d4bc4
Update current.txt with generics to field types.
...
Bug: 17014855
Change-Id: I14672092f79374f6c5b2362bd3c2aaac84e0c2ae
2014-10-27 11:25:19 -07:00
Ricardo Cervera
61fcad92ab
docs: Add SearchXonY to Common Intents
...
Change-Id: Idb68c0dc95dfd0a21a73df707a7a1f5b21c3ee5e
2014-10-27 18:09:11 +00: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
Eric Laurent
91377de6f2
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
2014-10-27 10:13:00 -07: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
Adrian Roos
fa81d2126a
Fix NPE in FlashlightController
...
Bug: 18007548
Change-Id: Iecd1303feeb8062741752862312043ecd75cebbe
2014-10-27 16:57:43 +01: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