40734 Commits

Author SHA1 Message Date
Wink Saville
13a8f2a59c Merge "Comment out the isAvailable optimization." into honeycomb 2011-01-26 17:29:32 -08:00
Scott Main
0f2e2b8b82 Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description." into honeycomb 2011-01-26 17:06:45 -08:00
Shih-wei Liao
26e5ff8a67 For rs_cl, fix _RS_STATIC (used while we do on-host linking). Now we do
on-device linking, STATIC no longer makes sense. (b/2943524)

Change-Id: Ia35f90eb0956b1cd6c436a1482d87d82f41cedc9
2011-01-26 17:04:31 -08:00
Mike Lockwood
e797b82c76 Revert "getRingtone is causing an anr. Turn it off for now."
ANR doesn't seem to be happening any more.

BUG: 3142881

This reverts commit c597ba8e9ad08ac628271b4498c27eda74c6c86c.

Change-Id: Ib6eb407c700bc9a8460f49394ec71d75d14588e2
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-26 17:00:51 -08:00
Xavier Ducrohet
ee37ab8dce Merge "LayoutLib: properly erase the bitmap when rendering a new session." into honeycomb 2011-01-26 16:52:49 -08:00
Xavier Ducrohet
5a82d8c58b LayoutLib: properly erase the bitmap when rendering a new session.
This fix the issue where going from a full theme to a dialog theme
would show the dialog on top of the previous rendering.

Change-Id: Ib52b9719f44b04969423547b9de8d039f90b6f46
2011-01-26 16:34:53 -08:00
Eric Fischer
706a4fcb10 Import revised translations. DO NOT MERGE
Change-Id: Ibc22cd39b0a708a8188b0a52660f484682762ef5
2011-01-26 16:29:34 -08:00
Dianne Hackborn
93257271ad Merge "Remove xlarge specific icon size" into honeycomb 2011-01-26 16:28:46 -08:00
Dianne Hackborn
8c0ac87087 Merge "Fix another part of #3387855: Menu flashes on left side of screen" into honeycomb 2011-01-26 16:27:40 -08:00
Dianne Hackborn
428ecb65b5 Fix another part of #3387855: Menu flashes on left side of screen
When task switching while dialog windows were up, the exit animation
wouldn't be seen.  The animation needs to force Z-order its windows
to the top.

Also fix a bug where the lock screen fade-out was immediately
Z-ordering the wallpaper to the bottom if the activity behind was
not on top of the wallpaper.

Change-Id: Icd45cd8ccfff9829822c1682931413246eb9601b
2011-01-26 16:26:48 -08:00
Dianne Hackborn
2d63144ed9 Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb 2011-01-26 16:25:49 -08:00
Mike Lockwood
278a04eb7a Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb 2011-01-26 16:24:19 -08:00
Winson Chung
b90a91c633 Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
- Also tweaking disconnect delay, cache size, and memory limit

Change-Id: If67188dcb363e5a2fbc02736f82bfd783af02533
2011-01-26 16:09:09 -08:00
Gilles Debunne
6741c941a7 Tabs are resized to make sure they fit in their parent.
Bug 3365301

This is a first implementation. The text inside the tabs is clipped
and can be hardly readable.

A nicer complimentary solution is to reduce the 40dip padding in portrait mode.

Change-Id: I19439ee6a63c3f9dcdcc944ddbbc18a81949db79
2011-01-26 16:01:20 -08:00
Kenny Root
fd66a020bd Remove xlarge specific icon size
app_icon_size was set to 64dip for xlarge screens resulting in blurry
icons. They were loaded as mdpi (48x48) and scaled up to 64x64 which
looks bad.

Change-Id: I6f8f0c1d11aea3bd1e3a6ebf008aeef10cd4e47e
2011-01-26 16:00:29 -08:00
Mike Lockwood
ed723b4095 Fix javadoc for MediaStore.Files.FileColumns constants
BUG: 3370225

Change-Id: Ie793771b131031f8457859990dca7b6fb9ba47aa
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-26 15:57:07 -08:00
Andreas Huber
63b38e31aa Merge "This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes." into honeycomb 2011-01-26 15:50:04 -08:00
Jim Miller
85433c7606 Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb 2011-01-26 15:47:40 -08:00
Wink Saville
9f7a0b2b02 Comment out the isAvailable optimization.
As the comment says this causes problems if the connection
is handling errors. This removes the optimization for now.

Bug: 3386481
Change-Id: I6cb00abe8b1949e9b79b4906a6bdab5872b5054d
2011-01-26 15:43:49 -08:00
Andreas Huber
0f535afd7e This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes.
And now we're just ignoring them. Yay standards.

Change-Id: I76529ad8d585f143d6f99621ff671d179caf7b35
related-to-bug: 3353752
2011-01-26 15:40:56 -08:00
Romain Guy
9e7c2c6ded Merge "Optimize invalidate() calls." into honeycomb 2011-01-26 15:40:16 -08:00
Romain Guy
0fd89bf722 Optimize invalidate() calls.
Change-Id: I09d99290ca74f96046702bc2604f125a1276ce05
2011-01-26 15:41:30 -08:00
Jim Miller
f1e22e5c78 Fix 3354590: Add back button to dismiss RecentAppsPanel
Change-Id: I65337e8ebf823e7a92f810cd670b23edf8e70067
2011-01-26 15:39:51 -08:00
Fabrice Di Meglio
f728411ba4 Merge "Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)" into honeycomb 2011-01-26 15:39:24 -08:00
Fabrice Di Meglio
dc2dd88249 Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)
- add human readable error messages

Change-Id: Ib6937684e61aca80b2c3bc78fd67b93c3df61d17
2011-01-26 15:35:47 -08:00
Jason Chen
b61440b440 Merge "Cherry-pick of f5e4f208b9ed73 to honeycomb" into honeycomb 2011-01-26 15:30:56 -08:00
Mike Lockwood
a13732e17a Merge "MTP: Fix month off by one error in date parsing and formatting code" into honeycomb 2011-01-26 15:30:07 -08:00
Mike Lockwood
2107d23fc9 MTP: Fix month off by one error in date parsing and formatting code
BUG: 3379100

Change-Id: Ib386f0def9d611529ce0528b8159cef48df9cd85
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-26 15:11:48 -08:00
Scott Main
f4f05b8f24 Update package descriptions with editorial revisions.
Notably, this removes exessive info about resources
from the content package, because it's not a good location
and the info is avilable in the dev guide, but also
added some of the info to the Resources class description.

Change-Id: Ie78af26c9cec66314deb98e53078f48e16c08e70
2011-01-26 14:58:19 -08:00
Shih-wei Liao
79204b98d2 Merge "Part II of fixing b/2943524: On-device linking rs_core." into honeycomb 2011-01-26 14:56:41 -08:00
Shih-wei Liao
f5a16efcc3 Part II of fixing b/2943524: On-device linking rs_core.
Change-Id: I1db1f8a2c9e8afabd9961c0effca60b10c9ed4dc
2011-01-26 14:47:17 -08:00
John Wang
7b4ba9d80d Merge "Enable recovery in RIL wakelock release check." into honeycomb 2011-01-26 14:45:24 -08:00
James Dong
7fb232c40c Merge "Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source." into honeycomb 2011-01-26 14:43:59 -08:00
John Wang
4376538c47 Enable recovery in RIL wakelock release check.
This is a cherry-pick Change 91968 from GB branch.

Wakelock will get released while
1) no request pending to be sent out, in which mRequestMessagesPending increases
before calling EVENT_SEND and decreases while handling EVENT_SEND.

and

2) no waiting requests sent to RIL but no replied, in which mRequestMessagesWaiting
increases while sending request and decreases while handling response.

Both will be cleared while WAKE_LOCK_TIMEOUT occurs to recovery from out of sync situation.

bug: 3369427, 3370827
Change-Id: Ibbcc95d67a292ffe20339ea9bdb0f2e4a4988da0
2011-01-26 14:40:36 -08:00
Svetoslav Ganov
df4672643b Merge "Final polish of WebView accessibility support for no JavaScript case." into honeycomb 2011-01-26 14:39:47 -08:00
Jaikumar Ganesh
67a8b8eaa1 Disable PBAP for no voice capability
PBAP is contact transfer to cars and headsets.
This is closely tied to handsfree profile.
Without calling functionality it was of practically no use.
It will just confuse users when they see a "Dial" button
on their car systems.

Bug: 3395362
Change-Id: I4e4597f0e4b371f69ed7af95d73893554e3fb8ac
2011-01-26 14:33:20 -08:00
Dianne Hackborn
3a985aed11 Cherry-pick of f5e4f208b9ed73 to honeycomb
Original change description:

    Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
2011-01-26 14:09:45 -08:00
Stephen Hines
8fc7690f2b Merge "Hook up tgammaf properly for RS." into honeycomb 2011-01-26 14:08:49 -08:00
Romain Guy
2b1847ea60 Remove unused API
Change-Id: I1714fd82a64b752f0350ef4ef9179ce19e089c6a
2011-01-26 13:43:01 -08:00
Romain Guy
940df6dd83 Merge "Remove unused API" into honeycomb 2011-01-26 13:41:10 -08:00
Gilles Debunne
12b2dc23cc Merge "Holo theme for error popups in TextViews." into honeycomb 2011-01-26 13:33:24 -08:00
Dianne Hackborn
57f1ac4133 Fix issue #3380072: Switching in and out of gmail not preserving position in label
We were doubly-decreasing the task's activity count, so when selected
from recent tasks it would re-launch the last Intent rather than
switching to its current state.

Change-Id: I6e58c930a0755ae0142604d42b5cd2c668a2b492
2011-01-26 13:28:16 -08:00
Adam Cohen
10f27c5a42 Merge "Fixing bug where widgets would go dead after moving to another screen" into honeycomb 2011-01-26 13:26:58 -08:00
Shimeng (Simon) Wang
078378624c Merge "Fine tune the high memory threshold and usage delta for v8 GC." into honeycomb 2011-01-26 13:23:58 -08:00
Adam Cohen
2035a4657a Fixing bug where widgets would go dead after moving to another screen
-> A memory optimization was causing AdapterViewAnimator to give up its
   reference to its adapter, rendering the widget dead.
-> Did testing, and it doesn't appear that this optimization was
   making a difference, so it appears safe to remove.

Change-Id: I274c5f73862cbda2dc5411d5c94a9ba1ac1e3635
2011-01-26 13:22:59 -08:00
Daniel Sandler
7f70eaa59f Status bar visual tweaks.
- Move notification icons and clock down by 1dp
 - Make control panel background translucent to match
   notification panel

Bug: 3394785
Change-Id: I0988fa595e2cf014b9bf31d102b428cfb2ce8732
2011-01-26 16:03:20 -05:00
Justin Ho
8a445fc30e Merge "Integrating drawable-xlarge stat_sys assets" into honeycomb 2011-01-26 13:02:01 -08:00
Daniel Sandler
044602b226 Merge "Ticker visual fixes." into honeycomb 2011-01-26 12:51:30 -08:00
Dharmaray Kundargi
45e3d123bc Merge "Overlay java files Issue 3370836" into honeycomb 2011-01-26 12:46:23 -08:00
Dharmaray Kundargi
ecebf173de Merge "Fix for Issue 3370836 : JNI files for Overlay optmization." into honeycomb 2011-01-26 12:46:20 -08:00