105397 Commits

Author SHA1 Message Date
Scott Main
e205386e1e am 66e965dd: am 2377da02: Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev
* commit '66e965dd0fec17a87781821f7a360964a075f18f':
  delete orphaned and obsolete files
2013-05-20 18:53:18 -07:00
Jeff Brown
04be10a5b1 am 36b3b1dd: Merge "Support double-tap home to go to recents." into jb-mr2-dev
* commit '36b3b1dd0b963e6d0a3d8f7d16e3bdfe5efcbe4d':
  Support double-tap home to go to recents.
2013-05-20 18:52:28 -07:00
Jeff Brown
36b3b1dd0b Merge "Support double-tap home to go to recents." into jb-mr2-dev 2013-05-21 01:50:13 +00:00
Scott Main
66e965dd0f am 2377da02: Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev
* commit '2377da025abafe367359d8b2d9d1fecb615f7733':
  delete orphaned and obsolete files
2013-05-20 18:48:02 -07:00
Scott Main
2377da025a Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev 2013-05-21 01:46:18 +00:00
Dirk Dougherty
807582cbb9 am 45e87f4e: am 0775c1ba: am b3d79b44: am 4a3c5584: Merge "Doc change: fix tiny url." into jb-mr1.1-docs
* commit '45e87f4ebe9ddde27dd5e0e28267c433c30b476b':
  Doc change: fix tiny url.
2013-05-20 18:15:43 -07:00
Scott Main
7bfd39a47d delete orphaned and obsolete files
Change-Id: I2e199ce5ff5c4e4c9622897eed0072c3aba02bc4
2013-05-20 18:14:42 -07:00
Dirk Dougherty
45e87f4ebe am 0775c1ba: am b3d79b44: am 4a3c5584: Merge "Doc change: fix tiny url." into jb-mr1.1-docs
* commit '0775c1ba90633c9d00116299a57ecd84142e67c8':
  Doc change: fix tiny url.
2013-05-20 18:12:29 -07:00
Dirk Dougherty
0775c1ba90 am b3d79b44: am 4a3c5584: Merge "Doc change: fix tiny url." into jb-mr1.1-docs
* commit 'b3d79b44ebb32bc3f9505a895728ad0a8a16ed2f':
  Doc change: fix tiny url.
2013-05-20 18:11:22 -07:00
Dirk Dougherty
b3d79b44eb am 4a3c5584: Merge "Doc change: fix tiny url." into jb-mr1.1-docs
* commit '4a3c55846ad488e68236837504ffd953498eb9fb':
  Doc change: fix tiny url.
2013-05-20 18:09:46 -07:00
Dirk Dougherty
4a3c55846a Merge "Doc change: fix tiny url." into jb-mr1.1-docs 2013-05-21 01:07:33 +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
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
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
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
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
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
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
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
Scott Main
3661ee568f delete obsolete duplicate files
Change-Id: I715362c1dc7022581faf8653ec49da49b3c6ed4a
2013-05-20 14:23:44 -07: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
Alex Klyubin
bce05d9125 am 45e56fd5: cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
* commit '45e56fd5e1d3747cc1a9f1ecd5883ee491bff532':
  cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276 Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 14:10:39 -07:00
Alex Klyubin
45e56fd5e1 cherypick from mr2: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276
Switch APK signing from MD5WithRSA to SHA1WithRSA.

While we're at it, remove duplicates of app-signing.jd.

Change-Id: I3b5441bc61107a4f6d9b67366517785e6792cf9e
2013-05-20 14:05:56 -07:00
Alex Klyubin
e34418471e am 791d76bb: Merge "Switch APK signing from MD5WithRSA to SHA1WithRSA." into jb-mr2-dev
* commit '791d76bb3e0a79106adae02139650ff2b56a31e9':
  Switch APK signing from MD5WithRSA to SHA1WithRSA.
2013-05-20 13:56:44 -07:00
Alex Klyubin
791d76bb3e Merge "Switch APK signing from MD5WithRSA to SHA1WithRSA." into jb-mr2-dev 2013-05-20 20:51:58 +00:00
Alex Klyubin
0aa559b263 Switch APK signing from MD5WithRSA to SHA1WithRSA.
While we're at it, remove duplicates of app-signing.jd.

Bug: 9000563
Change-Id: Ib7e08e719b6b9c9b1e8116e6e2a77611f046b276
2013-05-20 13:47:09 -07:00
Dirk Dougherty
3066b1fe6c Doc change: fix tiny url.
Change-Id: Iea59aadd7b83e8f076e65b75fbb4bd9109e26307
2013-05-20 13:45:04 -07:00
Chet Haase
e8d6dc4cad am 865cffc7: Merge "Add null check in ViewOverlay" into jb-mr2-dev
* commit '865cffc7cece8f10a9e6aab1e89a92c8794cb279':
  Add null check in ViewOverlay
2013-05-20 13:43:36 -07:00