5441 Commits

Author SHA1 Message Date
Android (Google) Code Review
2c3fc83ac5 am ef9fd18d: Merge change 8616 into donut
Merge commit 'ef9fd18d90829ecbd37769cc05a8d5288aff821c'

* commit 'ef9fd18d90829ecbd37769cc05a8d5288aff821c':
  Fiddle with default densities to try to sanitize the API.
2009-07-27 12:05:44 -07:00
Android (Google) Code Review
ef9fd18d90 Merge change 8616 into donut
* changes:
  Fiddle with default densities to try to sanitize the API.
2009-07-27 12:03:36 -07:00
Fred Quintana
a9e3e72544 fix for a method rename 2009-07-27 11:55:26 -07:00
Dmitri Plotnikov
d5f56d1467 Introducing Contacts#DELETED flag. 2009-07-27 11:30:44 -07:00
Anna Markova
3bd5b0154f Fix for unknown number issue in CDMA call waiting
During a call, if 2nd call is received, the 2nd remote party number
should be properly displayed in case numberPresentation is set to
ALLOWED
2009-07-27 10:55:57 -07:00
Android (Google) Code Review
143a2ce1ea am ba989ad0: Merge change 8648 into donut
Merge commit 'ba989ad0ed91beda010d44945fa015d75d99cf67'

* commit 'ba989ad0ed91beda010d44945fa015d75d99cf67':
  Use the old string for bookmarks permissions.
2009-07-27 10:50:53 -07:00
Android (Google) Code Review
ba989ad0ed Merge change 8648 into donut
* changes:
  Use the old string for bookmarks permissions.
2009-07-27 10:49:07 -07:00
Android (Google) Code Review
461628716e Merge change 8177
* changes:
  Added patch support based on serializer state in the android client
2009-07-27 10:33:43 -07:00
Android (Google) Code Review
ead1457616 Merge change 8639
* changes:
  explicitly set the hinting level for android apps (to match the old default)
2009-07-27 09:57:35 -07:00
Bjorn Bringert
2201bd1713 am 5b11a0f3: DPAD_DOWN moves from search/voice search key to drop-down
Merge commit '5b11a0f3e1d8e2681cfd3326b6808b894bb9c2c3'

* commit '5b11a0f3e1d8e2681cfd3326b6808b894bb9c2c3':
  DPAD_DOWN moves from search/voice search key to drop-down
2009-07-27 09:51:53 -07:00
Bjorn Bringert
0d289e5b63 am 9377738c: Remove search dialog PRE_CLOSE event
Merge commit '9377738cdbb7eb0a1267cb536443cbed700ff5e9'

* commit '9377738cdbb7eb0a1267cb536443cbed700ff5e9':
  Remove search dialog PRE_CLOSE event
2009-07-27 09:42:19 -07:00
Bjorn Bringert
d0b1faa441 am 6ddaa349: Send max displayed position in search dialog click event
Merge commit '6ddaa3497ce7af2c303771365449501e2be52511'

* commit '6ddaa3497ce7af2c303771365449501e2be52511':
  Send max displayed position in search dialog click event
2009-07-27 09:42:14 -07:00
Android (Google) Code Review
e624ee4e57 am 0fdedd00: Merge change 8612 into donut
Merge commit '0fdedd00c510e62223e47d0c5e605b2350d2d304'

* commit '0fdedd00c510e62223e47d0c5e605b2350d2d304':
  Remove visibility checks from SearchManager tests
2009-07-27 09:42:09 -07:00
Android (Google) Code Review
9cb2d606c1 Merge change 8594
* changes:
  Renaming ContactsContract.Contacts to ContactsContract.RawContacts
2009-07-27 09:37:02 -07:00
Android (Google) Code Review
bb4d0127f8 Merge change 8621
* changes:
  Fix issue 2004738: Settings Backup Agent consistently throws ArrayIndexOutOfBoundsException during restore.
2009-07-27 09:36:50 -07:00
Dmitri Plotnikov
2365ded446 Renaming ContactsContract.Contacts to ContactsContract.RawContacts 2009-07-27 09:36:09 -07:00
Bjorn Bringert
5b11a0f3e1 DPAD_DOWN moves from search/voice search key to drop-down
Fixes http://b/issue?id=2014688
2009-07-27 17:10:46 +01:00
Android (Google) Code Review
7f90e47bc5 Merge change 8569
* changes:
  Fix 1993520 where page cycler fails.
2009-07-27 08:53:46 -07:00
Android (Google) Code Review
24de98288a Merge change 8331
* changes:
  added non-numeric cdma sms address support
2009-07-27 08:35:58 -07:00
Leon Scroggins
e7d1c8f377 Use the old string for bookmarks permissions.
When we made the bookmark permissions public, we also changed their
names, which might break existing apps.  Change them back.  Depends
on a change in packages/apps/Browser
2009-07-27 11:14:04 -04:00
Mike Reed
3d63e0119d explicitly set the hinting level for android apps (to match the old default) 2009-07-27 09:50:31 -04:00
Bjorn Bringert
9377738cdb Remove search dialog PRE_CLOSE event
This is part of the fix for http://b/issue?id=2000655
2009-07-27 11:48:32 +01:00
Bjorn Bringert
6ddaa3497c Send max displayed position in search dialog click event
This is part of the fix for http://b/issue?id=2000655
2009-07-27 11:44:56 +01:00
Eric Laurent
d25ae67ca8 Fix issue 2004738: Settings Backup Agent consistently throws ArrayIndexOutOfBoundsException during restore.
Use stream alias when accessing VOLUME_SETTINGS array.
2009-07-27 02:12:30 -07:00
Tammo Spalink
1424fe0059 added non-numeric cdma sms address support
addresses bug http://buganizer/issue?id=1992198
2009-07-27 14:59:10 +08:00
Android (Google) Code Review
a4ce03f354 Merge change 8605
* changes:
  Encourage the better way of removing an Activity's title bar.
2009-07-26 23:39:41 -07:00
Jaikumar Ganesh
6754296487 Add PBAP service start. 2009-07-26 22:54:36 -07:00
Jiafa Liu
3f41673265 frameworks/base: Add PBAP support
- Update according to comments
- Add aidl support in frameworks for Settings to retrieve current
  PBAP transaction status.
- Add status bar support for PBAP
2009-07-26 22:54:35 -07:00
Android (Google) Code Review
0fdedd00c5 Merge change 8612 into donut
* changes:
  Remove visibility checks from SearchManager tests
2009-07-26 22:01:43 -07:00
Hung-ying Tyan
c0ecdf152d am 21bd4af8: Simplify the VPN service implementation.
Merge commit '21bd4af88a24d0df020f68683f7c60698ebcc76a'

* commit '21bd4af88a24d0df020f68683f7c60698ebcc76a':
  Simplify the VPN service implementation.
2009-07-26 21:47:40 -07:00
Android (Google) Code Review
d5ec6ebee2 am 11b6a29d: Merge change 8564 into donut
Merge commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58'

* commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58':
  AI 150594: change the homepage markup and styles to allow variable height in
  AI 150587: add a sitemap for translated docs, for submission to Webmaster Tools,
  AI 150541: roll the docs forward to 1.5 r3
  AI 150538: add note that appwidget updates will wake the device and suggest an alarm
  AI 150536: Change the formatting of sdk redirect pages so that they are not language-specific.
  AI 150535: add the Videos page to the site
2009-07-26 21:47:27 -07:00
Android (Google) Code Review
678d1ed007 am 1dc8c62c: Merge change 8563 into donut
Merge commit '1dc8c62c5078f1598cc906de1b97b572cc3449a3'

* commit '1dc8c62c5078f1598cc906de1b97b572cc3449a3':
  AI 150506: Fix some date format problems by switching cupcake over to using
2009-07-26 21:47:22 -07:00
Android (Google) Code Review
ba39b992eb am 85e2cd89: Merge change 8562 into donut
Merge commit '85e2cd89a02e2ff9440ac591b900707c38204001'

* commit '85e2cd89a02e2ff9440ac591b900707c38204001':
  AI 150497: Import updated Portuguese translations.
2009-07-26 21:47:17 -07:00
Android (Google) Code Review
ceb9662ef5 am 09a6ad8f: Merge change 8561 into donut
Merge commit '09a6ad8f78757ed4423f617f25ad815acb8d1454'

* commit '09a6ad8f78757ed4423f617f25ad815acb8d1454':
  AI 150481: Import revised translations.  Fix ko_KO -> ko->KR in build config.
2009-07-26 21:47:13 -07:00
Android (Google) Code Review
96616bb59f am eec841f0: Merge change 8560 into donut
Merge commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15'

* commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15':
  AI 150460: Add  missing art files for menu_guidelines doc.
  AI 150397: turn off the right arrow in the carousel -- we only have 3 items.
  AI 150390: Roll the docs back to 1.5 r2, temporarily.
  AI 150381: Add localized content (ja2) to developer site.
  AI 150380: Add localized content (ja) for developer site.
  AI 150369: Add localized TOCs for developer site.
  AI 150351: Doc updates for Android 1.5 SDK r3.
2009-07-26 21:47:08 -07:00
Android (Google) Code Review
f0e9f05d06 am b4fc70fc: Merge change 8559 into donut
Merge commit 'b4fc70fcc9d8060bd4baf86294f6bc4aa0b1be49'

* commit 'b4fc70fcc9d8060bd4baf86294f6bc4aa0b1be49':
  AI 150335: Removed the links to wikipedia.
2009-07-26 21:47:03 -07:00
Android (Google) Code Review
6fbc7cdbbd am d5aa644f: Merge change 8558 into donut
Merge commit 'd5aa644f59f254133101369d71ec3fcea4baf33b'

* commit 'd5aa644f59f254133101369d71ec3fcea4baf33b':
  AI 150304: Import a bunch of revised translations.
2009-07-26 21:46:58 -07:00
Android (Google) Code Review
af294327b1 am 199bc376: Merge change 8557 into donut
Merge commit '199bc376023346cb4e54196967dbd5380b2b5f85'

* commit '199bc376023346cb4e54196967dbd5380b2b5f85':
  AI 150289: Added Menu Design guidelines.  View the pages at:
2009-07-26 21:46:53 -07:00
Android (Google) Code Review
914a5dcef0 am 22a10202: Merge change 8556 into donut
Merge commit '22a102022c51920204bce4e4f1caded5e1f3ce6f'

* commit '22a102022c51920204bce4e4f1caded5e1f3ce6f':
  AI 150264: DO NOT MERGE TO DONUT.
2009-07-26 21:46:48 -07:00
Android (Google) Code Review
186e954b9d am 7d41c8de: Merge change 8555 into donut
Merge commit '7d41c8dee1d5b789a9ecfab65929237c603f2a40'

* commit '7d41c8dee1d5b789a9ecfab65929237c603f2a40':
  AI 150245: Import and add to the l10n builds new and updated translations for:
2009-07-26 21:46:43 -07:00
Android (Google) Code Review
dea940387e am 4d3a15be: Merge change 8554 into donut
Merge commit '4d3a15be83dae30fe6e98844c83e5b97a0ec4fed'

* commit '4d3a15be83dae30fe6e98844c83e5b97a0ec4fed':
  AI 150122: Merge from donut.
2009-07-26 21:46:38 -07:00
Android (Google) Code Review
cc256fb1d5 am 1f4dd5d6: Merge change 8553 into donut
Merge commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354'

* commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354':
  AI 150106: Add gcc/gmake/cygwin details to NDK sys requirements
  AI 150083: Minor updates to the ndk docs based on approved messaging.
  AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
  AI 150054: Misc changes for the sdk/devsite docs
  AI 150008: update the Google IO announcement, point to session videos.
2009-07-26 21:46:33 -07:00
Amith Yamasani
e45b3ff8b2 am 07ee3fda: (-s ours) DO NOT MERGE. Already in master. Fix #1977876 : Key preview in WVGA broken.
Merge commit '07ee3fdaea879fb568ab3263102766b46130ce56'

* commit '07ee3fdaea879fb568ab3263102766b46130ce56':
  DO NOT MERGE. Already in master. Fix #1977876 : Key preview in WVGA broken.
2009-07-26 21:46:28 -07:00
Android (Google) Code Review
a69f055445 am 4ca6659f: Merge change 8565 into donut
Merge commit '4ca6659fe4c8299f886eba7f745bed509be8126b'

* commit '4ca6659fe4c8299f886eba7f745bed509be8126b':
  Fixing bug 2003639 - this is a fix to prevent the AccessibilityManagerService
2009-07-26 21:46:23 -07:00
Dianne Hackborn
96e240f25a Fiddle with default densities to try to sanitize the API.
An issue with the density API is that bitmaps assumed the old default density,
so new programs would have to explicitly set the correct density for every bitmap
they create.

This is an attempt to fix that situation, by define the default density of bitmaps
to be the main screen's density, except for old apps where it is the original default
density.

Actually implementing this is not so great, though, because the Bitmap constructors
can't really know anything about who is calling them to know which density to use.
So at this level the compatibility mode is defined per-process -- meaning the initial
package loaded into a process defines the default bitmap density, and everyone else
loaded in later on has to live with that.

In practice this shouldn't be much of a problem, there shouldn't be much mixing of
old vs. new apps in a process.  It does mean that, going forward, if a developer is
going to use shared user IDs for this, they will need to make sure either that all of
their apps are in the same compatibility mode, or that their code explicitly sets the
density of bitmaps it receives.  This isn't all that great, but I think it is worth
the benefit of allowing people who write modern apps to not have to deal with bitmap
densities.

This change also does some cleanup of the density management (making sure to always
copy over bitmap densities, etc) and adds java docs to explain the various ways
density is set and used by the system.
2009-07-26 17:42:30 -07:00
Hung-ying Tyan
21bd4af88a Simplify the VPN service implementation.
+ Remove NormalProcessProxy and ProcessProxy as they are not used
  anymore.
+ Rename AndroidServiceProxy to DaemonProxy and simplify its
  implementation as it does not extend to ProcessProxy anymore.
+ Execute connect() in VpnService in one thread, which simplifies socket
  and error handling.
+ Modify service subclasses accordingly.
+ Execute connect() and disconnect() in VpnServiceBinder so that the
  operations do not block the UI thread. Mark service as foreground only upon
  connecting.
2009-07-27 06:13:11 +08:00
Bjorn Bringert
3fc78e1294 Remove visibility checks from SearchManager tests
Since the search UI is handled by the system process, and
the service calls to show and hide it are asynchronous,
the tests that checked the visibility of the search UI were
very flaky. This change sclaes the tests back to just check
that nothing crashes when showing and hiding the search UI.

Fixes http://b/issue?id=1993675
2009-07-26 22:27:47 +01:00
Jeff Sharkey
ef348c757d Minor naming fixes. 2009-07-26 14:14:47 -07:00
Jean-Baptiste Queru
6431e95715 reconcile korg/master into goog/master 2009-07-26 11:43:55 -07:00
Satish.Kulkarni
eafe72a0db Fix for missing call drop notice in CDMA mode
In case the cdma modem indicates unspecified error as a reason for a
dropped call, then the cause was wrongly being translated to NORMAL call in
DisconnectCause. This has been fixed to report ERROR_UNSPECIFIED as
DisconnectCause in Connection.java.
2009-07-25 21:28:20 -07:00