107078 Commits

Author SHA1 Message Date
Adam Powell
2e46b60d84 Merge "Fix out-of-screen item can take focus issue" 2013-05-21 00:23:50 +00:00
Svetoslav Ganov
962dac1442 Do not report the fake UI automation service to clients.
For UI test automation purposes we register a fake accessibility service
and suspend all other services. When the UI automation serivce is unregistered
we restore the suspended ones. Since the UI automation serivce is fake and
incomplete, for example it has not resolve info, it should not be reported
to clients as being installed or enabled.

bug:8871034

Change-Id: I66792cd028159c1652d3c8a2982164821282ab24
2013-05-20 17:11:31 -07:00
Robert Greenwalt
b11ef589c1 Add a time margin for deferred enable.
We were getting delayed message delivered 1 ms before we expected.
bug:9014777

Change-Id: I70e681ff6b4155d31097b43529478b39c816e70b
2013-05-20 17:11:16 -07:00
Svetoslav Ganov
1b64daf1ac Taking into account data change for AbsListView when prefetching node infos.
We are prefetching accessibility node infos to minimize the number of IPC
calls when an accessibility service introspects the screen. It is however,
possible that the view we are prefetching is a child of an AbsListView whose
adapter changed its data but the AbsListView still did not perform a layout
pass to sync its children with the new adapter state. This may lead to an
exeption when trying to query for the state of a child's position. If the
data of the adapter is changed and the layout pass still not performed,
we return null for the AbsLIstView's children. When the layout pass
completes we already notify the accessibliity layer so it will be able to
refetch the children of the AbsListView.

bug:8433433

Change-Id: I56313c721aef3848b15fad50027d068ba1d291f7
2013-05-20 17:11:04 -07:00
Robert Greenwalt
c9699994aa Fix off-by-1 error in timing
If deferred action msg was delivered promptly it would end up
looking like it too needed to be deferred and then nothing
would end up getting done.

bug:9014777
Change-Id: I243df70463ebb9333efd6df510f71f9d8d9bdf91
2013-05-20 17:10:49 -07:00
Michael Wright
f487c05f1f Merge "Include key maps based on file name" 2013-05-20 23:53:10 +00:00
Dianne Hackborn
713df150b9 Add app ops for wake locks.
Currently only supports auditing, not disabling.

Change-Id: Ie85f02c29b490d96e073f54d59e165d48c7c00c9
2013-05-20 16:49:46 -07:00
Svetoslav Ganov
18117c2f2c am 20b3b743: am 507bd53a: Merge "Do not report the fake UI automation service to clients." into jb-mr2-dev
* commit '20b3b743c0871d4ac88f61ca6b3509d01d406b22':
  Do not report the fake UI automation service to clients.
2013-05-20 16:42:34 -07:00
Robert Greenwalt
9af2fc5bd2 am 8ff86240: am b11672de: Merge "Add a time margin for deferred enable." into jb-mr2-dev
* commit '8ff86240dc49c1b863154aea6b2e1fd07cfd04b6':
  Add a time margin for deferred enable.
2013-05-20 16:39:10 -07:00
Svetoslav Ganov
20b3b743c0 am 507bd53a: Merge "Do not report the fake UI automation service to clients." into jb-mr2-dev
* commit '507bd53aa8906f7f3297684edb485706a4a573a1':
  Do not report the fake UI automation service to clients.
2013-05-20 16:38:20 -07:00
Svetoslav Ganov
507bd53aa8 Merge "Do not report the fake UI automation service to clients." into jb-mr2-dev 2013-05-20 23:36:41 +00:00
Robert Greenwalt
8ff86240dc am b11672de: Merge "Add a time margin for deferred enable." into jb-mr2-dev
* commit 'b11672de5272f6dcf7e8f4a9d88f2925cdc4c2dd':
  Add a time margin for deferred enable.
2013-05-20 16:34:54 -07:00
Jeff Brown
caca88150c Support double-tap home to go to recents.
Add config resources to enable the following behavior for
certain devices:

* press home - go home
* long-press home - launch assist intent
* double-tap home - open recents

Bug: 8891502
Change-Id: I4564d9e4d127f782ed5bd8eb613ef8f2255176cc
(cherry picked from commit b7805698035622a633b2d76f7ca60169aaa9f0ca)
2013-05-20 23:34:03 +00:00
Robert Greenwalt
b11672de52 Merge "Add a time margin for deferred enable." into jb-mr2-dev 2013-05-20 23:30:39 +00:00
Michael Wright
86172f6252 Pipe through bounding box information
Change-Id: Ic09f2f8f18e21f9582e4ed10aad3b7ec1cc41ddc
2013-05-20 16:25:14 -07:00
Romain Guy
779321fde1 Destroy display lists when running complete memory trims
Bug #8833153

Display lists ops might now keep references to GL resources so they
must be destroyed when the EGL context goes away.

Change-Id: I0feb18f5539b345234a58dafa6f0775d7d7460dc
2013-05-20 16:23:34 -07:00
Fabrice Di Meglio
ea0735ff12 am 5d19f506: am 28df6d3d: Merge "Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL." into jb-mr2-dev
* commit '5d19f506b43e9e7e4c27ca70da1d44a58da71d75':
  Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL.
2013-05-20 15:50:48 -07:00
Fabrice Di Meglio
5d19f506b4 am 28df6d3d: Merge "Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL." into jb-mr2-dev
* commit '28df6d3d4f719d4dbdf82751db46e10ff3d044bb':
  Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL.
2013-05-20 15:49:03 -07:00
Fabrice Di Meglio
28df6d3d4f Merge "Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL." into jb-mr2-dev 2013-05-20 22:47:43 +00:00
Svetoslav Ganov
f1cfdcee27 am 5315953b: am 78a4630e: Merge "Taking into account data change for AbsListView when prefetching node infos." into jb-mr2-dev
* commit '5315953b86ee7ca29756504535e124b053286623':
  Taking into account data change for AbsListView when prefetching node infos.
2013-05-20 15:46:18 -07:00
Svetoslav Ganov
5315953b86 am 78a4630e: Merge "Taking into account data change for AbsListView when prefetching node infos." into jb-mr2-dev
* commit '78a4630edaa11846b09bdad84bac18a0441c500a':
  Taking into account data change for AbsListView when prefetching node infos.
2013-05-20 15:43:36 -07:00
Svetoslav Ganov
78a4630eda Merge "Taking into account data change for AbsListView when prefetching node infos." into jb-mr2-dev 2013-05-20 22:41:28 +00:00
Scott Main
088a5da261 am 2b16b9a4: am 2539c394: am f71e41e8: am 6f190a71: am 0d3f6eda: add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
* commit '2b16b9a48163da36f5b49454694206a1a2b97425':
  add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
2013-05-20 15:15:08 -07:00
Ying Wang
5d990a7304 Merge "Make com.android.location.provider visible to apps-only build." 2013-05-20 22:11:59 +00:00
Scott Main
2b16b9a481 am 2539c394: am f71e41e8: am 6f190a71: am 0d3f6eda: add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
* commit '2539c3946fa3d5cffffa9f742fb1842dfbc5a577':
  add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
2013-05-20 15:10:34 -07:00
Ying Wang
0b5c30a16e Make com.android.location.provider visible to apps-only build.
Change-Id: Ic7983418d9577343817d5a80ebb0847804d2a1b2
2013-05-20 15:08:14 -07:00
Scott Main
2539c3946f am f71e41e8: am 6f190a71: am 0d3f6eda: add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
* commit 'f71e41e81cd5ebe10f2326d0e368de808b489748':
  add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
2013-05-20 15:05:45 -07:00
Scott Main
f71e41e81c am 6f190a71: am 0d3f6eda: add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
* commit '6f190a71c5344f35bc05b80a7630cd8415b9dada':
  add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
2013-05-20 15:04:03 -07:00
Scott Main
6f190a71c5 am 0d3f6eda: add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
* commit '0d3f6eda6ce63592da4d11841a195948d8d0b5d3':
  add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
2013-05-20 14:58:58 -07:00
Scott Main
90152af35b am 92285b9b: am d784e409: am 31dfb4c1: am b7d1f69a: am 84668136: Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev
* commit '92285b9b9ab03ee8edb3fea6f1a70a191632f063':
  delete obsolete duplicate files
2013-05-20 14:58:04 -07:00
Scott Main
92285b9b9a am d784e409: am 31dfb4c1: am b7d1f69a: am 84668136: Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev
* commit 'd784e4091bfa043e5bb78423848c0b3e7fd38185':
  delete obsolete duplicate files
2013-05-20 14:56:52 -07:00
Scott Main
0d3f6eda6c add redirects for devsite, as per I2f3c62a7a18f370c376e1edf6dc9c43983bc6edb
Change-Id: Iea8a519c8d1888b89f4849e9290fa191f495581d
2013-05-20 14:56:44 -07:00
Scott Main
d784e4091b am 31dfb4c1: am b7d1f69a: am 84668136: Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev
* commit '31dfb4c12cc7a4193f2cfa20d1ba20387b1a2887':
  delete obsolete duplicate files
2013-05-20 14:55:00 -07:00
Scott Main
00737ac763 am 5f9e5362: am 249dfff8: am 30cb1234: am efb6884c: am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit '5f9e5362daa80493d9b317e0a8eeb745dd1db5f8':
  add notice about corrupt DMG message bug: 8859130
2013-05-20 14:54:32 -07:00
Scott Main
5f9e5362da am 249dfff8: am 30cb1234: am efb6884c: am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit '249dfff87f49609d645b69737ac2fccc21fa9128':
  add notice about corrupt DMG message bug: 8859130
2013-05-20 14:52:21 -07:00
Scott Main
31dfb4c12c am b7d1f69a: am 84668136: Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev
* commit 'b7d1f69a7e4710b13308afc9018adb1ecd9e47c2':
  delete obsolete duplicate files
2013-05-20 14:50:51 -07:00
Scott Main
249dfff87f am 30cb1234: am efb6884c: am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit '30cb1234882d1263dab06ae773373d97a614f495':
  add notice about corrupt DMG message bug: 8859130
2013-05-20 14:50:40 -07:00
Scott Main
b7d1f69a7e am 84668136: Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev
* commit '8466813637cf2b1f5f12f8524237aed6c95ad4e9':
  delete obsolete duplicate files
2013-05-20 14:47:34 -07:00
Scott Main
30cb123488 am efb6884c: am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit 'efb6884c3640b4c5f1307b8d109cc740597c6cfb':
  add notice about corrupt DMG message bug: 8859130
2013-05-20 14:47:27 -07:00
Scott Main
efb6884c36 am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit '3ff6653525fbda7e1bf5e06f59b5474e390f6de1':
  add notice about corrupt DMG message bug: 8859130
2013-05-20 14:44:16 -07:00
Scott Main
8466813637 Merge "delete obsolete duplicate files" into jb-mr1.1-ub-dev 2013-05-20 21:43:33 +00:00
Scott Main
3ff6653525 add notice about corrupt DMG message
bug: 8859130

Change-Id: I6fffcbdd7d57235cb1fdc9861b569f6feedba6c5
2013-05-20 14:35:30 -07:00
Satoshi Kataoka
c6f7a7ff88 Merge "A tiny cleanup as the supplement of I9b5ef954479150bc4735 Bug: 3483284 Bug: 8851603" 2013-05-20 21:32:03 +00:00
Scott Main
3661ee568f delete obsolete duplicate files
Change-Id: I715362c1dc7022581faf8653ec49da49b3c6ed4a
2013-05-20 14:23:44 -07:00
Alex Klyubin
3f8781d0d7 am 50d3338d: am c8c3c797: am 8cd5592c: am bce05d91: am 45e56fd5: cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
* commit '50d3338d9ee3fca22a0219038cfe768ca4557110':
  cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 14:19:55 -07:00
Satoshi Kataoka
12afe1450e A tiny cleanup as the supplement of I9b5ef954479150bc4735
Bug: 3483284
Bug: 8851603

Change-Id: Ia6dd894dced9cc68c04aafdcae754a404cf52e83
2013-05-21 06:19:27 +09:00
Alex Klyubin
50d3338d9e am c8c3c797: am 8cd5592c: am bce05d91: am 45e56fd5: cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
* commit 'c8c3c797e2f30bf0b71c5acb2521f0f4beef8bf9':
  cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 14:16:57 -07:00
Alex Klyubin
c8c3c797e2 am 8cd5592c: am bce05d91: am 45e56fd5: cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
* commit '8cd5592c5fc2d13e7ab60b2cd25dd9cc90e1e124':
  cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 14:15:17 -07:00
Alex Klyubin
8cd5592c5f am bce05d91: am 45e56fd5: cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
* commit 'bce05d9125d7c9bf536bc6cb1758c7cd3e485166':
  cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 14:13:19 -07:00
Satoshi Kataoka
f1a6d646a4 Merge "Fix a bug on the focus of the input method switching dialog" 2013-05-20 21:11:47 +00:00