236178 Commits

Author SHA1 Message Date
Diego Perez
5ceb30f216 Add fill type support to vector drawable
The platform has added fill type to vector drawables. This CL implements
the native replacement.
Also remove a couple of delegates for classes that have been removed
from the platform.

Change-Id: Ie6ba344db9c9c2c45cd0ef4b99f11f9d8bcfd7de
2016-03-23 09:40:23 +00:00
Tomasz Mikolajewski
ace5a78194 Merge "Notify via TalkBack about selected items." into nyc-dev 2016-03-22 09:40:51 +00:00
Daichi Hirono
f416030277 Merge "Fix null pointer exception when MTP/PTP device is detached." into nyc-dev 2016-03-22 08:56:00 +00:00
Tomasz Mikolajewski
52137acd0c Notify via TalkBack about selected items.
Bug: 27723098
Change-Id: I6927b004b3e5a592325646ae3a4663bb298a65c8
2016-03-22 16:43:59 +09:00
Erik Kline
d36ba73ffc Merge "Support registering a request for the default network" into nyc-dev 2016-03-22 07:28:08 +00:00
Jaewan Kim
c2d93dd321 Merge "PIP: Increase the PIP menu's char limits for translation" into nyc-dev 2016-03-22 07:19:36 +00:00
Erik Kline
a2d29407d0 Support registering a request for the default network
Change-Id: I079f5be97b585cf5692dd4c7a144b993d168a9a5
2016-03-22 15:44:16 +09:00
Jaesung Chung
285bbbbda4 Merge "ExifInterface: fix logs" into nyc-dev 2016-03-22 05:39:27 +00:00
Jaesung Chung
f2a1076cd3 Merge "ExifInterface: fix writing STRING and SRATIONAL formats" into nyc-dev 2016-03-22 05:38:27 +00:00
Lorenzo Colitti
e6109ddd3e Merge "Remove framework code that calls SIOCKILLADDR" into nyc-dev 2016-03-22 05:37:09 +00:00
Jaesung Chung
c2916968aa ExifInterface: fix logs
- Give more explanations on dealing with files failed to process.
- Log and return immediately when handling lost JPEG files.
- Minor fixes in logging.

Bug: 27583378, Bug: 27587980
Change-Id: Id9a3d137e5f173fa0e6313402e5dc482a5efd57c
2016-03-21 22:13:46 -07:00
Daichi Hirono
e9373290dd Merge "Don't map root documents in DocumentLoader." into nyc-dev 2016-03-22 04:47:56 +00:00
Daichi Hirono
071313e8b5 Don't map root documents in DocumentLoader.
Root documents must be added by RootScanner.
Previously DocumentLoader unintentionally tries to load unmapped root
documents, which causes crash.

BUG=27731902

Change-Id: I8674473d80d6e7f758f6636d30148f5d2118bc25
2016-03-22 13:46:52 +09:00
Daichi Hirono
75bb7a6ef6 Merge "Add root flag correctly." into nyc-dev 2016-03-22 04:43:11 +00:00
Daichi Hirono
b3383fdac0 Add root flag correctly.
BUG=27369570

Change-Id: I93b9b662667009a374d879c7ab667b10fb7cbf7c
2016-03-22 13:42:21 +09:00
Daichi Hirono
127549b5f5 Merge "Count error document to complete adding documents to the database." into nyc-dev 2016-03-22 04:42:04 +00:00
Daichi Hirono
678ed36beb Count error document to complete adding documents to the database.
Previously DocumentLoader#LoaderTask had a counter to count loaded
documents and completes adding documents to the database.  However it
does not count documents where a MTP device returns an error for
getObjectInfo. The CL fixes the problem to ensure we complete documents
loading.

BUG=27729653

Change-Id: I696eac790a6535f1bd7a1855dc2d6f932e32eae5
2016-03-22 13:41:05 +09:00
Jaewan Kim
5d79eaeac9 PIP: Increase the PIP menu's char limits for translation
Bug: 27699763
Change-Id: I2ae0d44ecb30bf63c2229a9531d226fc5ddcd40d
2016-03-22 13:11:24 +09:00
Lorenzo Colitti
ed7bf2e04e Remove framework code that calls SIOCKILLADDR
Bug: 26976388
Change-Id: I652361d9e650a77085070d6c26b28b7638ba2dfe
2016-03-22 12:54:32 +09:00
Jaewan Kim
25fb0a5959 Merge "PIP: Fix NPE when an activity is PIPed again immediately" into nyc-dev 2016-03-22 03:42:12 +00:00
Jakub Pawlowski
390dced18a Update api/test-current.txt
Change-Id: I1fa444fbe874862e6296ee6a9751c39a0cbc4b7a
2016-03-21 20:34:05 -07:00
Jakub Pawlowski
c9d13c3e3e Use handles to identify GATT attributes (4/4)
Bug: 27778668
Change-Id: I01e095939df2f8dc433f14b473957c815ecade74
2016-03-21 20:10:54 -07:00
Jaewan Kim
82ac50d607 PIP: Fix NPE when an activity is PIPed again immediately
More proper fix would be not showing Recents after an activity is PIPed,
but NPE shouldn't be happen so let me propose the CL as the first step.

Bug: 27634771
Change-Id: Ie98293b7dd2d206567ded08d54134164aa78ca9c
2016-03-22 12:01:53 +09:00
Jakub Pawlowski
bf0faed359 Change how services are passed up to the stack
Right now we pass all services, characteristics and descriptors one by one.
This patch changes that - now we pass whole GATT database at once.

Bug: 27455533
Change-Id: Ie42cd80072538e411904b9c9b011a978f26158b9
2016-03-21 19:58:27 -07:00
Daichi Hirono
e80b147cf7 Fix null pointer exception when MTP/PTP device is detached.
FIXED=27743872

Change-Id: I9b754ba7efbc4958a47aafe332f1909bc0d50457
2016-03-22 11:05:22 +09:00
Daichi Hirono
07db6f3969 Merge "Fix the logic to add suffix when copying." into nyc-dev 2016-03-22 01:35:00 +00:00
Sergei Vasilinetc
ef8ee4c7bb Merge "Clean up and rename TypefaceImpl" into nyc-dev 2016-03-22 01:33:49 +00:00
Daichi Hirono
4f04fd358d Fix the logic to add suffix when copying.
Previously the logic add '.' even if the extension is empty.

BUG=27729309

Change-Id: I3fa4b09fea977b5c716ec5cbbbc7d9f4ab96db08
2016-03-22 10:30:47 +09:00
Daichi Hirono
fe39386a96 Merge "Add USB_HOST_CONNECTED extra to ACTION_USB_STATE sticky intent." into nyc-dev 2016-03-22 01:21:13 +00:00
Daichi Hirono
c469585cf7 Merge "Change the title of DocumentsUI from "Files" to "Downloads"." into nyc-dev 2016-03-22 01:20:26 +00:00
Jaewan Kim
742983e711 Merge "PIP: Prevent PipOverlayActivity from restarting" into nyc-dev 2016-03-22 01:11:09 +00:00
Jaewan Kim
61ad7ad7fd Merge "Hide system UI activity with FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS in Recents" into nyc-dev 2016-03-22 00:34:19 +00:00
Sergei Vasilinetc
d8e91f65ae Merge "Reland: Move text logic from jni to hwui level" into nyc-dev 2016-03-22 00:12:31 +00:00
Makoto Onuki
da70ee48e6 Merge "ShortcutManager: Clean up for uninstalled packages." into nyc-dev 2016-03-22 00:12:06 +00:00
Chris Tate
c823df1435 Merge "Add API to read the current wallpaper's ID" into nyc-dev 2016-03-22 00:03:14 +00:00
sergeyv
bad9918391 Clean up and rename TypefaceImpl
bug:25865834
Change-Id: I77e8a627163e040a5c25865054a8a936052af367
2016-03-21 16:33:14 -07:00
sergeyv
dccca44ffd Reland: Move text logic from jni to hwui level
Initial CL: https://googleplex-android-review.git.corp.google.com/#/c/886854/

Change-Id: I9dfd85fe1d2a2c44f4360c8a29fd58d80e6f31c8
2016-03-21 15:55:46 -07:00
Makoto Onuki
cdc78f7137 ShortcutManager: Clean up for uninstalled packages.
Bug 27548047

Change-Id: I95ca832af496fbf71023eb27a7e2647c124ffb86
2016-03-21 15:54:27 -07:00
Wale Ogunwale
b2303ddd05 Merge "Don't finish resolver activity onStop if it is for home intent" into nyc-dev 2016-03-21 22:53:10 +00:00
Yohei Yukawa
b8a95d2c9a Merge "Add a comment about ResultReceiver lifetime." into nyc-dev 2016-03-21 22:45:21 +00:00
Deepanshu Gupta
a96d258fdf Merge "Add guard around getXmlFileParser() call" into nyc-dev 2016-03-21 22:45:14 +00:00
Christopher Tate
e409f0e462 Add API to read the current wallpaper's ID
Also regularize cross-user call handling throughout.

Bug 27743435

Change-Id: Ibc530d0576d657723a613888357a6ea71b482763
2016-03-21 15:32:57 -07:00
Philip P. Moltmann
b9893ec603 Merge "Don't mix UI and print job state" into nyc-dev 2016-03-21 22:28:48 +00:00
Paul Stewart
0c66db8487 Merge "Fix string equality comparison" into nyc-dev 2016-03-21 21:50:37 +00:00
Jeff Sharkey
c57fc4787f Merge "Ignore wildcard network policies." into nyc-dev 2016-03-21 21:11:57 +00:00
Jeff Sharkey
5c2183a8cf Merge "Skip app widget config changes when user locked." into nyc-dev 2016-03-21 21:10:56 +00:00
Jeff Sharkey
3dc7c04d80 Merge "Check "Secure start-up" before toggling emulation." into nyc-dev 2016-03-21 21:10:35 +00:00
Jeff Sharkey
8953147400 Merge "Mark even more Bundles as defusable." into nyc-dev 2016-03-21 21:10:14 +00:00
Deepanshu Gupta
cd6e47e445 Add guard around getXmlFileParser() call
Prevents the need to update the LayoutLib API level.

Bug: http://b.android.com/202942
Change-Id: I507239148ab8d6d45406624dba569c8b7197f979
2016-03-21 14:07:20 -07:00
Sergei Vasilinetc
6847953955 Merge "Revert "Move text logic from jni to hwui level"" into nyc-dev 2016-03-21 21:06:47 +00:00