Android (Google) Code Review
763ea918fc
Merge change 22919 into eclair
...
* changes:
Removing "summary"-style URIs.
2009-08-27 11:36:36 -07:00
Android (Google) Code Review
4d5b4225e4
Merge change 22795 into eclair
...
* changes:
The Gservices settings for pruning messages/chats.
2009-08-27 10:58:25 -07:00
Android (Google) Code Review
ed48c8081c
Merge change 22920 into eclair
...
* changes:
Change fade to use a gradient from opaque color to transparent color.
2009-08-27 10:43:18 -07:00
Romain Guy
e55e1a7885
Change fade to use a gradient from opaque color to transparent color.
...
Previously the fade was using a gradient from opaque color to transparent black.
2009-08-27 10:42:26 -07:00
Dmitri Plotnikov
b87d0e0e57
Removing "summary"-style URIs.
...
We will determine whether to include Presence by looking at the requested projection.
2009-08-27 10:38:14 -07:00
Ye Wen
48f886e661
The Gservices settings for pruning messages/chats.
2009-08-27 10:34:22 -07:00
Steve Block
09b0ca1cee
Sets default value of 'enableGeolocation' to true. This allows WebKit's DumpRenderTree to function correctly. Note that when Geolocation is used in the browser, this default value is overridden by the browser's default anyway.
2009-08-27 16:17:20 +01:00
Android (Google) Code Review
7537e3dc91
Merge change 22453 into eclair
...
* changes:
Sets or clears Geolocation permissions for Google origins when the 'Location & privacy - Share with Google' sysetm setting is changed.
2009-08-27 07:43:36 -07:00
Fred Quintana
3cff76aaa8
make sure that the sync thread is protected by a consistent lock
2009-08-27 01:46:08 -07:00
Dan Murphy
42b1648212
Add option to allow no-unlock-on-slider-open
...
Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
2009-08-26 20:57:17 -07:00
Android (Google) Code Review
ed5fede3f8
Merge change 22667 into eclair
...
* changes:
Fix rare NPE due to key being delivered after activity is stopped. #2062930
2009-08-26 17:59:26 -07:00
Android (Google) Code Review
b89c9d4227
Merge change 22826 into eclair
...
* changes:
Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:34:13 -07:00
Sanjay Jeyakumar
ebd8416fad
Add Gservices setting for the frequency to perform provisioning.
2009-08-26 16:01:08 -07:00
Android (Google) Code Review
993844bde5
Merge change 22806 into eclair
...
* changes:
Add trailing "\n" to debug output.
2009-08-26 14:13:55 -07:00
Nick Pelly
b015e193b7
Add trailing "\n" to debug output.
2009-08-26 14:11:24 -07:00
Android (Google) Code Review
c4ba7e39f1
Merge change 22772 into eclair
...
* changes:
New List and Tab assets.
2009-08-26 14:10:19 -07:00
Android (Google) Code Review
b078d6ef7c
Merge change 22803 into eclair
...
* changes:
Add uuids to adb shell dumpsys bluetooth
2009-08-26 14:07:41 -07:00
Android (Google) Code Review
d41c577684
Merge change 22768 into eclair
...
* changes:
Fix authorization check for Audio Source.
2009-08-26 14:03:15 -07:00
Android (Google) Code Review
2d5a14d6bf
Merge change 22732 into eclair
...
* changes:
clean up the too many deletes dialog
2009-08-26 11:47:20 -07:00
Bjorn Bringert
98d8858890
am ba223760: Close suggestion cursors that arrive after adapter is closed
...
Merge commit 'ba223760895e62ad2fcb85476984cb29018860c9' into eclair
* commit 'ba223760895e62ad2fcb85476984cb29018860c9':
Close suggestion cursors that arrive after adapter is closed
2009-08-26 11:41:40 -07:00
Nick Pelly
1eada0d3d6
Add uuids to adb shell dumpsys bluetooth
2009-08-26 10:57:33 -07:00
Evan Millar
3730bb1cd5
New List and Tab assets.
...
New tab assets. We decided to do a straight swap and then assess the
damage.
New default dark background color.
New list divider assets.
Change-Id: Ia00a9bb0ee1bad4f955f1c3b5b67526f62572015
2009-08-26 10:56:45 -07:00
Nick Pelly
b23d4458a9
Fix authorization check for Audio Source.
...
Bluez sends the UUID of the local service being accessed in Agent.Authorize,
not the remote service. So check for Audio Source not Audio Sink.
In most cases this was not a problem because Bluez sends us AdvAudioDist UUID
(0x110D) for incoming A2DP connections, which we already check for. This is a
precautionary change.
2009-08-26 10:46:37 -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
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
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
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
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
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
4b474440ce
Merge change 22566 into eclair
...
* changes:
Simplify CDMA Status Bar icons
2009-08-25 13:39:34 -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
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
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
Android (Google) Code Review
5fe00057dd
Merge change 22549 into eclair
...
* changes:
- make it ok to modify the accounts before boot - allow packages in the system image to access any authtokens they wish
2009-08-25 11:47:11 -07:00
Mike Reed
dbade9d6a0
expose runtime changes to gamma
2009-08-25 13:47:47 -04:00
Android (Google) Code Review
91ba1c3f9d
Merge change 22521 into eclair
...
* changes:
Revert volume if it wasn't okayed by user.
2009-08-25 10:23:29 -07:00