7037 Commits

Author SHA1 Message Date
Android (Google) Code Review
867bb7c353 Merge change 22773 into eclair
* changes:
  Keep up with latest changes to overlay handling on that unnamable platform.
2009-08-26 10:30:31 -07:00
Android (Google) Code Review
ea839a72fd Merge change 22766 into eclair
* changes:
  Add assets for fasttrack badges.
2009-08-26 10:20:30 -07:00
Andreas Huber
557c6ce71c Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. 2009-08-26 10:11:50 -07:00
Mike Lockwood
9517443904 MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-26 09:44:09 -07:00
Andreas Huber
446f44f61a Keep up with latest changes to overlay handling on that unnamable platform. 2009-08-26 09:11:13 -07:00
Evan Millar
22136fe1df Add assets for fasttrack badges.
These may be incorporated into a fasttrack framework widget at some
point. For now we'll just make them private assets.

Change-Id: I6b8c1e5c4a5f8c38a95f23dfab9a67973862db95
2009-08-26 09:03:42 -07:00
Eric Laurent
6ee9952bc2 Fix issue 2076322: AudioService, too many stream volume steps.
MAX_STREAM_VOLUME[] now contains the maximum valid index instead of the number of indexes for all stream types.
2009-08-26 05:23:20 -07:00
Bjorn Bringert
ba22376089 Close suggestion cursors that arrive after adapter is closed
Before, after using the Browser, memory-hungry apps could
become very sluggish. This was because the search dialog in the
system process had the BrowserProvider open, which in turn had
EnhancedGoogleSearch open. Since EhancedGoogleSearch runs in acore,
the system would keep both the Browser process and acore to stay
around forever.

The cause (or at least one common cause) for this was that
if the user types quickly, and clicks on a suggestion before
the displayed suggestions have caught up, some suggestion cursors
are not be closed.

This change solves this problem by adding a close() method to
SuggestionsAdapter. SuggestionsAdapter now closes any cursors
that are passed to it after close() is called.

Fixes http://b/issue?id=2078226
"global search holding reference to browser: system -> browser -> acore = :("
2009-08-26 13:18:40 +01:00
Steve Block
d875ce6dac Sets or clears Geolocation permissions for Google origins when the 'Location & privacy - Share with Google' sysetm setting is changed.
This fixes bug http://b/issue?id=1933893
2009-08-26 12:51:14 +01:00
Ben Murdoch
d497d87650 Pass the estimated size of new HTML 5 databases to the ChromeClient so it can use that amount to figure an initial default quota.
Change-Id:Ic9372b0c86472b42ba5d0b964aaff1e2bbfe3efa
2009-08-26 12:39:55 +01:00
Android (Google) Code Review
97f870956a Merge change 22399 into eclair
* changes:
  Refactor VCard handling code, phase 2, 3, 4, 5
2009-08-25 22:08:38 -07:00
Fred Quintana
c848b7023b clean up the too many deletes dialog 2009-08-25 20:31:05 -07:00
Jeff Sharkey
ba176d6c8a Don't reference hidden API from comments. 2009-08-25 19:05:47 -07:00
Android (Google) Code Review
09f4c94233 Merge change 22710 into eclair
* changes:
  Calculate specular lighting correctly
2009-08-25 18:36:47 -07:00
Android (Google) Code Review
2287430017 Merge change 22709 into eclair
* changes:
  If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing the viewport.
2009-08-25 18:36:22 -07:00
Martin Storsjo
c0dea96491 Calculate specular lighting correctly
Since the lighting calculations are done in object space, the vector
from the object to the viewer also needs to be transformed to object
space.
2009-08-25 18:35:54 -07:00
Martin Storsjo
4f31af9346 If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing the viewport. 2009-08-25 18:35:03 -07:00
Android (Google) Code Review
22e2aaaa5c Merge change 22656 into eclair
* changes:
  Adding an aggregation mode: AGGREGATION_SUSPENDED
2009-08-25 18:33:13 -07:00
Android (Google) Code Review
16c758fb15 Merge change 22702 into eclair
* changes:
  run the sync thread at background priority
2009-08-25 17:42:26 -07:00
Jeff Sharkey
534aa012b5 Mark all legacy contacts APIs as deprecated.
Now that we've merged ContactsContract and are relying on
compatibility mode, we're marking the previous public
contacts API as deprecated.

Fixes http://b/2076016
2009-08-25 17:27:15 -07:00
Android (Google) Code Review
5439f4e303 Merge change 22665 into eclair
* changes:
  Decapitalize "Input method" in context menu.
2009-08-25 17:24:58 -07:00
Android (Google) Code Review
1af7258c90 Merge change 22695 into eclair
* changes:
  Remove bogus comments and logging.
2009-08-25 17:10:56 -07:00
Jason Sams
67c6844ea0 Remove bogus comments and logging. 2009-08-25 17:09:59 -07:00
Android (Google) Code Review
cc907741b9 Merge change 22660 into eclair
* changes:
  Simplify data icons of CDMA in status bar.
2009-08-25 16:18:32 -07:00
johnwang
9f87cb2f8d Simplify data icons of CDMA in status bar.
Use 3G icons when connect to EvDO, use 1x icons when connected to 1x, and remove dormant state display.
2009-08-25 16:12:39 -07:00
Android (Google) Code Review
8d61d00583 Merge change 22638 into eclair
* changes:
  Fix the removal of dns entries.
2009-08-25 16:11:47 -07:00
Android (Google) Code Review
ca5362cec4 Merge change 22674 into eclair
* changes:
  GpsLocationProvider: Default to AGPS on if the setting is missing.
2009-08-25 16:05:26 -07:00
Mike Lockwood
660bbfcc54 GpsLocationProvider: Default to AGPS on if the setting is missing.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-25 16:01:37 -07:00
Android (Google) Code Review
0de065e68c Merge change 22661 into eclair
* changes:
  SettingsProvider: Fix botched merge from donut to eclair.
2009-08-25 16:00:54 -07:00
Mike Lockwood
02901eb7f2 SettingsProvider: Fix botched merge from donut to eclair.
donut and eclair had different ideas of what it means to upgrade from verion 34 to 35.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-25 15:56:50 -07:00
Amith Yamasani
6ff5906981 Fix rare NPE due to key being delivered after activity is stopped. #2062930 2009-08-25 15:42:55 -07:00
Eric Fischer
e6f850597c Decapitalize "Input method" in context menu.
Bug 1844819

Change-Id: If9ac5daabc6a44196d63f8d534bc8419f997c92f
2009-08-25 15:37:03 -07:00
Dianne Hackborn
9acc030be4 Implement issue #2071750: add a pre-boot upgrade step.
Change-Id: I7133a03a6bf302dbac00c5f8b0420071d2453f89
2009-08-25 15:15:31 -07:00
Dmitri Plotnikov
5223b1668a Adding an aggregation mode: AGGREGATION_SUSPENDED 2009-08-25 15:15:06 -07:00
Fred Quintana
75d797c2e7 run the sync thread at background priority 2009-08-25 15:05:02 -07:00
Android (Google) Code Review
1e09e9e0d0 Merge change 22650 into eclair
* changes:
  Fix build break - Introduced in 22109
2009-08-25 14:55:27 -07:00
Android (Google) Code Review
cf207b6325 Merge change 22651 into eclair
* changes:
  Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo.
2009-08-25 14:49:55 -07:00
Jason Sams
f5b4596a38 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. 2009-08-25 14:49:07 -07:00
Jack Wang
fa5382208b Fix build break
- Introduced in 22109
2009-08-25 14:47:44 -07:00
Android (Google) Code Review
f96d49a277 Merge change 22646 into eclair
* changes:
  Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder.
2009-08-25 14:35:12 -07:00
Andreas Huber
404cc418be Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder. 2009-08-25 14:26:05 -07:00
Robert Greenwalt
b06324a5c1 Fix the removal of dns entries.
When switching default networks we should erase any excess dns server entries.  The old code
used the wrong index and didn't erase all of them properly.

Found in conjunction with
bug: 2077628
2009-08-25 14:00:10 -07:00
Android (Google) Code Review
4b474440ce Merge change 22566 into eclair
* changes:
  Simplify CDMA Status Bar icons
2009-08-25 13:39:34 -07:00
Android (Google) Code Review
c69a8807f3 Merge change 22109 into eclair
* changes:
  Fix bug 1546445: Correct spelling errors in API - InstrumentationTestCase.injectInsrumentation - AndroidTestRunner.setInstrumentaiton
2009-08-25 12:47:11 -07:00
Jack Wang
7aba54b2ed Fix bug 1546445: Correct spelling errors in API
- InstrumentationTestCase.injectInsrumentation
- AndroidTestRunner.setInstrumentaiton
2009-08-25 12:44:56 -07:00
Android (Google) Code Review
77f77f904a Merge change 22231 into eclair
* changes:
  Add support for selecting the color bit depth and if the application used a depth buffer.
2009-08-25 12:41:37 -07:00
johnwang
347c5a22a9 Simplify CDMA Status Bar icons
Update the RSSI display policy in CDMA.
1. Use single RSSI icon instead of two icons
2. If 3G(EV) and 1x network are available than 3G should be displayed,  Displayed RSSI should be from the EV side.
3. If a voice call is made then RSSI should switch to 1x.
2009-08-25 12:39:49 -07:00
Android (Google) Code Review
4025dbd97e Merge change 22618 into eclair
* changes:
  Only try to sync to subscribedfeeds for google acounts.
2009-08-25 12:35:55 -07:00
Android (Google) Code Review
617b22dc07 Merge change 22520 into eclair
* changes:
  Add local frames for parsing properties and processing events.
2009-08-25 12:07:53 -07:00
Jaikumar Ganesh
6d56b530e1 Add local frames for parsing properties and processing events.
We were running out of local refs when there are lots of devices.
Instead of deleting every single local ref, create a local stack frame.
This operation is inexpensive so doesn't add a high overload and keeps
the code clean instead of deleting every single local ref.
2009-08-25 12:02:34 -07:00