Joe Onorato
1ddf75a3df
Merge "Change the default of how AsyncTask enqueues." into honeycomb
2011-01-16 13:52:41 -08:00
Dianne Hackborn
75e616e820
Change FLAG_FORWARD_LOCK back to its original value to not break things.
...
Change-Id: Ib9a38521cc5031a81bae5a830aaf458b8a5ee7a5
2011-01-16 13:31:24 -08:00
Romain Guy
761ae69b7c
am 3c372789: Merge "Don\'t dispatchDetachedFromWindow() if the View was not attached." into honeycomb
...
* commit '3c372789ea0b7836c6a9fe4852fac0de3f29fbbf':
Don't dispatchDetachedFromWindow() if the View was not attached.
2011-01-16 13:30:43 -08:00
Romain Guy
3c372789ea
Merge "Don't dispatchDetachedFromWindow() if the View was not attached." into honeycomb
2011-01-16 13:28:38 -08:00
Joe Onorato
81de61bfdd
Change the default of how AsyncTask enqueues.
...
The default is now to serialize everything onto the thread pool. If you would
like to have finer grained control over how AsyncTasks are executed, you can
call the new executeOnExecutor method, which takes a custom Executor. The
pool used by the default is handily now accessible as THREAD_POOL_EXECUTOR.
This change is because it is too tempting to convert single threaded Janky™
code to use AsyncTask in a way that is unsafe and ends up calling the
AsyncTasks in parallel.
Also, this adds a static execute(Runnable) method to AsyncTask that posts
onto the serialized queue, so that if you don't have any parameters or
return values, you can just use Runnable instead of AsyncTask.
Change-Id: I91bdfb00193542bfc2e101bcad56e3430421884a
2011-01-16 13:09:52 -08:00
Romain Guy
90fc03bc49
Don't dispatchDetachedFromWindow() if the View was not attached.
...
Change-Id: I36cb697be76c8c03497284563dc339c5367559c6
2011-01-16 13:07:15 -08:00
Dianne Hackborn
64e3064305
am c237bb27: Merge "Add manifest API to request a large heap." into honeycomb
...
* commit 'c237bb2776facbfd3325ef23865fd7f6ced67f17':
Add manifest API to request a large heap.
2011-01-16 12:47:57 -08:00
Dianne Hackborn
c237bb2776
Merge "Add manifest API to request a large heap." into honeycomb
2011-01-16 12:45:07 -08:00
Dianne Hackborn
3b81bc18bb
Add manifest API to request a large heap.
...
You can now do android:largeHeap="true" on an application.
Doesn't yet do anything, waiting for Dalvik API.
Also tweak package parsing so that the SDK API level is set in the
configuration, allowing manifest resource value selection based on
that.
Change-Id: I6e035f9702a97b055416743b88f83a22ba4a9584
2011-01-16 12:08:38 -08:00
Chet Haase
15401dc2c2
am 598913a6: Merge "Remove obsolete DoubleEvaluator" into honeycomb
...
* commit '598913a6ba733da911a547e29fb21c6fea3aef3d':
Remove obsolete DoubleEvaluator
2011-01-16 12:07:19 -08:00
Chet Haase
598913a6ba
Merge "Remove obsolete DoubleEvaluator" into honeycomb
2011-01-16 12:05:40 -08:00
Chet Haase
b2ab04ffb6
Remove obsolete DoubleEvaluator
...
Change-Id: I4407468599061ff35c68589988fb1e897de28c69
2011-01-16 11:34:14 -08:00
Amith Yamasani
fac8e262a1
am fe75749c: Merge "Fix position and size of searchfield and buttons." into honeycomb
...
* commit 'fe75749cd9ad2186069037db0238b8596007c4d4':
Fix position and size of searchfield and buttons.
2011-01-16 11:23:02 -08:00
Amith Yamasani
fe75749cd9
Merge "Fix position and size of searchfield and buttons." into honeycomb
2011-01-16 11:20:49 -08:00
Joe Onorato
f3c739cae4
am a032c901: Provide a public resource with the dimensions of the large notification icon.
...
* commit 'a032c90189d9ac28b65af4fe5f8b34f182441335':
Provide a public resource with the dimensions of the large notification icon.
2011-01-16 11:06:29 -08:00
Joe Onorato
a032c90189
Provide a public resource with the dimensions of the large notification icon.
...
Bug: 3301067
Change-Id: I4ef66ee35df34a5288681a0e80e9877d57398dd0
2011-01-16 10:50:23 -08:00
Adam Powell
447d319ed0
am 9b90ac3b: am efb9000f: Fix bug 3355197 - TextView error popup text color
...
* commit '9b90ac3b06a5536df9a5beb4a0d36b708df385f3':
Fix bug 3355197 - TextView error popup text color
2011-01-16 10:46:00 -08:00
Adam Powell
aa1a26c2d9
am 9f5f3d92: am c6ac2472: Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb
...
* commit '9f5f3d92cebc860ae57869e5299c3494f93a6ca5':
Fix bug 3238726 - AutoCompleteTextView dropdown text color
2011-01-16 10:45:52 -08:00
Adam Powell
35a8fc7ee0
am 39ec9427: am b921072c: Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height
...
* commit '39ec9427fb64481596a1764b3470f5996adb8626':
Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height
2011-01-16 10:45:45 -08:00
Adam Powell
9221ea33c6
am ebef3b8c: am 115ad165: Merge "Fix bug 3355197 - Add attribute for fast scroll preview panel text color." into honeycomb
...
* commit 'ebef3b8ca510ae26a04236bfbee1f96f0bda286d':
Fix bug 3355197 - Add attribute for fast scroll preview panel text color.
2011-01-16 10:45:31 -08:00
Nick Pelly
32a97d7c2b
am 18f52d53: am f780350e: am b73203ab: Merge "Make sure service handles are live before passing to other objects." into gingerbread
...
* commit '18f52d533d735c4221d0da7c73583cfee377587d':
Make sure service handles are live before passing to other objects.
2011-01-16 10:44:06 -08:00
Jeff Brown
62e578678b
am c299302e: am 7a1c32e7: Merge "Add support for detecting finger orientation." into honeycomb
...
* commit 'c299302e986646c74ce878502cc72ff33c9849c0':
Add support for detecting finger orientation.
2011-01-16 10:42:25 -08:00
Justin Ho
a34e70886e
am a6724ae1: am 0a26f3ce: Merge "New tray notification icons, new system bar icons" into honeycomb
...
* commit 'a6724ae1de4db7f57d8b0558d6d7d7c0307318af':
New tray notification icons, new system bar icons
2011-01-16 10:42:11 -08:00
Adam Powell
0b5acd507f
am 7128722b: am 1362c94b: Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb
...
* commit '7128722bce15bb0de89829676f7722ce39f1eb84':
Fix bug 3337711 - Volume panel layout adjustments
2011-01-16 10:41:53 -08:00
Jeff Brown
ddb16aa8a6
am 9f1ae205: am 06bc9721: Merge "Disable soft keyboard when keyboard attached." into honeycomb
...
* commit '9f1ae205b40a2cc730b3e07b1a408ad2803c40fd':
Disable soft keyboard when keyboard attached.
2011-01-16 10:41:22 -08:00
Romain Guy
720b3ee1b1
am 2be00ccb: am 8dd5b1e5: Prevent NPE when a View is detached without having been attached. Bug #3355252
...
* commit '2be00ccbe7c8e2aedfa15b6b7c469160734dda15':
Prevent NPE when a View is detached without having been attached. Bug #3355252
2011-01-16 10:40:38 -08:00
Adam Powell
9b90ac3b06
am efb9000f: Fix bug 3355197 - TextView error popup text color
...
* commit 'efb9000f42f30cc6e70113626de0f05456340ad2':
Fix bug 3355197 - TextView error popup text color
2011-01-15 20:52:32 -08:00
Adam Powell
efb9000f42
Fix bug 3355197 - TextView error popup text color
...
Fix a theme setting for positioning buttons in alert dialogs for
holo.light.
Change-Id: Id6334c6d77afa19ea29409c8d5034942740c7065
2011-01-15 20:49:52 -08:00
Adam Powell
9f5f3d92ce
am c6ac2472: Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb
...
* commit 'c6ac2472c9a24675795df19d2c07cfa86d931dc4':
Fix bug 3238726 - AutoCompleteTextView dropdown text color
2011-01-15 20:07:52 -08:00
Adam Powell
c6ac2472c9
Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb
2011-01-15 20:05:21 -08:00
Adam Powell
674af39e56
Fix bug 3238726 - AutoCompleteTextView dropdown text color
...
Change-Id: I8de7a33932b0f6fb2c961f662b626d6ce46d46e9
2011-01-15 20:04:24 -08:00
Adam Powell
39ec9427fb
am b921072c: Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height
...
* commit 'b921072c2b509cf31d9d9779b30c278bc6f9f640':
Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height
2011-01-15 19:29:30 -08:00
Adam Powell
b921072c2b
Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height
...
Change-Id: I026ab039caa2b9010a25ed7a1980b1213d946509
2011-01-15 19:24:50 -08:00
Adam Powell
ebef3b8ca5
am 115ad165: Merge "Fix bug 3355197 - Add attribute for fast scroll preview panel text color." into honeycomb
...
* commit '115ad16551c9cf9551f44cbea59f3edf83e4a340':
Fix bug 3355197 - Add attribute for fast scroll preview panel text color.
2011-01-15 17:25:49 -08:00
Adam Powell
b2e551711a
Fix bug 3355197 - Add attribute for fast scroll preview panel text color.
...
Text color for the fast scroll panel is dependent on its background,
which is already configurable within the theme.
Change-Id: I6ac3018116f078b7567888d75fa34ffd250d2f92
2011-01-15 17:21:35 -08:00
Nick Pelly
18f52d533d
am f780350e: am b73203ab: Merge "Make sure service handles are live before passing to other objects." into gingerbread
...
* commit 'f780350edb403739fee1a99b0ca91541f5ec0b91':
Make sure service handles are live before passing to other objects.
2011-01-14 21:30:20 -08:00
Jeff Brown
c299302e98
am 7a1c32e7: Merge "Add support for detecting finger orientation." into honeycomb
...
* commit '7a1c32e719725787acda4885ad7bd8031975e8c7':
Add support for detecting finger orientation.
2011-01-14 19:20:07 -08:00
Jeff Brown
7a1c32e719
Merge "Add support for detecting finger orientation." into honeycomb
2011-01-14 19:18:16 -08:00
Jeff Brown
517bb4c859
Add support for detecting finger orientation.
...
Change-Id: I901fc61f7705fcd7950190dc8782bad616032ee2
2011-01-14 19:12:48 -08:00
Justin Ho
a6724ae1de
am 0a26f3ce: Merge "New tray notification icons, new system bar icons" into honeycomb
...
* commit '0a26f3ce96c628a22892b09b69bcbb58cc700165':
New tray notification icons, new system bar icons
2011-01-14 19:03:50 -08:00
Justin Ho
0a26f3ce96
Merge "New tray notification icons, new system bar icons" into honeycomb
2011-01-14 19:01:58 -08:00
Nick Pelly
f780350edb
am b73203ab: Merge "Make sure service handles are live before passing to other objects." into gingerbread
...
* commit 'b73203ab7e308b747819de2b2400afe971ef3bff':
Make sure service handles are live before passing to other objects.
2011-01-14 18:38:46 -08:00
Justin Ho
f175559c7a
New tray notification icons, new system bar icons
...
Change-Id: I133502ffab55507fa31781791135945f3e0043b3
2011-01-14 18:35:59 -08:00
Adam Powell
7128722bce
am 1362c94b: Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb
...
* commit '1362c94bf84b51d2363e4a030fb847478759da2f':
Fix bug 3337711 - Volume panel layout adjustments
2011-01-14 18:27:58 -08:00
Adam Powell
1362c94bf8
Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb
2011-01-14 18:26:01 -08:00
Adam Powell
63d3cf7d36
Fix bug 3337711 - Volume panel layout adjustments
...
Change-Id: I465e7ee1b51ec6417f237fb819b8e8840bd1558b
2011-01-14 18:25:30 -08:00
Nick Pelly
b73203ab7e
Merge "Make sure service handles are live before passing to other objects." into gingerbread
2011-01-14 18:18:25 -08:00
Jim Miller
8b886fab54
Fix 3106227: use WeakReferences for receivers in DigitalClock class
...
This works around a bug in the framework where LockScreen wouldn't
get GC'd under certain circumstances which would lead to an OOM
crash. It now uses WeakReferences for observers inside the
DigitalClock container class and unregisters them if the containing
DigitalClock goes away.
Also removed mLive variable which was unused and could potentially
leak the receivers.
Left mAttached for debugging so we can use it to determine if the
calls to onAttachToWindow() and onDetachFromWindow() are grossly
unbalanced which may be the root cause of the original problem.
Have cleanUp() explicitly clear unused references to make
tracing through hprof references easier.
Change-Id: I99a7e0c356001b05eab5aa729564553666febfea
2011-01-14 18:01:12 -08:00
Jeff Brown
9f1ae205b4
am 06bc9721: Merge "Disable soft keyboard when keyboard attached." into honeycomb
...
* commit '06bc9721d8f5db053b51e1c536e746833ad46036':
Disable soft keyboard when keyboard attached.
2011-01-14 17:50:12 -08:00
Jeff Brown
06bc9721d8
Merge "Disable soft keyboard when keyboard attached." into honeycomb
2011-01-14 17:48:09 -08:00