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
Gilles Debunne
fb81703ab1
fix for cts DuplicateParentStateEnabled bug with TextViews.
...
Bug 3347206
Do not add an extra slot in the drawable state for multiline if it
is not needed.
Updated setDuplicateParentStateEnabled documentation.
Change-Id: I95f74284721e25b483e12e9b861e810a55c260b6
2011-01-13 14:41:25 -08:00
Dianne Hackborn
f99f9c5f92
Fix issue #3153930 : orphan window left on screen
...
The problem is that if a window containing children is removed
before the children are, the children may be lost. This change
(amongst the huge amount of new debugging code) now ensures at
this point that all children windows are removed when the parent
is.
Note that this results in a bunch of error messages now as the
client app tries to continue to do things with that child window.
This is correct, it shouldn't be doing that, and needs to be
fixed to stop it. But at least it now can't cause the window
manager to leak surfaces.
Change-Id: I7b80dd89ff9de7cb5af1dc759cfa4b31ac29cddc
2011-01-13 14:24:16 -08:00
Svetoslav Ganov
9cd1eca854
Invisible of gone views fire accessibility events.
...
bug:3350110
1. Added a visibility check before sending an accessibility event.
Change-Id: I322ede3844502bc623ba2aff2b3586a9925ba682
2011-01-13 14:24:08 -08:00
Eric Fischer
fae55508d0
am 5a40b8ef: Merge "Add date format and map center resources for new locales." into gingerbread
...
* commit '5a40b8ef81034e00f886010c71dccd62b919028b':
Add date format and map center resources for new locales.
2011-01-13 13:11:39 -08:00
Eric Fischer
5a40b8ef81
Merge "Add date format and map center resources for new locales." into gingerbread
2011-01-13 13:08:18 -08:00
Jeff Hamilton
06bb3aef0d
am 52d3203e: Add dispatching overrides for foreground apps.
...
* commit '52d3203ef69d4babbc4dd030a15c08c0b8d1d226':
Add dispatching overrides for foreground apps.
2011-01-13 12:46:16 -08:00
Svetoslav Ganov
8cdcaa8824
am 79ef5dd8: am 462433ae: Merge "DatePicker is calling back its listener on init." into honeycomb
...
* commit '79ef5dd8ff877e527627260947b93d1e41d35ddf':
DatePicker is calling back its listener on init.
2011-01-13 12:45:54 -08:00
Svetoslav Ganov
79ef5dd8ff
am 462433ae: Merge "DatePicker is calling back its listener on init." into honeycomb
...
* commit '462433ae94ff33f9591d910b662e63b821549cad':
DatePicker is calling back its listener on init.
2011-01-13 12:43:43 -08:00
Svetoslav Ganov
462433ae94
Merge "DatePicker is calling back its listener on init." into honeycomb
2011-01-13 12:41:04 -08:00
Jeff Hamilton
52d3203ef6
Add dispatching overrides for foreground apps.
...
Apps can register to override the default dispatching
but only when they're in the foreground.
Change-Id: I8e9a9254d3f79f097fb3c8c677d806043574ba4d
2011-01-13 14:24:07 -06:00
Jason parks
8c3dc00a7d
am 4a534fa8: am a3cdaa53: Revert "Remove the APIs for the old encryption scheme."
...
* commit '4a534fa899e0101e26e5b670383aa357c10483b8':
Revert "Remove the APIs for the old encryption scheme."
2011-01-13 12:21:10 -08:00
Jason parks
4a534fa899
am a3cdaa53: Revert "Remove the APIs for the old encryption scheme."
...
* commit 'a3cdaa5337fa573c4c61770195d6232c2e587090':
Revert "Remove the APIs for the old encryption scheme."
2011-01-13 12:18:40 -08:00
Romain Guy
7d3347fbc2
am 718153c7: am c15c7a79: Merge "Cleanup implementation of hardware layers." into honeycomb
...
* commit '718153c71704f18ddd6e436df2008eb5ef9f6a06':
Cleanup implementation of hardware layers.
2011-01-13 12:17:56 -08:00
Jason parks
a3cdaa5337
Revert "Remove the APIs for the old encryption scheme."
...
This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.
2011-01-13 14:15:43 -06:00
Romain Guy
718153c717
am c15c7a79: Merge "Cleanup implementation of hardware layers." into honeycomb
...
* commit 'c15c7a79a69733bd21d6548fd74c2874fdabe7e8':
Cleanup implementation of hardware layers.
2011-01-13 12:15:35 -08:00
Romain Guy
c15c7a79a6
Merge "Cleanup implementation of hardware layers." into honeycomb
2011-01-13 12:13:59 -08:00