244822 Commits

Author SHA1 Message Date
Dirk Dougherty
70e358b017 Merge "Doc change: add diffs for 23->24." into nyc-dev 2016-06-14 23:44:26 +00:00
TreeHugger Robot
39647560d1 Merge "Make sure task exists in WM before trying to set the resizing state" into nyc-dev 2016-06-14 23:05:50 +00:00
Selim Cinek
02ab2f52bf Merge "Fixed another case where the systemUI could crashloop" into nyc-dev 2016-06-14 23:04:31 +00:00
TreeHugger Robot
8d7b4a4945 Merge "docs: Noted "Crypto" removal" into nyc-dev 2016-06-14 22:54:47 +00:00
Yohei Yukawa
6fe4865e85 Merge "Quick workaround for a performance regression in IME APIs." into nyc-dev 2016-06-14 22:43:19 +00:00
TreeHugger Robot
8e3a16ad91 Merge "Version PrintRecommendationService." into nyc-dev 2016-06-14 22:08:42 +00:00
TreeHugger Robot
5c176ff133 Merge "Revert "Don't update task to return to type for last task over home"" into nyc-dev 2016-06-14 21:55:54 +00:00
Wale Ogunwale
d6aee18cab Make sure task exists in WM before trying to set the resizing state
It is possible for a task to be removed from the WM and stack in AM
while resizing (e.g. app crashes). In this case we want to make sure
the task exist in WM before we try to set the dock resizing state vs.
depending on the fact that the task is in recent list in AM.

Bug: 29325623
Change-Id: Ib89a7bfe12fe1f2c4c6c56ac9e13b0052ea2b4ec
2016-06-14 14:39:05 -07:00
Hemal Patel
37663db137 Docs: Added overview of Custom Pointer API
Bug: 28241984
Change-Id: Iffa2a0cc46f71377b79f4ac792d2f469353cc395
2016-06-14 14:26:15 -07:00
Yohei Yukawa
ccb024aa2b Quick workaround for a performance regression in IME APIs.
It turns out that the performance of
InputMethodManager#getCurrentInputMethodSubtype() is regressed from ~1ms
to ~20ms when
 - Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE == -1 and
 - The active IME supports many subtypes (~100)
because we try to find a fallback subtype based on the system locales
every time when IMM#getCurrentInputMethodSubtype() is called.

This could be contributing UI janks because spell checker clients
running in the UI thread indirectly depend on that method.

Fortunatelly the critical path is in
InputMethodUtils#getImplicitlyApplicableSubtypesLockedImpl(), which is
basically a state-less method. We can easily and safely cache its
result by using LocaleList and InputMethod as cache keys.

With this CL the performance basically recovers to the Android M level.

Bug: 28889203
Change-Id: I5ed16c7f14cc18052854f4fd6c9bae8550c332ee
2016-06-14 21:01:41 +00:00
Andrew Solovay
42c1d98950 docs: Noted "Crypto" removal
See first comment for doc stage location.

bug: 28972616
Change-Id: I891af3d2e0b84f2daa207221e477a09efafc9d18
2016-06-14 13:47:24 -07:00
Julia Reynolds
8d0a400119 Only reload callback on configuration change.
So it'll get zen changes when the volume dialog is not showing.

Change-Id: I0d4220d0a000d74c6994b07b2d5b8562a6a52585
Fixes: 29355577
2016-06-14 20:45:13 +00:00
Winson Chung
987cd20acf Merge "Fixing several issues with accessibility" into nyc-dev 2016-06-14 20:42:23 +00:00
Julia Reynolds
a64e3a0844 Merge "Revert "Announce access point changes."" into nyc-dev 2016-06-14 20:42:15 +00:00
Chris Tate
2f4636a333 Merge "Note null alarm worksource names under the alarm's package" into nyc-dev 2016-06-14 20:37:07 +00:00
TreeHugger Robot
eb4e8105d3 Merge "docs: Updated support library revisions page for 24.0.0" into nyc-dev 2016-06-14 20:36:30 +00:00
Philip P. Moltmann
160b043e99 Version PrintRecommendationService.
Fixes: 28908572
Change-Id: I8df106df887cacc8db37f781ade97678960cee04
2016-06-14 13:06:53 -07:00
Andrii Kulian
369be64bf3 Revert "Don't update task to return to type for last task over home"
This reverts commit 21893824c1d15a1a46cb75725ad951620569c3c6.

Original commit revealed issue b/29342752 when launch logic was applied
to incorrect stack while moving to PiP mode.

Bug: 29342752
Bug: 29237751
Change-Id: I88d75399eb4b9daf4de87a9a560eb0df0b515173
2016-06-14 20:04:29 +00:00
Selim Cinek
279fa867e5 Fixed another case where the systemUI could crashloop
Because it's not guaranteed to use any builder at all,
there is another case where the SmallIcon could remain null.
We are now checking this lazily instead of ahead of time.

Change-Id: I7a0feff6911b2bce6707427259d3423131a26e32
Fixes: 29255365
2016-06-14 13:02:56 -07:00
Dan Yu
189ef624d1 Merge \\"docs: Clarifying direct boot notification messages\\" into mnc-io-docs am: 120fd583d5
am: 4c5e5ec6d5

Change-Id: I2bfe82b79c928d10b7725315d42b00a1994bbd52
2016-06-14 19:59:36 +00:00
Daniel Yu
4c5e5ec6d5 Merge \"docs: Clarifying direct boot notification messages\" into mnc-io-docs
am: 120fd583d5

Change-Id: I076e69e0a0497ed461dc576b72419152e89bb010
2016-06-14 19:53:35 +00:00
Dan Yu
120fd583d5 Merge "docs: Clarifying direct boot notification messages" into mnc-io-docs 2016-06-14 19:49:12 +00:00
Adrian Roos
207cbee824 Merge "Improve action bar transition" into nyc-dev 2016-06-14 19:42:42 +00:00
Adrian Roos
8507d98ad1 Merge "Fix jittery action bar during transitions" into nyc-dev 2016-06-14 19:31:25 +00:00
Adrian Roos
26e864c398 Merge "Make RemoteView margins density-change safe" into nyc-dev 2016-06-14 19:31:14 +00:00
Shreyas Basarge
166b0abf13 Merge "Update SyncManager min period to match JobScheduler" into nyc-dev 2016-06-14 18:54:44 +00:00
Wei Jia
c6f39a0c36 Merge "MediaPlayer: fix java doc for setSurface and setDisplay." into nyc-dev 2016-06-14 18:50:02 +00:00
TreeHugger Robot
f2d5d876b9 Merge "docs: Updating N download pages for DP4" into nyc-dev 2016-06-14 18:20:49 +00:00
Makoto Onuki
5e94a16b74 Merge "Don't take the DPMS lock in DPMI.createPackageSuspendedDialogIntent" into nyc-dev 2016-06-14 18:17:01 +00:00
Hemal Patel
d0067507be Merge "Docs: Changed a command in Keyboard Shortcuts" into nyc-dev 2016-06-14 18:11:10 +00:00
Wei Jia
77e351f81e MediaPlayer: fix java doc for setSurface and setDisplay.
Bug: 29149415
Change-Id: I281b6328c068255387ca01a987ff136c3be5e25b
2016-06-14 10:56:57 -07:00
Aurimas Liutikas
68d5e4b9ff Merge \\"Fix broken {@docRoot} links\\" into mnc-io-docs am: a0fa50e40b
am: 423fe7db6a

Change-Id: I192297bc254d199e25249952591b3b2a1fc2b617
2016-06-14 17:37:38 +00:00
Julia Reynolds
8897a5044b Revert "Announce access point changes."
Fixes: 29151018

This reverts commit 7ed62eb7a214126d3dbfd6abd7d6a7db73cc9f3c.

Change-Id: If40669b21cc2a2db7e2bb27c7c981d889cb094ed
2016-06-14 17:29:54 +00:00
Aurimas Liutikas
423fe7db6a Merge \"Fix broken {@docRoot} links\" into mnc-io-docs
am: a0fa50e40b

Change-Id: I7dd53f31f44262e09624d23d820723893aaba5c7
2016-06-14 17:27:57 +00:00
Christopher Tate
0029f57123 Note null alarm worksource names under the alarm's package
And log a nastygram because it implies the app is misbehaving.

Bug 29333122

Change-Id: Ia683304b8a9eafb234df81e874ee3f0636c4e56a
2016-06-14 10:16:28 -07:00
Aurimas Liutikas
a0fa50e40b Merge "Fix broken {@docRoot} links" into mnc-io-docs 2016-06-14 17:14:59 +00:00
Qingxi Li
130db7715a Merge "Add a key for setting carrier's CDMA roaming mode" into nyc-dev 2016-06-14 17:02:53 +00:00
Selim Cinek
05e19bba37 Merge "Fixed a bug with a legacy notification API" into nyc-dev 2016-06-14 16:54:21 +00:00
Makoto Onuki
26704957fe Don't take the DPMS lock in DPMI.createPackageSuspendedDialogIntent
This method is called by AM with the lock held, so can't take the
DPMS lock.

It still takes a different lock, but we don't call into the external
world while holding this lock, so this is fine.

Bug 29242568

Change-Id: Idbecdd7d97385ca66c693903443471fdbae833e6
2016-06-14 09:41:21 -07:00
Daniel Yu
23a7c7e087 docs: Clarifying direct boot notification messages
Adding details on which notification message to listen for
when developing apps that need to interact with direct boot mode.
Note: This is a doc fix for the N direct boot feature docs, but
not specific to any preview release.

Bug: 28729775
Change-Id: If6b239e7aa92bced735cfa1e72d8891d193a420c
2016-06-14 08:33:39 -07:00
Bert McMeen
22eb26c27d Merge \\"Docs: Watch face performance update\\" into mnc-io-docs am: 99677fb42d
am: 106af82850

Change-Id: Ia9fa224a4ebb6e51a3c6141751036504d202e137
2016-06-14 15:15:59 +00:00
Bert McMeen
106af82850 Merge \"Docs: Watch face performance update\" into mnc-io-docs
am: 99677fb42d

Change-Id: I41b6ee0628e561cfb7f711d07ac1e41ff71fcb60
2016-06-14 15:07:53 +00:00
Bert McMeen
99677fb42d Merge "Docs: Watch face performance update" into mnc-io-docs 2016-06-14 15:02:01 +00:00
Shreyas Basarge
3b840e378a Update SyncManager min period to match JobScheduler
Use JobScheduler's minimum period in SyncManager.
Syncs will respect JobScheduler's min period anyway,
this change ensures that dumpsys of both services
show the same period.

Bug: 29253834
Change-Id: I0cd7f85da56af967963573a048c3a71436ed9c5b
2016-06-14 14:56:27 +00:00
John Reck
5b4ff21a74 Merge "Redraw if dirty during stopped when resumed" into nyc-dev 2016-06-14 14:43:20 +00:00
TreeHugger Robot
7ce75172dd Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-06-14 11:47:54 +00:00
TreeHugger Robot
bb8b32262f Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-06-14 11:46:43 +00:00
Paul Jensen
78452db285 Merge "Show sign-in to network notification to all users, not just owner." into nyc-dev 2016-06-14 11:05:32 +00:00
Bill Yi
829614d3ac Import translations. DO NOT MERGE
Change-Id: I4aafe42447a82d42a1b3c013f046a4a264dafcc4
Auto-generated-cl: translation import
2016-06-13 23:26:51 -07:00
Bill Yi
7ff69e9597 Import translations. DO NOT MERGE
Change-Id: Ied2403cbd3d46b70771f137bd4b5aab6fb7150b5
Auto-generated-cl: translation import
2016-06-13 22:58:21 -07:00