17667 Commits

Author SHA1 Message Date
Kenny Root
312206b987 Merge "Add the {get,set}PackageObbPaths calls to API" into honeycomb 2011-01-14 12:42:12 -08:00
Christopher Tate
74230aa1b2 am e1cc00bb: am 64cb24e6: Merge "Send DRAG_STARTED notices to views that become visible during drag" into honeycomb
* commit 'e1cc00bba019bdc165d61b14fef8a72fdeed1ae5':
  Send DRAG_STARTED notices to views that become visible during drag
2011-01-14 12:40:41 -08:00
Christopher Tate
e1cc00bba0 am 64cb24e6: Merge "Send DRAG_STARTED notices to views that become visible during drag" into honeycomb
* commit '64cb24e686b13aabe3d28e049796c8315b011485':
  Send DRAG_STARTED notices to views that become visible during drag
2011-01-14 12:38:24 -08:00
Christopher Tate
64cb24e686 Merge "Send DRAG_STARTED notices to views that become visible during drag" into honeycomb 2011-01-14 12:36:53 -08:00
Dianne Hackborn
0142e990ff am f21ae269: am d922ae01: Add Holo theme for IMEs.
* commit 'f21ae26935349f45c55afa5c8e45e1f6aa880915':
  Add Holo theme for IMEs.
2011-01-14 12:35:06 -08:00
Dianne Hackborn
f21ae26935 am d922ae01: Add Holo theme for IMEs.
* commit 'd922ae01ca99a2b6d39a9393f86776a1d10ebd14':
  Add Holo theme for IMEs.
2011-01-14 12:31:59 -08:00
Christopher Lais
6efd2bad95 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 12:31:26 -08:00
Robert Greenwalt
e5a3556268 am 7b04b1d7: am 1e02ebd2: Merge "Update network subtypes info so it is current." into honeycomb
* commit '7b04b1d7ff7a38be30794c25e893beb40616affb':
  Update network subtypes info so it is current.
2011-01-14 12:28:58 -08:00
Dianne Hackborn
d922ae01ca Add Holo theme for IMEs.
Also clean up theme selection code to get rid of duplication.

Change-Id: Idf7b21db70ee83fce24756ead877169bd08b77a9
2011-01-14 12:28:23 -08:00
Robert Greenwalt
7b04b1d7ff am 1e02ebd2: Merge "Update network subtypes info so it is current." into honeycomb
* commit '1e02ebd225cfe629a4ab2b98f19e4e08ad97c397':
  Update network subtypes info so it is current.
2011-01-14 12:26:39 -08:00
Robert Greenwalt
1e02ebd225 Merge "Update network subtypes info so it is current." into honeycomb 2011-01-14 12:23:45 -08:00
Kenny Root
5d40fe9c68 Add the {get,set}PackageObbPaths calls to API
Add getPackageObbPaths() and setPackageObbPaths() to the public API.

Bug: 3214719
Change-Id: I8627b5f674a795d5780eb5c08911419110670a41
2011-01-14 12:18:48 -08:00
Adam Powell
856b2549e3 am 25cb8bcd: am 2dc59d56: Merge "Fix bug 3347747 - Use a better context when fetching resources for action modes" into honeycomb
* commit '25cb8bcd19231dff29b9ec80ba94d263068465bb':
  Fix bug 3347747 - Use a better context when fetching resources for action modes
2011-01-14 12:16:45 -08:00
Adam Powell
25cb8bcd19 am 2dc59d56: Merge "Fix bug 3347747 - Use a better context when fetching resources for action modes" into honeycomb
* commit '2dc59d56cbfe90fdae745496038352fdada6ee26':
  Fix bug 3347747 - Use a better context when fetching resources for action modes
2011-01-14 12:14:24 -08:00
Adam Powell
2dc59d56cb Merge "Fix bug 3347747 - Use a better context when fetching resources for action modes" into honeycomb 2011-01-14 12:12:13 -08:00
Adam Powell
48e8ac311b Fix bug 3347747 - Use a better context when fetching resources for
action modes

Change-Id: I0c6595c290a9d41f673944c127d2e9aaf7dc84ce
2011-01-14 12:10:47 -08:00
satok
637ccd49ed am b3b1509d: am 64fc11c3: Merge "Add input methods settings panel" into honeycomb
* commit 'b3b1509de73e61296d4fae5ee7e065915ffd4109':
  Add input methods settings panel
2011-01-14 12:07:24 -08:00
satok
b3b1509de7 am 64fc11c3: Merge "Add input methods settings panel" into honeycomb
* commit '64fc11c3ddefc4272a171aaab5c1291709fabe7e':
  Add input methods settings panel
2011-01-14 12:05:09 -08:00
satok
64fc11c3dd Merge "Add input methods settings panel" into honeycomb 2011-01-14 12:03:40 -08:00
satok
82beadfa06 Add input methods settings panel
Bug: 3141466
Bug: 3301559
Bug: 3284424

Moved from old master I4d9abeea

Change-Id: I62fa64cc095e1b9ac34f21e7d4d2e0bb8a3e68fc
2011-01-15 05:00:51 +09:00
Christopher Tate
86cab1bd52 Send DRAG_STARTED notices to views that become visible during drag
We now recognize that a view is now a candidate for receiving the drop
but hasn't yet been notified about it, and send the DRAG_STARTED lifecycle
event properly.  This change also changes the DRAG_ENDED policy: now,
every view that had been sent a DRAG_STARTED receives the corresponding
DRAG_ENDED event, even though subsequent visibility changes may have
occured.

Change-Id: If4ae9ddbf414703e9f15eb2005471626bf19f316
2011-01-14 11:46:09 -08:00
Costin Manolache
81f2b9ef4a am 660f72a0: am c6684f9e: Fix previous quick fix, LoginOptions is final.
* commit '660f72a01681833b0e1e2c23b6281946d01bfb8a':
  Fix previous quick fix, LoginOptions is final.
2011-01-14 11:32:25 -08:00
Costin Manolache
660f72a016 am c6684f9e: Fix previous quick fix, LoginOptions is final.
* commit 'c6684f9e9790e92960504e9b32f20f27003d9f37':
  Fix previous quick fix, LoginOptions is final.
2011-01-14 11:29:59 -08:00
Costin Manolache
c6684f9e97 Fix previous quick fix, LoginOptions is final.
Change-Id: I5f262458239378697a67cbd8e83175bf3ffc7f5b
2011-01-14 11:26:25 -08:00
Robert Greenwalt
17415b9292 Update network subtypes info so it is current.
bug:3327895
Change-Id: Ic1e2a5527c651333af50cc5cfa6c44a15b991fb0
2011-01-14 11:23:54 -08:00
Niclas Kellgren
a1454becb9 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 11:14:03 -08:00
Costin Manolache
4a0b5f8de8 am c405eb6f: am 05db1af9: Merge "Fix NPE, caller may not pass loginOptions." into honeycomb
* commit 'c405eb6f30c75c106debdbd72d6a601d950d9996':
  Fix NPE, caller may not pass loginOptions.
2011-01-14 10:55:49 -08:00
Costin Manolache
c405eb6f30 am 05db1af9: Merge "Fix NPE, caller may not pass loginOptions." into honeycomb
* commit '05db1af9bb42b4b2e668aba2dfcd61878a235764':
  Fix NPE, caller may not pass loginOptions.
2011-01-14 10:53:59 -08:00
Costin Manolache
05db1af9bb Merge "Fix NPE, caller may not pass loginOptions." into honeycomb 2011-01-14 10:52:11 -08:00
Justin Ho
d4f66c01dc am ccc68dad: am 679cd50a: Merge "Updated assets from Gingerbread" into honeycomb
* commit 'ccc68dad9992a35e0ba04d3000236da9e74c9135':
  Updated assets from Gingerbread
2011-01-14 10:51:35 -08:00
Costin Manolache
75b8fc7e0c Fix NPE, caller may not pass loginOptions.
Change-Id: Ifb6a8bf876d30a9726f535a90ba8c0719a9a04aa
2011-01-14 10:50:38 -08:00
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