summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/src/com/android/printspooler/PrintSpoolerService.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing null pointer check in PrintSpoolerService.Svetoslav2013-11-041-1/+1
* Complete implementation of the advanced print options.Svetoslav2013-10-281-2/+72
* Printed document size not persisted.Svetoslav Ganov2013-10-121-0/+6
* Fail only scheduled print jobs, i.e. handed to a service, if the service is d...Svetoslav Ganov2013-10-121-1/+9
* Print spooler not starting.Svetoslav2013-10-111-4/+0
* Refactor how the print dialog activity is started.Svetoslav2013-10-111-127/+96
* Coalescing multiple print job notifications.Svetoslav Ganov2013-10-091-3/+37
* Deleting print job files when we do not have to.Svetoslav Ganov2013-10-041-2/+3
* IndexOutOfBoundsException in the PrintSpoolerService dump.Svetoslav2013-10-021-1/+1
* Print job files and print job records not always cleaned up.Svetoslav Ganov2013-09-271-44/+83
* Adding hidden APIs for observing the print jobs state.Svetoslav Ganov2013-09-251-24/+76
* Multiple printer discovery session instances and other bugs.Svetoslav2013-09-231-1/+1
* Null not handled when parsing media size resource id attribute.Svetoslav2013-09-201-2/+3
* App UI freezes when printing. API clean up.Svetoslav2013-09-161-100/+119
* Remove unneeded print APIs and update the min margins APIs.Svetoslav2013-09-121-5/+5
* Handle print serivce crashes.Svetoslav2013-09-121-19/+5
* Hiding some unneeded APIs,Svetoslav2013-09-051-8/+7
* Print API updated.Svetoslav2013-09-041-77/+41
* Print spooler security and some new print service facing APIs.Svetoslav Ganov2013-08-291-11/+17
* Print UI bug fixing and printer discovery refactoring.Svetoslav Ganov2013-08-231-218/+0
* Implemented advanced printer selection and API refactoring.Svetoslav2013-08-191-69/+1189
* Refinement of the print service APIs.Svetoslav Ganov2013-08-111-42/+9
* Polish the print spooler loading of stored print jobs.Svetoslav Ganov2013-08-041-36/+161
* First cut of the print notifications.Svetoslav Ganov2013-08-021-17/+3
* Iteration on the print sub-system.Svetoslav Ganov2013-07-301-3/+2
* Implement persistence/restoring of print spooler state.Svetoslav Ganov2013-07-221-0/+2
* First pass of the print dialog UXSvetoslav2013-07-191-2/+2
* Refactoring of the print sub-system and API clean up.Svetoslav Ganov2013-07-161-12/+23
* Print - platform APIsSvetoslav Ganov2013-06-211-0/+187