Commit Graph

1124 Commits

Author SHA1 Message Date
Android (Google) Code Review
610614fbfd Merge change 7512 into donut
* changes:
  Get rid of drawing hacks for search dialog suggestions
2009-07-16 06:08:59 -07:00
Android (Google) Code Review
f744f97e8b Merge change 7441 into donut
* changes:
  Allow system colors in <font> tags
2009-07-16 00:06:23 -07:00
Android (Google) Code Review
274bd90210 Merge change 7508 into donut
* changes:
  keystore: Fix a compile warning.
2009-07-15 23:55:58 -07:00
Chia-chi Yeh
23c7adc5e9 keystore: Fix a compile warning. 2009-07-16 14:45:11 +08:00
Android (Google) Code Review
53212b87a4 Merge change 7473 into donut
* changes:
  Fixes #1844366. Prevents window leak in Spinner.
2009-07-15 17:02:25 -07:00
Android (Google) Code Review
2e769a11a6 Merge change 7359 into donut
* changes:
  Minor tweak to CDMA_SUBSCRIPTION.
2009-07-15 16:58:11 -07:00
Android (Google) Code Review
d7e9b85380 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.
2009-07-15 15:33:46 -07:00
Android (Google) Code Review
5de268901a 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.
2009-07-15 13:38:34 -07:00
Android (Google) Code Review
a483918a95 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
2009-07-15 13:32:07 -07:00
Android (Google) Code Review
d77d401c88 Merge change 7396 into donut
* changes:
  Run background threads associated with filtering at background priority.
2009-07-15 13:29:38 -07:00
Android (Google) Code Review
d428d1f558 Merge change 7421 into donut
* changes:
  Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.
2009-07-15 12:37:08 -07:00
Android (Google) Code Review
d3a541dbdf Merge change 7406 into donut
* changes:
  Update Searchables test with new GlobalSearch name
2009-07-15 11:54:50 -07:00
Android (Google) Code Review
bc56d55893 Merge change 7395 into donut
* changes:
  Move the silent ringtone to ringtones/notifications, so it can be used for both.
2009-07-15 10:15:40 -07:00
Android (Google) Code Review
b666c14c5e Merge change 6926 into donut
* changes:
  Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView, send it to the certTool.
2009-07-15 09:47:05 -07:00
Android (Google) Code Review
1ad4649469 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.
2009-07-15 09:28:45 -07:00
Android (Google) Code Review
47ce8b053f 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.
2009-07-14 18:22:15 -07:00
Android (Google) Code Review
e2fad20b70 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().
2009-07-14 17:43:58 -07:00
Android (Google) Code Review
a9183e1db4 Merge change 7137 into donut
* changes:
  Remove the Google domains from the Gears permission table when the global location setting is set to false
2009-07-14 17:23:35 -07:00
Android (Google) Code Review
b99d281478 Merge change 6855 into donut
* changes:
  Add a Gservices setting to control if we send up multipart protocol buffers
2009-07-14 17:20:22 -07:00
Android (Google) Code Review
d1121d6c64 Merge change 7145 into donut
* changes:
  wifi: Disable RSSI polling when the screen is off.
2009-07-14 16:43:00 -07:00
Android (Google) Code Review
13d336dc5f Merge change 7166 into donut
* changes:
  Fix a few date format strings to put backslashes in front of apostrophes.
2009-07-14 16:26:33 -07:00
Android (Google) Code Review
cc1039668a Merge change 7106 into donut
* changes:
  Return adjusted display for WindowManager.getDefaultDisplay()
2009-07-14 16:13:38 -07:00
Android (Google) Code Review
2481fb1061 Merge change 7133 into donut
* changes:
  Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_FOREGROUND.
2009-07-14 16:03:30 -07:00
Android (Google) Code Review
640501fabf 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
2009-07-14 15:39:20 -07:00
Android (Google) Code Review
1c138c8138 Merge change 7153 into donut
* changes:
  Restore PopupWindow's original behavior and add an API to control the soft input mode.
2009-07-14 15:39:02 -07:00
Android (Google) Code Review
4ee5d67ebe Merge change 7124 into donut
* changes:
  Fixes #1977685. Prevent crash when the soft keyboard is brought up.
2009-07-14 15:35:55 -07:00
Android (Google) Code Review
a69d5752e0 Merge change 7140 into donut
* changes:
  Add more logging to track down a monkey bug
2009-07-14 15:01:07 -07:00
Android (Google) Code Review
090f39d545 Merge change 7135 into donut
* changes:
  Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialog shows.
2009-07-14 14:51:06 -07:00
Android (Google) Code Review
6f5ee90417 Merge change 6906 into donut
* changes:
  location: Add sub-locality, sub-thoroughfare and premises fields to Address class
2009-07-14 12:00:55 -07:00
Android (Google) Code Review
20b1b75105 Merge change 7094 into donut
* changes:
  Cleaning up TtsService
2009-07-14 10:55:57 -07:00
Android (Google) Code Review
3c0d2248e0 Merge change 7097 into donut
* changes:
  Fix to use DP instead of pixels for Thumb drawable size.
2009-07-14 10:44:14 -07:00
Android (Google) Code Review
3ca44e2d99 Merge change 7079 into donut
* changes:
  Cleanup of unused enums
2009-07-14 10:41:14 -07:00
Android (Google) Code Review
9e1d98a564 Merge change 7064 into donut
* changes:
  Implementing utterance ID callbacks for silence and pre-recorded files (both generating and playing).
2009-07-14 09:18:46 -07:00
Android (Google) Code Review
f69c364726 Merge change 7069 into donut
* changes:
  Make VPN connect even when DNS is not present and other fixes.
2009-07-14 01:53:56 -07:00
Hung-ying Tyan
af8dc57ddb 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.
2009-07-14 16:29:22 +08:00
Android (Google) Code Review
b29d573a26 Merge change 7008 into donut
* changes:
  Adding Utterance ID to the TtsService.
2009-07-13 18:25:01 -07:00
Android (Google) Code Review
62fae6bed8 Merge change 7035 into donut
* changes:
  Fixes #1972593. Updates AppSecurityPermissions styles in Theme.Light
2009-07-13 17:52:59 -07:00
Android (Google) Code Review
ad311a473c Merge change 6968 into donut
* changes:
  Import new translations
2009-07-13 16:30:16 -07:00
Android (Google) Code Review
20df288bd7 Merge change 6935 into donut
* changes:
  DO NOT MERGE: backporting from master:
2009-07-13 15:44:57 -07:00
Android (Google) Code Review
09d8837883 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.
2009-07-13 13:36:37 -07:00
Android (Google) Code Review
6b97757964 Merge change 6880 into donut
* changes:
  Fixing TTS breakage.
2009-07-13 09:25:20 -07:00
Android (Google) Code Review
bea64399e1 Merge change 6912 into donut
* changes:
  JavaDoc for SearchableInfo.getActivityMetaData()
2009-07-13 09:04:25 -07:00
Android (Google) Code Review
77a484b197 Merge change 6871 into donut
* changes:
  Use SetByteArrayRegion to minimize copy overhead and JNI calls.
2009-07-13 09:04:01 -07:00
Android (Google) Code Review
484686b302 Merge change 6907 into donut
* changes:
  Initialize searchmanager on demand
2009-07-13 06:11:08 -07:00
Android (Google) Code Review
10e850975c Merge change 6883 into donut
* changes:
  Add error code in vpn connectivity broadcast.
2009-07-12 23:40:46 -07:00
Hung-ying Tyan
ec0fc87a0a 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.
2009-07-13 13:11:36 +08:00
Android (Google) Code Review
675e4d3db9 Merge change 6867 into donut
* changes:
  CLOSE_SYSTEM_DIALOGS can't be protected.
2009-07-10 17:38:29 -07:00
Android (Google) Code Review
5861d72a5c Merge change 6850 into donut
* changes:
  Extra parameters for sendBurstDtmf.
2009-07-10 17:11:01 -07:00
Android (Google) Code Review
8f87f20aa4 Merge change 6862 into donut
* changes:
  fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake
2009-07-10 17:10:57 -07:00
Mathias Agopian
5cd5d31d10 fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake 2009-07-10 17:00:00 -07:00