summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/src/com/android/printspooler/widget/PrintContentView.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-1/+1
| | | | Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
* Merge "Accessibilty support for the print UI." into lmp-devSvetoslav2014-09-101-0/+6
|\
| * Accessibilty support for the print UI.Svetoslav2014-09-101-0/+6
| | | | | | | | | | | | bug:15816751 Change-Id: I5dcdbdd0357843b870ddd47d7c41cfba114d194c
* | RTL support for print UI.Svetoslav2014-09-091-2/+7
|/ | | | | | bug:16966145 Change-Id: I488d11f1941545630d52eea4c4d48c43667c6067
* Print UI polish.Svetoslav2014-08-271-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fixed an issue where input focus is given to the copies edit text every other time we expand the options UI. We want focus there only if the user touches the control. bug:16966145 2. Fixed the all printers list view to have item dividers reaching the left and right ends of the list view. bug:17288761 3. Fixed an issue where the user can deselect all pages which is not only an invalid state but also causes a crash. bug:17286198 4. Tweaked the minimal size of the preview in landscape on phone to better accomodate the page. bug:17288904 5. Fixed a regression introduced by a change from the UI folks. Change-Id: Ida7dad7eea413295a840028060810b2619c616e8
* Update the "More options" button in printing.Svetoslav2014-08-201-9/+9
| | | | | | | | | | The "More options" button needed changes to match the new UX spec. Also fixed some identation issues as well as a missing marging in the erorr UI. bug:16301066 Change-Id: I29f0d41915d1816d754f2c6288a7387aafeba2c2
* Remove text selector and hide ime on print options close.Svetoslav2014-07-151-0/+14
| | | | | | bug:16301754 Change-Id: I69bf09df9976b12c611821737eb4abb794c1df80
* Improve print options click to open behavior.Svet Ganov2014-07-141-1/+2
| | | | | | | | | When print options are closed we show a summary and a handle to open the options panel. Often the user instinctively clicks on the summary and also the expand handle is a somehow small target. To improve user experience clicking on the summary also opens the print options. Change-Id: Ia2f3b80f5acf11b40af864729f67fa29e82729fc
* Addressing comments for the print preview feature.Svetoslav2014-07-111-2/+7
| | | | Change-Id: Ib72140a912e22f859258d970e0d1c4ef06e807d5
* Adding print preview.Svet Ganov2014-07-091-0/+408
This change adds the pring preview part of the new print UX. The UI has two parts, the top section is the print options and the bottom section print preview with a list of pages. The user can interact only with one of them. When print options are expanded they cover the preview content and a scrim is laid out on top of the preview. Tapping the scrim collapses the print options. When the user types in page ranges and closes the options to look at the preview, the latter is updated to show only these pages. In the list of pages the user can further prune pages by deselecting them. Change-Id: I0b23d2c598afe2a34400ccfa43e4e935af83c72f