1. c0a128d Dump print manager as proto by Philip P. Moltmann · 7 years ago
  2. 6870033 Enforce permission for print system APIs by Philip P. Moltmann · 7 years ago
  3. 26b21c4 Document what ALL_PAGES returning from onWrite means by Philip P. Moltmann · 7 years ago
  4. 2dcedc12 Ensure only test print services enabled - framework by Svetoslav Ganov · 7 years ago
  5. d86b8fe Annotate @SystemApi with required permissions. by Jeff Sharkey · 7 years ago
  6. 7e01895 Return inet addr for discoverable printers by Philip P. Moltmann · 7 years ago
  7. 8f6feec Allow print services to read advanced options. by Philip P. Moltmann · 8 years ago
  8. c49bf6a Fix doc for default print document content type by Philip P. Moltmann · 8 years ago
  9. 127c971 Merge \"Merge \\"Do not remove handlers for loaders.\\" into nyc-mr1-dev am: b6ee468b3e\" into nyc-mr1-dev-plus-aosp by Philip P. Moltmann · 8 years ago
  10. 00c3659e Do not remove handlers for loaders. by Philip P. Moltmann · 8 years ago
  11. 2e30126 Add event tracking to print UI. by Philip P. Moltmann · 8 years ago
  12. 823715d Rename 'thousands of an inch' to 'thousandths of an inch'in the docs. by Philip P. Moltmann · 8 years ago
  13. c863489 Prevent printing from finishing activity. by Philip P. Moltmann · 8 years ago
  14. 0d1407e Fix Print CTS tests. by Philip P. Moltmann · 8 years ago
  15. e680a8d Make sure PrinterCapabilitiesInfo always have sane values. by Philip P. Moltmann · 8 years ago
  16. 4723f36 Make sure PrintDocumentInfo is always sane. by Philip P. Moltmann · 8 years ago
  17. aa8a4fe Make sure PrintAttributes have sane values. by Philip P. Moltmann · 8 years ago
  18. 9dcb86a Add the print service recommendation service by Philip P. Moltmann · 8 years ago
  19. 456f1e3 Merge "Update print preview when option is changed and clear ranges when they layout changes" into nyc-dev by Philip P. Moltmann · 8 years ago
  20. d74d1e5 Change hasCustomPrintIcon and setStatus as requested by API council. by Philip P. Moltmann · 8 years ago
  21. 4ef83c46 Update print preview when option is changed and clear ranges when they by Philip P. Moltmann · 8 years ago
  22. 66c9659 Add "app printer activity" and always keep the print service state by Philip P. Moltmann · 8 years ago
  23. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  24. e93cf15 Merge "Allow the PDF Printer to "print" non-locale-default paper sizes." by Philip P. Moltmann · 9 years ago
  25. e33b954 Merge "Check parameters for callers of IPrintManager" by Philip P. Moltmann · 9 years ago
  26. 5ddbc2a Merge "Correctly deal with non-null ness of PrintJobId." by Philip P. Moltmann · 9 years ago
  27. 4959caf Allow the PDF Printer to "print" non-locale-default paper sizes. by Philip P. Moltmann · 9 years ago
  28. 22f86b4 Correct nullability in PrintJob. by Philip P. Moltmann · 9 years ago
  29. 76d7e3e Check parameters for callers of IPrintManager by Philip P. Moltmann · 9 years ago
  30. 1c8f1e0 Shorten LOG_TAGs to fit in 23 characters as commented on by lint. by Philip P. Moltmann · 9 years ago
  31. cdf2b40 Enforce non-nullness in PrinterId and exploit it. by Philip P. Moltmann · 9 years ago
  32. fdb2b76 Correctly deal with non-null ness of PrintJobId. by Philip P. Moltmann · 9 years ago
  33. c2ad226 Clean up API for PrinterInfo. by Philip P. Moltmann · 9 years ago
  34. 8141bdf Store which print services are disabled instead of which are enabled by Philip P. Moltmann · 9 years ago
  35. b8c1a02ad Fix wrong annotation for PrintInfo.Builder.setStatus by Philip P. Moltmann · 9 years ago
  36. bb36206 Rename variable that hides the contatining classes name. by Philip P. Moltmann · 9 years ago
  37. c43639c Clean up print subsystem by Philip P. Moltmann · 9 years ago
  38. bb9f686 Allow a print service to specify per printer icons, description and by Philip P. Moltmann · 9 years ago
  39. b3078c2 Allow print service to specify progress of print and status by Philip P. Moltmann · 9 years ago
  40. b4efdb4 Deal correctly with suggested print attributes by Philip P. Moltmann · 9 years ago
  41. 853a6f5 Add a alert that allows the user to approve a print service when by Philip P. Moltmann · 9 years ago
  42. b95d079 am e4bdf3c1: am be549f9b: Merge "Frameworks/base: Fix precedence bug" by Andreas Gampe · 9 years ago
  43. 869d26f Frameworks/base: Fix precedence bug by Andreas Gampe · 9 years ago
  44. 948c9a6 Add duplex mode support. by Svetoslav · 10 years ago
  45. fce84f0 Crash apps that print malformed or password protected PDFs. by Svet Ganov · 10 years ago
  46. 6552bf3 Print spooler UI polish and bug fixes. by Svetoslav · 10 years ago
  47. 15cbc8a Addressing comments for the print preview feature. by Svetoslav · 10 years ago
  48. 0c126a4 Fix print document with zero pages backwards compatibility. by Svetoslav · 10 years ago
  49. 525a66b Adding print preview. by Svet Ganov · 10 years ago
  50. a798c0a Refactor printing by Svetoslav · 10 years ago
  51. 2235a17 PrintManager should not crash if print fueature is not available. by Svetoslav · 10 years ago
  52. fcf3b10 Merge "Update print docs" by Svetoslav · 10 years ago
  53. 85a85a0 Update print docs by Svetoslav · 10 years ago
  54. 7383259 Merge "Updated print docs." by Svetoslav · 10 years ago
  55. 81f14b9 Updated print docs. by Svetoslav · 10 years ago
  56. b628dd8 PrintSpooler crash if printer is reported to have only one color mode. by Svetoslav · 11 years ago
  57. afd1967 Avoid NPE and add a warning log if a printing app misbehaves. by Svetoslav · 11 years ago
  58. 57b296f Update the PrintDocumentAdapter docs. by Svetoslav · 11 years ago
  59. d270cb9 Cancel current work in PrintDocumentAdatper if printing is cancelled. by Svetoslav · 11 years ago
  60. b4fda13 Complete implementation of the advanced print options. by Svetoslav · 11 years ago
  61. 4d4c66d Update the documentaton of the android.print package. by Svetoslav Ganov · 11 years ago
  62. 858a185 Hide the print dialog if the printing activity is destroyed. by Svetoslav Ganov · 11 years ago
  63. 1c43fce Add APIs for an advanced print options activity. by Svetoslav · 11 years ago
  64. d91cb3e The list of active print jobs in print service retunring wrong result. by Svetoslav Ganov · 11 years ago
  65. 7d7888d Printed document size not persisted. by Svetoslav Ganov · 11 years ago
  66. 9b6d3a1 Fail only scheduled print jobs, i.e. handed to a service, if the service is disabled. by Svetoslav Ganov · 11 years ago
  67. 54adee8 Print spooler not starting. by Svetoslav · 11 years ago
  68. 7bfbbcb Refactor how the print dialog activity is started. by Svetoslav · 11 years ago
  69. a18661d Coalescing multiple print job notifications. by Svetoslav Ganov · 11 years ago
  70. ef4a6f8 Merge "Do not do a layout and write while a cancellation is in progress." into klp-dev by Svetoslav Ganov · 11 years ago
  71. db63677 Do not do a layout and write while a cancellation is in progress. by Svetoslav Ganov · 11 years ago
  72. b2420c9 The undefined media sizes for both orientations not properly constructed. by Svetoslav Ganov · 11 years ago
  73. 19565ad Merge "Small print API tweaks" into klp-dev by Svetoslav · 11 years ago
  74. b450d0d Small print API tweaks by Svetoslav · 11 years ago
  75. 7be27ac Print attributes hint not honored. by Svetoslav Ganov · 11 years ago
  76. cfab245 Printers in the list of printers change position. by Svetoslav Ganov · 11 years ago
  77. d8dbc13 Ignore historical printer records for installed services by Svetoslav · 11 years ago
  78. b415525 Merge "Print job files and print job records not always cleaned up." into klp-dev by Svetoslav Ganov · 11 years ago
  79. dd68da2 Print job files and print job records not always cleaned up. by Svetoslav Ganov · 11 years ago
  80. c335eb4 Printers in the list of printers change position. by Svetoslav · 11 years ago
  81. 704697b Adding hidden APIs for observing the print jobs state. by Svetoslav Ganov · 11 years ago
  82. 678e907e Merge "Update android.print.PrintAttributes documentation" into klp-dev by Svetoslav Ganov · 11 years ago
  83. d8f391b Offer to enable a print service after it is installed. by Svetoslav · 11 years ago
  84. 22cb917 Update android.print.PrintAttributes documentation by Svetoslav Ganov · 11 years ago
  85. facc08c Merge "Move PdfDocument to android.graphics.pdf" into klp-dev by Svetoslav · 11 years ago
  86. 6811f4e Move PdfDocument to android.graphics.pdf by Svetoslav · 11 years ago
  87. 81d4014 Hiding a method that was never meant to be public. by Svetoslav · 11 years ago
  88. 013b816 Update the print dialog. by Svetoslav · 11 years ago
  89. 22d2575 Merge "Adding more standard media sizes." into klp-dev by Svetoslav Ganov · 11 years ago
  90. fa77ece Adding more standard media sizes. by Svetoslav Ganov · 11 years ago
  91. 2fbd2a7 App UI freezes when printing. API clean up. by Svetoslav · 11 years ago
  92. 860f8a6 Spooler should not crash if print service config activities are not exported. by Svetoslav Ganov · 11 years ago
  93. 651dd4e Remove unneeded print APIs and update the min margins APIs. by Svetoslav · 11 years ago
  94. cc65b0c Not change the print options on printer change if possible. by Svetoslav · 11 years ago
  95. c606679 Handle print serivce crashes. by Svetoslav · 11 years ago
  96. 4e45183 Printers for a disappearing print serivce incorrectly removed. by Svetoslav Ganov · 11 years ago
  97. a36285f Bug fixes in the print dialog by Svetoslav · 11 years ago
  98. 2def614 Merge "Hiding some unneeded APIs," into klp-dev by Svetoslav · 11 years ago
  99. a76233a Hiding some unneeded APIs, by Svetoslav · 11 years ago
  100. c5c203d Merge "Print API updated." into klp-dev by Svetoslav · 11 years ago