10858 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
Android (Google) Code Review
a39f9188d6 Merge change I9c45753b into eclair
* changes:
  Clean up vCard code.
2009-09-29 17:09:55 -04:00
Android (Google) Code Review
ac35dc4716 Merge change I1cd7d0e5 into eclair
* changes:
  Implement the checkin option in AccountManagerService.dump()
2009-09-29 17:06:57 -04: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
Daisuke Miyakawa
a2ba9a1999 Clean up vCard code.
With this change, the vCard composer does not emit any information
about CHARSET until it is really needed for parsing it (e.g. when
non-ascii chacacters are included in some value). This "may" be
effective toward external vCard importers which are not able to
understand non-ascii characters and CHARSET info itself.

Also now vCard composer does not use Quoted Printable until it is
really needed (e.g. until when the composer find non-"7bit"
characters are included in some value. "7bit" is defined in vCard 2.1,
which is "<7bit us-ascii printable chars, excluding CR LF>".

The vCard composer detects duplicate phone numbers, email addresses,
and remove them in default. The duplication would come from
aggregation done by the new ContactsProvider introduced in Eclair.
Even when two Accounts have two exactly same addresses, we cannot
ask ContactsProvider to exclude them since current implementation of
ContactsProvider2#queryEntities() does not acceps Contacts.CONTENT_URI
but only RawContacts.CONTENT_URI, which inevitably returns same
email addresses with different Accounts (ACCOUNT_NAME and ACCOUNT_TYPE
should be different. If not, the original contact itself should have
the duplication).

The vCard composer now detects null returned from queryEntities().
The null value is potentially harmful for vCard file, since it forces
the (old) vCard composer to emit meaningless line like "BDAY:".

Internal Issue number: 2150768, 2151954, 2154235
2009-09-29 13:59:01 -07: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
Jason Parks
1cd7d0e591 Implement the checkin option in AccountManagerService.dump()
When the dump is requested by the checkin server the AccountManagerService will now dump each account type and the number accounts that are registered/active for that account type.
2009-09-29 13:06:10 -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
Dianne Hackborn
1d0086d999 Fix issue #2125720 Weather Forecast Widget - graphics do not scale
I forgot to add the new density field to the Bitmaps' parcelable data.
2009-09-29 11:50:16 -07:00
Dianne Hackborn
b91024c19c Fix #2101821: Cut labels of menu items in "SnapTell" market app.
Ummmm...  this turns out to be pretty bad.  NinePatchDrawable was not
scaling its reported padding for compatibility mode, causing spacing
to be off.  All over the place.  This change should improve things quite
a bit (and magically makes nearly all of the menu flaws go away).
2009-09-29 11:44:56 -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
Jeff Sharkey
8bd06aabf3 am 0da1a301: am 8f76734d: Fix docs breakage.
Merge commit '0da1a301dcb4c3a3ad01aadc89f25ccbfd8835bd'

* commit '0da1a301dcb4c3a3ad01aadc89f25ccbfd8835bd':
  Fix docs breakage.
2009-09-29 11:14:52 -07:00
Jeff Sharkey
a525521b15 am 7d028a0a: am ff18bbf8: Separate API for vCards through openAssetFileDescriptor().
Merge commit '7d028a0a974fdee240cac7118bf47c96777ea533'

* commit '7d028a0a974fdee240cac7118bf47c96777ea533':
  Separate API for vCards through openAssetFileDescriptor().
2009-09-29 11:14:39 -07:00
Dmitri Plotnikov
beeb1f4d7a am b3787062: am 13a90abc: Adding status update attribution to ContactHeaderWidget
Merge commit 'b3787062bc652d4db71b40ba3a7c991ce1636a96'

* commit 'b3787062bc652d4db71b40ba3a7c991ce1636a96':
  Adding status update attribution to ContactHeaderWidget
2009-09-29 11:14:32 -07:00
Evan Millar
998f8194d5 am aec2b81d: am 6e98f7e3: Merge change Ie6a95736 into eclair
Merge commit 'aec2b81d7bc1f42b217d6734a5d23ab820740273'

* commit 'aec2b81d7bc1f42b217d6734a5d23ab820740273':
  Fix artifact in tab drawing.
2009-09-29 11:14:24 -07:00
Jeff Hamilton
d1d6456aa5 am 84eb12bc: am f36a2bb5: Merge change Ibeb22f37 into eclair
Merge commit '84eb12bc7ef92ce04d43e1c7ce0319768e3f247e'

* commit '84eb12bc7ef92ce04d43e1c7ce0319768e3f247e':
  Call the proper variant of markAsContacted.
2009-09-29 11:13:09 -07:00
Mark Wagner
136d3c04b6 am b74e2ac4: am 1cff7476: Merge change Ie7d26695 into eclair
Merge commit 'b74e2ac44c72c846095334fab7f60111c1271f34'

* commit 'b74e2ac44c72c846095334fab7f60111c1271f34':
  Modify the "active chats" uri to not overlap with other uris.
2009-09-29 11:13:01 -07:00
Daisuke Miyakawa
64f398a0d8 am d0fefb80: am 3f48d31b: Merge change I228d52db into eclair
Merge commit 'd0fefb802cc0e7968777e326e91647acd2794e75'

* commit 'd0fefb802cc0e7968777e326e91647acd2794e75':
  Three changes.
2009-09-29 11:12:35 -07:00
Jack Palevich
f4986570e6 am 0d6d171a: am ee25eb58: Merge change I669ce246 into eclair
Merge commit '0d6d171af20e52b529c6f42885a2aca70e3a5cef'

* commit '0d6d171af20e52b529c6f42885a2aca70e3a5cef':
  Print out all available EGL configurations.
2009-09-29 11:12:22 -07:00
Romain Guy
59502b510c am 39433f81: am 5d259d3b: Merge change Id29ec50d into eclair
Merge commit '39433f818b223aab50b264fb43e8e32da1d8151a'

* commit '39433f818b223aab50b264fb43e8e32da1d8151a':
  Do not crash appwdiget host when a pending intent send fails.
2009-09-29 11:12:13 -07:00
Mike Lockwood
9753e41c98 am c78f617b: am 733fdf34: Disable keyguard while docked when the lock screen is insecure.
Merge commit 'c78f617bb66123c224c833ed2bd151d588a9a06d'

* commit 'c78f617bb66123c224c833ed2bd151d588a9a06d':
  Disable keyguard while docked when the lock screen is insecure.
2009-09-29 11:12:05 -07:00
Tadashi G. Takaoka
0a38e19bf5 am 250d3255: am c031981f: Merge change I36ad03e1 into eclair
Merge commit '250d3255c6a14944390816108e3edc5e1f19a37a'

* commit '250d3255c6a14944390816108e3edc5e1f19a37a':
  Delegate exclude mimetypes to FasttrackBadgeWidget
2009-09-29 11:11:31 -07:00