summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/src/com/android/printspooler/model
Commit message (Expand)AuthorAgeFilesLines
* Instrument printing service for metrics collection.Chris Wren2015-07-301-0/+2
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-5/+5
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Add duplex mode support.Svetoslav2015-02-041-0/+11
* Crash in print spooler when back pressed before content update complted.Svet Ganov2014-12-021-1/+3
* Lockup in the print spooler.Svet Ganov2014-11-241-6/+20
* Print spooler crash when printing after a rotation.Svet Ganov2014-11-221-63/+95
* Crash apps that print malformed or password protected PDFs.Svet Ganov2014-11-013-22/+74
* Print preview disappearing if printer is changed.Svetoslav2014-10-291-1/+2
* Merge "Printing from two apps at the same time not working." into lmp-mr1-devSvet Ganov2014-10-251-0/+2
|\
| * Printing from two apps at the same time not working.Svet Ganov2014-10-241-0/+2
* | Crash in print spooler if printing app killed from recents.Svet Ganov2014-10-243-41/+33
|/
* Print spooler should not crash if fed non-PDF content.Svetoslav2014-09-241-4/+2
* Print spooler crash on back before first layout is complete.Svetoslav2014-09-231-1/+1
* Loosen the constraint for releasing a shared file.Svetoslav2014-09-221-1/+1
* Fix a print spooler crash when printing.Svetoslav2014-09-191-6/+10
* Page content sometimes missing in preview when scrolling.Svetoslav2014-09-171-20/+1
* Page content sometimes disappears when scrolling a long doc in print preview.Svetoslav2014-09-171-4/+4
* Merge "Page content sometimes missing while scrolling." into lmp-devSvetoslav2014-09-131-7/+1
|\
| * Page content sometimes missing while scrolling.Svetoslav2014-09-121-7/+1
* | Fix a crash in print spooler.Svet Ganov2014-09-121-0/+2
|/
* Fix crash in spooler if printing app dies.Svetoslav2014-09-121-9/+11
* Fix back button behavior and clean up in print preview activity.Svetoslav2014-09-112-10/+11
* Trim unnecessary pages when printing.Svetoslav2014-09-091-3/+4
* Print spooler UI polish and bug fixes.Svetoslav2014-09-051-0/+5
* Merge "Switching to raw byte copy of bitmaps for print preview." into lmp-devSvet Ganov2014-09-031-4/+2
|\
| * Switching to raw byte copy of bitmaps for print preview.Svet Ganov2014-09-031-6/+2
* | Merge "Fix some print UI issues." into lmp-devSvetoslav2014-09-032-6/+11
|\ \
| * | Fix some print UI issues.Svetoslav2014-09-032-6/+11
| |/
* | Unregister from the remote renderer only if bound.Svetoslav2014-09-031-1/+7
|/
* Move print rendering in an isolated process.Svet Ganov2014-09-021-95/+100
* Fix a crash in PrintSpooler.Svetoslav2014-08-261-1/+2
* Added notification color to all system notificationsSelim Cinek2014-08-201-4/+14
* Handle wrong file format when printing.Svetoslav2014-07-241-5/+21
* Fix broken actions in print notifications.Svet Ganov2014-07-141-10/+3
* Remove commented out dead codeSvetoslav2014-07-111-30/+0
* Fix print preview rendered page preloading.Svetoslav2014-07-111-3/+2
* Addressing comments for the print preview feature.Svetoslav2014-07-111-1/+1
* Adding print preview.Svet Ganov2014-07-094-69/+1029
* Refactor printingSvetoslav2014-06-064-0/+2899