History log of /packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
97e962cd36e1a2bbadc264ec9ce8627a7decf268 15-Nov-2013 Svetoslav <svetoslavganov@google.com> Show correct message for a print job that is being canceled.

1. If a print job is being canceled we now show appropriate
message that matches what the notification shows.

2. If a print job is being canceled we do not show the cancel
button.

bug:11696928

Change-Id: I0fc4f8226c4aa9acd6a4b65811f4228e56018315
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
d9f156ddf072775c894db1ca3c3fe8989be4dbeb 10-Oct-2013 Svetoslav <svetoslavganov@google.com> Coalescing multiple print job notifications (Settings)

We used to show a single notificaiton for every print job but
this is against th UX guidelines. Since we have to lead by
example, this change adds coalescing of multiple notifications.

bug:11155212

Change-Id: I865450495e7e85bd6620c1f42aeef07d2f83a01a
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
5c3052936883038d25b2afe52c2dd023e9aa6812 01-Oct-2013 Svetoslav <svetoslavganov@google.com> Remove Google Play specific search URIs from Settings.

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
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
bc2c3db8f923b9ee25345f5ebbad9f6c762a1e23 24-Sep-2013 Svetoslav Ganov <svetoslavganov@google.com> Add print job settings screen.

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
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
0ad40283bb6b811c26874af3fccf25745f63de8d 21-Sep-2013 Svetoslav <svetoslavganov@google.com> Offer to enable a print service after it is installed (Settings).

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
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
74648ac808b6a625f6c91035a263822b3765215d 05-Sep-2013 Svetoslav Ganov <svetoslavganov@google.com> Print settings polish

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
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java
2d531653595344ed7e61c093dca308b9ba7ec185 04-Sep-2013 Svetoslav <svetoslavganov@google.com> Implementing print settings as per UX spec.

Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
/packages/apps/Settings/src/com/android/settings/print/PrintSettingsFragment.java