18603 Commits

Author SHA1 Message Date
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
Mike Lockwood
ba492eb636 am 278a04eb: Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb
* commit '278a04eb7a56459c2f9e3b47dcced6522a87f1d1':
  Fix javadoc for MediaStore.Files.FileColumns constants
2011-01-26 16:26:26 -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
ab4ea68869 am b90a91c6: Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
* commit 'b90a91c633e99d4559095184af27d1416541d3c0':
  Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
2011-01-26 16:14:03 -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
Romain Guy
62bea4287d am 9e7c2c6d: Merge "Optimize invalidate() calls." into honeycomb
* commit '9e7c2c6ded1144122915cfb8bd663e789c7eb93b':
  Optimize invalidate() calls.
2011-01-26 15:43:09 -08:00
Fabrice Di Meglio
3782fe2b23 am f728411b: Merge "Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)" into honeycomb
* commit 'f728411ba40d71a40a0cb0dbfcaa44764af17692':
  Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)
2011-01-26 15:42:55 -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
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
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
Svetoslav Ganov
54fc78072f am df467264: Merge "Final polish of WebView accessibility support for no JavaScript case." into honeycomb
* commit 'df4672643b92208b4ab7f9ab995dca8b69d3c458':
  Final polish of WebView accessibility support for no JavaScript case.
2011-01-26 14:41:33 -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
49295e5379 am ccd79399: am 1d07b5bc: Merge "Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm." into gingerbread
* commit 'ccd79399cc2a28d79287fd1558c5f5a530356003':
  Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
2011-01-26 14:15:08 -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
Dianne Hackborn
ccd79399cc am 1d07b5bc: Merge "Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm." into gingerbread
* commit '1d07b5bc9b0a9e3de4495834242548a600cae1d8':
  Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
2011-01-26 14:08:30 -08:00
Romain Guy
2b1847ea60 Remove unused API
Change-Id: I1714fd82a64b752f0350ef4ef9179ce19e089c6a
2011-01-26 13:43:01 -08:00
Romain Guy
08cdf6fd9a am 940df6dd: Merge "Remove unused API" into honeycomb
* commit '940df6dd83624e5f46b147837d848853a1dab9b2':
  Remove unused API
2011-01-26 13:42:53 -08:00
Romain Guy
940df6dd83 Merge "Remove unused API" into honeycomb 2011-01-26 13:41:10 -08:00
Robert Greenwalt
67881c414a Update networktype before sending state change.
Fixes potential race condition in network-type info.  May fix this issue.

bug:3376930
Change-Id: I3d5fd7c76e54923b62c56defa947be3c9c1cd585
2011-01-26 13:39:46 -08:00
Gilles Debunne
9aa5b8dad0 am 12b2dc23: Merge "Holo theme for error popups in TextViews." into honeycomb
* commit '12b2dc23cc3cdd9dcd6bac91adc8e4198502bab5':
  Holo theme for error popups in TextViews.
2011-01-26 13:35:28 -08:00
Gilles Debunne
12b2dc23cc Merge "Holo theme for error popups in TextViews." into honeycomb 2011-01-26 13:33:24 -08:00
Adam Cohen
eca572f5d9 am 10f27c5a: Merge "Fixing bug where widgets would go dead after moving to another screen" into honeycomb
* commit '10f27c5a42e6da262d178d426944b2b31c185f4a':
  Fixing bug where widgets would go dead after moving to another screen
2011-01-26 13:29:07 -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
c1df157a60 am 07837862: Merge "Fine tune the high memory threshold and usage delta for v8 GC." into honeycomb
* commit '078378624c1955a1e842af34f79798918edccc21':
  Fine tune the high memory threshold and usage delta for v8 GC.
2011-01-26 13:25:50 -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
Dianne Hackborn
f5e4f208b9 Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
Change-Id: I53a6671d5478e7dbca44b17d90f1edfa8e3420bc
2011-01-26 12:40:18 -08:00
Winson Chung
38fe6ff45a am 2c070bae: Merge "Re-enabling queued unbinding of services after requests to the service. (3394210)" into honeycomb
* commit '2c070bae4493cd1976c5086ec4cbf6ce10482742':
  Re-enabling queued unbinding of services after requests to the service. (3394210)
2011-01-26 12:32:50 -08:00
Winson Chung
2c070bae44 Merge "Re-enabling queued unbinding of services after requests to the service. (3394210)" into honeycomb 2011-01-26 12:30:26 -08:00
Jaikumar Ganesh
48f7377980 am e9b644fc: Merge "Fix some unmatched javadoc tags." into honeycomb
* commit 'e9b644fcef08b0716efd3843ca7152e75cde3447':
  Fix some unmatched javadoc tags.
2011-01-26 12:25:29 -08:00
Jaikumar Ganesh
e9b644fcef Merge "Fix some unmatched javadoc tags." into honeycomb 2011-01-26 12:23:15 -08:00
Winson Chung
16c8d8a558 Re-enabling queued unbinding of services after requests to the service. (3394210)
- Fix for crash when detaching from window
- Potential fix for occasional IllegalStateException when updating List based widgets

Change-Id: I3d3f2bb691552a1136111043db686c4926b510c6
2011-01-26 12:09:27 -08:00
Gilles Debunne
5f059e4663 Holo theme for error popups in TextViews.
Bug 3277308

Change-Id: I9711adb848df975b95ad09fc84bba4b970e44670
2011-01-26 12:08:45 -08:00
Shimeng (Simon) Wang
7114f3bf6d Fine tune the high memory threshold and usage delta for v8 GC.
This will help reduce a bit more v8 GC for heavy web sites.

issue: 3317574
Change-Id: I5f93f9311fc864fb13933f92ff402e00c0e6fcdf
2011-01-26 11:56:30 -08:00
Joe Onorato
a4a5ec5e74 am 1aadb210: Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb
* commit '1aadb2108d7614d9d1ff61b41c6c31cb8d211ab9':
  Expose the window flags for lights out mode.
  Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its own.
  Make FLAG_FULLSCREEN not go into lights out mode anymore.
2011-01-26 11:48:48 -08:00
Joe Onorato
1aadb2108d Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb
* changes:
  Expose the window flags for lights out mode.
  Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its own.
  Make FLAG_FULLSCREEN not go into lights out mode anymore.
2011-01-26 11:46:58 -08:00
Jaikumar Ganesh
0706fed520 Fix some unmatched javadoc tags.
Bug: 3392175
Change-Id: I84aa86c07060bc4ba399fd5c8f7cda162b432031
2011-01-26 11:46:56 -08:00
Kenny Root
7dbf0696ef resolved conflicts for merge of 2c1d0967 to honeycomb-plus-aosp
Change-Id: Ie9b0166b0260ee7eea7bdd275e64f2714024bf1c
2011-01-26 11:10:36 -08:00
Kenny Root
2c1d0967ba Merge "Make ObbActionListener a on-way call" into honeycomb 2011-01-26 11:01:14 -08:00
Romain Guy
7c55da5db5 am f5b27e35: Merge "Fix NPE in YouTube. Bug #3385339" into honeycomb
* commit 'f5b27e35c1e0e46ffd882606d0783875e1a1ff7b':
  Fix NPE in YouTube. Bug #3385339
2011-01-26 10:56:08 -08:00