116892 Commits

Author SHA1 Message Date
Alan Viverette
b44c4439ad am 606fadc8: am 6d1e4522: am d9f53c02: Merge "Clear accessibility focus when view becomes invisible" into klp-dev
* commit '606fadc84a96b7e0a1f0b95bc03c9430b32ad22f':
  Clear accessibility focus when view becomes invisible
2013-10-09 13:37:49 -07:00
Alan Viverette
606fadc84a am 6d1e4522: am d9f53c02: Merge "Clear accessibility focus when view becomes invisible" into klp-dev
* commit '6d1e4522e38b18ec19b1dc184f49808b66219bef':
  Clear accessibility focus when view becomes invisible
2013-10-09 13:34:28 -07:00
Jeff Sharkey
d2e1e810a7 Drop <meta-data> support for DocumentsProviders.
Prebuilts have finished migrating to new <intent-filter> based
approach.  Also update isDocumentUri() to match new definition.

Bug: 11109484
Change-Id: Ib95e2c3f5a9ff70b8d5e411f68ad49d1990dae8c
2013-10-09 13:31:13 -07:00
Alan Viverette
6d1e4522e3 am d9f53c02: Merge "Clear accessibility focus when view becomes invisible" into klp-dev
* commit 'd9f53c02766d9a9c00f303d8047cacef4e9673cf':
  Clear accessibility focus when view becomes invisible
2013-10-09 13:29:12 -07:00
Alan Viverette
d9f53c0276 Merge "Clear accessibility focus when view becomes invisible" into klp-dev 2013-10-09 20:25:15 +00:00
George Mount
7d8589c156 Merge "Support for multiple value animations." 2013-10-09 20:23:43 +00:00
George Mount
d5df8a3665 Merge "Setter values can now have different type than animated values." 2013-10-09 20:23:19 +00:00
John Spurlock
c68d577f29 Allow IMEs to extend below nav bar, remove SystemUI veto.
Layout IMEs below the nav bar, offset by bottom padding and
associated guard rectangle with a black background to ensure
they do not appear as islands during transitions.

This makes it safe to remove the SystemUI forced opaque transition
when showing an IME, making the overall transition less expensive,
quicker and smoother overall.

Bug:11058746
Change-Id: I460912ee7c117480c57b947ed31eca330819f32c
2013-10-09 16:23:15 -04:00
Mindy DelliCarpini
fc96b0fe11 am 47889a36: am e0221f02: am d7c44ee6: Merge "deblue notification dividers" into klp-dev
* commit '47889a36accd711c36dc24bdda9df1baed277e6e':
  deblue notification dividers
2013-10-09 13:22:37 -07:00
George Mount
c75b478ced Merge "Adds reuse Rect constructor for RectEvaluator." 2013-10-09 20:22:27 +00:00
Mindy DelliCarpini
47889a36ac am e0221f02: am d7c44ee6: Merge "deblue notification dividers" into klp-dev
* commit 'e0221f02ac3b541a57235d3d242a64c7ae646e3b':
  deblue notification dividers
2013-10-09 13:19:40 -07:00
Mindy DelliCarpini
e0221f02ac am d7c44ee6: Merge "deblue notification dividers" into klp-dev
* commit 'd7c44ee6b676d1c80fa6ad3763d718f8f2ff1554':
  deblue notification dividers
2013-10-09 13:16:09 -07:00
Mindy DelliCarpini
d7c44ee6b6 Merge "deblue notification dividers" into klp-dev 2013-10-09 20:14:15 +00:00
Eino-Ville Talvala
b18d533a9e am f3eb72ed: am 8233b6eb: am aa014300: Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev
* commit 'f3eb72edaad1f00b28ba4a902d3fcf61152618fc':
  Camera2: Properly copy over user tag when cloning requests
2013-10-09 12:49:29 -07:00
Robert Greenwalt
15af21252d Don't mark wifi disabled unless it's off.
The transition from driver-started to scan-only state was incorrectly
always marking wifi disabled, but transitioning back only marked it
enabled if we were exiting due to leaving the scan-only-with-wifi-off
mode.

bug:11062188
Change-Id: I44fe64fd8dac8f36f4e22cb1c16b9d7a06bdbac0
2013-10-09 12:48:07 -07:00
Eino-Ville Talvala
f3eb72edaa am 8233b6eb: am aa014300: Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev
* commit '8233b6ebd7b54a92502bf93ca23e17d1628f4ff7':
  Camera2: Properly copy over user tag when cloning requests
2013-10-09 12:48:04 -07:00
Eino-Ville Talvala
8233b6ebd7 am aa014300: Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev
* commit 'aa0143006f7e873995698dbec2045984b5228fb7':
  Camera2: Properly copy over user tag when cloning requests
2013-10-09 12:46:27 -07:00
Eino-Ville Talvala
aa0143006f Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev 2013-10-09 19:44:34 +00:00
Yuhao Zheng
8b033d37ca Add a missing wifi p2p discovery changed broadcast
When we disable wifi while wifi p2p peer searching is in progress, we don't get
a WIFI_P2P_DISCOVERY_CHANGED_ACTION broadcast saying that discovery is stopped.
Since this broadcast is sticky, applications will still get the previous one
saying discovery is started even if wifi p2p has been disabled. Adding a
sendP2pDiscoveryChangedBroadcast when exiting P2pEnabledState fixes this problem,
and it won't be a duplicate as sendP2pDiscoveryChangedBroadcast checks for that.

Bug: 11151666
Change-Id: I62de8f3d17d80f151403b91cf5c62866d931c01b
2013-10-09 12:28:22 -07:00
Dianne Hackborn
c1021d8219 am 9eacd267: am 1ee0c1c3: am efeb6f3c: Merge "Fix issue #11087316: Can\'t run dumpsys procstats on user builds in some cases!" into klp-dev
* commit '9eacd26755e07a9dc5ca6ff16bb3300b8f52b59b':
  Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!
2013-10-09 12:23:55 -07:00
Dianne Hackborn
9eacd26755 am 1ee0c1c3: am efeb6f3c: Merge "Fix issue #11087316: Can\'t run dumpsys procstats on user builds in some cases!" into klp-dev
* commit '1ee0c1c3d0c8f07b847a392202afef115b89a78d':
  Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!
2013-10-09 12:21:44 -07:00
Dianne Hackborn
1ee0c1c3d0 am efeb6f3c: Merge "Fix issue #11087316: Can\'t run dumpsys procstats on user builds in some cases!" into klp-dev
* commit 'efeb6f3c1b6123188e78b1c8a15e0eb331ebc8ee':
  Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!
2013-10-09 12:18:14 -07:00
Craig Mautner
caca4ab1a9 am f3366c9e: am af47d751: am e8a057a9: Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev
* commit 'f3366c9ec87d0cba4a55bcf8369a61028db0e973':
  Remove overly tight constraint on drawn Keyguard.
2013-10-09 12:16:06 -07:00
Dianne Hackborn
efeb6f3c1b Merge "Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!" into klp-dev 2013-10-09 19:15:35 +00:00
Dianne Hackborn
08b36a47cf Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases!
Once we pass the dump perm check, we are safe.

Change-Id: I58f483573874ca9f8f914fb94137f8a2afafaf25
2013-10-09 12:14:11 -07:00
Craig Mautner
f3366c9ec8 am af47d751: am e8a057a9: Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev
* commit 'af47d751b39d7badc268d7a467078b92052f417b':
  Remove overly tight constraint on drawn Keyguard.
2013-10-09 12:13:53 -07:00
Michael Jurka
b668d0ba7e Add API to get the built-in wallpaper
Change-Id: I71cf4111fb4e36bd8e78eb47695861349dc1750b
2013-10-09 12:12:34 -07:00
Craig Mautner
af47d751b3 am e8a057a9: Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev
* commit 'e8a057a9aea661a9398ddaa3161e7ea6ab6675b8':
  Remove overly tight constraint on drawn Keyguard.
2013-10-09 12:12:14 -07:00
Craig Mautner
e8a057a9ae Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev 2013-10-09 19:10:45 +00:00
Jonathan Dixon
517771bc6c Do not require WebView usage to come from main thread
So long as all usage is from a single thread per instance it is OK if
it's a non-main thread.
(But note that for apps targeting JB MR2 this was enforced to be the
main thread anyway).

Bug 10937207

Change-Id: Ibc2496d5cef97b4685e001086f712fcaac231024
2013-10-09 12:03:07 -07:00
John Spurlock
4d873d87cc am bba545e7: am 4f241a29: am 92128144: Merge "Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev
* commit 'bba545e73ca63be2e275b6e982251ab930d0a644':
  Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY.
2013-10-09 11:45:54 -07:00
John Spurlock
bba545e73c am 4f241a29: am 92128144: Merge "Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev
* commit '4f241a293bfef3a311b0fd75c37ae01a0bf770f5':
  Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY.
2013-10-09 11:37:45 -07:00
John Spurlock
4f241a293b am 92128144: Merge "Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev
* commit '92128144d95e913a6702586cf4f0468bcb90c0c4':
  Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY.
2013-10-09 11:34:03 -07:00
John Spurlock
92128144d9 Merge "Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev 2013-10-09 18:27:53 +00:00
Svetoslav
67c8d20ed2 am fdcd50f1: am 53f16ba2: am 0cc8276d: Merge "Add missing locking when updating the accessibility node info cache." into klp-dev
* commit 'fdcd50f13d961514ed1a47573b627b6b3184c1fc':
  Add missing locking when updating the accessibility node info cache.
2013-10-09 11:04:23 -07:00
Svetoslav
fdcd50f13d am 53f16ba2: am 0cc8276d: Merge "Add missing locking when updating the accessibility node info cache." into klp-dev
* commit '53f16ba2b24d6045b880923632cbddd6bee4cd3c':
  Add missing locking when updating the accessibility node info cache.
2013-10-09 11:00:42 -07:00
Jeff Sharkey
69bfc60ae0 am cb8c4501: am d92dd8ff: am fcd8a39e: Merge "Install providers enabled after app started." into klp-dev
* commit 'cb8c4501d47ac492d48fbdd3b8e599fe620f2949':
  Install providers enabled after app started.
2013-10-09 10:57:15 -07:00
Svetoslav
53f16ba2b2 am 0cc8276d: Merge "Add missing locking when updating the accessibility node info cache." into klp-dev
* commit '0cc8276d3a277ab527c0ae9efd3528efc124f380':
  Add missing locking when updating the accessibility node info cache.
2013-10-09 10:57:14 -07:00
Svetoslav
0cc8276d3a Merge "Add missing locking when updating the accessibility node info cache." into klp-dev 2013-10-09 17:55:16 +00:00
Jeff Sharkey
cb8c4501d4 am d92dd8ff: am fcd8a39e: Merge "Install providers enabled after app started." into klp-dev
* commit 'd92dd8ffcf3e7bce7d331e7ae9101ccba02baa67':
  Install providers enabled after app started.
2013-10-09 10:53:35 -07:00
Adam Lesinski
51860d2832 am 3a18a92e: am 92fba41f: am 9d958f69: Merge "Allow killed task to remove itself" into klp-dev
* commit '3a18a92ee513881e232bd899b45cdf7132bb199e':
  Allow killed task to remove itself
2013-10-09 10:52:25 -07:00
Jeff Sharkey
d92dd8ffcf am fcd8a39e: Merge "Install providers enabled after app started." into klp-dev
* commit 'fcd8a39edbac3ab77894e8a4b05d2b0ff4841315':
  Install providers enabled after app started.
2013-10-09 10:50:10 -07:00
Adam Lesinski
3a18a92ee5 am 92fba41f: am 9d958f69: Merge "Allow killed task to remove itself" into klp-dev
* commit '92fba41f3c64407f6827399bfa40bbcf6eac9212':
  Allow killed task to remove itself
2013-10-09 10:48:47 -07:00
Jeff Sharkey
fcd8a39edb Merge "Install providers enabled after app started." into klp-dev 2013-10-09 17:45:11 +00:00
Adam Lesinski
92fba41f3c am 9d958f69: Merge "Allow killed task to remove itself" into klp-dev
* commit '9d958f69939e884450e5bd6588dedb16aefed6e4':
  Allow killed task to remove itself
2013-10-09 10:41:39 -07:00
Adam Lesinski
9d958f6993 Merge "Allow killed task to remove itself" into klp-dev 2013-10-09 17:36:57 +00:00
Joe Malin
2e1c7b7495 DOC CHANGE: Android Beam training class
Change-Id: I4960d2b0ef8fdd32cf985f2104b0819e1311337b
2013-10-09 09:39:30 -07:00
John Spurlock
a12dccc098 Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY.
The existing View.SYSTEM_UI_FLAG_IMMERSIVE flag will be somewhat
redefined.  Swiping will clear the flags, revealing the normal bars.

The new View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY flag will enable
hideybars - the auto-hiding, semi-transparent bar mode.

Bug:11062108
Change-Id: Ibf8be9072f0075953baa4580cd976e7562d44455
2013-10-09 12:35:52 -04:00
Jeff Sharkey
f25427d21b am e6ea79b4: am 63595859: am e6d419de: Merge "Grab Activity reference before leaving fragment." into klp-dev
* commit 'e6ea79b4b15deb338676e7b4a20132fb0bda299e':
  Grab Activity reference before leaving fragment.
2013-10-09 09:14:39 -07:00
Lorenzo Colitti
9ad1199f61 am f62c9ab2: am 18225508: am 2845e519: Merge "Fix captive portal detection on IPv6 networks." into klp-dev
* commit 'f62c9ab2ec9d5610a284ddd550a140da9478a03e':
  Fix captive portal detection on IPv6 networks.
2013-10-09 09:14:17 -07:00