summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/print
Commit message (Collapse)AuthorAgeFilesLines
...
* | am ef1cfe16: am 32d7ea74: am 9379d935: Make printers for a print service not ↵Svetoslav2013-10-041-0/+5
|\ \ | |/ | | | | | | | | | | react to press. * commit 'ef1cfe16fb95a8ae0e73dbd8d2f4235386be1803': Make printers for a print service not react to press.
| * Make printers for a print service not react to press.Svetoslav2013-10-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | We show a list of printers for the a print service in the print service settings activity. This list is there to inform the user of which printers are available and optionally offers adding a printer affordance. The printer list items do nothing so they should not react to press and create a false impression they do. bug:10983508 Change-Id: I43b19ebb0acf6662c489826c192fd6daf8ad103d
| * Polish print settings accessibility.Svetoslav2013-10-022-16/+64
|/ | | | | | bug:10983508 Change-Id: I986e28a2cd8e52b7c8422e825de9174d6e2377c3
* Merge "Missing return statement if a print job is no longer present." into ↵Svetoslav Ganov2013-10-011-0/+2
|\ | | | | | | klp-dev
| * Missing return statement if a print job is no longer present.Svetoslav Ganov2013-10-011-0/+2
| | | | | | | | | | | | bug:11012251 Change-Id: I2ea925d903571aa676e4c48d78b4c0c6a91d7af1
* | Merge "Show appropriate empty state if not printers are found." into klp-devSvetoslav2013-10-011-2/+19
|\ \
| * | Show appropriate empty state if not printers are found.Svetoslav2013-09-301-2/+19
| |/ | | | | | | | | | | | | | | | | One can search for printers in the print service settings and we need to show appropriate empty state if none is found. bug:11009053 Change-Id: If3ed6aa3a5e2eb4d7f7bae37f885e4b8eb0909b4
* | Remove Google Play specific search URIs from Settings.Svetoslav2013-09-301-4/+7
|/ | | | | | | | | | | | | 1. If there are no installed print services or NFC payment services, we would like to allow the user to search for one in Play. However, Play is Google specific and we should not have hard coded URI that rely on it in settings. Declare secure settings for each of these URI and check at runtime if the URI is non-empty, then show the add menu item. bug:11011519 Change-Id: I2c5cb172015bbecd7d2f8ffd3cb7fd790b01dab8
* Add icons to the printer list items in settings.Svetoslav2013-09-261-4/+18
| | | | | | bug:10955751 Change-Id: Iea87a9a07624d6e26274030a51f912f8d2ef0e10
* Add print job settings screen.Svetoslav Ganov2013-09-263-71/+581
| | | | | | | | | | | Added a list of active print jobs to the main print settings screen. Selecting a print job from there leads to a print job settings screen with more information about the print job and actions to change the prit job state such as cancel and restart. bug:10935736 Change-Id: Idd6826a998309941c3d8478dafe4b039c8ca4f45
* Offer to enable a print service after it is installed (Settings).Svetoslav2013-09-201-0/+18
| | | | | | | | | | | | | | The user has to explicitly enable a print service from the settings UI before using it. Usually, users very rarely if at all interact with print services, therefore all print service management task are performed from the print settings. We also have to get user consent warning that the user's data is about to be given to a third-party app. We now post a notification allowing the user to go directly to the settings screen to turn the service on. bug:10447510 Change-Id: Ibfb5368a09b1e012dd6dd0f3d33a5ad10e5ee00e
* Ignore print service settings activities if they are not exported.Svetoslav2013-09-151-6/+19
| | | | | | | | | | | | | 1. The print spooler cannot start not exported activities and they should not be started from another application anyway. Therefore, we do not start them from settings too even though settings can do that since it is signed with the platform certificate. 2. Adding some string changes to meet the translation deadline. bug:10680224 Change-Id: I69c189e1c502985aceb68d269492f2e86de44ec4
* Print service settings polishSvetoslav Ganov2013-09-061-23/+81
| | | | | | | | | | | | | | 1. Moved the settings and add printers to the overflow menu. 2. Collapsing the search action view to get proper behavior when selected. 3. Showing the search option only if there are printers. 4. Stop observing for printers if the service is disabled. bug:10652301 Change-Id: I589a3b177c5a58a8b1382d7020fd4b128afd9038
* Print settings polishSvetoslav Ganov2013-09-052-15/+91
| | | | | | | | | | | | 1. Added support for launching the top level print settings. 2. Updated some strings. 3. Removed the uninstall option for a print service. 4. Added search for the list of printers of a print service. Change-Id: I9e175ba78b2d22b2bf90cf79153dc73327dfaff1
* Implementing print settings as per UX spec.Svetoslav2013-09-043-0/+880
Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0