9604 Commits

Author SHA1 Message Date
Mark Wagner
10662ae78f am d35afcda: Merge change Ib2c6429d into eclair
Merge commit 'd35afcda674eaa0222f0adbf8d712bde3a388a39' into eclair-plus-aosp

* commit 'd35afcda674eaa0222f0adbf8d712bde3a388a39':
  border for the non-badge case
2009-09-29 14:13:46 -07:00
Daniel Sandler
9b19bfa1b5 am c78b2bf4: Merge change I905b03af into eclair
Merge commit 'c78b2bf474623eaa83ef517c4d648aa6595b8575' into eclair-plus-aosp

* commit 'c78b2bf474623eaa83ef517c4d648aa6595b8575':
  New hdpi assets for framework.
2009-09-29 14:06:35 -07:00
Android (Google) Code Review
d35afcda67 Merge change Ib2c6429d into eclair
* changes:
  border for the non-badge case
2009-09-29 17:06:23 -04:00
Android (Google) Code Review
c78b2bf474 Merge change I905b03af into eclair
* changes:
  New hdpi assets for framework.
2009-09-29 17:01:38 -04:00
Daniel Sandler
5d94052e11 New hdpi assets for framework.
Drop dated 29-Sep-2009.

Change-Id: I905b03af2a55f188d0461dc809a7ec155c8bbddb
2009-09-29 17:00:45 -04:00
James Dong
b8bf70acee am 4c232c5b: Merge change Idd16976f into eclair
Merge commit '4c232c5b3f7fcbea73cd3cec2d3befe06e85c068' into eclair-plus-aosp

* commit '4c232c5b3f7fcbea73cd3cec2d3befe06e85c068':
  Fix some metadata retriever issues:
2009-09-29 13:32:28 -07:00
Robert Greenwalt
fa62a0478e am ab18206e: Merge change Ifc9dd5c6 into eclair
Merge commit 'ab18206e209e1ef019c2837856ff53c635d3032f' into eclair-plus-aosp

* commit 'ab18206e209e1ef019c2837856ff53c635d3032f':
  Fix the reporting of ActiveApnTypes on CDMA
2009-09-29 13:32:21 -07:00
Ray Chen
06e5b76667 am 0167263b: Merge change Ide90d0cc into eclair
Merge commit '0167263bf457164a17f612ec551313f1b9e42972' into eclair-plus-aosp

* commit '0167263bf457164a17f612ec551313f1b9e42972':
  Unify Java NIO to read/write MiniThumbFile.
2009-09-29 13:32:14 -07:00
Cary Clark
dfab8b6870 am 4fbf81bc: check for null item in web history in saveState
Merge commit '4fbf81bc94f38a630de49445e3eb4880289c6a6e' into eclair-plus-aosp

* commit '4fbf81bc94f38a630de49445e3eb4880289c6a6e':
  check for null item in web history in saveState
2009-09-29 13:32:08 -07:00
Android (Google) Code Review
4c232c5b3f Merge change Idd16976f into eclair
* changes:
  Fix some metadata retriever issues: 1. mRetriever was initialized twice: one in the constructor and the other in the setDataSource 2. cached the mode so that setMode can still be called before setDataSource.    mRetriever won't be initialized until data source is set; thus we have to do this
2009-09-29 16:27:27 -04:00
Android (Google) Code Review
ab18206e20 Merge change Ifc9dd5c6 into eclair
* changes:
  Fix the reporting of ActiveApnTypes on CDMA
2009-09-29 16:25:55 -04:00
Android (Google) Code Review
0167263bf4 Merge change Ide90d0cc into eclair
* changes:
  Unify Java NIO to read/write MiniThumbFile.
2009-09-29 16:24:22 -04:00
Robert Greenwalt
c46c255f7f Fix the reporting of ActiveApnTypes on CDMA
Previous fix limiting what was reported active was too strict, leading to
DISCONNECTED messages not being accepted (apn list was empty).

bug: 2151520
2009-09-29 13:23:45 -07:00
Romain Guy
75ef523465 am bd5b5722: absf() -> fabsf() instead of fabs()
Merge commit 'bd5b57227954e27ca05932721a6917c6edde17b3' into eclair-plus-aosp

* commit 'bd5b57227954e27ca05932721a6917c6edde17b3':
  absf() -> fabsf() instead of fabs()
2009-09-29 13:22:09 -07:00
Mike Cleron
03ecab4252 am 7957eaa6: Merge change Iee9b30d3 into eclair
Merge commit '7957eaa69f069781d8067f8806062330572ff82c' into eclair-plus-aosp

* commit '7957eaa69f069781d8067f8806062330572ff82c':
  New icons
2009-09-29 13:22:02 -07:00
Cary Clark
4fbf81bc94 check for null item in web history in saveState
fixes http://b/issue?id=215369
2009-09-29 16:21:25 -04:00
Romain Guy
bd5b572279 absf() -> fabsf() instead of fabs()
Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c
2009-09-29 13:17:27 -07:00
Android (Google) Code Review
7957eaa69f Merge change Iee9b30d3 into eclair
* changes:
  New icons
2009-09-29 16:12:52 -04:00
Ray Chen
ecc97cc949 Unify Java NIO to read/write MiniThumbFile. 2009-09-29 13:11:20 -07:00
Mike Cleron
ee9b30d394 New icons 2009-09-29 13:01:09 -07:00
Cary Clark
ed843820f7 am eaa18dec: scroll text field with touch
Merge commit 'eaa18dec91b6dd0ce3191a9ab65cdc95ef68b935' into eclair-plus-aosp

* commit 'eaa18dec91b6dd0ce3191a9ab65cdc95ef68b935':
  scroll text field with touch
2009-09-29 12:51:19 -07:00
James Dong
67fc234a2f Fix some metadata retriever issues:
1. mRetriever was initialized twice: one in the constructor and the other in the setDataSource
2. cached the mode so that setMode can still be called before setDataSource.
   mRetriever won't be initialized until data source is set; thus we have to do this
2009-09-29 12:43:12 -07:00
Cary Clark
eaa18dec91 scroll text field with touch
Add a hidden public method to text/method/Touch.java that
computes the maximum scroll amount for a text field.

Remove 'faketouch' code; it causes a crash and is
no longer required.

Pass the percentage of the current scroll from the UI
thread to webkit. One additional fix is to allow very
small movements which are currently disallowed because
they are smaller than 'smallerSlop' in WebTextView.java.

Companion fix is in external/webkit.

Fixes http://b/issue?id=2133049
2009-09-29 15:42:37 -04:00
Jeff Hamilton
11bb09c382 am f993fefc: Merge change Icbd74742 into eclair
Merge commit 'f993fefc3b14ece3f0f3eac6bb3d241bffb3cdfb' into eclair-plus-aosp

* commit 'f993fefc3b14ece3f0f3eac6bb3d241bffb3cdfb':
  EventLog when a database file is deleted due to corruption.
2009-09-29 12:22:22 -07:00
Dianne Hackborn
2ed31083a2 am 87937ae8: Merge change I66057b1f into eclair
Merge commit '87937ae89e77c804b1b3c8fcc3d4225fa99390b7' into eclair-plus-aosp

* commit '87937ae89e77c804b1b3c8fcc3d4225fa99390b7':
  Whoops, these shouldn't be public.
2009-09-29 12:22:14 -07:00
Android (Google) Code Review
f993fefc3b Merge change Icbd74742 into eclair
* changes:
  EventLog when a database file is deleted due to corruption.
2009-09-29 15:15:21 -04:00
Android (Google) Code Review
87937ae89e Merge change I66057b1f into eclair
* changes:
  Whoops, these shouldn't be public.
2009-09-29 15:12:30 -04:00
Leon Scroggins
a4f2ac7e0e am d84e7d53: Allow scrolls to continue when getting a new content size.
Merge commit 'd84e7d53d379c9fdfe335f40e89e2dfd6144dfea' into eclair-plus-aosp

* commit 'd84e7d53d379c9fdfe335f40e89e2dfd6144dfea':
  Allow scrolls to continue when getting a new content size.
2009-09-29 12:09:01 -07:00
Jeff Hamilton
a722d5b1bd EventLog when a database file is deleted due to corruption.
Change-Id: Icbd747425e97e022b91fbaf64579982d802524bf
2009-09-29 11:50:32 -07:00
Leon Scroggins
d84e7d53d3 Allow scrolls to continue when getting a new content size.
In recordNewContentSize, rather than aborting any scrolls in progress,
find the final coordinates of the scroll and pin them to the new size,
and let the scroll continue.

Fixes http://b/issue?id=2141960

Change-Id: I7bfa444b52e70a0ca817221f379df77efc3496b7
2009-09-29 14:43:05 -04:00
Dianne Hackborn
c20a9608f3 Whoops, these shouldn't be public.
Change-Id: I66057b1fb63b97ad79cea7056849274c6a7b3ed4
2009-09-29 11:38:01 -07:00
Dianne Hackborn
253f836277 am fff0b4a6: Fix build.
Merge commit 'fff0b4a6c22c458b6a05bc1fd8840b4bc09be38e' into eclair-plus-aosp

* commit 'fff0b4a6c22c458b6a05bc1fd8840b4bc09be38e':
  Fix build.
2009-09-29 11:28:01 -07:00
Dianne Hackborn
fff0b4a6c2 Fix build.
Change-Id: Ibbe15483013b82bd5bb9ec648bb4537682994b5a
2009-09-29 11:19:03 -07:00
Dianne Hackborn
aed865207f am b6eaaa2a: Clean up cacheColorHint to be better controlled by the theme.
Merge commit 'b6eaaa2ab2a43193b6fec3790a7e413b8e28733a' into eclair-plus-aosp

* commit 'b6eaaa2ab2a43193b6fec3790a7e413b8e28733a':
  Clean up cacheColorHint to be better controlled by the theme.
2009-09-29 11:08:54 -07:00
Dianne Hackborn
b6eaaa2ab2 Clean up cacheColorHint to be better controlled by the theme.
Fixes generic lists in dialog themes, for example.

Change-Id: I0ea1cae1641d8ab3756179ce80245ed0df942115
2009-09-29 11:02:39 -07:00
Dianne Hackborn
0b03fa8b6f am 490d5222: Merge change I6cacaa0d into eclair
Merge commit '490d5222ae985f7e606cdf503d292062c80e7328' into eclair-plus-aosp

* commit '490d5222ae985f7e606cdf503d292062c80e7328':
  Hack to fix issue #2125365: Sports Trivia compatability with Eclair
2009-09-29 10:49:26 -07:00
Evan Millar
c14b32855b am 22cbf51e: Merge change I49fbfc68 into eclair
Merge commit '22cbf51ef5f374cb32be3295d7de3f7be404e5be' into eclair-plus-aosp

* commit '22cbf51ef5f374cb32be3295d7de3f7be404e5be':
  Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
2009-09-29 10:49:19 -07:00
John Wang
8658eaba1e am ac5bd144: Merge change Ib23e57cf into eclair
Merge commit 'ac5bd144f1add259d53f2e09dc0cef38f1f5bd3f' into eclair-plus-aosp

* commit 'ac5bd144f1add259d53f2e09dc0cef38f1f5bd3f':
  Set roaming based on both data and voice.
2009-09-29 10:49:12 -07:00
Android (Google) Code Review
490d5222ae Merge change I6cacaa0d into eclair
* changes:
  Hack to fix issue #2125365: Sports Trivia compatability with Eclair
2009-09-29 13:44:47 -04:00
Android (Google) Code Review
22cbf51ef5 Merge change I49fbfc68 into eclair
* changes:
  Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
2009-09-29 13:43:17 -04:00
Android (Google) Code Review
ac5bd144f1 Merge change Ib23e57cf into eclair
* changes:
  Set roaming based on both data and voice.
2009-09-29 13:26:06 -04:00
Dirk Dougherty
5f9be93958 am b0702880: am 50128088: Merge change I915efc49 into donut
Merge commit 'b0702880a35d0214bac20973e1459459c52a1e36' into eclair-plus-aosp

* commit 'b0702880a35d0214bac20973e1459459c52a1e36':
  Update docs for NDK.
2009-09-29 10:19:20 -07:00
Dirk Dougherty
a6c2740d69 am e34569fa: am bc0e07bf: Merge change I7b64ad2e into donut
Merge commit 'e34569fa54471214c3b58dd23ec17be900240a74' into eclair-plus-aosp

* commit 'e34569fa54471214c3b58dd23ec17be900240a74':
  doc change only. fix toc links on terms page.
2009-09-29 10:19:13 -07:00
Dirk Dougherty
b0702880a3 am 50128088: Merge change I915efc49 into donut
Merge commit '501280889ce2bed1b73e7e6ae0d8f4d0afba018a' into eclair

* commit '501280889ce2bed1b73e7e6ae0d8f4d0afba018a':
  Update docs for NDK.
2009-09-29 10:13:22 -07:00
Android (Google) Code Review
501280889c Merge change I915efc49 into donut
* changes:
  Update docs for NDK.
2009-09-29 13:03:12 -04:00
Dirk Dougherty
a1b746ab3a Update docs for NDK.
Change-Id: I915efc49d0ea736e3fd408628d35f53e3a85c1df
2009-09-29 09:56:02 -07:00
Mark Wagner
b2c6429d4d border for the non-badge case
If we don't have a uri/email/phone then we do not display the normal
fast track badge.  But in that case we now have an alternate background/border
rather than no background/border.
2009-09-29 09:49:50 -07:00
Dirk Dougherty
e34569fa54 am bc0e07bf: Merge change I7b64ad2e into donut
Merge commit 'bc0e07bf9ad21d9237713d58879c00556d70b1f2' into eclair

* commit 'bc0e07bf9ad21d9237713d58879c00556d70b1f2':
  doc change only. fix toc links on terms page.
2009-09-29 08:56:21 -07:00
Robert Greenwalt
9274988e44 am 9f9ce253: Merge change I59ceeae4 into eclair
Merge commit '9f9ce253648ad9dda16ae2fd3131073fe5643536' into eclair-plus-aosp

* commit '9f9ce253648ad9dda16ae2fd3131073fe5643536':
  Fix the reporting of ActiveApnTypes on CDMA
2009-09-29 08:51:57 -07:00
Android (Google) Code Review
9f9ce25364 Merge change I59ceeae4 into eclair
* changes:
  Fix the reporting of ActiveApnTypes on CDMA
2009-09-29 11:42:46 -04:00