Jaesung Chung
d37577d109
Merge "ExifInterface: deprecate duplicated tags" into nyc-dev
2016-03-31 23:04:43 +00:00
Chris Tate
1486557d10
Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into nyc-dev
2016-03-31 22:22:32 +00:00
Roozbeh Pournader
2159f7017d
Merge "Re-enable emoji font tests" into nyc-dev
2016-03-31 22:22:20 +00:00
Tenghui Zhu
c2a091a04b
Merge "Add test for private API forceAnimationOnUI" into nyc-dev
2016-03-31 22:06:54 +00:00
Sunny Goyal
2c7238e832
Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev
2016-03-31 21:59:37 +00:00
Winson Chung
ee66ab941c
Merge "Putting clear-all button on the right to match design." into nyc-dev
2016-03-31 21:58:17 +00:00
Winson
198523763a
Putting clear-all button on the right to match design.
...
- Moving Clear-all button on drop-target change
- Fixing issue with end-margin on title
Change-Id: I589425980cd4503275b33a555f3dcb8391ba2695
2016-03-31 14:57:36 -07:00
Ruben Brunk
8f7e3815e7
Merge "Grant default permissions to preinstalled VrListenerServices." into nyc-dev
2016-03-31 21:57:04 +00:00
Jeff Sharkey
ae310b4618
Merge "Skip mounting sdcardfs in core mode." into nyc-dev
2016-03-31 21:49:54 +00:00
Jeff Sharkey
6855c48093
Skip mounting sdcardfs in core mode.
...
There's no point in mounting it, since it's living on top of a tmpfs
that will be discarded in a few moments once the user authenticates.
Bug: 27932087
Change-Id: I2df2da0136eac6cc27aa402fb9b00cfd23d562a8
2016-03-31 15:48:57 -06:00
Aga Wronska
8e2e40a28a
Merge "Fix search view tests on handheld devices" into nyc-dev
2016-03-31 21:47:01 +00:00
Chong Zhang
c3af194138
Merge "Clear deferRelaunchUntilPaused flag after activity relaunch is performed" into nyc-dev
2016-03-31 21:38:52 +00:00
Hangyu Kuang
7c33a5dcce
Merge "Update mediamuxer documentation that it does not support muxing B-frames." into nyc-dev
2016-03-31 21:32:43 +00:00
Vladislav Kaznacheev
99a3ee13f4
Merge "Replace drag and drop mouse pointer shape" into nyc-dev
2016-03-31 21:27:19 +00:00
Fyodor Kupolov
406101ec11
Merge "Set build fingerprint for the new user" into nyc-dev
2016-03-31 21:22:03 +00:00
Chong Zhang
225d1b6334
Clear deferRelaunchUntilPaused flag after activity relaunch is performed
...
We set deferRelaunchUntilPaused when a relaunch is delayed due to the app
in pausing state, but this flag is not cleared after it's relaunched upon
paused. After that every time the app is paused, it relaunches again.
Change-Id: Ib98956e0760b3c4fe108d93f5c7843e2cbd313de
related-to: b/27834014
2016-03-31 14:12:51 -07:00
Alan Viverette
b4e7b545a2
Merge "Remove DayNight theme" into nyc-dev
2016-03-31 21:04:10 +00:00
Alan Viverette
f0f919f19a
Merge "Improve handling of AlertDialog padding between title and content" into nyc-dev
2016-03-31 21:03:20 +00:00
Christopher Tate
250985f556
Handle interaction of Bundle.hasFileDescriptors() with removal
...
Removing entries from a Bundle may change its has-FDs state, so now
induce a recheck after removals. In support of that, make the
recheck set the known state in all cases, not just in the has-FDs
case; and note that filterValues() inherently produces a result that
is known to have no FDs.
Bug 26676151
Change-Id: Ida07b77ad2046aeafb98e0b164cd571ce45d064f
2016-03-31 13:57:42 -07:00
Sunny Goyal
0572e1847a
Sending WALLPAPER_CHANGED broadcast when live wallpaper changes
...
Bug: 27947401
Change-Id: Ib4fb3310e124e01d8fb7d7045d565ca3b9456050
2016-03-31 13:51:10 -07:00
Alex Klyubin
3a21805aa1
Merge "Remove support for DSA with SHA-512 from v2 sig verification." into nyc-dev
2016-03-31 20:46:04 +00:00
Felipe Leme
1f44c75e2e
Merge "Save whitelist status of all apps." into nyc-dev
2016-03-31 20:33:12 +00:00
Xiaohui Chen
0418f8a5a2
Merge "sysui: refactor for extensibility" into nyc-dev
2016-03-31 20:31:52 +00:00
Aga Wronska
69e852d759
Fix search view tests on handheld devices
...
Change-Id: If7107e23e93989f040abf7f909b4134b0035b8e4
2016-03-31 13:31:24 -07:00
Fyodor Kupolov
83c2424141
Set build fingerprint for the new user
...
This change will prevent PRE_BOOT_COMPLETED from being sent to new users
Bug: 27939609
Change-Id: I0e49a467c792c972e0e3fc76e06842a80810e14b
2016-03-31 13:30:42 -07:00
Roozbeh Pournader
27ec3ace18
Re-enable emoji font tests
...
This re-enables the emoji font tests, but doesn't run the tests if
SMALLER_FONT_FOOTPRINT is set.
Additionally, we test that there's one and only one emoji font in the
fallback chain.
Bug: 26187231
Bug: 27785690
Change-Id: I2e6d467e3f54ee3d41737170d7c2492a0f6b30f0
2016-03-31 13:23:15 -07:00
Vladislav Kaznacheev
acaa4a22e1
Replace drag and drop mouse pointer shape
...
Use PointerIcon.STYLE_GRABBING (closed hand) instead of
PointerIcon.STYLE_GRAB (open hand) while drag by mouse is in progress.
Bug:27946394
Change-Id: I56089b2c2cc5d1271df059832282725a886fc982
2016-03-31 20:19:36 +00:00
Alan Viverette
ae4908f41c
Remove DayNight theme
...
Bug: 21854466
Change-Id: I739872112d0ae457d0d4620f9222206072d54b4b
2016-03-31 16:18:27 -04:00
Gus Prevas
bb8c30901d
Merge "Updates Wear window animation styles." into nyc-dev
2016-03-31 20:15:06 +00:00
George Mount
98aa25c2d9
Merge "Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""" into nyc-dev
2016-03-31 20:14:04 +00:00
Dongwon Kang
fd0bdc4a29
Merge "TIF: Update javadoc with a better wording" into nyc-dev
2016-03-31 19:43:43 +00:00
Roozbeh Pournader
1a08865d1f
Merge "Invalidate TextView after locale change" into nyc-dev
2016-03-31 19:37:55 +00:00
Chris Tate
9c4ec06988
Merge "API review: WallpaperManager" into nyc-dev
2016-03-31 19:24:42 +00:00
Jason Monk
e12a9b5729
Merge "The lights go down on dark theme" into nyc-dev
2016-03-31 19:20:02 +00:00
Alex Klyubin
dfb5772447
Remove support for DSA with SHA-512 from v2 sig verification.
...
Android platform does not support DSA with SHA-512. Thus, it does not
make sense to support this unsupported algorithm in APK Signature
Scheme v2.
Bug: 24331392
Change-Id: Ie90b3dd8dd67bad65c64dfb7f6bf427e8ed282ba
2016-03-31 12:06:18 -07:00
Xiaohui Chen
311b98eacd
sysui: refactor for extensibility
...
Bug: 27098123
Change-Id: Iab9b91c06b32030bbeae6a12715ea33867d13e12
2016-03-31 19:05:05 +00:00
Jason Monk
b4a253bc5a
The lights go down on dark theme
...
It will be remembered.
It died not once, but twice.
ಥ_ಥ
Change-Id: I48fba2e71b1fd431d7cd0dccb36e8a59bb47709a
Fixes: 21854466
2016-03-31 14:45:15 -04:00
Nathan Harold
3dafea3177
Merge "Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED" into nyc-dev
2016-03-31 18:43:36 +00:00
Vladislav Kaznacheev
b7d08c3f3c
Merge "Add wallpaper input consumer to WindowManagerService" into nyc-dev
2016-03-31 18:43:16 +00:00
Vladislav Kaznacheev
0d50d8660d
Add wallpaper input consumer to WindowManagerService
...
This is an input consumer similar to the one used when hiding the navbar,
but placed above wallpapers. It might be useful for processing touch
events over "desktop" in freeform MW mode.
Re-landing I9d6d28a624f750ad48fc39f9b149dd1f989cceba after fixing build.
Bug:26688904
Change-Id: I89fdabd9c72cdd4a1d7ca626c33ddc99ddea97f9
2016-03-31 18:42:22 +00:00
Teng-Hui Zhu
9ac5a3333d
Add test for private API forceAnimationOnUI
...
b/27343522
Change-Id: I5167a159f5630ab064f434930f3056754e2c0f44
2016-03-31 11:37:00 -07:00
Adrian Roos
4de449a3c6
Merge "Add option to force remote input history" into nyc-dev
2016-03-31 18:34:54 +00:00
Robin Lee
f1fe782e91
Merge "API to approve CA certificates" into nyc-dev
2016-03-31 18:26:32 +00:00
John Reck
bbb4c2eb2e
Merge "Add a callback for rendernode parentcount=0" into nyc-dev
2016-03-31 18:24:49 +00:00
Roozbeh Pournader
fafb7575c7
Invalidate TextView after locale change
...
Bug: 19294390
Change-Id: Ie0f08ab84b386ef6daa2570ea4d5203a04763b06
2016-03-31 11:23:00 -07:00
George Mount
f643fb0250
Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""
...
This reverts commit 879a626f18 .
Change-Id: I6fd011fb86a2aa0e30ba41fdefa3e29c7771e647
2016-03-31 11:15:27 -07:00
Andreas Gampe
4c0dbb5b8e
Merge "Package Manager: Use new DexFile function to upgrade filter" into nyc-dev
2016-03-31 18:13:07 +00:00
Jason Monk
d1ed81e5af
Merge "Fix tiles animating when QS edit is open" into nyc-dev
2016-03-31 18:11:36 +00:00
Jason Monk
4efc9246c6
Fix tiles animating when QS edit is open
...
Change-Id: Ie242f0cb71354674884bca398e0075cdebc3b572
Fixes: 27815863
2016-03-31 14:10:37 -04:00
Ruben Brunk
ee1062e4c0
Merge "Include VR throttling limit in hardware properties." into nyc-dev
2016-03-31 18:03:37 +00:00