115175 Commits

Author SHA1 Message Date
Svetoslav
5c880d0d15 am 6f688e87: am 8f34715b: Merge "Refactor how the print dialog activity is started." into klp-dev
* commit '6f688e879a2523393e8e0da072e1f62cb456276f':
  Refactor how the print dialog activity is started.
2013-10-11 10:06:03 -07:00
Svetoslav
6f688e879a am 8f34715b: Merge "Refactor how the print dialog activity is started." into klp-dev
* commit '8f34715b94a1733f4cc5f31426d5dafcd57052c7':
  Refactor how the print dialog activity is started.
2013-10-11 10:04:27 -07:00
Svetoslav
8f34715b94 Merge "Refactor how the print dialog activity is started." into klp-dev 2013-10-11 17:01:15 +00:00
Craig Mautner
4279a61b04 am 9ccc082c: am d69417d2: Merge "Reduce jank on incoming phone call during dream." into klp-dev
* commit '9ccc082c9a6c41833206d54c85e115d6d1659a12':
  Reduce jank on incoming phone call during dream.
2013-10-11 09:54:30 -07:00
Craig Mautner
9ccc082c9a am d69417d2: Merge "Reduce jank on incoming phone call during dream." into klp-dev
* commit 'd69417d2f62606af76ec4cea72bff089ff27b2f2':
  Reduce jank on incoming phone call during dream.
2013-10-11 09:52:54 -07:00
Craig Mautner
d69417d2f6 Merge "Reduce jank on incoming phone call during dream." into klp-dev 2013-10-11 16:49:55 +00:00
Dianne Hackborn
61ef6e0f20 am 41920afa: am 0b713a09: Merge "Small IntentFilter docs improvement." into klp-dev
* commit '41920afa54e67010eec146341bce113f05c9d7c3':
  Small IntentFilter docs improvement.
2013-10-11 09:49:51 -07:00
Dianne Hackborn
41920afa54 am 0b713a09: Merge "Small IntentFilter docs improvement." into klp-dev
* commit '0b713a096171d27ed832175b31abff2b870de44e':
  Small IntentFilter docs improvement.
2013-10-11 09:47:16 -07:00
Dianne Hackborn
0b713a0961 Merge "Small IntentFilter docs improvement." into klp-dev 2013-10-11 16:42:39 +00:00
Dianne Hackborn
0ea920d839 Small IntentFilter docs improvement.
Change-Id: I52522e1c007c02d2c4fae8665369d92971689fd2
2013-10-11 09:40:18 -07:00
Torne (Richard Coles)
6b9c8991a8 am bb592343: am 8483e4f0: Merge "Add internal resource symbol used by WebViewChromium." into klp-dev
* commit 'bb5923433cdba892e714aa33cbf6525cbd53a17c':
  Add internal resource symbol used by WebViewChromium.
2013-10-11 09:23:14 -07:00
Torne (Richard Coles)
bb5923433c am 8483e4f0: Merge "Add internal resource symbol used by WebViewChromium." into klp-dev
* commit '8483e4f007499d01901f73510b6b096f4e8b31bf':
  Add internal resource symbol used by WebViewChromium.
2013-10-11 09:20:39 -07:00
Torne (Richard Coles)
8483e4f007 Merge "Add internal resource symbol used by WebViewChromium." into klp-dev 2013-10-11 16:17:42 +00:00
Svetoslav
7bfbbcb04b Refactor how the print dialog activity is started.
1. Before the print job activity was started asyncronously with
   respect to the print call on to the print manager. This was
   creating a situation where the starting activity may finish
   before the print dialog appears which may lead to an orphaned
   print document adapter with no data to print (as the UI is
   is gone), or strange behaviors where the print dialog starts
   on as a separate task.

   To address this the pending intent for starting the print
   dialog is not started by the print spooler since we cannot
   call into it synchronously as we have to start its process
   and bind to the spooler service which leads to jankyness in
   the client app. Now the pending intent is created by the
   print manager service in the synchronous print call so
   from an app's perspective calling print starts the activity.

   The side effect of this design is that the print dialog
   activity may start before the system is bound to the spooler
   service. In such a case the print activity cannot start
   poking the print spooler state as the system registers
   callback to observe the spooler state. To address this
   the print spooler activity disables the UI and also binds
   to the spooler service which happenes immediately after it
   is started. As soon as the print dialog binds to the
   service it starts the UI.

2. Fixed an bug in the printer adapter of the print dialog that
   was leading to a crash if the only item in the adater is the
   all pritners option and it is selected.

3. Piping the package name that started the printing so we can
   pass it to the storage UI as a hint to open the last location
   the app used.

bug:11127269

Change-Id: Ia93820bdae0b0e7600a0930b1f10d9708bd86b68
2013-10-11 09:11:24 -07:00
John Spurlock
89d1ac638d am cf80c6c7: am 8ca2d052: Merge "Fix dock rect calculation when nav is translucent." into klp-dev
* commit 'cf80c6c73541bcfbc7f787834f9b9e7807f52ef8':
  Fix dock rect calculation when nav is translucent.
2013-10-11 08:55:36 -07:00
John Spurlock
cf80c6c735 am 8ca2d052: Merge "Fix dock rect calculation when nav is translucent." into klp-dev
* commit '8ca2d05293759dbcebcf99a6b787bfc09345f109':
  Fix dock rect calculation when nav is translucent.
2013-10-11 08:52:57 -07:00
John Spurlock
8ca2d05293 Merge "Fix dock rect calculation when nav is translucent." into klp-dev 2013-10-11 15:49:54 +00:00
Baligh Uddin
d2f0d91b96 am 2806e4be: (-s ours) am 38de7ab4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '2806e4be99bb6264092bb8cd8a3ce39250f51d51':
  Import translations. DO NOT MERGE
2013-10-11 08:23:31 -07:00
Baligh Uddin
2806e4be99 am 38de7ab4: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '38de7ab47a75f5139b7593e7231d194cc00be31c':
  Import translations. DO NOT MERGE
2013-10-11 08:20:23 -07:00
Baligh Uddin
16212a971c am 0066a866: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '0066a866b6945f5f3bba24974d30880752c38349':
  Import translations. DO NOT MERGE
2013-10-11 08:19:49 -07:00
Baligh Uddin
ce76c4341b am 9aa75f29: (-s ours) am ccfd6f44: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '9aa75f29a6259f8c65a5e1ad507f71ea3b419d47':
  Import translations. DO NOT MERGE
2013-10-11 08:16:10 -07:00
Baligh Uddin
01c34ac6f5 am c0cad456: (-s ours) am 6db72277: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'c0cad45666372c7deafaa72ffbd50b86b6d6210b':
  Import translations. DO NOT MERGE
2013-10-11 08:16:07 -07:00
Baligh Uddin
d7b78c3873 am 25130be0: (-s ours) am 491ad45f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '25130be0cbfea53b53007e491ef4f313bc261b4a':
  Import translations. DO NOT MERGE
2013-10-11 08:16:05 -07:00
Baligh Uddin
907c649784 am bcb05cd0: (-s ours) am d32e9b7f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'bcb05cd06c366e781ae9ae5e262622b39b45d426':
  Import translations. DO NOT MERGE
2013-10-11 08:16:02 -07:00
Baligh Uddin
293c23a860 am b7c280af: (-s ours) am 29cff852: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'b7c280af9a2908ce849de281e92d31ff4f8d1cd6':
  Import translations. DO NOT MERGE
2013-10-11 08:15:59 -07:00
Baligh Uddin
7054f6e3c0 am a60212ab: (-s ours) am d010f7a3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'a60212ab90634d63f434b14a65c08ec1d2362f00':
  Import translations. DO NOT MERGE
2013-10-11 08:15:56 -07:00
Baligh Uddin
0066a866b6 Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:15:55 +00:00
Baligh Uddin
38de7ab47a Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:15:50 +00:00
Baligh Uddin
3a7907be47 am 3cf39ba8: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '3cf39ba82a0b0ccb0bf9a7f615a83ba4b00b240b':
  Import translations. DO NOT MERGE
2013-10-11 08:12:25 -07:00
Baligh Uddin
64f043da26 am e4e6a4f3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit 'e4e6a4f3afa30d3cb9117788fbe1571f1fa5afb0':
  Import translations. DO NOT MERGE
2013-10-11 08:12:23 -07:00
Baligh Uddin
fbd88579a6 am d52cfad3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit 'd52cfad38fbcdf16ca835d686cefed2f815a0e01':
  Import translations. DO NOT MERGE
2013-10-11 08:12:19 -07:00
Baligh Uddin
dbea999257 am 57612468: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '576124688bc63db7371436905cf16cd248ce6b8a':
  Import translations. DO NOT MERGE
2013-10-11 08:12:16 -07:00
Baligh Uddin
ba3b6a3766 am 40705a8b: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '40705a8b55b45954e108ae89c7962f84e9f4e72c':
  Import translations. DO NOT MERGE
2013-10-11 08:12:12 -07:00
Baligh Uddin
f6644d81f3 am 829b3dfa: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-ub-dev
* commit '829b3dfae033084beac9189682f1d191f3eaac16':
  Import translations. DO NOT MERGE
2013-10-11 08:12:09 -07:00
Baligh Uddin
9aa75f29a6 am ccfd6f44: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'ccfd6f44f487edb8cdd33731ec1f001bf9e1a913':
  Import translations. DO NOT MERGE
2013-10-11 08:11:24 -07:00
Baligh Uddin
c0cad45666 am 6db72277: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '6db722776b1486072724a6d361ba474835cf055e':
  Import translations. DO NOT MERGE
2013-10-11 08:11:21 -07:00
Baligh Uddin
25130be0cb am 491ad45f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '491ad45fee7e84772ff93d351125951a0e219174':
  Import translations. DO NOT MERGE
2013-10-11 08:11:19 -07:00
Baligh Uddin
bcb05cd06c am d32e9b7f: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'd32e9b7ffb9e7657c510f69cc2c770bd8986c95c':
  Import translations. DO NOT MERGE
2013-10-11 08:11:16 -07:00
Baligh Uddin
b7c280af9a am 29cff852: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '29cff85287867f98edd9ebba5c580e4dbc460e89':
  Import translations. DO NOT MERGE
2013-10-11 08:11:13 -07:00
Baligh Uddin
a60212ab90 am d010f7a3: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'd010f7a3e2df30d08ce03312e7bf2232b8a4ffad':
  Import translations. DO NOT MERGE
2013-10-11 08:11:09 -07:00
Baligh Uddin
3cf39ba82a Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:09:11 +00:00
Baligh Uddin
ccfd6f44f4 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:09:06 +00:00
Baligh Uddin
e4e6a4f3af Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:08:58 +00:00
Baligh Uddin
6db722776b Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:08:53 +00:00
Baligh Uddin
d52cfad38f Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:08:44 +00:00
Baligh Uddin
491ad45fee Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:08:39 +00:00
Baligh Uddin
576124688b Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:08:29 +00:00
Baligh Uddin
d32e9b7ffb Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:08:10 +00:00
Baligh Uddin
40705a8b55 Merge "Import translations. DO NOT MERGE" into klp-ub-dev 2013-10-11 15:08:00 +00:00
Baligh Uddin
29cff85287 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-11 15:07:57 +00:00