17786 Commits

Author SHA1 Message Date
Justin Ho
ccc68dad99 am 679cd50a: Merge "Updated assets from Gingerbread" into honeycomb
* commit '679cd50aab27235341f1e869af0216366147d6e1':
  Updated assets from Gingerbread
2011-01-14 10:49:49 -08:00
Justin Ho
679cd50aab Merge "Updated assets from Gingerbread" into honeycomb 2011-01-14 10:48:22 -08:00
Justin Ho
724df106a7 Updated assets from Gingerbread
Change-Id: I9beee7ea08325206e1790287901e819893b7239b
2011-01-14 10:47:24 -08:00
Justin Ho
f5ae44810e am a078224d: am f80e623b: Merge "Updated stat_notify icons in new style" into honeycomb
* commit 'a078224d0acb0ec73a6ce46357bfe6a13442e7c2':
  Updated stat_notify icons in new style
2011-01-14 10:43:35 -08:00
Justin Ho
a078224d0a am f80e623b: Merge "Updated stat_notify icons in new style" into honeycomb
* commit 'f80e623be48b630c189e51305c0d203c9f7b8b1f':
  Updated stat_notify icons in new style
2011-01-14 10:40:33 -08:00
Justin Ho
f80e623be4 Merge "Updated stat_notify icons in new style" into honeycomb 2011-01-14 10:38:04 -08:00
Justin Ho
bb2cf771c2 Updated stat_notify icons in new style
Change-Id: I3708aae30805bceb05feb4adfe4a400e1320d0b2
2011-01-14 10:36:27 -08:00
Ben Murdoch
38205a8540 am 4f6ec58a: am c69d5f3b: Merge "Hook up CacheManager for the Chromium HTTP stack" into honeycomb
* commit '4f6ec58a72db1c9a6de130feb7ef38a596149d1a':
  Hook up CacheManager for the Chromium HTTP stack
2011-01-14 09:44:10 -08:00
Ben Murdoch
4f6ec58a72 am c69d5f3b: Merge "Hook up CacheManager for the Chromium HTTP stack" into honeycomb
* commit 'c69d5f3b536a56da9120ace34e05b9878ed164c6':
  Hook up CacheManager for the Chromium HTTP stack
2011-01-14 09:41:44 -08:00
Steve Block
e8492473a9 Hook up CacheManager for the Chromium HTTP stack
Requires a corresponding change in external/webkit
https://android-git.corp.google.com/g/87938

Bug: 3270236
Change-Id: Ibb6ee0531bde48d9b069de28f9f22891ca6d0718
2011-01-14 16:07:40 +00:00
Steve Block
6c29a586f3 am 39bc608b: am 1916e7f3: Adds a new WebViewFragment class
* commit '39bc608bb1d88895cb73ea8144f0240fe1cee26e':
  Adds a new WebViewFragment class
2011-01-14 04:38:27 -08:00
Steve Block
39bc608bb1 am 1916e7f3: Adds a new WebViewFragment class
* commit '1916e7f3a341f9b25571ca4bde8ea1d8a22d815a':
  Adds a new WebViewFragment class
2011-01-14 04:36:46 -08:00
Steve Block
1916e7f3a3 Adds a new WebViewFragment class
Cherry pick from master change 85641.

Bug: 3262357
Change-Id: Ife095f7db820bf0a2add682b47586854a4ea9499
2011-01-14 11:44:35 +00:00
Niclas Kellgren
494565ad1b Added check to make orientation calculations more robust
Added check avoid a division by zero resulting in NaN which in turn
makes checkFullyTilted to ignore high tilt angles from then on.
If (x, y, z) == (0, 0, 0) then there is no tilt or rotation and
this vector must be ignored. This check is extended to ignore all
small acceleration values where noise can be of big influence.

Low or zero readings can happen when space travelling free falling,
but more commonly when shaking or getting bad readings from the sensor.
The accelerometer is turned off when not used and polling it too soon
after it is turned on may result in (0, 0, 0).

Change-Id: I19aec653abb8ab6f7126778035c8c96449f1326f
2011-01-14 09:11:35 +01:00
Jeff Hamilton
86fbc0144e am d7b3dde6: Merge "resolved conflicts for merge of 06bb3aef to honeycomb-plus-aosp" into honeycomb-plus-aosp
* commit 'd7b3dde6870f00c461f92798534d639669632184':
  Add dispatching overrides for foreground apps.
2011-01-13 23:00:00 -08:00
Jeff Hamilton
d7b3dde687 Merge "resolved conflicts for merge of 06bb3aef to honeycomb-plus-aosp" into honeycomb-plus-aosp 2011-01-13 22:58:08 -08:00
Christopher Lais
8d71769b9b Don't drop the drawable cache completely on configuration change
There was a lot of fancy code just above the clear to ensure
that drawables that aren't affected by the change are kept,
then the entire array was cleared.  This patch removes the
clear, so that the drawables that haven't changed are really
kept, matching the logs, comments and larger part of the code.

This patch also fixes the various constant states to return
correct ChangingConfigurations.

Change-Id: Ic11f6179537318d3de16dc58286989eb62a07f15
Old-Change-Id: I22495e6ed232dfe056207ce5155405af1fa82428
2011-01-14 00:43:16 -06:00
Jeff Hamilton
93ec68e6a9 resolved conflicts for merge of 06bb3aef to honeycomb-plus-aosp
Change-Id: Ia7071ca07d917bd79e7697f4b0c0640ebb5f6a6f
2011-01-14 00:38:31 -06:00
Adam Powell
1afc64e29d am 95ad5c54: am 2421cd42: Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb
* commit '95ad5c54ea83832f3d71218531cb23a791f4248f':
  Fix bug 3352112 - crash in AbsListView.smoothScrollBy
2011-01-13 22:25:33 -08:00
Adam Powell
95ad5c54ea am 2421cd42: Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb
* commit '2421cd42292b3593716407847d2957f71c92c1fe':
  Fix bug 3352112 - crash in AbsListView.smoothScrollBy
2011-01-13 22:23:41 -08:00
Adam Powell
2421cd4229 Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb 2011-01-13 22:21:15 -08:00
Adam Powell
79303750df Fix bug 3352112 - crash in AbsListView.smoothScrollBy
Change-Id: I00b4e5855a1c0861993670a38ed2cd946fd18594
2011-01-13 22:06:49 -08:00
Romain Guy
e84505c667 am bd04922f: am 5b907be8: Merge "Move the main thread check to the appropriate place." into honeycomb
* commit 'bd04922f8fe08e132667da41fe55dad2e8044d0b':
  Move the main thread check to the appropriate place.
2011-01-13 18:41:00 -08:00
Romain Guy
bd04922f8f am 5b907be8: Merge "Move the main thread check to the appropriate place." into honeycomb
* commit '5b907be8f5c387e7580a8e43935250adabc408c8':
  Move the main thread check to the appropriate place.
2011-01-13 18:38:25 -08:00
Romain Guy
5b907be8f5 Merge "Move the main thread check to the appropriate place." into honeycomb 2011-01-13 18:36:13 -08:00
Romain Guy
501053a16d Move the main thread check to the appropriate place.
Change-Id: Ic9bcf209e9398ea05b293a8cc31ac7f234b9de16
2011-01-13 18:38:45 -08:00
Huahui Wu
65e8c42c53 am 4809e629: am bfbb089c: Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb
* commit '4809e629a62a0c2f44c4ad8f833b7f0602afcd64':
  b/3133123 Pass touch point ids to WebKit.
2011-01-13 17:07:20 -08:00
Huahui Wu
4809e629a6 am bfbb089c: Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb
* commit 'bfbb089c7fcb2bc74f55fe3c171ef1b6df78b2da':
  b/3133123 Pass touch point ids to WebKit.
2011-01-13 17:04:39 -08:00
Huahui Wu
bfbb089c7f Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb 2011-01-13 17:02:33 -08:00
Huahui Wu
e838a42778 b/3133123 Pass touch point ids to WebKit.
This is the CL in framework side and it needs the WebKit part CL:
  https://android-git.corp.google.com/g/#change,89627

Change-Id: I11d4ffa29fa106d918332e6983090b06726ebd36
2011-01-13 16:47:17 -08:00
Jaikumar Ganesh
a3dcd8ae4a am 5a9fbfe4: am e77e9da8: Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb
* commit '5a9fbfe454a15fcfd2df1901f8247bc0960a4b29':
  Fix bug in handling connect/disconnect multiple devices.
2011-01-13 16:25:04 -08:00
Jaikumar Ganesh
5a9fbfe454 am e77e9da8: Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb
* commit 'e77e9da84946a2833ef8b0d1d476d6325768a244':
  Fix bug in handling connect/disconnect multiple devices.
2011-01-13 16:23:18 -08:00
Jaikumar Ganesh
e77e9da849 Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb 2011-01-13 16:21:12 -08:00
Brad Fitzpatrick
b7bb41b873 am 9af7c8c0: am 52ea9898: Merge "Remove accidental StrictMode logging left in." into honeycomb
* commit '9af7c8c0f941d343d6eefd9b4adffed65e928154':
  Remove accidental StrictMode logging left in.
2011-01-13 16:20:54 -08:00
Brad Fitzpatrick
9af7c8c0f9 am 52ea9898: Merge "Remove accidental StrictMode logging left in." into honeycomb
* commit '52ea989874160be47aad75b285503959c0e4c0bb':
  Remove accidental StrictMode logging left in.
2011-01-13 16:18:51 -08:00
Brad Fitzpatrick
52ea989874 Merge "Remove accidental StrictMode logging left in." into honeycomb 2011-01-13 16:16:46 -08:00
Brad Fitzpatrick
4a82b62044 Remove accidental StrictMode logging left in.
Change-Id: I7580816c6efc32889f49987152ff1d4c40d47140
2011-01-13 16:15:40 -08:00
Jaikumar Ganesh
d1287f5ef0 Fix bug in handling connect/disconnect multiple devices.
Multiple HID devices can be connected. There is no pointing
maintaining the global state. Check individual device state.

Bug: 3350904

Change-Id: I03d9a6015e39e4f9d7f68cc8bbdb19731129b4e6
2011-01-13 15:59:27 -08:00
Dianne Hackborn
f8b9d42f74 am b054b4c8: am 8eca7a1e: Merge "Fix issue #3153930: orphan window left on screen" into honeycomb
* commit 'b054b4c8359992c13cc73d70914bc2b5bdb724de':
  Fix issue #3153930: orphan window left on screen
2011-01-13 15:50:44 -08:00
Dianne Hackborn
b054b4c835 am 8eca7a1e: Merge "Fix issue #3153930: orphan window left on screen" into honeycomb
* commit '8eca7a1e11d905e1d89d4c45adfe210536b5f521':
  Fix issue #3153930: orphan window left on screen
2011-01-13 15:47:58 -08:00
Dianne Hackborn
8eca7a1e11 Merge "Fix issue #3153930: orphan window left on screen" into honeycomb 2011-01-13 15:45:37 -08:00
Gilles Debunne
a5f6389823 am 2cf2b0c8: am 783e6c8b: Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb
* commit '2cf2b0c84cf1091f9700b4d1da823f590b52b9ec':
  fix for cts DuplicateParentStateEnabled bug with TextViews.
2011-01-13 14:57:34 -08:00
Adam Powell
23872ce73b am 2aadcd78: am 379a51d9: Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb
* commit '2aadcd78f4af97895a60dd50c3d819ca8eb3c3c7':
  Fix bug 3242262 - Add queryHint attribute for SearchView
2011-01-13 14:57:18 -08:00
Gilles Debunne
2cf2b0c84c am 783e6c8b: Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb
* commit '783e6c8b3ba7eecac3bdd796b53a1293f9cb1be4':
  fix for cts DuplicateParentStateEnabled bug with TextViews.
2011-01-13 14:54:45 -08:00
Adam Powell
2aadcd78f4 am 379a51d9: Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb
* commit '379a51d96f1dc9db2dcc3288d536594c32f4b514':
  Fix bug 3242262 - Add queryHint attribute for SearchView
2011-01-13 14:54:32 -08:00
Gilles Debunne
783e6c8b3b Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb 2011-01-13 14:51:33 -08:00
Adam Powell
379a51d96f Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb 2011-01-13 14:51:16 -08:00
Svetoslav Ganov
b1a50aacac am e3f71db5: am cecb1db6: Merge "Invisible of gone views fire accessibility events." into honeycomb
* commit 'e3f71db5532858f0d609ca75024e4a964bd011aa':
  Invisible of gone views fire accessibility events.
2011-01-13 14:49:55 -08:00
Svetoslav Ganov
e3f71db553 am cecb1db6: Merge "Invisible of gone views fire accessibility events." into honeycomb
* commit 'cecb1db6accffaa4749b1b0e71c0ec842c5b7a1a':
  Invisible of gone views fire accessibility events.
2011-01-13 14:48:22 -08:00
Adam Powell
c0171d5e8e Fix bug 3242262 - Add queryHint attribute for SearchView
Change-Id: I211b65139622c2a2cba03bd1323e2543b09bb111
2011-01-13 14:46:15 -08:00