2889 Commits

Author SHA1 Message Date
Eric Laurent
554df60ae2 am 0d71db49: am 46c15823: Merge change 23105 into eclair
Merge commit '0d71db4979426c20972e5c1c4488fbf27c3b2863'

* commit '0d71db4979426c20972e5c1c4488fbf27c3b2863':
  Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
2009-09-01 12:15:53 -07:00
Cary Clark
44544ab571 am 1b0f6e82: am 169ae05f: Merge change 23439 into eclair
Merge commit '1b0f6e82f6b4e34109117b77db156cd53da1be94'

* commit '1b0f6e82f6b4e34109117b77db156cd53da1be94':
  if exception getMessage() is null, don't add it to the error
2009-09-01 12:15:22 -07:00
Grace Kloba
27c30a7776 am 75e05a5d: am 5e2a385c: Merge change 23395 into eclair
Merge commit '75e05a5dbbbb75bb8e1b8f0fb3ff52c7baa8968d'

* commit '75e05a5dbbbb75bb8e1b8f0fb3ff52c7baa8968d':
  When we get 304 and switch to cacheLoader, need to set mFromCache to be true.
2009-09-01 12:14:49 -07:00
Android (Google) Code Review
46c158234d Merge change 23105 into eclair
* changes:
  Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
2009-09-01 11:14:00 -07:00
Eric Laurent
4e059280b7 Fix issue 2077333: The volume key will effect both ring and media vol at the same time.
Make sure that the progress bar is refreshed when the max value is changed.
2009-09-01 10:35:15 -07:00
Android (Google) Code Review
169ae05f9f Merge change 23439 into eclair
* changes:
  if exception getMessage() is null, don't add it to the error
2009-09-01 10:14:10 -07:00
Cary Clark
4e441b711a if exception getMessage() is null, don't add it to the error
Consolidate the error message construction, allowing the
exception getMessage() to fail.
2009-09-01 13:01:33 -04:00
Android (Google) Code Review
5e2a385c0d Merge change 23395 into eclair
* changes:
  When we get 304 and switch to cacheLoader, need to set mFromCache to be true. So that the cache loading will not create a new mCacheResult which overwrites the old cache data.
2009-09-01 09:15:45 -07:00
Patrick Scott
c413349981 am 153b0226: am 05a6f3cd: Merge change 23434 into eclair
Merge commit '153b0226e1f2e60941c420ea1bc8f65cf51c2f50'

* commit '153b0226e1f2e60941c420ea1bc8f65cf51c2f50':
  Fix a docs comment to match the parameter name.
2009-09-01 07:24:06 -07:00
Android (Google) Code Review
05a6f3cde5 Merge change 23434 into eclair
* changes:
  Fix a docs comment to match the parameter name.
2009-09-01 07:20:18 -07:00
Patrick Scott
447811c64f Fix a docs comment to match the parameter name. 2009-09-01 09:57:20 -04:00
Cary Clark
ef8ea7b341 am 9e74bf76: am 278ce05b: accelerate consecutive flings
Merge commit '9e74bf76f7c5c350e133b6f5773f5cf1c4ee8a0d'

* commit '9e74bf76f7c5c350e133b6f5773f5cf1c4ee8a0d':
  accelerate consecutive flings
2009-09-01 06:39:49 -07:00
Cary Clark
278ce05b52 accelerate consecutive flings
Use the fact that the scroller keeps track of the current velocity
to accelerate subsequent flings. The current velocity is added to
the new velocity if the flings are in the same general direction
and if the fling animation hasn't been aborted.

This makes it easier to move to the top or bottom of very large
pages (either in overview mode or reading mode) by taking
consecutive flings as a cue from the user that they want to
page faster. The user can stop the fling with any action as
before.

fixes http://b/issue?id=2066090
2009-09-01 09:34:21 -04:00
Patrick Scott
7ef8e73b08 am d15dcf07: am 05c9ed9c: Fix the documentation for onReceivedError.
Merge commit 'd15dcf07adfa04a3b1ce41c3bcb9455314025264'

* commit 'd15dcf07adfa04a3b1ce41c3bcb9455314025264':
  Fix the documentation for onReceivedError.
2009-09-01 05:42:38 -07:00
Patrick Scott
05c9ed9ce1 Fix the documentation for onReceivedError.
This change adds the EventHandler error codes to WebViewClient for the public
api. Previously, the api was ambiguous about the value of the errorCode
parameter and falsely documented that the values are HTTP status codes.
2009-09-01 08:37:22 -04:00
Steve Block
4b5224bb64 am e2838c2a: am 0c637113: Merge change 23427 into eclair
Merge commit 'e2838c2a1637ca565efc561581d857923137ae3b'

* commit 'e2838c2a1637ca565efc561581d857923137ae3b':
  Moves GoogleLocationSettingManager to its correct location.
2009-09-01 05:27:04 -07:00
Android (Google) Code Review
0c63711338 Merge change 23427 into eclair
* changes:
  Moves GoogleLocationSettingManager to its correct location.
2009-09-01 05:23:26 -07:00
Steve Block
b599315910 Moves GoogleLocationSettingManager to its correct location.
This fixes bug http://b/issue?id=2089259.
2009-09-01 10:18:38 +01:00
Fred Quintana
664614cfa5 am 765f49e2: am 34b6a27e: Merge change 23375 into eclair
Merge commit '765f49e22d7dbf608710baa95e9769b9133d9483'

* commit '765f49e22d7dbf608710baa95e9769b9133d9483':
  re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
2009-08-31 18:55:36 -07:00
Android (Google) Code Review
34b6a27ea3 Merge change 23375 into eclair
* changes:
  re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
2009-08-31 18:51:04 -07:00
Grace Kloba
ef32ee3db8 When we get 304 and switch to cacheLoader, need to set mFromCache to be true.
So that the cache loading will not create a new mCacheResult which overwrites
the old cache data.
2009-08-31 18:43:48 -07:00
Romain Guy
6dbc11ca81 am 85655ebc: am 0f44220b: Merge change 23381 into eclair
Merge commit '85655ebcd9dc521e3c11209d24afee432d18b596'

* commit '85655ebcd9dc521e3c11209d24afee432d18b596':
  Prevent ListView from scrolling/flinging its content when the content fits on screen.
2009-08-31 17:50:29 -07:00
Android (Google) Code Review
0f44220b34 Merge change 23381 into eclair
* changes:
  Prevent ListView from scrolling/flinging its content when the content fits on screen.
2009-08-31 17:46:47 -07:00
Romain Guy
6198ae8468 Prevent ListView from scrolling/flinging its content when the content fits on screen.
Change-Id: Id46313bca3ae53b0717cd74a4a6f889a01f9fcb1
2009-08-31 17:45:55 -07:00
Fred Quintana
2f20b04c14 am a27b7822: am ec5d9fb4: Merge change 23370 into eclair
Merge commit 'a27b7822200ab8f7a1978ca27ae3e14929b9d665'

* commit 'a27b7822200ab8f7a1978ca27ae3e14929b9d665':
  Revert "- don't schedule syncs that we will never dispatch"
2009-08-31 17:29:03 -07:00
Fred Quintana
fcb14322f4 re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync() 2009-08-31 17:25:05 -07:00
Android (Google) Code Review
ec5d9fb47d Merge change 23370 into eclair
* changes:
  Revert "- don't schedule syncs that we will never dispatch"
2009-08-31 17:24:17 -07:00
Fred Quintana
c58b611652 Revert "- don't schedule syncs that we will never dispatch"
This reverts commit fae7ff106b3ed791e324ddcec17226c3fe1cd809.
2009-08-31 17:20:08 -07:00
Jaikumar Ganesh
5ba22e9e11 am 2ebf7793: am c91ad28f: Merge change 23218 into eclair
Merge commit '2ebf7793e42df72d4198461487f3bd73f17b32a4'

* commit '2ebf7793e42df72d4198461487f3bd73f17b32a4':
  Fix property being cleared when DeviceFound signal is received.
2009-08-31 16:56:52 -07:00
Android (Google) Code Review
c91ad28ff9 Merge change 23218 into eclair
* changes:
  Fix property being cleared when DeviceFound signal is received.
2009-08-31 16:52:38 -07:00
Daisuke Miyakawa
69a776c27d am 78e9389a: am f66e2e24: Merge change 23344 into eclair
Merge commit '78e9389a213df93a2e1d55b9961ce8aa103e7301'

* commit '78e9389a213df93a2e1d55b9961ce8aa103e7301':
  Make vCard composer handle null of Photo entry correctly.
2009-08-31 16:45:56 -07:00
Daisuke Miyakawa
2d88dfaeed am 08271d05: am cedcb135: Merge change 23343 into eclair
Merge commit '08271d05e338b483b12fae0f52a9519677910176'

* commit '08271d05e338b483b12fae0f52a9519677910176':
  Use Email.TYPE_MOBILE
2009-08-31 16:45:51 -07:00
Fred Quintana
2f449b745b am 91800118: am 7cb08acc: Merge change 23066 into eclair
Merge commit '91800118a129bd63fc19e90da6b52c67036fa424'

* commit '91800118a129bd63fc19e90da6b52c67036fa424':
  - don't schedule syncs that we will never dispatch
2009-08-31 16:45:42 -07:00
Dmitri Plotnikov
11f79e449a am e266995b: am f35bce45: Adding a column to Contacts, which will be used as an additional "soft" identity.
Merge commit 'e266995bb15914b2e648901b379460953a1ff73b'

* commit 'e266995bb15914b2e648901b379460953a1ff73b':
  Adding a column to Contacts, which will be used as an additional "soft" identity.
2009-08-31 16:43:39 -07:00
Android (Google) Code Review
f66e2e249d Merge change 23344 into eclair
* changes:
  Make vCard composer handle null of Photo entry correctly.
2009-08-31 15:18:43 -07:00
Android (Google) Code Review
cedcb13547 Merge change 23343 into eclair
* changes:
  Use Email.TYPE_MOBILE
2009-08-31 15:18:28 -07:00
Daisuke Miyakawa
f75c94f7a9 Make vCard composer handle null of Photo entry correctly.
Internal bug id: 2088922
2009-09-01 07:17:20 +09:00
Android (Google) Code Review
7cb08accdd Merge change 23066 into eclair
* changes:
  - don't schedule syncs that we will never dispatch - expedite the INITIALIZATION sync
2009-08-31 15:03:32 -07:00
Daisuke Miyakawa
ee0e24c105 Use Email.TYPE_MOBILE 2009-09-01 05:36:34 +09:00
Dmitri Plotnikov
f35bce4505 Adding a column to Contacts, which will be used as an additional "soft" identity.
The main consumer of this feature is shortcuts.

The LOOKUP KEY column will contain an encoded concatenation of the contact's row id
as well as sync_ids of all constituent raw contacts. It goes with the "contacts/lookup/*/#" URI.

When we get such a URI, we will first try to load the
contact with the specified _id and lookup_key.  If we cannot find the contact
that way, we will go scout for the contact that contains most of the sync_ids
we found in the lookup key.

We will need to make sure that the contact picker returns the lookup-style URIs.
2009-08-31 09:16:51 -07:00
Fred Quintana
712d9d5c2a am 46588ef2: am 66360af8: Merge change 23266 into eclair
Merge commit '46588ef200aec0f6dbc7c07b132d002039fbd45e'

* commit '46588ef200aec0f6dbc7c07b132d002039fbd45e':
  disable canceling until the http connection code is understood
2009-08-31 00:26:49 -07:00
Fred Quintana
5ebe32deb5 disable canceling until the http connection code is understood 2009-08-30 22:49:05 -07:00
Dianne Hackborn
10d73e0043 am 71562cc7: am 284ac93a: More work on wallpapers: animations, lifecycle, scaling, etc.
Merge commit '71562cc72d1d6be97297bb03b67c217a529ebec7'

* commit '71562cc72d1d6be97297bb03b67c217a529ebec7':
  More work on wallpapers: animations, lifecycle, scaling, etc.
2009-08-30 10:59:26 -07:00
Dianne Hackborn
284ac93aa3 More work on wallpapers: animations, lifecycle, scaling, etc.
Yet more work on improving the behavior of wallpapers.  This fixes a few
problems in their lifecycle (corresponding change in the picker also
required for this), makes their animations better for hardware that supports
alpha fades, adds animations for the wallpapers themselves, eliminates
fixed size wallpapers, and adjusts the API for retrieving a wallpaper
bitmap to take care of scaling the raw wallpaper image to match the current
desired width and height.

Change-Id: If1c0aaceba4ea4e175dcb7a8416ca7ddbb9bfa6f
2009-08-30 10:53:53 -07:00
Jeff Sharkey
2d5b9e861e am 11f6d90a: am cfff8f22: Merge change 23244 into eclair
Merge commit '11f6d90a4ece4fe9994819b8646e10168d3ff2c0'

* commit '11f6d90a4ece4fe9994819b8646e10168d3ff2c0':
  Add mobile Email type.
2009-08-29 15:59:04 -07:00
Jeff Sharkey
14fb153866 Add mobile Email type. 2009-08-29 15:54:26 -07:00
Jaikumar Ganesh
efa33676ca Fix property being cleared when DeviceFound signal is received. 2009-08-28 17:49:11 -07:00
Fred Quintana
598ec41b37 am 9b52ad61: am 56f67d21: add the ability to specify yieldpoints in a ContentProviderOperation
Merge commit '9b52ad61642c84f74c89627eeb28d03ebb44386c'

* commit '9b52ad61642c84f74c89627eeb28d03ebb44386c':
  add the ability to specify yieldpoints in a ContentProviderOperation
2009-08-28 17:06:18 -07:00
Fred Quintana
56f67d2145 add the ability to specify yieldpoints in a ContentProviderOperation 2009-08-28 17:01:16 -07:00
Mike LeBeau
efe2689081 am 779bdc38: am cc927375: am af0b780a: Merge change 23198 into donut
Merge commit '779bdc3850f656e34a5783f3db02ab40361a22b9'

* commit '779bdc3850f656e34a5783f3db02ab40361a22b9':
  Update SearchManager documentation to reflect latest behavior.
2009-08-28 16:20:57 -07:00