9841 Commits

Author SHA1 Message Date
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
Ray Chen
3ba351267a update current.xml for cancelThumbnailRequest api. 2009-09-30 00:06:37 -07:00
Android (Google) Code Review
49e750a358 Merge change I7495977a into eclair
* changes:
  Add cancelThumbnailRequest to thumbnail API.
2009-09-30 02:59:56 -04:00
Jianhong Jiang
722eba008c am 37b0f279: Merge change I999f1aeb into eclair
Merge commit '37b0f279a6a237ae366c4861cde3f774f5ab811c' into eclair-plus-aosp

* commit '37b0f279a6a237ae366c4861cde3f774f5ab811c':
  Remove audio latency fudge factor 96 msec.
2009-09-29 23:23:08 -07:00
Android (Google) Code Review
37b0f279a6 Merge change I999f1aeb into eclair
* changes:
  Remove audio latency fudge factor 96 msec.
2009-09-30 02:18:15 -04:00
Nicolas Catania
f8c92a0f00 am fd974f20: Merge change Ifb2ab8f8 into eclair
Merge commit 'fd974f208c5f1e7e6682d772d2cebf4501cd5aed' into eclair-plus-aosp

* commit 'fd974f208c5f1e7e6682d772d2cebf4501cd5aed':
  Reverting the background colors back to cupcake's values.
2009-09-29 23:13:24 -07:00
Jianhong Jiang
999f1aebf7 Remove audio latency fudge factor 96 msec. 2009-09-29 23:12:39 -07:00
Android (Google) Code Review
fd974f208c Merge change Ifb2ab8f8 into eclair
* changes:
  Reverting the background colors back to cupcake's values.
2009-09-30 02:06:53 -04:00
Costin Manolache
264f9b4530 am 3348f14b: Remove GAIA string
Merge commit '3348f14b3d46b172a5b557f81aac526b7e8bf5fb' into eclair-plus-aosp

* commit '3348f14b3d46b172a5b557f81aac526b7e8bf5fb':
  Remove GAIA string
2009-09-29 22:58:53 -07:00
Costin Manolache
3348f14b3d Remove GAIA string 2009-09-29 22:52:05 -07:00
Mathias Agopian
e1b6f24423 introduce the notion of the requested size in the Layer state 2009-09-29 22:44:28 -07:00
Nicolas Catania
cfafa74f96 Reverting the background colors back to cupcake's values.
The new dark background is #1a1a1a instead of #000000.
In effect reverting commit 00ac7e6490e8be8314f660d9ef29fb8258e9000b

Bug: 2153508
2009-09-29 22:40:16 -07:00
Mike Cleron
90183823b0 am b4ee8349: Merge change I290947bb into eclair
Merge commit 'b4ee8349cc7e64a264335ee2dfecc00980eca07a' into eclair-plus-aosp

* commit 'b4ee8349cc7e64a264335ee2dfecc00980eca07a':
  Git sucks
2009-09-29 22:33:22 -07:00
Mathias Agopian
8851617aea remove unused code 2009-09-29 22:32:36 -07:00
Android (Google) Code Review
b4ee8349cc Merge change I290947bb into eclair
* changes:
  Git sucks
2009-09-30 01:26:59 -04:00
Yu Shan Emily Lau
f1fa1eacaa am edd942c2: Merge change I55a6ac8c into eclair
Merge commit 'edd942c2de8f9b75d22f89eb160fe0e0f6191c69' into eclair-plus-aosp

* commit 'edd942c2de8f9b75d22f89eb160fe0e0f6191c69':
  Fixed the long recorder time and reduce the number of loops.
2009-09-29 22:13:57 -07:00
Debajit Ghosh
ebefded1cc am 2a35c8d7: Merge change I96cb8d0b into eclair
Merge commit '2a35c8d7017e4a9408a3c3b8ef1145df082d6782' into eclair-plus-aosp

* commit '2a35c8d7017e4a9408a3c3b8ef1145df082d6782':
  fix account permission strings.  this permission is used to protect more than just Google accounts.
2009-09-29 22:13:49 -07:00
Android (Google) Code Review
edd942c2de Merge change I55a6ac8c into eclair
* changes:
  Fixed the long recorder time and reduce the number of loops.
2009-09-30 01:10:54 -04:00
Android (Google) Code Review
2a35c8d701 Merge change I96cb8d0b into eclair
* changes:
  fix account permission strings.  this permission is used to protect more than just Google accounts.
2009-09-30 01:06:07 -04:00
Mike Cleron
290947bbf8 Git sucks 2009-09-29 21:53:56 -07:00
Yu Shan Emily Lau
55a6ac8c54 Fixed the long recorder time and reduce the number of loops. 2009-09-29 21:38:39 -07:00
Zhu Lan
f9bbe1e71a Bluetooth A2DP suspend/resume functionality
Change-Id: I8366852fa9b6ff9dacf18db00ea1c2be0c00ff34
2009-09-29 20:50:02 -07:00