Commit Graph

38903 Commits

Author SHA1 Message Date
Fred Quintana
32a702a7a8 am 609c2c08: Merge change Ia54b1bf0 into eclair
Merge commit '609c2c08d7d059681434ea322b551264abab8a71' into eclair-plus-aosp

* commit '609c2c08d7d059681434ea322b551264abab8a71':
  - make SyncManager get the accounts list during the constructor,
2009-09-30 11:17:52 -07:00
Android (Google) Code Review
170d9df0f3 Merge change I2d4deb11 into eclair
* changes:
  Placeholder mdpi assets
2009-09-30 14:17:23 -04:00
Android (Google) Code Review
85d86af982 Merge change I82be558f into eclair
* changes:
  Fix vCard composer in three points.
2009-09-30 14:11:52 -04:00
Android (Google) Code Review
609c2c08d7 Merge change Ia54b1bf0 into eclair
* changes:
  - make SyncManager get the accounts list during the constructor,   which will allow syncs to be scheduled during bootup. The   providers need this so that they can potentially schedule   syncs while they are starting up. - make the SyncManager message handler wait until boot   has completed to start dispatching messages
2009-09-30 14:10:01 -04:00
Amith Yamasani
53b707ba26 Handle bad lines in /proc/wakelocks : Fix for 2124260
Use the return value from the native parser to skip over bad lines. When
the wakelocks overflow, there could be empty or badly formatted lines.
Skip over them.
2009-09-30 11:08:31 -07:00
Fred Quintana
e91ebe2be9 - make SyncManager get the accounts list during the constructor,
which will allow syncs to be scheduled during bootup. The
  providers need this so that they can potentially schedule
  syncs while they are starting up.
- make the SyncManager message handler wait until boot
  has completed to start dispatching messages
2009-09-30 11:06:25 -07:00
Jaikumar Ganesh
8d984bc9c3 am 017c5de1: Merge change I78c4e64a into eclair
Merge commit '017c5de1cf1228664da84b31012a386c2eac2232' into eclair-plus-aosp

* commit '017c5de1cf1228664da84b31012a386c2eac2232':
  Query from Bluez if name is not present in cache.
2009-09-30 11:01:12 -07:00
Mike Cleron
2d4deb11e1 Placeholder mdpi assets 2009-09-30 10:58:37 -07:00
Android (Google) Code Review
017c5de1cf Merge change I78c4e64a into eclair
* changes:
  Query from Bluez if name is not present in cache.
2009-09-30 13:55:11 -04:00
Daisuke Miyakawa
30a2e36754 Fix vCard composer in three points.
- Make it allow composer users to emit Quoted-Printabled primary ("N", "FN", etc.) properties.
- Make it strictly check whether it is necessary for the composer to emit CHARSET infomation.
-- Added the logic "not vCard 3.0, or, CHARSET is not UTF-8".
- Clean up the code (again...)
2009-09-30 10:52:27 -07:00
Jaikumar Ganesh
55929a958b Query from Bluez if name is not present in cache.
Change-Id: I78c4e64a52b8290053dedfb1326df8d4c20f8a09
2009-09-30 10:50:05 -07:00
Dave Sparks
08e2f9d1c7 am 8b781403: Merge change Id0ac8c08 into eclair
Merge commit '8b781403f183fa3616accd1e243d02168a9b9b1d' into eclair-plus-aosp

* commit '8b781403f183fa3616accd1e243d02168a9b9b1d':
  Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215.
2009-09-30 10:09:07 -07:00
Evan Millar
54e7073fef am 1935a341: Merge change I9d12beeb into eclair
Merge commit '1935a3417e986d38b9a0d981c3dbd06acf75a9fc' into eclair-plus-aosp

* commit '1935a3417e986d38b9a0d981c3dbd06acf75a9fc':
  Change FasttrackBadgeWidget->QuickContactBadge and make public.
2009-09-30 10:08:59 -07:00
Android (Google) Code Review
8b781403f1 Merge change Id0ac8c08 into eclair
* changes:
  Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215.
2009-09-30 13:03:44 -04:00
Android (Google) Code Review
1935a3417e Merge change I9d12beeb into eclair
* changes:
  Change FasttrackBadgeWidget->QuickContactBadge and make public.
2009-09-30 13:00:46 -04:00
Robert Greenwalt
515052fe87 am a3431e4c: Merge change I84612ea6 into eclair
Merge commit 'a3431e4c7d6307b845d7008955d99425d842ff72' into eclair-plus-aosp

* commit 'a3431e4c7d6307b845d7008955d99425d842ff72':
  Add a delay to wifi driver stop on screen off.
2009-09-30 09:33:20 -07:00
Android (Google) Code Review
a3431e4c7d Merge change I84612ea6 into eclair
* changes:
  Add a delay to wifi driver stop on screen off.
2009-09-30 12:28:14 -04:00
Andrei Popescu
d01d77f5cc am 6e58cf21: Merge change I020d2e34 into eclair
Merge commit '6e58cf21088c2e6b0ef52572bfd544347e02fc17' into eclair-plus-aosp

* commit '6e58cf21088c2e6b0ef52572bfd544347e02fc17':
  Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.
2009-09-30 09:13:33 -07:00
Android (Google) Code Review
6e58cf2108 Merge change I020d2e34 into eclair
* changes:
  Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.
2009-09-30 12:07:24 -04:00
Robert Greenwalt
84612ea611 Add a delay to wifi driver stop on screen off.
We already had a delay if we were associated, but we have some race conditions
we think will be masked if we delay the driver stop for the other cases
too.  Don't wait as long (2 min instead of 15).

bug: 2147260
2009-09-30 09:04:22 -07:00
The Android Open Source Project
30ef37ffb7 Merge commit 'remotes/goog/eclair' into eclair-release 2009-09-30 08:37:17 -07:00
Evan Millar
c1a2a8296e Change FasttrackBadgeWidget->QuickContactBadge and make public.
Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
2009-09-30 08:33:31 -07:00
Bryan Mawhinney
973c0998b2 am fb54aadd: Merge change Ic3aa7aa6 into eclair
Merge commit 'fb54aaddf25c8b60e57239880663655ec76a1e8d' into eclair-plus-aosp

* commit 'fb54aaddf25c8b60e57239880663655ec76a1e8d':
  Recreate search dialog view each time it's shown.
2009-09-30 08:11:43 -07:00
Cary Clark
8fbd4a7a6b am 0c5924e9: preserve webkit-side text selection
Merge commit '0c5924e9dd1befadae8c73505d3acc9813bf8224' into eclair-plus-aosp

* commit '0c5924e9dd1befadae8c73505d3acc9813bf8224':
  preserve webkit-side text selection
2009-09-30 08:11:36 -07:00
Android (Google) Code Review
fb54aaddf2 Merge change Ic3aa7aa6 into eclair
* changes:
  Recreate search dialog view each time it's shown.
2009-09-30 11:06:59 -04:00
Cary Clark
0c5924e9dd preserve webkit-side text selection
When webkit modifies a text field programmatically, it may change
the selection. This competes with the UI thread attempting to
set the selection in response to the IME next button and changes
made by the trackball.

One recent fix (https://android-git.corp.google.com/g/#change,26904)
sets the selection from the UI side after the IME generated click.
Unfortunately, this can be generated under other circumstances,
so this change qualifies this with mOkayForFocusNotToMatch, which
is only set after the IME next button is pressed.

The other change qualfies onTextChanged calls so that if it was
triggered by setTextAndKeepSelection, the webkit-side selection
is unchanged.

fixes http://b/issue?id=2096746
2009-09-30 10:52:14 -04:00
Bryan Mawhinney
f36740b2e4 Recreate search dialog view each time it's shown.
This is slower, but less vulnerable to problems in TextField, for example.

Change-Id: I3bb6220f30d8231cedde97fc5e0c4db993660d27
2009-09-30 15:20:22 +01:00
Andrei Popescu
020d2e3453 Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.
Fixes http://b/issue?id=2156505
2009-09-30 14:54:55 +01:00
Jack Palevich
bb8151294c am b386a86c: Merge change I8018f091 into eclair
Merge commit 'b386a86c1c131832c8f9955a5a57a2fa13609d15' into eclair-plus-aosp

* commit 'b386a86c1c131832c8f9955a5a57a2fa13609d15':
  Add very simple input path. Fix end-of-line issues.
2009-09-30 06:23:57 -07:00
Android (Google) Code Review
b386a86c1c Merge change I8018f091 into eclair
* changes:
  Add very simple input path. Fix end-of-line issues.
2009-09-30 09:15:16 -04:00
Jack Palevich
8018f091b9 Add very simple input path. Fix end-of-line issues. 2009-09-30 06:14:24 -07:00
Mike Reed
0084c1cdc2 am 9fcd581a: Merge change I4e03999c into eclair
Merge commit '9fcd581a022abec565e3bf65c3ed4aaecf7d1555' into eclair-plus-aosp

* commit '9fcd581a022abec565e3bf65c3ed4aaecf7d1555':
  if we have a single value for roundrect radius, manually clamp it before drawing.
2009-09-30 06:04:43 -07:00
Android (Google) Code Review
9fcd581a02 Merge change I4e03999c into eclair
* changes:
  if we have a single value for roundrect radius, manually clamp it before drawing.
2009-09-30 08:56:17 -04:00
Hung-ying Tyan
4c0d406d56 am 2df1cc43: Merge change I42a80783 into eclair
Merge commit '2df1cc437793d50609c575881c04cc2c63d0bd97' into eclair-plus-aosp

* commit '2df1cc437793d50609c575881c04cc2c63d0bd97':
  Remove deprecated VpnType.getDescription().
2009-09-30 03:50:30 -07:00
Android (Google) Code Review
2df1cc4377 Merge change I42a80783 into eclair
* changes:
  Remove deprecated VpnType.getDescription().
2009-09-30 06:45:17 -04:00
Hung-ying Tyan
865a1bbf36 Remove deprecated VpnType.getDescription(). 2009-09-30 18:39:48 +08:00
Leon Clarke
2f208646eb am ccf6947e: Merge change Ib89f80df into eclair
Merge commit 'ccf6947eaaa5f7af57290dcdcdfbabe0a8985015' into eclair-plus-aosp

* commit 'ccf6947eaaa5f7af57290dcdcdfbabe0a8985015':
  Re-instate the link coloring on startup, but going via the browser
2009-09-30 03:11:50 -07:00
Jim Miller
2c799f0534 am badfac38: Merge change I85d63002 into eclair
Merge commit 'badfac3825c6f6823e77fe53eab79ffbb8caef4c' into eclair-plus-aosp

* commit 'badfac3825c6f6823e77fe53eab79ffbb8caef4c':
  Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
2009-09-30 03:11:42 -07:00
Dave Sparks
d0ac8c0879 Reduce the log spew from AudioFlinger due to a certain device that can't meet latency timing. Bug 2142215. 2009-09-30 03:09:03 -07:00
Android (Google) Code Review
ccf6947eaa Merge change Ib89f80df into eclair
* changes:
  Re-instate the link coloring on startup, but going via the browser to read the bookmark history, and restricting it to 100 results.
2009-09-30 06:08:08 -04:00
Android (Google) Code Review
badfac3825 Merge change I85d63002 into eclair
* changes:
  Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
2009-09-30 06:07:00 -04:00
Jim Miller
85d630020a Fix for 2139014: Allow platform customization of vibration pattern in LockScreenView.
Can be configured by config_virtualKeyVibePattern.
2009-09-30 02:53:05 -07:00
Hung-ying Tyan
c7c6bbacb8 am f2bd9017: make vpn type strings i18n ready.
Merge commit 'f2bd901738736e16ea93f0a4c7275f2141ca3a3e' into eclair-plus-aosp

* commit 'f2bd901738736e16ea93f0a4c7275f2141ca3a3e':
  make vpn type strings i18n ready.
2009-09-30 02:42:14 -07:00
Leon Clarke
194e345eb0 Re-instate the link coloring on startup, but going via the browser
to read the bookmark history, and restricting it to 100 results.

Link coloring - doing db lookup in new thread

Whitespace, following review
2009-09-30 10:09:49 +01:00
Hung-ying Tyan
f2bd901738 make vpn type strings i18n ready. 2009-09-30 17:07:10 +08:00
Mike Cleron
11d8d62e74 am 4ca8c837: Merge change Ia4087911 into eclair
Merge commit '4ca8c837d3aca781e0ba641ed4353827bfd05805' into eclair-plus-aosp

* commit '4ca8c837d3aca781e0ba641ed4353827bfd05805':
  Newer icons
2009-09-30 01:36:11 -07:00
Android (Google) Code Review
4ca8c837d3 Merge change Ia4087911 into eclair
* changes:
  Newer icons
2009-09-30 04:26:06 -04:00
Mike Cleron
a408791148 Newer icons 2009-09-30 01:04:36 -07:00
Ray Chen
dc8afacc5b am 3ba35126: update current.xml for cancelThumbnailRequest api.
Merge commit '3ba351267a3815a3c9a08e2ac7f62a39f83d7776' into eclair-plus-aosp

* commit '3ba351267a3815a3c9a08e2ac7f62a39f83d7776':
  update current.xml for cancelThumbnailRequest api.
2009-09-30 00:16:53 -07:00
Ray Chen
5a92f5dc80 am 49e750a3: Merge change I7495977a into eclair
Merge commit '49e750a3586cdb09aa1a374442af48982b225050' into eclair-plus-aosp

* commit '49e750a3586cdb09aa1a374442af48982b225050':
  Add cancelThumbnailRequest to thumbnail API.
2009-09-30 00:07:08 -07:00