| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| |/
| |
| |
| |
| |
| | |
react to press.
* commit 'ef1cfe16fb95a8ae0e73dbd8d2f4235386be1803':
Make printers for a print service not react to press.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
| |
bug:10983508
Change-Id: I986e28a2cd8e52b7c8422e825de9174d6e2377c3
|
|\
| |
| |
| | |
klp-dev
|
| |
| |
| |
| |
| |
| | |
bug:11012251
Change-Id: I2ea925d903571aa676e4c48d78b4c0c6a91d7af1
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
bug:10955751
Change-Id: Iea87a9a07624d6e26274030a51f912f8d2ef0e10
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
|