5610 Commits

Author SHA1 Message Date
Wink Saville
c6d6b687af Add method in Phone interface to check whether data is enabled.
This adds isDataConnectivityEnabled to allow test methods to query the
data connectivity state.
2009-07-24 13:23:55 -07:00
Dirk Dougherty
0c64c1c96a Empty merge from cupcake: commit 'ff339f0b966c5ca62867689a13ea713e6cb62a15' 2009-07-24 12:57:01 -07:00
Dirk Dougherty
9ba594e12d Empty merge from cupcake: commit '79188bb2c9bac9fef1bc86b7f9f54324471ee53e' 2009-07-24 12:55:55 -07:00
Dirk Dougherty
6d9ffc5f25 Merge doc change from cupcake: commit '2c44586d118208bdddfc727165ebf235fe7c0051' 2009-07-24 12:54:42 -07:00
Dirk Dougherty
616fe5134b Empty merge from cupcake: commit '2e7e15f2da527f762f6eb56b974e758d83f12660' 2009-07-24 12:53:09 -07:00
Chung-yih Wang
d0ac7ab1f9 am 719eba5b: Change to SPKAC certificate request format for keygen.
Merge commit '719eba5bb1fbc72e3b55450f16b38a6be5640055'

* commit '719eba5bb1fbc72e3b55450f16b38a6be5640055':
  Change to SPKAC certificate request format for keygen.
2009-07-24 12:52:40 -07:00
Chung-yih Wang
b4e552844c am 75b68163: Add memcpy and strcpy boundary check.
Merge commit '75b681639d3945d22d4ab90856a65a05405d2538'

* commit '75b681639d3945d22d4ab90856a65a05405d2538':
  Add memcpy and strcpy boundary check.
2009-07-24 12:52:33 -07:00
Android (Google) Code Review
ff899e4090 am 0a4730f8: Merge change 8443 into donut
Merge commit '0a4730f8889bd98e272bd5e7e0fedb6a69d33f54'

* commit '0a4730f8889bd98e272bd5e7e0fedb6a69d33f54':
  add some more defensiveness to SuggestionsAdapter to avoid system process crashes.
2009-07-24 12:52:09 -07:00
Dirk Dougherty
23ad7898f6 Empty merge from cupcake: commit '5a3a63f8b450a1902dd26809f18e35ef30befff3' 2009-07-24 12:52:02 -07:00
Dirk Dougherty
9a37e59259 Empty merge from cupcake: commit 'b69bed1947d4c8835b861f7b68be756b6a8e80d3' 2009-07-24 12:50:16 -07:00
Dirk Dougherty
ea761540c3 Merge doc changes from cupcake at commit '373271b94cbe01c337b4952d0d5764e200c69f48' 2009-07-24 12:26:22 -07:00
Android (Google) Code Review
b8af454a7f Merge change 8515
* changes:
  Add support for .aac and .asf extensions.
2009-07-24 12:09:30 -07:00
Ravi K Yenduri
974ff946d1 Add support for .aac and .asf extensions. 2009-07-24 11:26:30 -07:00
Andrew Stadler
54a16f0590 Add getCacheDir() to RenamingDelegatingContext.
This allows providers under ProviderTestCase2 to access getCacheDir().
2009-07-24 10:52:21 -07:00
Dianne Hackborn
11ea33471e Allow for screen density drawables in compatibility mode.
This change allows us to use drawables that match the current screen
density even when being loaded in compatibility mode.  In this case,
the bitmap is loaded in the screen density, and the bitmap and
nine-patch drawables take care of accounting for the density difference.

This should be safe for existing applications, for the most part, since
they shouldn't really be pulling the bitmap out of the drawable.  For
the small rare chance of them breaking, it worth getting the correct
graphics.  Also this will only happen when there is actually a resource
of the matching density, and no existing apps should have resources for
anything besides the default density (though of course all of the
framework resources will be available in the native density).

As part of this, the bitmap density API has been changed to a single
integer provider the DPI unit density.
2009-07-24 10:47:15 -07:00
Dmitri Plotnikov
55048a980e Associating Presence with Contact rather than Aggregate. 2009-07-24 10:25:34 -07:00
Android (Google) Code Review
3b99e64e58 Merge change 8475 into donut
* changes:
  Per conversation, remove the toast while saving the Certificates to CertTools.
2009-07-24 10:18:26 -07:00
Android (Google) Code Review
7c187de14f Merge change 8462 into donut
* changes:
  Make the DatePicker respect the date format setting if the date is numeric.
2009-07-24 10:00:05 -07:00
Eric Laurent
4192cce1f2 Fix issue 2001204: libaudiopolicy.so and libaudiopolicygeneric.so libraries must be pre-linked. 2009-07-24 06:58:44 -07:00
Mitsuru Oshima
30b06eb8b9 am 589cebe2: * Use the scaled size for surface view instead of native. The surface will be always scaled by surface flinger in compatiblity mode. The original approach confused the app because the surface size and the view size were different. * a few clean up. remo
Merge commit '589cebe2d58591403de4a77077941c0454bc91bc'

* commit '589cebe2d58591403de4a77077941c0454bc91bc':
  * Use the scaled size for surface view instead of native. The surface will be always scaled
2009-07-23 23:58:16 -07:00
Android (Google) Code Review
08f89ed9a4 am e0ef973b: Merge change 8323 into donut
Merge commit 'e0ef973b1358585d039989ee5572e16751078aaf'

* commit 'e0ef973b1358585d039989ee5572e16751078aaf':
  * a best effort fix for apps that uses get/set Matrix API on canvas.
2009-07-23 23:58:11 -07:00
Grace Kloba
c9d4c8790a Per conversation, remove the toast while saving the Certificates to CertTools.
Remove the unused strings.
2009-07-23 21:22:51 -07:00
Android (Google) Code Review
cfc2b31b64 Merge change 8444
* changes:
  Fix #1977876 : Key preview in WVGA broken.
2009-07-23 21:13:59 -07:00
Chung-yih Wang
719eba5bb1 Change to SPKAC certificate request format for keygen. 2009-07-24 11:33:45 +08:00
Chung-yih Wang
75b681639d Add memcpy and strcpy boundary check. 2009-07-24 11:24:31 +08:00
Eric Fischer
03a8017d0f Make the DatePicker respect the date format setting if the date is numeric.
In some locales, there are no abbreviated month names; the abbreviated
date formats are essentially numeric.  If the user is in such a locale,
have the DatePicker respect the date format setting so that the order
of the fields will match other numeric-only dates.

In locales that have abbreviated month names, continue to use the order
that is normal in spelled-out dates.

And update the order in updateDate() so that the new order is reflected
if you change the order setting and immediately go to change the date
without leaving and returning to the Date & Time settings in between.

At the same time, change DateFormat.getDateFormatOrder() back to working
the way it did in cupcake (prioritizing the date order preference over
the locale), even though the DatePicker no longer calls the method.

Bug 1805085
2009-07-23 18:48:44 -07:00
Android (Google) Code Review
0a4730f888 Merge change 8443 into donut
* changes:
  add some more defensiveness to SuggestionsAdapter to avoid system process crashes.
2009-07-23 17:38:24 -07:00
Amith Yamasani
e403700972 Fix #1977876 : Key preview in WVGA broken.
Use PX unit when setting the text size since we're getting the size from getTextSize()
Reduce delay for popup.
2009-07-23 17:38:15 -07:00
Karl Rosaen
92f461ea66 add some more defensiveness to SuggestionsAdapter to avoid system process crashes. 2009-07-23 17:20:47 -07:00
Android (Google) Code Review
4b0c3c73c7 Merge change 8302
* changes:
  add account manager permission checking
2009-07-23 17:17:03 -07:00
Android (Google) Code Review
8c4ee20f52 Merge change 8426
* changes:
  Fix bug# 1997056
2009-07-23 17:01:57 -07:00
Android (Google) Code Review
d3eb531146 Merge change 8287
* changes:
  Add some more (off by default) logging to trace what's happening with UrlRules
2009-07-23 16:40:48 -07:00
Android (Google) Code Review
97c747b85d Merge change 8406
* changes:
  Make HttpDateTime public (but hidden), so the rest of us can use it instead of SimpleDateTime (which is super slow).
2009-07-23 16:39:49 -07:00
Dan Egnor
62e7cbf0b2 Add some more (off by default) logging to trace what's happening with UrlRules 2009-07-23 16:38:51 -07:00
Dan Egnor
ee756b3d02 Make HttpDateTime public (but hidden), so the rest of us can use it
instead of SimpleDateTime (which is super slow).
2009-07-23 16:38:50 -07:00
johnwang
97b270abd5 Fix bug# 1997056
The SID and NID in CDMA_SUBSCRIPTION are in hexadecimal format. So change the parseInt() in CdmaServiceStateTracker and add comments in CommandsInterface.

	modified:   java/com/android/internal/telephony/CommandsInterface.java
	modified:   java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java
	modified:   java/com/android/internal/telephony/RIL.java

	modified:   java/com/android/internal/telephony/CommandsInterface.java
	modified:   java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java
	modified:   java/com/android/internal/telephony/RIL.java
2009-07-23 16:25:59 -07:00
Android (Google) Code Review
2b067451dc am 1d4b87d4: Merge change 8360 into donut
Merge commit '1d4b87d492dfefb5506e9fcf358ced680322b754'

* commit '1d4b87d492dfefb5506e9fcf358ced680322b754':
  Remove failing test AutoCompleteTextViewCallbacks.testPopupNoSelection from
2009-07-23 16:25:58 -07:00
Android (Google) Code Review
683ed9f9dd am 62c6c357: Merge change 8263 into donut
Merge commit '62c6c357060dca8597986783b67ec9ae06ccef66'

* commit '62c6c357060dca8597986783b67ec9ae06ccef66':
  Make the date formats as close as possible to what the translators wanted.
2009-07-23 16:25:53 -07:00
Android (Google) Code Review
e60066db18 am 0e638630: Merge change 8291 into donut
Merge commit '0e6386300c958c5566d09b6a18b4338a6db3e965'

* commit '0e6386300c958c5566d09b6a18b4338a6db3e965':
  Add gservices flag for configuring the URL vending redirects to when TOS is inaccessible due to no/bad network.
2009-07-23 16:25:44 -07:00
Android (Google) Code Review
ba2bdce2ae am ea9f9637: Merge change 8338 into donut
Merge commit 'ea9f9637e459c10024d09b53a803dfc91dd3eeb5'

* commit 'ea9f9637e459c10024d09b53a803dfc91dd3eeb5':
  Have the notification service only have notifications diabled until setup wizard has been run.
2009-07-23 16:25:34 -07:00
Android (Google) Code Review
be19f9f499 am 38673014: Merge change 8336 into donut
Merge commit '3867301423b5fce95b4b86313bc55e0be5e06c6b'

* commit '3867301423b5fce95b4b86313bc55e0be5e06c6b':
  Remove the silent ringtone.
2009-07-23 16:25:26 -07:00
Android (Google) Code Review
53305e8326 Merge change 8421
* changes:
  Unbreak build by making the build of renderscript again conditional on BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally.
2009-07-23 16:12:06 -07:00
Jason Sams
8af858e9b6 Unbreak build by making the build of renderscript again conditional on BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally. 2009-07-23 16:10:46 -07:00
Fred Quintana
d4a1d2e142 add account manager permission checking 2009-07-23 16:03:54 -07:00
Android (Google) Code Review
c8f3614504 Merge change 8413
* changes:
  Need to be able to call the backup manager from the system process.
2009-07-23 15:31:31 -07:00
Android (Google) Code Review
82bc9f5392 Merge change 8412
* changes:
  Revert "Have the notification service only have notifications diabled"
2009-07-23 15:30:05 -07:00
Joe Onorato
5933a49722 Need to be able to call the backup manager from the system process. 2009-07-23 18:29:27 -04:00
Joe Onorato
093d1a5a97 Revert "Have the notification service only have notifications diabled"
This reverts commit eb176588e2d8e8d57f0250d3e90e8166dc7c00a7.
2009-07-23 18:29:27 -04:00
Android (Google) Code Review
155cedb5cb Merge change 8410
* changes:
  Have the notification service only have notifications diabled until setup wizard has been run.
2009-07-23 15:27:12 -07:00
Android (Google) Code Review
bc512021ee Merge change 8279
* changes:
  Move the java and jni renderscript files to the proper location.
2009-07-23 15:25:13 -07:00