OSDN Git Service
Winson [Mon, 23 Nov 2015 17:15:08 +0000 (09:15 -0800)]
Hiding the docked task from the stack.
Bug:
25665312
Change-Id: I1e0deb8c3b02604ce4f21d367430d50da9d3b86b
Adam Lesinski [Tue, 24 Nov 2015 00:53:44 +0000 (00:53 +0000)]
Merge "AAPT2: Verify min/max attr fields"
Winson [Mon, 23 Nov 2015 22:47:37 +0000 (14:47 -0800)]
Fixing animation jump when dismissing paged task.
Change-Id: Ida07053da59f14f8ef3820e48a7bc73eef15840f
Winson Chung [Tue, 24 Nov 2015 00:44:14 +0000 (00:44 +0000)]
Merge "Making stack visibility more specific to the launching tasks."
Winson Chung [Tue, 24 Nov 2015 00:42:57 +0000 (00:42 +0000)]
Merge "Porting over keyboard changes from other branch."
Winson Chung [Tue, 24 Nov 2015 00:42:24 +0000 (00:42 +0000)]
Merge "Removing unused code"
Winson Chung [Tue, 24 Nov 2015 00:41:54 +0000 (00:41 +0000)]
Merge "Adding tuner params for paging and full screen thumbnails."
Winson Chung [Tue, 24 Nov 2015 00:41:40 +0000 (00:41 +0000)]
Merge "Initial changes to stack layout to support paging and nonsquare thumbs."
Winson [Mon, 23 Nov 2015 20:40:23 +0000 (12:40 -0800)]
Making stack visibility more specific to the launching tasks.
- When going from freeform -> overview, hide all freeform tasks until
the final frame of the enter transition, if the stack we are
launching to/from is in the freeform stack
- When going from overview -> freeform, hide all freeform tasks after
the first frame of the exit transition, if we are launching a task
in the freeform stack
- Separate the dragging gesture from the freeform launch visibility
Bug:
25842568
Change-Id: Ibcd17a02eeb70244ac73f599b8c23c71d22f73fd
Vladislav Kaznacheev [Tue, 24 Nov 2015 00:31:10 +0000 (00:31 +0000)]
Merge "Implement View.updateDragShadow"
Vladislav Kaznacheev [Tue, 24 Nov 2015 00:23:49 +0000 (00:23 +0000)]
Merge "Prevent animated drag shadow from being dragged."
Winson [Fri, 20 Nov 2015 20:26:23 +0000 (12:26 -0800)]
Porting over keyboard changes from other branch.
- Allow ignoring alt-key release when interacting via touch while
alt-tab is pressed (ag/814903)
- Cancel window animations only if the stack scrolls via alt-tab
(ag/809873)
- Fixing issue with old task load plan being consumed if user alt-tabs
before Recents is resumed (ag/811354)
- Canceling enter animations when the stack scrolls (ag/814461)
Change-Id: I7450f0a280571e98212f321b1e61219d149fed65
Winson [Fri, 20 Nov 2015 19:27:33 +0000 (11:27 -0800)]
Removing unused code
- Removing code related to dismiss-all and stack filtering
Change-Id: Ife3c300970b234a5f7828a3c04f1eb9cb861399f
Winson [Fri, 20 Nov 2015 17:56:20 +0000 (09:56 -0800)]
Adding tuner params for paging and full screen thumbnails.
- Adding “focused” stack state to support paging
- Changing the paging to match UX spec (only auto-page after the first
tap)
- Removing old header focus animation
Change-Id: Id72825b8a1b1c0a2238ee184a6695b13c1d8cb1c
Winson [Thu, 19 Nov 2015 18:06:06 +0000 (10:06 -0800)]
Initial changes to stack layout to support paging and nonsquare thumbs.
- Moving to a couple piecewise curves to define the various overview
layout states. Added a new state for focus (to be used in follow up
CL) to control paging of overview from the nav bar button. This
allows us to control the visible range of items on the curve, and
to better fit other UI controls around the stack.
- Removed the scaling of the tasks in the stack
- Also refactoring parametric curve to just use the system Path
Change-Id: I4108da77986d86896576e36fa8f31189d6fcb6f3
Suprabh Shukla [Mon, 23 Nov 2015 23:51:25 +0000 (23:51 +0000)]
Merge "Changing the message on user switching dialog."
Suprabh Shukla [Sat, 21 Nov 2015 02:22:57 +0000 (18:22 -0800)]
Changing the message on user switching dialog.
On systems where primary user is different from the system user,
the message "Switching to Owner..." is displayed while logging out
from any user. Changing it to "Logging out <username>".
Bug: b/
25749937
Change-Id: Id519bbd444c6b3f951511d6e566c503d06c510a1
Oren Blasberg [Mon, 23 Nov 2015 22:36:17 +0000 (22:36 +0000)]
Merge "Enable cascading submenus for screensizes >= 720dp."
Adrian Roos [Mon, 23 Nov 2015 22:19:09 +0000 (22:19 +0000)]
Merge "Visuals for Inline Reply"
Xiaohui Chen [Mon, 23 Nov 2015 22:07:41 +0000 (22:07 +0000)]
Merge "Add com.android.settings to white list"
Zhijun He [Mon, 23 Nov 2015 21:42:58 +0000 (21:42 +0000)]
Merge "Camera2: add dynamic black level support"
Alan Viverette [Mon, 23 Nov 2015 21:07:39 +0000 (21:07 +0000)]
Merge "Always assume layout params changed if app targets <= M"
Alan Viverette [Mon, 23 Nov 2015 20:54:10 +0000 (15:54 -0500)]
Always assume layout params changed if app targets <= M
Previously we were lax about whether an app needed to call
setLayoutParams() when changing layout param (ex. height), but now
failing to call set will break layout.
Bug:
25801251
Bug:
25836190
Change-Id: I4431526ab38b9e3cbdf3553e41db6251d2a7fbc3
Zhijun He [Fri, 13 Nov 2015 01:47:52 +0000 (17:47 -0800)]
Camera2: add dynamic black level support
Also add the optical black regions static memtadata.
Bug:
23011454
Change-Id: I217f33e89e046991f4cded7f7213ce6793ec4e68
Adrian Roos [Wed, 4 Nov 2015 23:55:39 +0000 (15:55 -0800)]
Visuals for Inline Reply
Change-Id: I374a7ec82795f95fe2f3ce8c9e6b02c1479433af
Xiaohui Chen [Mon, 23 Nov 2015 20:03:08 +0000 (12:03 -0800)]
Add com.android.settings to white list
Bug:
24256521
Change-Id: If315b082960190b3ebea387484f5a00e707ef558
Adam Lesinski [Fri, 20 Nov 2015 23:32:30 +0000 (15:32 -0800)]
AAPT2: Verify min/max attr fields
Integers are now checked to see if they fall in the range
of min/max for the attribute they are assigned.
Change-Id: I42c435b15fd3f0bd23691c83efccce4ad5973276
Chong Zhang [Mon, 23 Nov 2015 19:42:49 +0000 (19:42 +0000)]
Merge "Fix black wallpaper when docking a non-resizeable task"
Jorim Jaggi [Sat, 21 Nov 2015 02:16:28 +0000 (18:16 -0800)]
Fix velocity when dragging up from nav bar
Change-Id: I4afd0f41050ffaecd05de455afda5d006be2c30b
Jae Seo [Mon, 23 Nov 2015 18:51:10 +0000 (18:51 +0000)]
Merge "TIF: Use System.nanoTime() to measure execution durations in sessions"
Jorim Jaggi [Sat, 21 Nov 2015 00:27:16 +0000 (16:27 -0800)]
Don't play recents window animation when using affordance
Change-Id: Ifef60529ddda824790bf10cdb91abbb176703aac
Jorim Jaggi [Mon, 23 Nov 2015 18:43:38 +0000 (18:43 +0000)]
Merge "Don't play animation when docking stack with affordance"
Makoto Onuki [Mon, 23 Nov 2015 18:42:55 +0000 (18:42 +0000)]
Merge "Remove UserManager.setSystemControlledUserRestriction()"
Makoto Onuki [Fri, 20 Nov 2015 23:33:17 +0000 (15:33 -0800)]
Remove UserManager.setSystemControlledUserRestriction()
Now that we don't have UM.setUserRestriction*s*() that could remove
all existing restrictions, there's almost no point handling
DISALLOW_RECORD_AUDIO differently.
Now DISALLOW_RECORD_AUDIO is handled just like other restrictions,
except we don't persist it.
Bug
24954662
Change-Id: I27875b4a74dd95a3ce6bb774081eeaf718eaec15
Chong Zhang [Thu, 19 Nov 2015 22:17:31 +0000 (14:17 -0800)]
Fix black wallpaper when docking a non-resizeable task
Separate WindowState.isFullscreen into two methods, isFrameFullscreen()
that returns whether the window frame is fullscreen, and
isObscuringFullscreen(), which returns whether the window is actually
covering fullscreen.
In case of a docking task that's non-resizeable, the window frame is
fullscreen but since the stack is not fullscreen, the window is cropped
to stack bounds and is not obsuring the screen.
bug:
25433902
Change-Id: I7cd80381601fdc1fe87d04608b6a453806920590
Jorim Jaggi [Fri, 20 Nov 2015 23:14:43 +0000 (15:14 -0800)]
Don't play animation when docking stack with affordance
Change-Id: I1bb8ae4047e3de3a4ea159e7fad718914b9b5ba7
Geoff Mendal [Mon, 23 Nov 2015 18:08:07 +0000 (18:08 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev am:
d273c053ce -s ours
am:
3ed855b01a -s ours
* commit '
3ed855b01a829229aacf7250821913f6d77e47cf':
Import translations. DO NOT MERGE
Alan Treadway [Mon, 23 Nov 2015 17:58:39 +0000 (17:58 +0000)]
Merge "Revert "Disable multiple user for corp-liable mode""
Geoff Mendal [Mon, 23 Nov 2015 17:58:21 +0000 (17:58 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev
am:
d273c053ce -s ours
* commit '
d273c053ce85585d223d152bacf6e9e4c6859d1e':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 17:53:42 +0000 (17:53 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am:
ae7c51a9cc -s ours am:
57b3e7508d -s ours
am:
4b66f74aae -s ours
* commit '
4b66f74aaec86f2719ebd6f4a6d396ecee0540a2':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 17:51:14 +0000 (17:51 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr2-dev
Geoff Mendal [Mon, 23 Nov 2015 17:50:05 +0000 (18:50 +0100)]
Import translations. DO NOT MERGE
Change-Id: I6553e9e4da9e5e5c33aad42aa215d8d328f66509
Auto-generated-cl: translation import
Geoff Mendal [Mon, 23 Nov 2015 17:46:15 +0000 (17:46 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev am:
ae7c51a9cc -s ours
am:
57b3e7508d -s ours
* commit '
57b3e7508d1adb81cbe3b5aff24fbaaa71de9ce2':
Import translations. DO NOT MERGE
Alan Treadway [Mon, 23 Nov 2015 17:40:54 +0000 (17:40 +0000)]
Revert "Disable multiple user for corp-liable mode"
This reverts commit
1dc510eb5bc7f279002a3479f24761f08cc390f7.
Change-Id: I12ea8275369cbdc4e95b21c7f5d51b4f0e5da7b2
Geoff Mendal [Mon, 23 Nov 2015 17:38:52 +0000 (17:38 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
am:
ae7c51a9cc -s ours
* commit '
ae7c51a9ccf1bc1030b33a64b095a4fe3b06a3bd':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 17:32:02 +0000 (17:32 +0000)]
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
Geoff Mendal [Mon, 23 Nov 2015 17:30:39 +0000 (18:30 +0100)]
Import translations. DO NOT MERGE
Change-Id: I000a0799900cec827d9df803e0aa6e0fdb28b236
Auto-generated-cl: translation import
Alan Viverette [Mon, 23 Nov 2015 17:26:38 +0000 (17:26 +0000)]
Merge "Only look for nearest child View in ViewGroup"
Geoff Mendal [Mon, 23 Nov 2015 17:13:56 +0000 (17:13 +0000)]
Merge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 23 Nov 2015 17:10:29 +0000 (18:10 +0100)]
Import translations. DO NOT MERGE
Change-Id: Icde9477315609bb2233383760f9af1063dc4495a
Auto-generated-cl: translation import
Philip P. Moltmann [Mon, 23 Nov 2015 16:18:57 +0000 (16:18 +0000)]
Merge "printspooler.NotificationCOntroller: Remove deprecated APIs and silence other warnings."
Filip Gruszczynski [Mon, 23 Nov 2015 16:12:14 +0000 (16:12 +0000)]
Merge "Move hiding of stack views into onStart from onResume."
Niels Egberts [Mon, 23 Nov 2015 15:40:23 +0000 (15:40 +0000)]
Merge "Fix docs build failure."
Niels Egberts [Mon, 23 Nov 2015 15:24:04 +0000 (15:24 +0000)]
Fix docs build failure.
Change-Id: If8d215f34a48e0c61aec0d35f10f1bfd633a4254
Nicolas Prévot [Mon, 23 Nov 2015 15:15:08 +0000 (15:15 +0000)]
Merge "Fix doc for EXTRA_PROVISIONING_COLOR."
Ricky Wai [Mon, 23 Nov 2015 14:50:06 +0000 (14:50 +0000)]
Merge "Add work contacts directory support in Quick Contacts API"
Geoff Mendal [Mon, 23 Nov 2015 14:06:13 +0000 (14:06 +0000)]
Merge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 23 Nov 2015 14:03:16 +0000 (06:03 -0800)]
Import translations. DO NOT MERGE
Change-Id: I870906bccabd39a122bcc6e0d8000cc8559fba78
Auto-generated-cl: translation import
Geoff Mendal [Mon, 23 Nov 2015 14:00:13 +0000 (14:00 +0000)]
Merge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 23 Nov 2015 13:58:31 +0000 (13:58 +0000)]
Import translations. DO NOT MERGE am:
b21b778567 -s ours am:
b96f640a77 -s ours am:
816a167b29 -s ours
am:
e309a7f951 -s ours
* commit '
e309a7f951aa2c6bc0337a1324cbb237c641d8ca':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 13:57:17 +0000 (13:57 +0000)]
Merge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 23 Nov 2015 13:51:56 +0000 (05:51 -0800)]
Import translations. DO NOT MERGE
Change-Id: I852a848512375e624b758709aa12aacdb7fb98b2
Auto-generated-cl: translation import
Geoff Mendal [Mon, 23 Nov 2015 13:51:05 +0000 (13:51 +0000)]
Import translations. DO NOT MERGE am:
b21b778567 -s ours am:
b96f640a77 -s ours
am:
816a167b29 -s ours
* commit '
816a167b2936a420d96f57f57005982e727745f5':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 13:48:40 +0000 (05:48 -0800)]
Import translations. DO NOT MERGE
Change-Id: I46e625b01bd8cdec98ad7c097c4c12e1e211f6d2
Auto-generated-cl: translation import
Geoff Mendal [Mon, 23 Nov 2015 13:43:48 +0000 (13:43 +0000)]
Import translations. DO NOT MERGE am:
b21b778567 -s ours
am:
b96f640a77 -s ours
* commit '
b96f640a77b0c09868e104028d3bb9db3687018b':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 13:36:02 +0000 (13:36 +0000)]
Import translations. DO NOT MERGE
am:
b21b778567 -s ours
* commit '
b21b7785678f08e939dbe2e7d7cb5eedae47e1c4':
Import translations. DO NOT MERGE
Geoff Mendal [Mon, 23 Nov 2015 13:33:01 +0000 (05:33 -0800)]
Import translations. DO NOT MERGE
Change-Id: I5eb347309ecaa015fb1486196e7600ab98d06b67
Auto-generated-cl: translation import
Ricky Wai [Fri, 20 Nov 2015 16:07:15 +0000 (16:07 +0000)]
Add work contacts directory support in Quick Contacts API
Bug:
25764505
Change-Id: I61f9d13ea03352e3df1686ee4b3bcc43e9a9a760
Nicolas Prevot [Mon, 23 Nov 2015 13:27:21 +0000 (13:27 +0000)]
Fix doc for EXTRA_PROVISIONING_COLOR.
Change-Id: Ic6fdb7978658e0187af9e2b29960dbd0a803dc85
Geoff Mendal [Mon, 23 Nov 2015 13:26:59 +0000 (14:26 +0100)]
Import translations. DO NOT MERGE
Change-Id: Id46055ddba8834518c0faf5e0dd95d883dd79542
Auto-generated-cl: translation import
Niels Egberts [Mon, 23 Nov 2015 12:22:46 +0000 (12:22 +0000)]
Merge "Restrict audioformat to 8bit, 16bit or float PCM with an annotation and a warning."
Nicolas Prévot [Mon, 23 Nov 2015 11:51:35 +0000 (11:51 +0000)]
Merge "Add extra in DevicePolicyManager to colorize the provisioning."
Niels Egberts [Fri, 20 Nov 2015 14:47:31 +0000 (14:47 +0000)]
Restrict audioformat to 8bit, 16bit or float PCM with an annotation and
a warning.
TextToSpeech.synthesizeToFile has only ever worked with 8bit and 16bit
PCM. In case of float PCM an invalid file would be generated and in case
of other encodings the TTS engine would crash.
Also add more annotations to SynthesisCallback.
Change-Id: I1c44a44509e9b53bb2e1b0f2044b1a5919875e1c
Mahaver Chopra [Mon, 23 Nov 2015 10:07:43 +0000 (10:07 +0000)]
Merge "Disable multiple user for corp-liable mode"
Przemyslaw Szczepaniak [Mon, 23 Nov 2015 09:57:18 +0000 (09:57 +0000)]
Merge changes from topic 'merge-enso-to-master'
* changes:
API update for OpenJdk based libcore
Switch RecoverySystem impl to use sun.security.pkcs
Use libcore/known_oj_tags for the javadoc stage.
Jinsuk Kim [Sun, 22 Nov 2015 23:07:06 +0000 (23:07 +0000)]
Merge "CEC: Replace determistic mute commands"
Lorenzo Colitti [Sun, 22 Nov 2015 16:34:09 +0000 (16:34 +0000)]
Merge "Add a test that checks the contents of DISCOVER packets."
Przemyslaw Szczepaniak [Thu, 19 Nov 2015 16:39:03 +0000 (16:39 +0000)]
API update for OpenJdk based libcore
Bug:
25758743
Change-Id: Ic91a29e41d83798b3558438ddd9e0f60d3e5ab59
Przemyslaw Szczepaniak [Thu, 9 Jul 2015 12:28:30 +0000 (13:28 +0100)]
Switch RecoverySystem impl to use sun.security.pkcs
Due to org.apache.harmony.security package removal,
RecoverySystem#verifyPackage was rewritten to use
sun.security.pkcs package for verifining package
signature.
(cherry-picked from
84acbd76f7e1300e8404ac1b94f008826f9cc0fb)
Change-Id: I3a2058982beadab1aaae793c25db5c6f7387a72b
Narayan Kamath [Mon, 27 Jul 2015 13:02:11 +0000 (14:02 +0100)]
Use libcore/known_oj_tags for the javadoc stage.
Helps us process (and discard) OpenJdk specific javadoc tags.
(cherry-picked from
e03d5e477b47e4ac8e227d649afd4ffe89f23712)
Change-Id: I35287e9b56c148eb6cd8f37d7df81920d0d8a3bb
Vladislav Kaznacheev [Sat, 21 Nov 2015 02:30:21 +0000 (18:30 -0800)]
Prevent animated drag shadow from being dragged.
Make sure that touch events do not affect the drag shadow
while it is being animated at the end of an unconsumed drop.
Change-Id: I4ead3148f5e67db8fb312b9f9b0383815f8b2809
Filip Gruszczynski [Sat, 21 Nov 2015 01:26:58 +0000 (01:26 +0000)]
Merge "Fix thumbnail aspect invisible in single freeform to recents transition."
Filip Gruszczynski [Sat, 21 Nov 2015 01:10:04 +0000 (17:10 -0800)]
Fix thumbnail aspect invisible in single freeform to recents transition.
Change-Id: Ib73b436c5b201539ec279725467185f59d07a8b9
Vladislav Kaznacheev [Wed, 18 Nov 2015 21:21:35 +0000 (13:21 -0800)]
Implement View.updateDragShadow
The new method allows changing the drag shadow image
while the drag is in process.
It has to be called on a View in the same window (under the
same ViewRootImpl) that the view which started the drag.
Bug:
25520420
Change-Id: I57e752626a4a6a86d42c597c09dbd7ec77f42f30
Sandra Kwan [Sat, 21 Nov 2015 01:05:06 +0000 (01:05 +0000)]
Merge "AccountManager: add startUpdateCredentials API."
Amit Mahajan [Sat, 21 Nov 2015 01:00:48 +0000 (01:00 +0000)]
Merge "Added PHONE_TYPE_CDMA_LTE"
Jae Seo [Sat, 21 Nov 2015 01:00:26 +0000 (17:00 -0800)]
TIF: Use System.nanoTime() to measure execution durations in sessions
When the wall clock is adjusted to the broadcast time, the duration
measurement in ITvInputSessionWrapper may go wrong. To avoid this, use
System.nanoTime() that doesn't depend on the wall clock.
Bug:
25370822
Change-Id: I2ddb968b5e146500429b82979fe48262bf335993
Philip P. Moltmann [Sat, 21 Nov 2015 00:35:05 +0000 (16:35 -0800)]
printspooler.NotificationCOntroller: Remove deprecated APIs and silence other warnings.
Change-Id: I53000e49793dccd6f53b0813e5ce97c5c6929832
Sandra Kwan [Fri, 13 Nov 2015 01:11:49 +0000 (17:11 -0800)]
AccountManager: add startUpdateCredentials API.
Adding startUpdateCredentials API to AccountManager and
AbstractAccountAuthenticator.
Change-Id: Id9a1ff86764f2fde01fd8482594e4ae34e1f3bd1
Filip Gruszczynski [Sat, 21 Nov 2015 00:42:30 +0000 (00:42 +0000)]
Merge "Synchronize thumbnail header in recents to freeform animation."
Filip Gruszczynski [Sat, 21 Nov 2015 00:42:01 +0000 (00:42 +0000)]
Merge "Handling touch events on the caption."
Vladislav Kaznacheev [Fri, 20 Nov 2015 00:00:28 +0000 (16:00 -0800)]
'Drag and drop failed' animation
If the drop has not been consumed (DragState.mDragResult is false)
the drag shadow surface is not immediately destroyed, but animated
back into the position where the drag started.
The current animation is an OK placeholder, still waiting for the
final word from UX.
Bug:
24415573
Change-Id: Ia30135ce1e85655c8ba16e28dc69f0ebf9b36239
Dianne Hackborn [Sat, 21 Nov 2015 00:07:22 +0000 (00:07 +0000)]
Merge "Fix issue #
25779155: Random crash in the system server"
Vladislav Kaznacheev [Fri, 20 Nov 2015 23:58:21 +0000 (23:58 +0000)]
Merge "Implement View.cancelDragAndDrop"
Oren Blasberg [Fri, 20 Nov 2015 23:49:20 +0000 (15:49 -0800)]
Enable cascading submenus for screensizes >= 720dp.
This reflects a decision we'd agreed upon with UX, and will enable
larger tablets like N9 and Pixel C to get the cascading feature.
Bug:
20127825
Change-Id: If3d54d60bc4ca0c7fff37857bbb12dcc6fb7d79a
Chris Craik [Fri, 20 Nov 2015 23:50:19 +0000 (23:50 +0000)]
Merge "Initial text support in new reorderer/renderer"
Vladislav Kaznacheev [Fri, 20 Nov 2015 22:20:13 +0000 (14:20 -0800)]
Implement View.cancelDragAndDrop
View.cancelDragAndDrop cancels a drag operation initiated by
View.startDragAndDrop.
It has to be called on a View in the same window (under the
same ViewRootImpl) that the view which started the drag.
Bug:
24415683
Change-Id: If9a265fd8cc4d26b207d582d0d02d5c9ae78eba1
Fyodor Kupolov [Fri, 20 Nov 2015 23:18:29 +0000 (23:18 +0000)]
Merge "Added keep-uninstalled-packages DO policy"
Amith Yamasani [Fri, 20 Nov 2015 23:17:41 +0000 (23:17 +0000)]
Merge "Fix missing observer reply callbacks"
Fyodor Kupolov [Thu, 5 Nov 2015 22:27:06 +0000 (14:27 -0800)]
Added keep-uninstalled-packages DO policy
This policy allows DO to specify a list of apps to cache even without being
installed on any user.
Bug:
23938464
Change-Id: I2eeab7f148409739fc23a5c44e955ad12b63fd04