OSDN Git Service

android-x86/frameworks-native.git
15 years agoMerge change 7451 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 22:33:46 +0000 (15:33 -0700)]
Merge change 7451 into donut

* changes:
  Include 'calling_package' extra for uses of in-app voice search so that the server can tailor recognition to an individual app.

15 years agoMerge change 7401 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 20:38:34 +0000 (13:38 -0700)]
Merge change 7401 into donut

* changes:
  Adding missing addEarcon method. Not having this was a bug as this method is needed to add earcons; otherwise, there is nothing for playEarcon to play.

15 years agoMerge change 7402 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 20:32:07 +0000 (13:32 -0700)]
Merge change 7402 into donut

* changes:
  Added fade-in out animation for compatible apps  (This CL only add this when the app on the top is in compatibility mode for now. I need some help to do the same   when the closing app is in compatibility mode) Refactored DimAnimator

15 years agoMerge change 7396 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 20:29:38 +0000 (13:29 -0700)]
Merge change 7396 into donut

* changes:
  Run background threads associated with filtering at background priority.

15 years agoMerge change 7421 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 19:37:08 +0000 (12:37 -0700)]
Merge change 7421 into donut

* changes:
  Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.

15 years agoMerge change 7406 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 18:54:50 +0000 (11:54 -0700)]
Merge change 7406 into donut

* changes:
  Update Searchables test with new GlobalSearch name

15 years agoMerge change 7395 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 17:15:40 +0000 (10:15 -0700)]
Merge change 7395 into donut

* changes:
  Move the silent ringtone to ringtones/notifications, so it can be used for both.

15 years agoMerge change 6926 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 16:47:05 +0000 (09:47 -0700)]
Merge change 6926 into donut

* changes:
  Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView, send it to the certTool.

15 years agoMerge change 7356 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 16:28:45 +0000 (09:28 -0700)]
Merge change 7356 into donut

* changes:
  Fixing a bug in how stop works - keep stop from always stopping the currently speaking item if that item does not belong to the app that is trying to do the stop.

15 years agoMerge change 7335 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 01:22:15 +0000 (18:22 -0700)]
Merge change 7335 into donut

* changes:
  Making sure that the audio buffers for speech are cleared so that there are no leftovers which could cause mangled output.

15 years agoMerge change 7134 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 00:43:58 +0000 (17:43 -0700)]
Merge change 7134 into donut

* changes:
  Unhide required definitions in TextToSpeech.Engine that cover return codes and extras for android.intent.action.CHECK_TTS_DATA intent, and the key values for the parameter hashmap that can be passed by an application in speak(), synthesizeToFile(), playSilence() and playEarcon().

15 years agoMerge change 7137 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 00:23:35 +0000 (17:23 -0700)]
Merge change 7137 into donut

* changes:
  Remove the Google domains from the Gears permission table when the global location setting is set to false

15 years agoMerge change 6855 into donut
Android (Google) Code Review [Wed, 15 Jul 2009 00:20:22 +0000 (17:20 -0700)]
Merge change 6855 into donut

* changes:
  Add a Gservices setting to control if we send up multipart protocol buffers

15 years agoMerge change 7145 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:43:00 +0000 (16:43 -0700)]
Merge change 7145 into donut

* changes:
  wifi: Disable RSSI polling when the screen is off.

15 years agoMerge change 7166 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:26:33 +0000 (16:26 -0700)]
Merge change 7166 into donut

* changes:
  Fix a few date format strings to put backslashes in front of apostrophes.

15 years agoMerge change 7106 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:13:38 +0000 (16:13 -0700)]
Merge change 7106 into donut

* changes:
  Return adjusted display for WindowManager.getDefaultDisplay()

15 years agoMerge change 7133 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:03:30 +0000 (16:03 -0700)]
Merge change 7133 into donut

* changes:
  Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_FOREGROUND.

15 years agoMerge change 7012 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 22:39:20 +0000 (15:39 -0700)]
Merge change 7012 into donut

* changes:
  Fix couple of issues in DatePicker The NumberPicker's listener needs to be invoked only if the current value changes when validating input. This removes the some unwanted duplicate calls to onChanged. Adjust day for month and leap years. note that updateDaySpinner directly sets the value on day picker and doesn't invoke the listener twice

15 years agoMerge change 7153 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 22:39:02 +0000 (15:39 -0700)]
Merge change 7153 into donut

* changes:
  Restore PopupWindow's original behavior and add an API to control the soft input mode.

15 years agoMerge change 7124 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 22:35:55 +0000 (15:35 -0700)]
Merge change 7124 into donut

* changes:
  Fixes #1977685. Prevent crash when the soft keyboard is brought up.

15 years agoMerge change 7140 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 22:01:07 +0000 (15:01 -0700)]
Merge change 7140 into donut

* changes:
  Add more logging to track down a monkey bug

15 years agoMerge change 7135 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 21:51:06 +0000 (14:51 -0700)]
Merge change 7135 into donut

* changes:
  Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialog shows.

15 years agoMerge change 6906 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 19:00:55 +0000 (12:00 -0700)]
Merge change 6906 into donut

* changes:
  location: Add sub-locality, sub-thoroughfare and premises fields to Address class

15 years agoMerge change 7094 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 17:55:57 +0000 (10:55 -0700)]
Merge change 7094 into donut

* changes:
  Cleaning up TtsService

15 years agoMerge change 7097 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 17:44:14 +0000 (10:44 -0700)]
Merge change 7097 into donut

* changes:
  Fix to use DP instead of pixels for Thumb drawable size.

15 years agoMerge change 7079 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 17:41:14 +0000 (10:41 -0700)]
Merge change 7079 into donut

* changes:
  Cleanup of unused enums

15 years agoMerge change 7064 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 16:18:46 +0000 (09:18 -0700)]
Merge change 7064 into donut

* changes:
  Implementing utterance ID callbacks for silence and pre-recorded files (both generating and playing).

15 years agoMerge change 7069 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 08:53:56 +0000 (01:53 -0700)]
Merge change 7069 into donut

* changes:
  Make VPN connect even when DNS is not present and other fixes.

15 years agoMake VPN connect even when DNS is not present and other fixes.
Hung-ying Tyan [Tue, 14 Jul 2009 08:19:17 +0000 (16:19 +0800)]
Make VPN connect even when DNS is not present and other fixes.

* Changes:
  + As title.
  + Add two new states to VpnState: UNKNOWN and UNUSABLE.
  + Add more debug messages when stopping a service and when DNS being
    overridden.

15 years agoMerge change 7008 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 01:25:01 +0000 (18:25 -0700)]
Merge change 7008 into donut

* changes:
  Adding Utterance ID to the TtsService.

15 years agoMerge change 7035 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 00:52:59 +0000 (17:52 -0700)]
Merge change 7035 into donut

* changes:
  Fixes #1972593. Updates AppSecurityPermissions styles in Theme.Light

15 years agoMerge change 6968 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 23:30:16 +0000 (16:30 -0700)]
Merge change 6968 into donut

* changes:
  Import new translations

15 years agoMerge change 6935 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 22:44:57 +0000 (15:44 -0700)]
Merge change 6935 into donut

* changes:
  DO NOT MERGE: backporting from master:

15 years agoMerge change 6925 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 20:36:37 +0000 (13:36 -0700)]
Merge change 6925 into donut

* changes:
  Propagate optional audio stream type to the creation of the audio resources to enable the playback of TTS content on various stream types.

15 years agoMerge change 6880 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 16:25:20 +0000 (09:25 -0700)]
Merge change 6880 into donut

* changes:
  Fixing TTS breakage.

15 years agoMerge change 6912 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 16:04:25 +0000 (09:04 -0700)]
Merge change 6912 into donut

* changes:
  JavaDoc for SearchableInfo.getActivityMetaData()

15 years agoMerge change 6871 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 16:04:01 +0000 (09:04 -0700)]
Merge change 6871 into donut

* changes:
  Use SetByteArrayRegion to minimize copy overhead and JNI calls.

15 years agoMerge change 6907 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 13:11:08 +0000 (06:11 -0700)]
Merge change 6907 into donut

* changes:
  Initialize searchmanager on demand

15 years agoMerge change 6883 into donut
Android (Google) Code Review [Mon, 13 Jul 2009 06:40:46 +0000 (23:40 -0700)]
Merge change 6883 into donut

* changes:
  Add error code in vpn connectivity broadcast.

15 years agoAdd error code in vpn connectivity broadcast.
Hung-ying Tyan [Sat, 11 Jul 2009 14:23:30 +0000 (22:23 +0800)]
Add error code in vpn connectivity broadcast.

* Changes
  + Add VpnConnectingError.java.
  + Broadcast the error returned by daemons.
  + Add error codes to VpnManager.java.
  + Add error code to VpnManager.broadcastConnectivity().
  Patch Set 4:
  + Replace VPN_UP with VPN_STATUS in response to ip-up-vpn changes.
  + Make VpnServiceBinder a foreground service so that it won't be
    interrupted by the system.
  Patch Set 5:
  + Remove the support of returning 0 from daemon and restart socket in
    AndroidServiceProxy.

15 years agoMerge change 6867 into donut
Android (Google) Code Review [Sat, 11 Jul 2009 00:38:29 +0000 (17:38 -0700)]
Merge change 6867 into donut

* changes:
  CLOSE_SYSTEM_DIALOGS can't be protected.

15 years agoMerge change 6850 into donut
Android (Google) Code Review [Sat, 11 Jul 2009 00:11:01 +0000 (17:11 -0700)]
Merge change 6850 into donut

* changes:
  Extra parameters for sendBurstDtmf.

15 years agoMerge change 6862 into donut
Android (Google) Code Review [Sat, 11 Jul 2009 00:10:57 +0000 (17:10 -0700)]
Merge change 6862 into donut

* changes:
  fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake

15 years agofix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake
Mathias Agopian [Sat, 11 Jul 2009 00:00:00 +0000 (17:00 -0700)]
fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake

15 years agoMerge change 6846 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 23:55:24 +0000 (16:55 -0700)]
Merge change 6846 into donut

* changes:
  Avoid memcpy's by using GetPrimitiveArrayCritical.

15 years agoMerge change 6845 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 23:28:03 +0000 (16:28 -0700)]
Merge change 6845 into donut

* changes:
  Use MeasureSpec.getWidth instead of default display in lock pattern widget.

15 years agoMerge change 6820 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 22:12:57 +0000 (15:12 -0700)]
Merge change 6820 into donut

* changes:
  Fixed NPE bugs in Uri. Fixes internal issue #1724719. Modified getQueryParameter() to use the encoded query string. Fixes internal issue #1749094.

15 years agoMerge change 6806 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 21:42:41 +0000 (14:42 -0700)]
Merge change 6806 into donut

* changes:
  Add CLDR data files for Norway and Croatia.

15 years agoMerge change 6813 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 21:12:17 +0000 (14:12 -0700)]
Merge change 6813 into donut

* changes:
  Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.

15 years agoMerge change 6789 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 20:54:58 +0000 (13:54 -0700)]
Merge change 6789 into donut

* changes:
  Add support in TextToSpeech for an audio stream type param and utterance ID specified as a hashmap param in the synthesis calls. Fix a bug where the cached parameters were not passed to the service when synthesizing to a file.

15 years agoMerge change 6718 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 20:42:51 +0000 (13:42 -0700)]
Merge change 6718 into donut

* changes:
  Fix bug #1873249i: Apps can DoS/brick device

15 years agoMerge change 6801 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 20:40:02 +0000 (13:40 -0700)]
Merge change 6801 into donut

* changes:
  Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015.

15 years agoMerge change 6759 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 16:57:24 +0000 (09:57 -0700)]
Merge change 6759 into donut

* changes:
  Do not merge

15 years agoMerge change 6734 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 16:47:37 +0000 (09:47 -0700)]
Merge change 6734 into donut

* changes:
  Adding tagging to utterances to track which app said what.

15 years agofix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size...
Mathias Agopian [Fri, 10 Jul 2009 01:16:43 +0000 (18:16 -0700)]
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624

15 years agoMerge change 6713 into donut
Android (Google) Code Review [Fri, 10 Jul 2009 00:33:54 +0000 (17:33 -0700)]
Merge change 6713 into donut

* changes:
  fix for [1969185] valgrind errors in new gl stuff

15 years agofix for [1969185] valgrind errors in new gl stuff
Mathias Agopian [Fri, 10 Jul 2009 00:33:15 +0000 (17:33 -0700)]
fix for [1969185] valgrind errors in new gl stuff

15 years agoMerge change 6700 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 23:36:31 +0000 (16:36 -0700)]
Merge change 6700 into donut

* changes:
  do not merge - add a big flag to turn off backup

15 years agoMerge change 6689 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 22:58:39 +0000 (15:58 -0700)]
Merge change 6689 into donut

* changes:
  Don't crash the app when restore agent bringup throws

15 years agoMerge change 6668 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 22:45:22 +0000 (15:45 -0700)]
Merge change 6668 into donut

* changes:
  Check if a searchable is null before adding it to the list of searchables for web search. If getActivityMetaData returned null for a web search searchable, previously, this null would get added to the list of searchables for web search, which was causing GlobalSearch's SearchSettings to crash with an NPE (which I've guarded against in change 6602).

15 years agoMerge change 6659 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 21:40:10 +0000 (14:40 -0700)]
Merge change 6659 into donut

* changes:
  Add a Gservices setting to set the rate at which the home page refreshes.

15 years agoMerge change 6661 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 21:22:25 +0000 (14:22 -0700)]
Merge change 6661 into donut

* changes:
  wifi: WifiManager.startScan() will now do passive scans by default.

15 years agoMerge change 6665 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 21:10:54 +0000 (14:10 -0700)]
Merge change 6665 into donut

* changes:
  Fix resources not being set correctly.

15 years agoMerge change 6660 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 21:10:38 +0000 (14:10 -0700)]
Merge change 6660 into donut

* changes:
  Fix a small bug in array length bounds checking.

15 years agoMerge change 6652 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 20:44:30 +0000 (13:44 -0700)]
Merge change 6652 into donut

* changes:
  Call clearCache on WebView before collecting memory information.

15 years agoFix resources not being set correctly.
Dianne Hackborn [Thu, 9 Jul 2009 18:36:32 +0000 (11:36 -0700)]
Fix resources not being set correctly.

15 years agoMerge change 6639 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 19:07:45 +0000 (12:07 -0700)]
Merge change 6639 into donut

* changes:
  Restore audio settings and wifi.

15 years agoMerge change 6641 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 18:59:32 +0000 (11:59 -0700)]
Merge change 6641 into donut

* changes:
  Unbreaking the build.

15 years agoMerge change 6629 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 18:54:52 +0000 (11:54 -0700)]
Merge change 6629 into donut

* changes:
  Rename "no" arrays.xml file to be in the correct "nb" locale.

15 years agoMerge change 6638 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 18:48:12 +0000 (11:48 -0700)]
Merge change 6638 into donut

* changes:
  Unhide android.gestures.

15 years agoMerge change 6583 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 18:05:18 +0000 (11:05 -0700)]
Merge change 6583 into donut

* changes:
  Adding a lock to stop so that stop will stop utterances that are just starting up.

15 years agoMerge change 6620 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 17:59:22 +0000 (10:59 -0700)]
Merge change 6620 into donut

* changes:
  Keep Gears permissions in sync with system location settings.

15 years agoMerge change 6614 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 15:47:59 +0000 (08:47 -0700)]
Merge change 6614 into donut

* changes:
  Fix issue 1970108: crash in AudioFlinger::isMusicActive()

15 years agoFix issue 1970108: crash in AudioFlinger::isMusicActive()
Eric Laurent [Thu, 9 Jul 2009 10:20:57 +0000 (03:20 -0700)]
Fix issue 1970108: crash in AudioFlinger::isMusicActive()

Protected calls to MixerThread::isMusicActive() by AudioFlinger::mLock

15 years agoMerge change 6608 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 07:29:53 +0000 (00:29 -0700)]
Merge change 6608 into donut

* changes:
  Move the watchdog timer to a separate thread...

15 years agoMerge change 6503 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 07:29:38 +0000 (00:29 -0700)]
Merge change 6503 into donut

* changes:
  Hide soft keyboard in SearchDialog.dismiss()

15 years agoMerge change 6208 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 06:04:34 +0000 (23:04 -0700)]
Merge change 6208 into donut

* changes:
  Move ExifInterface to android.media package so we can reference it from MediaScanner. Also hide public constructor and wrap common use cases as atomic operation to avoid race condition in jhead native codes.

15 years agoMerge change 6603 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 04:07:09 +0000 (21:07 -0700)]
Merge change 6603 into donut

* changes:
  quick fix; utf8_codepoint_count must be utf8_length

15 years agoquick fix; utf8_codepoint_count must be utf8_length
Daisuke Miyakawa [Thu, 9 Jul 2009 04:05:24 +0000 (13:05 +0900)]
quick fix; utf8_codepoint_count must be utf8_length

15 years agoMerge change 5510 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 01:27:01 +0000 (18:27 -0700)]
Merge change 5510 into donut

* changes:
  Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 It will be used in SQL functions in external/sqlite/android. See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.

15 years agoMerge change 6555 into donut
Android (Google) Code Review [Thu, 9 Jul 2009 00:09:54 +0000 (17:09 -0700)]
Merge change 6555 into donut

* changes:
  Make it so the notification manager doesn't mysteriously beep during boot.

15 years agoAdd useful functions to String8, which enables users to convert between UTF-8 and...
Daisuke Miyakawa [Tue, 30 Jun 2009 11:40:42 +0000 (20:40 +0900)]
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
It will be used in SQL functions in external/sqlite/android.
See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.

Related internal bug id: 1707173

15 years agoMerge change 6543 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 23:44:22 +0000 (16:44 -0700)]
Merge change 6543 into donut

* changes:
  Adding a missing catch

15 years agoMerge change 6525 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 23:40:12 +0000 (16:40 -0700)]
Merge change 6525 into donut

* changes:
  Add timestamps to video frames to improve A/V sync. Bug 1927069.

15 years agoAdd timestamps to video frames to improve A/V sync.
Dave Sparks [Wed, 8 Jul 2009 22:56:53 +0000 (15:56 -0700)]
Add timestamps to video frames to improve A/V sync.
Bug 1927069.

15 years agoMerge change 6507 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 21:43:40 +0000 (14:43 -0700)]
Merge change 6507 into donut

* changes:
  Remove unused definitions for default language in TextToSpeech as the default language is determined by the current Locale, not a hardcoded value. Add a value for the default TTS engine to use.

15 years agoMerge change 6504 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 20:54:07 +0000 (13:54 -0700)]
Merge change 6504 into donut

* changes:
  Don't invoke the transport if doBackup supplied no data

15 years agoMerge change 6284 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 20:28:29 +0000 (13:28 -0700)]
Merge change 6284 into donut

* changes:
  Run search UI on its own thread.

15 years agoMerge change 6487 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 19:24:48 +0000 (12:24 -0700)]
Merge change 6487 into donut

* changes:
  Removed reference to awt jar from platform.xml.

15 years agoMerge change 6485 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 18:59:49 +0000 (11:59 -0700)]
Merge change 6485 into donut

* changes:
  Cleanup Toast.java.

15 years agoMerge change 6478 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 17:43:44 +0000 (10:43 -0700)]
Merge change 6478 into donut

* changes:
  Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding

15 years agoMerge change 6107 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 17:11:00 +0000 (10:11 -0700)]
Merge change 6107 into donut

* changes:
  Removed system/framework/android.awt.jar.

15 years agoMerge change 6454 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 16:23:26 +0000 (09:23 -0700)]
Merge change 6454 into donut

* changes:
  Fix issue 1967295: Add a method to request reloading of audio settings by AudioService.

15 years agoMerge change 6437 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 01:59:28 +0000 (18:59 -0700)]
Merge change 6437 into donut

* changes:
  Backup / Restore locale preference.

15 years agoMerge change 6396 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 01:09:21 +0000 (18:09 -0700)]
Merge change 6396 into donut

* changes:
  Add unit test for NeighboringCellInfo.

15 years agoMerge change 6435 into donut
Android (Google) Code Review [Wed, 8 Jul 2009 00:49:13 +0000 (17:49 -0700)]
Merge change 6435 into donut

* changes:
  Add new textColorPrimaryInverseDisableOnly color to resources.

15 years agoMerge change 6414 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 23:49:41 +0000 (16:49 -0700)]
Merge change 6414 into donut

* changes:
  Optimize storing of cached TTS parameters. Initialize the cached language settings with the current Locale.

15 years agoMerge change 6422 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 23:44:18 +0000 (16:44 -0700)]
Merge change 6422 into donut

* changes:
  Removing the ttsSynthDoneCallback logging.

15 years agoMerge change 6426 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 23:37:29 +0000 (16:37 -0700)]
Merge change 6426 into donut

* changes:
  Remove a lot of debug-log verbosity

15 years agoMerge change 6407 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 22:37:37 +0000 (15:37 -0700)]
Merge change 6407 into donut

* changes:
  Cleaning up logs. Initializing SpeechItem.mText to "" instead of null to prevent a null from accidentally being used when it is a non-text utterance.