summaryrefslogtreecommitdiff
path: root/core/java/android/print/PrintManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add method PrintManager#isPrintServiceEnabled(ComponentName)Erik Wolsheimer2022-03-291-0/+19
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-311-0/+2
* Add RequiresFeature annotation.Jeff Sharkey2018-02-161-0/+3
* Enforce permission for print system APIsPhilip P. Moltmann2017-07-141-3/+7
* Ensure only test print services enabled - frameworkSvetoslav Ganov2017-06-071-0/+3
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-8/+2
* Return inet addr for discoverable printersPhilip P. Moltmann2017-04-061-44/+54
* Prevent printing from finishing activity.Philip P. Moltmann2016-04-201-0/+6
* Add the print service recommendation servicePhilip P. Moltmann2016-03-301-5/+151
* Add "app printer activity" and always keep the print service statePhilip P. Moltmann2016-03-071-19/+165
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-14/+11
* Check parameters for callers of IPrintManagerPhilip P. Moltmann2016-01-211-2/+8
* Clean up print subsystemPhilip P. Moltmann2015-12-221-3/+9
* Allow a print service to specify per printer icons, description andPhilip P. Moltmann2015-12-211-0/+24
* Crash apps that print malformed or password protected PDFs.Svet Ganov2014-11-011-0/+21
* Print spooler UI polish and bug fixes.Svetoslav2014-09-051-1/+1
* Addressing comments for the print preview feature.Svetoslav2014-07-111-1/+1
* Adding print preview.Svet Ganov2014-07-091-1/+1
* Refactor printingSvetoslav2014-06-061-305/+261
* PrintManager should not crash if print fueature is not available.Svetoslav2014-05-081-9/+53
* Update print docsSvetoslav2014-03-181-5/+7
* Updated print docs.Svetoslav2014-03-181-0/+9
* Avoid NPE and add a warning log if a printing app misbehaves.Svetoslav2013-11-131-0/+30
* Cancel current work in PrintDocumentAdatper if printing is cancelled.Svetoslav2013-10-311-0/+12
* Update the documentaton of the android.print package.Svetoslav Ganov2013-10-251-10/+84
* Hide the print dialog if the printing activity is destroyed.Svetoslav Ganov2013-10-181-71/+198
* The list of active print jobs in print service retunring wrong result.Svetoslav Ganov2013-10-121-6/+17
* Refactor how the print dialog activity is started.Svetoslav2013-10-111-45/+56
* Coalescing multiple print job notifications.Svetoslav Ganov2013-10-091-42/+68
* Do not do a layout and write while a cancellation is in progress.Svetoslav Ganov2013-10-071-43/+165
* Ignore historical printer records for installed servicesSvetoslav2013-09-271-1/+20
* Adding hidden APIs for observing the print jobs state.Svetoslav Ganov2013-09-251-5/+112
* App UI freezes when printing. API clean up.Svetoslav2013-09-161-21/+2
* Spooler should not crash if print service config activities are not exported.Svetoslav Ganov2013-09-141-0/+20
* Print spooler security and some new print service facing APIs.Svetoslav Ganov2013-08-291-7/+6
* Print UI bug fixing and printer discovery refactoring.Svetoslav Ganov2013-08-231-0/+7
* Implemented advanced printer selection and API refactoring.Svetoslav2013-08-191-3/+3
* Refinement of the print service APIs.Svetoslav Ganov2013-08-111-2/+5
* Print UI polish (a.k.a. just the next iteration))Svetoslav Ganov2013-08-061-89/+134
* Iteration on the print sub-system.Svetoslav Ganov2013-07-301-94/+122
* Implement persistence/restoring of print spooler state.Svetoslav Ganov2013-07-221-0/+4
* Tweak the print APIs.Svetoslav2013-07-171-3/+6
* Clean up of the print APIs.Svetoslav2013-07-161-1/+1
* Refactoring of the print sub-system and API clean up.Svetoslav Ganov2013-07-161-115/+124
* Print APIs documentation updateSvetoslav2013-06-241-14/+18
* Print API tweaks.Svetoslav2013-06-221-7/+0
* Print - platform APIsSvetoslav Ganov2013-06-211-0/+399