Go to file
Dianne Hackborn 6687fb103d Fix some bugs.
Bug #2376231: Apps lose window focus (and back key causes ANR) if the
lock screen is dismissed while the phone is in landscape mode

This is another case where we weren't recomputing the focused window
after changing the visibility policy.

bug #2479958: Investigate source of "Resources don't contain package
for resource number 0x7f0a0000"

Um, okay, so it turns out there were bugs all over the place where
we would load an XML resource from a another application, but not
use the Resources for that application to retrieve its resources...!
I think the only reason any of this stuff was working at all was
because it typically only cared about retrieving the resource
identifiers of the items (it would look up the values later).

Bug #2401082: Passion ERE26 monkey crash - InputMethodManagerService

Add some null checks.
2010-03-04 11:52:14 -08:00
awt
camera Fix the rgb to yuv422sp conversion. The order of uv is different from the 2010-02-18 14:02:56 -08:00
cmds Fix simulator build. 2010-02-11 14:41:20 -08:00
common Fix Proguard flags. 2010-03-02 09:36:33 -08:00
include Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links 2010-03-01 20:42:14 -08:00
libs Fix some bugs. 2010-03-04 11:52:14 -08:00
mms-common define the "seen" column for sms and pdu tables. 2010-03-01 10:26:31 -08:00
opengl get rid off the YUV formats at the libui layer 2010-02-16 17:33:37 -08:00
vpn Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. 2010-01-29 13:35:51 -08:00
cleanspec.mk
MODULE_LICENSE_APACHE2
NOTICE