116891 Commits

Author SHA1 Message Date
Svetoslav
ebec46847d Sometimes the print button not enabled and an accessibility fix.
1. Sometimes the print button is not enabled after selecting a printer
   from the all printers activity. This was happening after a printer
   was selected, we had to do a layout due to changed print attributes
   (because of the new printer's capabilities), and the content did not
   change. In this case we did not call the updateUi function which
   enables the print button after layout is completed.

2. The accessibility code in the all printers activity was not checking
   whether accessibility is on and doing some unnecessary work - not sending
   events though but still. Further, the delayed runnable that was
   doing the accessibilty announcements was not removed when the activity
   was paused.

bug:10983508

Change-Id: Ib263116a3e21e4c75a25aa051cecbd9194417319
2013-10-10 07:33:02 +00:00
Svetoslav Ganov
a18661d592 Coalescing multiple print job notifications.
1. 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

2. Print job state callback in the PrintManager now correctly
   invoked on the main thread.

bug:10983508

Change-Id: I906e9e62198fa37cb4d2f71fce07ed475d61e1bd
2013-10-09 23:43:11 -07:00
Brian Carlstrom
7ab099c139 am 492b5271: am 5bd70c5e: Merge "Update preloaded-classes for KLP" into klp-dev
* commit '492b527183d925958955b6197f4c1aa26d43961b':
  Update preloaded-classes for KLP
2013-10-09 23:04:13 -07:00
Michael Jurka
d6277213f6 am f6a2133f: am 5f0a6009: Merge "Add API to get the built-in wallpaper" into klp-dev
* commit 'f6a2133fae6e8b5f8a8bee4afb5bda012bc88a1c':
  Add API to get the built-in wallpaper
2013-10-09 22:57:09 -07:00
Brian Carlstrom
492b527183 am 5bd70c5e: Merge "Update preloaded-classes for KLP" into klp-dev
* commit '5bd70c5eb3ccb5d1eed3f1f7e924a4fb96b0a053':
  Update preloaded-classes for KLP
2013-10-09 22:21:15 -07:00
Brian Carlstrom
5bd70c5eb3 Merge "Update preloaded-classes for KLP" into klp-dev 2013-10-10 05:19:13 +00:00
Michael Jurka
f6a2133fae am 5f0a6009: Merge "Add API to get the built-in wallpaper" into klp-dev
* commit '5f0a600925fe6724f65b4c51ae01e4e3e29d771d':
  Add API to get the built-in wallpaper
2013-10-09 21:07:55 -07:00
Brian Carlstrom
d6b964c16b Update preloaded-classes for KLP
Bug: 9189353
Change-Id: I9136692d7f23a513553981eca398351f28b5ddc6
2013-10-09 20:45:30 -07:00
Jeff Brown
c64ff3782c Minor code cleanup in loaders.
Change-Id: I38147eb9e494b53d41ca3cad042d804631916941
2013-10-09 18:50:56 -07:00
Jason Sams
9e3e680f17 Merge "Remove old hidden API." 2013-10-10 01:17:50 +00:00
Michael Jurka
5f0a600925 Merge "Add API to get the built-in wallpaper" into klp-dev 2013-10-10 01:17:38 +00:00
Dianne Hackborn
0fae349f19 am 353ec474: am 8029493f: am f012b777: Merge "Fix some doc issues." into klp-dev
* commit '353ec47422cbd1bb40f19e7ec9ec6b4f300ee3ab':
  Fix some doc issues.
2013-10-09 18:05:32 -07:00
Dianne Hackborn
353ec47422 am 8029493f: am f012b777: Merge "Fix some doc issues." into klp-dev
* commit '8029493fa2a37da41a73dde60dd17fa53cb6a77a':
  Fix some doc issues.
2013-10-09 18:02:24 -07:00
Dianne Hackborn
8029493fa2 am f012b777: Merge "Fix some doc issues." into klp-dev
* commit 'f012b777912c4be6f12dc788db5fb2fac8fb5cc0':
  Fix some doc issues.
2013-10-09 17:49:50 -07:00
Alan Viverette
a393d6750c am 1cac53fa: am b8a140f3: am 1e2b6438: Merge "Fix accessibility state callbacks" into klp-dev
* commit '1cac53fa63060ec3fa3b0249b941ccf8544b3333':
  Fix accessibility state callbacks
2013-10-09 17:48:10 -07:00
Dianne Hackborn
f012b77791 Merge "Fix some doc issues." into klp-dev 2013-10-10 00:48:00 +00:00
Alan Viverette
1cac53fa63 am b8a140f3: am 1e2b6438: Merge "Fix accessibility state callbacks" into klp-dev
* commit 'b8a140f3e081f1040ed2d4a0f928d142bdb0e580':
  Fix accessibility state callbacks
2013-10-09 17:45:09 -07:00
Alan Viverette
b8a140f3e0 am 1e2b6438: Merge "Fix accessibility state callbacks" into klp-dev
* commit '1e2b64386f5d53415d547e06cc3c9040d8d506da':
  Fix accessibility state callbacks
2013-10-09 17:41:55 -07:00
Alan Viverette
1e2b64386f Merge "Fix accessibility state callbacks" into klp-dev 2013-10-10 00:40:05 +00:00
Dianne Hackborn
ebc15ef80f Fix some doc issues.
Bug: 11079621
Bug: 10461610
Bug: 10461369
Bug: 10461417
Change-Id: I7fd966f3cda0660ba20fa15d7164dcac95efadd3
2013-10-09 17:36:57 -07:00
Jonathan Dixon
a13d62d6f1 Merge "Fix build after checkThread fix merge to master" 2013-10-10 00:30:50 +00:00
Craig Mautner
1fcbf278ab am 61b9032d: am 0daa9b92: am 4ca2aec2: Merge "Add task to list before looking it up." into klp-dev
* commit '61b9032d4c588a2ee4f5d8ab1e2d95cd94125764':
  Add task to list before looking it up.
2013-10-09 17:28:42 -07:00
Jonathan Dixon
b212b9f2ba Fix build after checkThread fix merge to master
Follow up to Change-Id: Ibc2496d5cef97b4685e001086f712fcaac231024 - this
method did not exist in klp-dev branch.

Change-Id: Ie64dd3b2357e0abefb4c7d3492f02d23d347f89f
2013-10-09 17:28:13 -07:00
Craig Mautner
61b9032d4c am 0daa9b92: am 4ca2aec2: Merge "Add task to list before looking it up." into klp-dev
* commit '0daa9b92e0b4d7a3a2659b31988b3eb538cf2dbc':
  Add task to list before looking it up.
2013-10-09 17:25:58 -07:00
Craig Mautner
0daa9b92e0 am 4ca2aec2: Merge "Add task to list before looking it up." into klp-dev
* commit '4ca2aec2be70026a2f8feee258405647985dc389':
  Add task to list before looking it up.
2013-10-09 17:22:36 -07:00
Alan Viverette
7e361d22e3 Fix accessibility state callbacks
BUG: 11141708
Change-Id: Ieff1fb90c4f894eba3c203089dd61e1dabdb7982
2013-10-09 17:20:43 -07:00
Craig Mautner
4ca2aec2be Merge "Add task to list before looking it up." into klp-dev 2013-10-10 00:20:08 +00:00
Jason Sams
390ec00c66 Remove old hidden API.
This was never shipped and long since replaced by ioReceive().

Change-Id: Ieba7fd4305c2c561cc36154c57414783e4bf502b
2013-10-09 17:15:43 -07:00
Robert Greenwalt
6717e1d86f am 7ecedb75: am f008ca33: am f681058f: Merge "Narrow previous fix for this issue." into klp-dev
* commit '7ecedb75c833a746c561dd0029b0accf175033be':
  Narrow previous fix for this issue.
2013-10-09 17:14:37 -07:00
Robert Greenwalt
7ecedb75c8 am f008ca33: am f681058f: Merge "Narrow previous fix for this issue." into klp-dev
* commit 'f008ca333a06ed5afe50653dcd2f413a4b490d49':
  Narrow previous fix for this issue.
2013-10-09 17:12:13 -07:00
Alan Viverette
3d1c5a7236 Ensure accessibility node cache is synced with service state
BUG: 11152210
Change-Id: Ibffd2909b6b06568de9344e536a200d8a7abac9d
2013-10-09 17:10:21 -07:00
Robert Greenwalt
f008ca333a am f681058f: Merge "Narrow previous fix for this issue." into klp-dev
* commit 'f681058f2dc08ebfbde93f30b160d5d53f104c99':
  Narrow previous fix for this issue.
2013-10-09 17:10:14 -07:00
Robert Greenwalt
f681058f2d Merge "Narrow previous fix for this issue." into klp-dev 2013-10-10 00:08:00 +00:00
Jim Miller
af0a388b7d am d7832a54: am 3f543cd0: am c4d1763e: Merge "Fix touch accessibility in keyguard." into klp-dev
* commit 'd7832a541674b15658a121f04efa3dd7abb127bf':
  Fix touch accessibility in keyguard.
2013-10-09 17:01:49 -07:00
Jim Miller
8138356b68 am c03d4b12: am 7de66729: am 12677272: Merge "Have SearchPanel fade camera and search buttons when activated" into klp-dev
* commit 'c03d4b1254e0e5d9d07e4f079cedc01362549153':
  Have SearchPanel fade camera and search buttons when activated
2013-10-09 16:58:09 -07:00
Jim Miller
d7832a5416 am 3f543cd0: am c4d1763e: Merge "Fix touch accessibility in keyguard." into klp-dev
* commit '3f543cd02bb0e3516c821ba7083ab0ca9d4ef68d':
  Fix touch accessibility in keyguard.
2013-10-09 16:57:50 -07:00
Jim Miller
3f543cd02b am c4d1763e: Merge "Fix touch accessibility in keyguard." into klp-dev
* commit 'c4d1763e68a549d93636e28d67ddeb2eaa315217':
  Fix touch accessibility in keyguard.
2013-10-09 16:54:50 -07:00
Jim Miller
c03d4b1254 am 7de66729: am 12677272: Merge "Have SearchPanel fade camera and search buttons when activated" into klp-dev
* commit '7de6672943e9526cc774f97b5118dee4a2e59ba9':
  Have SearchPanel fade camera and search buttons when activated
2013-10-09 16:54:22 -07:00
Jim Miller
7de6672943 am 12677272: Merge "Have SearchPanel fade camera and search buttons when activated" into klp-dev
* commit '1267727241c941af42faf19bfc1e21034112e0da':
  Have SearchPanel fade camera and search buttons when activated
2013-10-09 16:51:20 -07:00
Jim Miller
c4d1763e68 Merge "Fix touch accessibility in keyguard." into klp-dev 2013-10-09 23:50:19 +00:00
Jim Miller
1267727241 Merge "Have SearchPanel fade camera and search buttons when activated" into klp-dev 2013-10-09 23:49:12 +00:00
Craig Mautner
8e79734ba3 Add task to list before looking it up.
Rearranging the order of operations allows a newly added task to be
bumped to the top during window sorting. Also, redundant calls moving
the home task to the bottom when moving an app task to the top are
removed.

Maybe fix 10858941.

Change-Id: Ic42d2e7045175384591644675dd0e8013a7c7528
2013-10-09 16:39:42 -07:00
Yuhao Zheng
f3346191f8 am d37638e5: am 11a3bc70: am 709a4278: Merge "Don\'t mark wifi disabled unless it\'s off." into klp-dev
* commit 'd37638e5262fea65bf428cb78e73a9b4e02a93fe':
  Don't mark wifi disabled unless it's off.
2013-10-09 16:36:36 -07:00
Yuhao Zheng
d37638e526 am 11a3bc70: am 709a4278: Merge "Don\'t mark wifi disabled unless it\'s off." into klp-dev
* commit '11a3bc702b918e0feb251741e070c37b7a604f25':
  Don't mark wifi disabled unless it's off.
2013-10-09 16:33:13 -07:00
Jonathan Dixon
bd88529d28 am 1bb6a7dc: am a8137c0c: am b1b2789d: Merge "Do not require WebView usage to come from main thread" into klp-dev
* commit '1bb6a7dce9df82eb65bc293b3ef387365ef59455':
  Do not require WebView usage to come from main thread
2013-10-09 16:32:59 -07:00
Robert Greenwalt
8d9167ded3 Narrow previous fix for this issue.
Networks should be unconditionally disabled when going to
scan only state or we risk connecting when we don't want to.

bug:11062188
Change-Id: If89621ca07d86673a661d2e5fe4ce89286f8835e
2013-10-09 16:31:35 -07:00
Yuhao Zheng
11a3bc702b am 709a4278: Merge "Don\'t mark wifi disabled unless it\'s off." into klp-dev
* commit '709a42783bf05b2084e4c953a80f2442291829fd':
  Don't mark wifi disabled unless it's off.
2013-10-09 16:30:22 -07:00
Jonathan Dixon
1bb6a7dce9 am a8137c0c: am b1b2789d: Merge "Do not require WebView usage to come from main thread" into klp-dev
* commit 'a8137c0c867fe07147cb86e67a20fd88dea5a3bc':
  Do not require WebView usage to come from main thread
2013-10-09 16:29:34 -07:00
Joe Malin
8cca8b058c am 104b9105: am 9b6ce699: am ead8478a: am 299d57f7: am a3da7e4e: am 48872ee0: Merge "DOC CHANGE: Android Beam training class" into jb-mr2-docs
* commit '104b91056ef4d6f10410d235d76197f4fe43829b':
  DOC CHANGE: Android Beam training class
2013-10-09 16:29:26 -07:00
Jim Miller
ad178a43ba Have SearchPanel fade camera and search buttons when activated
Bug 10991981

Change-Id: Iabc497ce992b675bff1df634add755e67a7fb794
2013-10-09 16:29:24 -07:00