236217 Commits

Author SHA1 Message Date
Diego Perez
21412f09b9 Merge "Remove BufferedImage allocation from PorterDuff filter" into mnc-ub-dev
am: ebf3261

* commit 'ebf3261aa6d80ad4ca1df0fd0509961ff7a1914e':
  Remove BufferedImage allocation from PorterDuff filter
2016-03-22 17:40:20 +00:00
Paul Jensen
5ec323aea2 Merge "Also dump the last APF program to be installed." into nyc-dev 2016-03-22 17:36:17 +00:00
Lorenzo Colitti
39c0d42f81 Also dump the last APF program to be installed.
Bug: 26238573
Bug: 27768019
Change-Id: I8b036258aca5ac32ef4bba0f0de7d0b9e7d40886
2016-03-22 13:34:01 -04:00
Diego Perez
ebf3261aa6 Merge "Remove BufferedImage allocation from PorterDuff filter" into mnc-ub-dev 2016-03-22 17:33:05 +00:00
Ben Kwa
71432a08c6 Merge "DocsUI: Switch the launcher icon to Downloads." into nyc-dev 2016-03-22 17:30:52 +00:00
Ben Kwa
e912e8af99 DocsUI: Switch the launcher icon to Downloads.
Switch to using the "Downloads" icon for this app in the launcher.

BUG=25954736

Change-Id: I44092505b02bccdbe8d49463dbb327f836dd6155
2016-03-22 10:24:57 -07:00
Felipe Leme
9545d8e337 Merge "Changed logic when dumpstate's max progress increases." into nyc-dev 2016-03-22 17:21:20 +00:00
Janis Danisevskis
c875a420a4 Merge "Document restricted app private file permissions" into nyc-dev 2016-03-22 17:17:05 +00:00
Felipe Leme
3fc44b9a62 Changed logic when dumpstate's max progress increases.
When dumpstate starts, it estimates its maximum duration and sends it
through an extra on BUGREPORT_STARTED; as it progress, it sets a system
property with its current progress and if the progress value overflows
the estimated max, it increases the max as well.

Shell uses the max/progress to display the progress % in the
system notification, and need to handle the scenario where the max
changes. The initial implementation would recalculate the progress, with
makes it swing back and forth as dumpstate increases the max.

This CL changes the Shell logic so the progress never go back, just
forward. The drawback of this approach is that if dumpstate
underestimate the maximum, the progress might get stuck in a high
value (99%) early on, but such issue will be addressed in the long
term by tuning the estimated max value.

BUG: 26354314
Change-Id: I3a5416acaffaaa43fd28d2f1f8ec8ea12aa0d91e
2016-03-22 10:05:30 -07:00
Aga Wronska
5f7d673f3b Merge "Add config flag to show/hide internal storage. Hide internal storage by default." into nyc-dev 2016-03-22 17:04:28 +00:00
Janis Danisevskis
c83343f7ee Document restricted app private file permissions
Make the docs reflect changes in private file access permissions.

Starting with API level 24 app private files are exclusively accessible
to the owning app. Files can no longer be shared by name because apps
cannot relax the files system permissions.

Bug: 27636012
Change-Id: Ibcb5032986c819829fa13ba07a74f20f2997e995
2016-03-22 16:53:21 +00:00
Joachim Sauer
3c3a59e949 Merge "Hide general utility methods in ICU4J." into nyc-dev 2016-03-22 16:35:00 +00:00
Aga Wronska
1363b677b3 Merge "Make status bar translucent. Make drawer appera below status bar." into nyc-dev 2016-03-22 16:27:49 +00:00
Tony Mantler
77ab9bb71a Merge "Move hint strings to SettingsLib" into nyc-dev 2016-03-22 16:16:16 +00:00
Ian Pedowitz
ef43188489 Merge "Revert "Sanitize app op service inputs"" into nyc-dev 2016-03-22 16:14:54 +00:00
Ian Pedowitz
9888e00b7a Revert "Sanitize app op service inputs"
This reverts commit fcf01503c5f04841bc0b2c51a2f30cffaf60a2f6.

Bug: 26587386
Bug: 27759382
Change-Id: Iedfe3657b51c3965bcbddb6b2dc6dfbc1d7b9c37
2016-03-22 16:13:48 +00:00
Joachim Sauer
d76fe896d4 Hide general utility methods in ICU4J.
Bug: 22023363
Change-Id: I1d1624b4846fba7855fa7273fa34646c85369b56
2016-03-22 16:07:26 +00:00
Paul Duffin
83ad1c16f9 Merge "ICU4J: Removed a couple of useless or internal methods from API" into nyc-dev 2016-03-22 15:58:21 +00:00
Yang Ni
2cd81f8b2c Merge "Correctly init code cache path for RS" into nyc-dev 2016-03-22 15:57:14 +00:00
Paul Duffin
c108dea0bb ICU4J: Removed a couple of useless or internal methods from API
Bug: 22023363
Change-Id: Iaa0b4335ad50bbad2ad87ab5b70834a602f50422
2016-03-22 15:55:01 +00:00
Paul Duffin
d7ec6e5a8e Merge "ICU4J: Update API for using civil version of IslamicCalendar" into nyc-dev 2016-03-22 15:53:50 +00:00
Tony Mak
8673b2899e Revert getUserInfo change and add isManagedPorfile(int userId)
Bug: 26469166
Change-Id: I60b70170ddc80432fc8f638b1f63c4e9f5212785
2016-03-22 15:26:05 +00:00
Jeff Sharkey
030247d41b Merge "Make DISK_SCANNED a protected broadcast." into nyc-dev 2016-03-22 15:13:27 +00:00
Jeff Sharkey
9d9a55be9d Merge "Only enable asserts on userdebug/eng builds." into nyc-dev 2016-03-22 15:13:13 +00:00
Jeff Sharkey
a17b7d0163 Merge "Store trace files in app-specific dirs." into nyc-dev 2016-03-22 15:12:44 +00:00
Paul Duffin
74a8e08d59 ICU4J: Update API for using civil version of IslamicCalendar
Bug: 22023363
Change-Id: I1a3d25be65f9f69767cc32df1b768700e30463cf
2016-03-22 13:46:38 +00:00
Lorenzo Colitti
3527a2f1a2 Merge "Delete dead code." into nyc-dev 2016-03-22 11:40:29 +00:00
Benjamin Franz
517a9583a8 Merge "Clean up some javadoc issues" into nyc-dev 2016-03-22 11:30:47 +00:00
Benjamin Franz
ea95624290 Clean up some javadoc issues
Bug: 27672974
Bug: 25881314
Change-Id: Ida53e3bf23b2492c26f4a82878fa192110a8794f
2016-03-22 11:26:48 +00:00
Daichi Hirono
5c3a1525b3 Merge "Revert "Open drawer when showing copy/move destination screen"" into nyc-dev 2016-03-22 10:46:45 +00:00
Daichi Hirono
82ae18c877 Revert "Open drawer when showing copy/move destination screen"
This reverts commit 4d5f9f6a7f3b9aa8f7fd1a733ba739e5bfe3ed66.
The CL breaks android.appsecurity.cts.DocumentsTest.

BUG: 27746116, 27479369
Change-Id: Ib9426c54e8c9841f3def55a88e07bf4a2cd7dcac
2016-03-22 19:43:41 +09: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
Lorenzo Colitti
bf4a6574b1 Delete dead code.
Change-Id: If8052efaa00f15e5c7eb038435be33206d54276a
2016-03-22 16:27:41 +09: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