summaryrefslogtreecommitdiff
path: root/core/java/android/print
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-184-4/+4
* Add TEST_MAPPING for print and pdf testsPhilip P. Moltmann2019-10-112-0/+19
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-288-8/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-314-0/+10
* Utility methods useful for working with files.Jeff Sharkey2018-07-111-1/+1
* Hold wake lock while printingPhilip P. Moltmann2018-05-151-0/+9
* Allow Print subsystem to work with services provided by instant appPhilip P. Moltmann2018-05-101-0/+17
* Add RequiresFeature annotation.Jeff Sharkey2018-02-161-0/+3
* Move more folks to FileUtils.copy().Jeff Sharkey2018-02-011-22/+11
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-134-11/+25
* Merge "Remove unused AIDL files" am: d0abc863f4 am: 43f665c95eColin Cross2017-12-051-30/+0
|\
| * Merge "Remove unused AIDL files"Colin Cross2017-12-051-30/+0
| |\
| | * Remove unused AIDL filesColin Cross2017-12-041-30/+0
* | | Dump print manager as protoPhilip P. Moltmann2017-07-253-15/+18
|/ /
* | Enforce permission for print system APIsPhilip P. Moltmann2017-07-141-3/+7
* | Document what ALL_PAGES returning from onWrite meansPhilip P. Moltmann2017-06-161-1/+3
|/
* 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-063-46/+58
* Allow print services to read advanced options.Philip P. Moltmann2016-10-041-6/+0
* Fix doc for default print document content typePhilip P. Moltmann2016-07-061-1/+1
* Merge \"Merge \\"Do not remove handlers for loaders.\\" into nyc-mr1-dev am: ...Philip P. Moltmann2016-06-272-12/+5
|\
| * Do not remove handlers for loaders.Philip P. Moltmann2016-06-242-12/+5
* | Add event tracking to print UI.Philip P. Moltmann2016-06-201-0/+11
|/
* Rename 'thousands of an inch' to 'thousandths of an inch'in the docs.Philip P. Moltmann2016-04-211-16/+16
* Prevent printing from finishing activity.Philip P. Moltmann2016-04-201-0/+6
* Fix Print CTS tests.Philip P. Moltmann2016-04-011-1/+1
* Make sure PrinterCapabilitiesInfo always have sane values.Philip P. Moltmann2016-03-311-16/+32
* Make sure PrintDocumentInfo is always sane.Philip P. Moltmann2016-03-311-7/+9
* Make sure PrintAttributes have sane values.Philip P. Moltmann2016-03-311-83/+68
* Add the print service recommendation servicePhilip P. Moltmann2016-03-304-9/+312
* Merge "Update print preview when option is changed and clear ranges when they...Philip P. Moltmann2016-03-301-0/+3
|\
| * Update print preview when option is changed and clear ranges when theyPhilip P. Moltmann2016-03-241-0/+3
* | Change hasCustomPrintIcon and setStatus as requested by API council.Philip P. Moltmann2016-03-243-5/+67
|/
* Add "app printer activity" and always keep the print service statePhilip P. Moltmann2016-03-074-21/+359
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-14/+11
* Merge "Allow the PDF Printer to "print" non-locale-default paper sizes."Philip P. Moltmann2016-02-021-0/+18
|\
| * Allow the PDF Printer to "print" non-locale-default paper sizes.Philip P. Moltmann2016-01-211-0/+18
* | Merge "Check parameters for callers of IPrintManager"Philip P. Moltmann2016-01-262-6/+14
|\ \
| * | Check parameters for callers of IPrintManagerPhilip P. Moltmann2016-01-212-6/+14
| |/
* | Merge "Correctly deal with non-null ness of PrintJobId."Philip P. Moltmann2016-01-261-7/+8
|\ \
| * | Correctly deal with non-null ness of PrintJobId.Philip P. Moltmann2016-01-141-7/+8
* | | Correct nullability in PrintJob.Philip P. Moltmann2016-01-212-8/+16
| |/ |/|
* | Shorten LOG_TAGs to fit in 23 characters as commented on by lint.Philip P. Moltmann2016-01-201-1/+1
* | Enforce non-nullness in PrinterId and exploit it.Philip P. Moltmann2016-01-141-16/+12
|/
* Clean up API for PrinterInfo.Philip P. Moltmann2016-01-141-86/+110
* Store which print services are disabled instead of which are enabledPhilip P. Moltmann2016-01-071-1/+7
* Fix wrong annotation for PrintInfo.Builder.setStatusPhilip P. Moltmann2016-01-061-1/+1
* Rename variable that hides the contatining classes name.Philip P. Moltmann2015-12-221-1/+2
* Clean up print subsystemPhilip P. Moltmann2015-12-2211-127/+206