summaryrefslogtreecommitdiffstats
path: root/core/java/android/print
Commit message (Expand)AuthorAgeFilesLines
* am e4bdf3c1: am be549f9b: Merge "Frameworks/base: Fix precedence bug"Andreas Gampe2015-03-171-1/+1
|\
| * Frameworks/base: Fix precedence bugAndreas Gampe2015-03-171-1/+1
* | Add duplex mode support.Svetoslav2015-02-042-15/+185
|/
* Crash apps that print malformed or password protected PDFs.Svet Ganov2014-11-012-0/+22
* Print spooler UI polish and bug fixes.Svetoslav2014-09-051-1/+1
* Addressing comments for the print preview feature.Svetoslav2014-07-112-2/+2
* Fix print document with zero pages backwards compatibility.Svetoslav2014-07-111-1/+7
* Adding print preview.Svet Ganov2014-07-093-17/+43
* Refactor printingSvetoslav2014-06-066-309/+369
* PrintManager should not crash if print fueature is not available.Svetoslav2014-05-081-9/+53
* Merge "Update print docs"Svetoslav2014-03-181-5/+7
|\
| * Update print docsSvetoslav2014-03-181-5/+7
* | Merge "Updated print docs."Svetoslav2014-03-181-0/+9
|\ \ | |/
| * Updated print docs.Svetoslav2014-03-181-0/+9
* | PrintSpooler crash if printer is reported to have only one color mode.Svetoslav2014-03-121-0/+6
|/
* Avoid NPE and add a warning log if a printing app misbehaves.Svetoslav2013-11-131-0/+30
* Update the PrintDocumentAdapter docs.Svetoslav2013-11-121-6/+49
* Cancel current work in PrintDocumentAdatper if printing is cancelled.Svetoslav2013-10-312-0/+13
* Complete implementation of the advanced print options.Svetoslav2013-10-281-28/+88
* Update the documentaton of the android.print package.Svetoslav Ganov2013-10-2510-90/+362
* Hide the print dialog if the printing activity is destroyed.Svetoslav Ganov2013-10-183-71/+226
* Add APIs for an advanced print options activity.Svetoslav2013-10-161-1/+76
* The list of active print jobs in print service retunring wrong result.Svetoslav Ganov2013-10-122-8/+22
* Printed document size not persisted.Svetoslav Ganov2013-10-121-1/+1
* Fail only scheduled print jobs, i.e. handed to a service, if the service is d...Svetoslav Ganov2013-10-121-0/+8
* Print spooler not starting.Svetoslav2013-10-111-28/+0
* Refactor how the print dialog activity is started.Svetoslav2013-10-113-53/+60
* Coalescing multiple print job notifications.Svetoslav Ganov2013-10-093-42/+98
* Merge "Do not do a layout and write while a cancellation is in progress." int...Svetoslav Ganov2013-10-081-43/+165
|\
| * Do not do a layout and write while a cancellation is in progress.Svetoslav Ganov2013-10-071-43/+165
* | The undefined media sizes for both orientations not properly constructed.Svetoslav Ganov2013-10-061-2/+2
|/
* Merge "Small print API tweaks" into klp-devSvetoslav2013-10-042-3/+4
|\
| * Small print API tweaksSvetoslav2013-10-042-3/+4
* | Print attributes hint not honored.Svetoslav Ganov2013-10-041-2/+23
|/
* Printers in the list of printers change position.Svetoslav Ganov2013-09-281-5/+4
* Ignore historical printer records for installed servicesSvetoslav2013-09-272-1/+21
* Merge "Print job files and print job records not always cleaned up." into klp...Svetoslav Ganov2013-09-282-2/+1
|\
| * Print job files and print job records not always cleaned up.Svetoslav Ganov2013-09-272-2/+1
* | Printers in the list of printers change position.Svetoslav2013-09-261-10/+34
|/
* Adding hidden APIs for observing the print jobs state.Svetoslav Ganov2013-09-257-15/+282
* Merge "Update android.print.PrintAttributes documentation" into klp-devSvetoslav Ganov2013-09-211-14/+34
|\
| * Update android.print.PrintAttributes documentationSvetoslav Ganov2013-09-191-14/+34
* | Offer to enable a print service after it is installed.Svetoslav2013-09-201-82/+102
* | Merge "Move PdfDocument to android.graphics.pdf" into klp-devSvetoslav2013-09-203-495/+78
|\ \ | |/ |/|
| * Move PdfDocument to android.graphics.pdfSvetoslav2013-09-193-495/+78
* | Hiding a method that was never meant to be public.Svetoslav2013-09-191-1/+1
|/
* Update the print dialog.Svetoslav2013-09-181-1/+1
* Merge "Adding more standard media sizes." into klp-devSvetoslav Ganov2013-09-171-6/+187
|\
| * Adding more standard media sizes.Svetoslav Ganov2013-09-171-6/+187
* | App UI freezes when printing. API clean up.Svetoslav2013-09-1610-54/+178