Commit Graph

3958 Commits

Author SHA1 Message Date
Daisuke Miyakawa
ee1a41d00a am 85d86af9: Merge change I82be558f into eclair
Merge commit '85d86af982026145aa69a4ca280d394b9ea90372' into eclair-plus-aosp

* commit '85d86af982026145aa69a4ca280d394b9ea90372':
  Fix vCard composer in three points.
2009-09-30 11:18:04 -07:00
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
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
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
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
1935a3417e Merge change I9d12beeb into eclair
* changes:
  Change FasttrackBadgeWidget->QuickContactBadge and make public.
2009-09-30 13:00:46 -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
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
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
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
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
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
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
Android (Google) Code Review
49e750a358 Merge change I7495977a into eclair
* changes:
  Add cancelThumbnailRequest to thumbnail API.
2009-09-30 02:59:56 -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
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
Mike Cleron
290947bbf8 Git sucks 2009-09-29 21:53:56 -07:00
Zhu Lan
f9bbe1e71a Bluetooth A2DP suspend/resume functionality
Change-Id: I8366852fa9b6ff9dacf18db00ea1c2be0c00ff34
2009-09-29 20:50:02 -07:00
Ray Chen
b994419263 Add cancelThumbnailRequest to thumbnail API. 2009-09-29 20:26:58 -07:00
Mike LeBeau
6cf9ab6588 am 2e4dbe70: Unhide APIs for enabling geolocation in web views. I\'ve confirmed with Grace that these are okay to unhide.
Merge commit '2e4dbe70e7c0fe003dab0837fd1dba2703bdd6e2' into eclair-plus-aosp

* commit '2e4dbe70e7c0fe003dab0837fd1dba2703bdd6e2':
  Unhide APIs for enabling geolocation in web views. I've confirmed
2009-09-29 19:56:13 -07:00
Mike LeBeau
2e4dbe70e7 Unhide APIs for enabling geolocation in web views. I've confirmed
with Grace that these are okay to unhide.
2009-09-29 19:40:28 -07:00
Wu-cheng Li
0ce5a41c60 am 8d1ff3a4: Merge change I77153ee0 into eclair
Merge commit '8d1ff3a4c1df2e76e8f4ea9a4052e9b81f840135' into eclair-plus-aosp

* commit '8d1ff3a4c1df2e76e8f4ea9a4052e9b81f840135':
  Hide zoom api.
2009-09-29 17:51:18 -07:00
Wu-cheng Li
77153ee04e Hide zoom api. 2009-09-29 16:16:33 -07:00
Evan Millar
a715566313 am c4e20e9e: Merge change Iae12c7f0 into eclair
Merge commit 'c4e20e9e1ab761a6ec0766ef7cb649acca4fdc5f' into eclair-plus-aosp

* commit 'c4e20e9e1ab761a6ec0766ef7cb649acca4fdc5f':
  Add REQUESTING_PACKAGE_PARAM_KEY.
2009-09-29 16:01:34 -07:00
Jim Miller
10abe7f3e7 am 98747715: Merge change I88614e93 into eclair
Merge commit '987477159fb003aaf70c7e3ef17c0830fa8fe39c' into eclair-plus-aosp

* commit '987477159fb003aaf70c7e3ef17c0830fa8fe39c':
  Fix for 2137900: Be more conservative about poking the wakelock.
2009-09-29 15:51:38 -07:00
Android (Google) Code Review
c4e20e9e1a Merge change Iae12c7f0 into eclair
* changes:
  Add REQUESTING_PACKAGE_PARAM_KEY.
2009-09-29 18:51:10 -04:00
Android (Google) Code Review
987477159f Merge change I88614e93 into eclair
* changes:
  Fix for 2137900: Be more conservative about poking the wakelock.
2009-09-29 18:41:52 -04:00
Jim Miller
41e8dc02cd Fix for 2137900: Be more conservative about poking the wakelock.
Updated after review: white space, check for null pattern listener.
2009-09-29 15:33:06 -07:00
Romain Guy
de63adcc26 am 8eb0f348: Merge change I67285c9a into eclair
Merge commit '8eb0f348931c9185ae6a8f49964c904c42b2bb57' into eclair-plus-aosp

* commit '8eb0f348931c9185ae6a8f49964c904c42b2bb57':
  Prevent NPE when doing a fillSpecific layout.
2009-09-29 15:24:12 -07:00
lknguyen
ed7f883187 am de04cb81: Merge change Ie9f76062 into eclair
Merge commit 'de04cb810f47c679583767df78f8490d96d310d1' into eclair-plus-aosp

* commit 'de04cb810f47c679583767df78f8490d96d310d1':
  Add Gservices flag for Vending doctor download complete timeout.
2009-09-29 15:24:05 -07:00
Android (Google) Code Review
8eb0f34893 Merge change I67285c9a into eclair
* changes:
  Prevent NPE when doing a fillSpecific layout.
2009-09-29 18:19:05 -04:00
Romain Guy
8bcdc0764f Prevent NPE when doing a fillSpecific layout.
Change-Id: I67285c9a314400da11fdf158c413bf05fe6b982e
2009-09-29 15:17:47 -07:00
Android (Google) Code Review
de04cb810f Merge change Ie9f76062 into eclair
* changes:
  Add Gservices flag for Vending doctor download complete timeout.
2009-09-29 18:16:52 -04:00
Evan Millar
49da15f34d Add REQUESTING_PACKAGE_PARAM_KEY.
Change-Id: Iae12c7f029b8efd1811d99d24df9281a8f9a2446
2009-09-29 14:31:52 -07:00
Daisuke Miyakawa
9e2421a3a3 am a39f9188: Merge change I9c45753b into eclair
Merge commit 'a39f9188d6c1cdcacef2ab468fd78376171a3447' into eclair-plus-aosp

* commit 'a39f9188d6c1cdcacef2ab468fd78376171a3447':
  Clean up vCard code.
2009-09-29 14:16:54 -07:00