235434 Commits

Author SHA1 Message Date
Adam Lesinski
58f1018c56 Merge "Cache per-Activity Resources objects" into nyc-dev 2016-03-10 20:50:40 +00:00
Makoto Onuki
be4f470038 Merge "Refactor ShortcutService" into nyc-dev 2016-03-10 20:42:27 +00:00
Makoto Onuki
7abfe1b95b Merge "Fix crash-loop on wiped FBE device." into nyc-dev 2016-03-10 20:41:45 +00:00
Eino-Ville Talvala
3e0023ae89 Camera2: Add buffer drop error callback
Previously single buffer drop errors were not propagated to
the client application, even though the HAL generated them.

Add new error callback to handle this case.

Bug: 24168122
Change-Id: Ice0d9a3592efed222351353abd7acc35854a20bd
2016-03-10 12:41:24 -08:00
Makoto Onuki
f3a572b5c0 Fix crash-loop on wiped FBE device.
Bug 27595678

Change-Id: I02708b3c9e5472c5548bda7e6e15189614056471
2016-03-10 12:28:38 -08:00
Vadim Tryshev
e7d7d572a3 Setting mBackdropBack to null if artwork isn't available.
Otherwise, it preserves the old image. Later, mBackdropFront will
get this image and try fading from it. This will suddenly flash the
old image.

Bug: 25185253
Change-Id: I702e73684e692712edf48ce31c152c5f5a8bffdb
2016-03-10 20:23:05 +00:00
Jason Monk
5781e61cb6 Merge "Fix weird QS Edit bug" into nyc-dev 2016-03-10 20:13:21 +00:00
Jason Monk
9125a4f386 Merge "Make sure that QQS is invisible on lock screen" into nyc-dev 2016-03-10 20:12:52 +00:00
Md Haque
08d0fbdf72 Merge "Change testtag to large as tests needs to have wifi connection" into nyc-dev 2016-03-10 20:04:03 +00:00
Jason Monk
79a9f2f59d Make sure that QQS is invisible on lock screen
Bug: 27536311
Change-Id: Idf5492ac4fd134761139156291968cc5c992ad52
2016-03-10 14:55:22 -05:00
Jason Monk
845b3b9036 Fix weird QS Edit bug
Turns out code is best written while looking at it. Don't set the
layout params on the density container to layout params from another
view. Firstly its not fair to the density container or the qs container.
Secondly it makes the notification panel jealous and it starts eating
all the touches it can find.

Bug: 27586350
Change-Id: I2f8a7c23eda4625cc65390da1e854e5033b179a6
2016-03-10 14:38:13 -05:00
Steve McKay
6ce903d7b7 Delete downloads activity.
Delete "MANAGE_ROOT" activity.
Add intent filter for "BROWSE_DOWNLOADS".
Open by default on Downloads directory.

Bug: 27563427
Change-Id: I1f85dc17a0bc94b439a272847e4ab3bb347ead23
2016-03-10 11:34:03 -08:00
Adam Lesinski
082614c6a5 Cache per-Activity Resources objects
Each Activity has a Resources object whose underlying state changes
when a configuration change occurs, both global and for that activity only (multi-window).
Views and other clients of the Resources object can safely cache it knowing that
they always have a reference to the most up-to-date resources.

This applies to Resources.Theme objects as well.

Bug:26854894
Change-Id: Ifd3da5a1086e17f747dfc265a447fe92a3a5c692
2016-03-10 11:30:18 -08:00
Zach Kuznia
9a5220866e Merge "Ensure AccessibilityGestureDetector only returns true when a callback returned true." into nyc-dev 2016-03-10 19:27:41 +00:00
Vadim Tryshev
23f3745e1c Merge "Adding a setting to force user activity." into nyc-dev 2016-03-10 19:25:27 +00:00
Vadim Tryshev
689a7cf786 Merge "Removing now-unnecessary forgetLoadedWallpaper()." into nyc-dev 2016-03-10 19:24:24 +00:00
Mady Mellor
4998205871 Merge "Fix touching gear on lock screen" into nyc-dev 2016-03-10 19:21:48 +00:00
Chris Craik
ed5916d2be Merge "Fix WebView disappearing" into nyc-dev 2016-03-10 19:21:13 +00:00
Kenny Guy
ab750d283a Merge "Update docs to make suspend then uninstall clear." into nyc-dev 2016-03-10 19:19:08 +00:00
Eino-Ville Talvala
9dea71ccff Merge "DngCreator: Only write orientation into IFD0" into nyc-dev 2016-03-10 19:15:18 +00:00
Mady Mellor
a883351024 Fix touching gear on lock screen
The header wasn't taking into account the translation of the view
this CL alter so that it accounts for the translation.

Bug: 27484957
Change-Id: I19df138ae46a33863863821b8723cb57dc849454
2016-03-10 11:13:05 -08:00
Adrian Roos
fd8cdbbc73 Merge "Fix clobbered RemoteInputView when changing position" into nyc-dev 2016-03-10 19:09:24 +00:00
Jorim Jaggi
d47e7e1176 Add ability to swap docked/fullscreen stack
Adds tap affordance that moves all tasks of the docked
stack into the fullscreen stack as well as moves the top task
of the fullscreen stack into the docked stack.

Also make sure not to trigger focus switch when tapping the divider
handle. For that, add a method so SysUI can specify the touchable
region which then gets excludes for the focus switch touch region.

Bug: 27358134
Change-Id: I34f39c53cacc0b9c00f87a792b88c3f64a5f61e1
2016-03-10 19:49:45 +01:00
Chris Craik
223e3b6c2b Fix WebView disappearing
bug:27528563

Change-Id: Ib9fefa18ef9fb8eb11edd097cbadf8ab2b911576
2016-03-10 10:49:45 -08:00
Md Haque
0ef9fafb1b Change testtag to large as tests needs to have wifi connection
Change-Id: I345dbbba1c232d127eb4d0084767afbfc7bd55f9
2016-03-10 10:48:49 -08:00
Lifu Tang
4bffe89bef Merge "Checked the flag not set in the correct way" into nyc-dev 2016-03-10 18:30:09 +00:00
Lifu Tang
ccb448802b Checked the flag not set in the correct way
The previous macro always returns false after expansion. Fixed the problem, and
also added a mechanism to catch such kind of mistakes during compile time.

Change-Id: I6870dfa80a8cbbaa0e145ae00f09dd0d78cff157
2016-03-10 10:22:45 -08:00
Wale Ogunwale
d889511162 Merge "Fixed visibility of home stack behind translucent app activity." into nyc-dev 2016-03-10 18:20:46 +00:00
George Mount
fdce57b6dc Merge "Fix ArcMotion path creation in some quadrants." into nyc-dev 2016-03-10 18:19:10 +00:00
Paul Lawrence
d685353a9b Merge "Fix bug in new encryption API" into nyc-dev 2016-03-10 18:14:22 +00:00
Muyuan Li
c510b5ebe8 Making clearAllNotifications in PSB public.
Change-Id: I5603755e8f66d12d53dc167e1a97045fa93f60a5
(cherry picked from commit 083281681ef711d7cc1ea64d5ef89a4b46c61e35)
2016-03-10 18:12:52 +00:00
Todd Kennedy
23ca16865a Merge "fix docs" into nyc-dev 2016-03-10 18:11:31 +00:00
smain@google.com
278fb0deb2 udpate refonly doc build to include new landing page for dev preview.
Change-Id: I088425ed1549dd3bae6a5a755884eb4c3cb0af4f
(cherry picked from commit aa6aa2929c546289c873b3d019de4616c2ddc620)
2016-03-10 18:07:38 +00:00
Todd Kennedy
1ed6b87634 fix docs
No code change; just doc clarification per API Review Council suggestions

Bug: 27531045
Change-Id: Ib1eef9635d68d44be596888b46de0650883d118c
2016-03-10 10:07:00 -08:00
Scott Main
b907ff764a Merge "cherrypick I4e1ca9fddc6374fd80108e4f9a3b9745f8598507 add new make target for offline docs with only the API reference. Also update the default index.html landing page to redirect to the reference." into nyc-dev 2016-03-10 18:06:00 +00:00
Paul Lawrence
03128dceab Fix bug in new encryption API
Bug: 27583871
Change-Id: I372f0a6a411704dc57ca9bcc53c4c5a10b236772
2016-03-10 10:02:07 -08:00
Chris Tate
4206bde4d7 Merge "Improve AlarmManager docs" into nyc-dev 2016-03-10 17:58:19 +00:00
Chris Wren
46820517e4 Merge "revert recent changes around system listener registrations" into nyc-dev 2016-03-10 17:39:52 +00:00
Muyuan Li
2f14bb31ae Merge "Added shortcut key to dock windows" into nyc-dev 2016-03-10 17:33:44 +00:00
Jack Yu
8d6477c7a0 Merge "Fix roam icon issues in Austria" into nyc-dev 2016-03-10 17:29:17 +00:00
Jesse Hall
a3fc34c71d Merge "Refer to hasSystemFeature(String, int) in Vulkan feature docs" into nyc-dev 2016-03-10 17:17:26 +00:00
Jesse Hall
39ceeb5472 Refer to hasSystemFeature(String, int) in Vulkan feature docs
Bug: 27531286
Change-Id: Ifb32ae519fc8118923d6216e1d574cbbf83dfd23
2016-03-10 09:04:26 -08:00
Narayan Kamath
e41718d4f7 Merge "Track libcore change 45837f486a4fd1d0edc9bb5ab8f8cf0194204adc." into nyc-dev 2016-03-10 17:02:22 +00:00
Vadim Tryshev
6069c4099e Adding a setting to force user activity.
Bug: 25185253
Change-Id: Ic7d351e0e6a1dc9e1d7424ed30226ab1cf773cde
2016-03-10 16:58:08 +00:00
Yi Kong
e962db6a30 Merge "Track libcore change b695412b529c8dced105867c6d9d7fd463a67714" into nyc-dev 2016-03-10 16:57:40 +00:00
Tony Mantler
79d7e54f70 Merge "Remove redundant twiddling of Settings.Secure.ACCESSIBILITY_ENABLED" into nyc-dev 2016-03-10 16:54:10 +00:00
Chris Wren
b7c810957f revert recent changes around system listener registrations
also guard against the ranker calling the self-service registration functions.
"why do we even have that lever?"

Bug: 27577115
Change-Id: I8a01cfdd801320e53d56bcbf515b9ba17e677166
2016-03-10 11:41:10 -05:00
Felipe Leme
3e6b1465f3 Merge "Added Talkback announcements for Data Saver switch." into nyc-dev 2016-03-10 16:34:41 +00:00
Vadim Tryshev
216cbb395b Removing now-unnecessary forgetLoadedWallpaper().
ag/882986 fixed problems including returning a cached
wallpaper after a user switch, making the 'forget...' call
unnecessary.

Bug: 25185253
Change-Id: I452ea8d097b1f248e1411a88b573e7242ed64290
2016-03-10 16:29:55 +00:00
Yi Kong
5606b529bc Track libcore change b695412b529c8dced105867c6d9d7fd463a67714
Bug: 27427000
Change-Id: I6eecd1c5da1587435876a04f51e5a9424149fba1
(cherry picked from commit 40f79bb542c9028fe998a111555626af78bb86ce)
(cherry picked from commit bfd9479b2c2d5be670a530fd03dea48d47a1c318)
2016-03-10 16:22:20 +00:00