Commit Graph

2715 Commits

Author SHA1 Message Date
Mathias Agopian
f13901eaa9 remove libagl's dependency on gralloc_priv.h 2009-07-15 18:53:32 -07:00
Android (Google) Code Review
5fdd6ed871 Merge change 7435
* changes:
  Ensure that everything gets backed up at least once
2009-07-15 15:38:59 -07:00
Android (Google) Code Review
a05aed9231 am 37b939a6: Merge change 7395 into donut
Merge commit '37b939a63742c9a0cea4e6982bfb0581def45d6d'

* commit '37b939a63742c9a0cea4e6982bfb0581def45d6d':
  Move the silent ringtone to ringtones/notifications, so it can be used for both.
2009-07-15 14:39:48 -07:00
Grace Kloba
45c203822b resolved conflicts for merge of 21d769da to master 2009-07-15 14:38:20 -07:00
Android (Google) Code Review
c1a0318b7c Merge change 7381
* changes:
  Remove all our old high priority knowledge since WebCore will manage it.
2009-07-15 14:10:23 -07:00
Android (Google) Code Review
7c38f9fbb0 Merge change 7419
* changes:
  Standby A2DP audio hardware interface when disabling A2DP.
2009-07-15 13:58:02 -07:00
Android (Google) Code Review
ed38ab8c0f am 83fa3565: Merge change 7356 into donut
Merge commit '83fa3565896ed19846f6498c00de3cc9a29b1a57'

* commit '83fa3565896ed19846f6498c00de3cc9a29b1a57':
  Fixing a bug in how stop works - keep stop from always stopping
2009-07-15 13:41:54 -07:00
Android (Google) Code Review
6a83816fa0 am b197021e: Merge change 7335 into donut
Merge commit 'b197021e160091897391cd27093c35bd3c22a7fc'

* commit 'b197021e160091897391cd27093c35bd3c22a7fc':
  Making sure that the audio buffers for speech are cleared
2009-07-15 13:41:25 -07:00
Android (Google) Code Review
3cdd904a81 Merge change 7150
* changes:
  Ignore pause and seek for live streaming.
2009-07-15 13:40:32 -07:00
Android (Google) Code Review
24ebab751d am 211aef30: Merge change 7134 into donut
Merge commit '211aef308bc6ca55d99777d19227f412492db9c2'

* commit '211aef308bc6ca55d99777d19227f412492db9c2':
  Unhide required definitions in TextToSpeech.Engine that cover return codes and
2009-07-15 13:13:26 -07:00
Android (Google) Code Review
af7fa09394 am 4c3a589e: (-s ours) Merge change 7137 into donut
Merge commit '4c3a589e8e4efbd6f4c5e63bd94cb6181f189b7d'

* commit '4c3a589e8e4efbd6f4c5e63bd94cb6181f189b7d':
  Remove the Google domains from the Gears permission table when the global location setting is set to false
2009-07-15 13:13:16 -07:00
Nick Pelly
07c8a20f39 Standby A2DP audio hardware interface when disabling A2DP.
Patch supplied on advice of partner. This causes us to send suspend_sink to
Bluez via socket interface, so we enter suspend on the A2DP link faster.
This is especially important when switching to SCO so that we come closer to
whitepaper recommendations to suspend A2DP before setting up SCO.

We have another patch set to add DBUS A2DP suspend and resume calls to Bluez
that will do a better job of following whitepaper recommendations for
A2DP -> SCO -> A2DP, but this small patch is still an improvement.
2009-07-15 12:22:55 -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
Joe Onorato
66b29ec55e Need to skip the padding after reading.
m_dataEndPos points to the end of the data, not the beginning
of the next entity.
2009-07-15 09:58:07 -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
29b936e8a9 Merge change 7353
* changes:
  Implement virtual button support.
2009-07-15 09:05:23 -07:00
Android (Google) Code Review
f88cdf83b0 Merge change 7067
* changes:
  add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes
2009-07-15 01:06:13 -07:00
Android (Google) Code Review
837e3eb9ec Merge change 7372
* changes:
  Register OPUSH - Bluetooth OPP service record.
2009-07-14 21:36:03 -07:00
Android (Google) Code Review
33489f5866 Merge change 7167
* changes:
  Fix minor obex bugs and re-format the comments
2009-07-14 21:22:14 -07:00
Android (Google) Code Review
67cdbfc50d am 5628711a: Merge change 6855 into donut
Merge commit '5628711a6f5674070da674488513d2e1b03c4959'

* commit '5628711a6f5674070da674488513d2e1b03c4959':
  Add a Gservices setting to control if we send up multipart protocol buffers
2009-07-14 18:56:39 -07:00
Mike LeBeau
0954320998 am 1fffbd97: Fix keyboard not showing for global search on Dream. Rather than trying to call the hidden showSoftInputUnchecked method to show the IME in SearchDialog#show(), override onWindowFocusChanged in our subclass of AutoCompleteTextView so that whenever it gets
Merge commit '1fffbd97fa756ef7d3e7e885a5c1c8bb64380c20'

* commit '1fffbd97fa756ef7d3e7e885a5c1c8bb64380c20':
  Fix keyboard not showing for global search on Dream. Rather than trying to
2009-07-14 18:56:32 -07:00
Dianne Hackborn
c968c3a9c7 Implement virtual button support.
The kernel can now publish a property describing the layout of virtual
hardware buttons on the touchscreen.  These outside of the display
area (outside of the absolute x and y controller range the driver
reports), and when the user presses on them a key event will be
generated rather than a touch event.

This also includes a number of tweaks to the absolute controller
processing to make things work better on the new screens.  For
example, we now reject down events outside of the display area.

Still left to be done is the ability to cancel a key down event,
so the user can slide up from the virtual keys to the touch screen
without causing a virtual key to execute.
2009-07-14 18:51:53 -07:00
Mike Lockwood
a073957aff resolved conflicts for merge of f7703519 to master 2009-07-14 21:44:30 -04: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
9975d6cf74 am a2694c99: Merge change 7166 into donut
Merge commit 'a2694c998c85a438c7d3fefd79bbeb751d594134'

* commit 'a2694c998c85a438c7d3fefd79bbeb751d594134':
  Fix a few date format strings to put backslashes in front of apostrophes.
2009-07-14 16:27:25 -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
54bc453854 am b5c735d3: Merge change 7106 into donut
Merge commit 'b5c735d35c8c1d2fb4e4654fbffcdb62d5acab4d'

* commit 'b5c735d35c8c1d2fb4e4654fbffcdb62d5acab4d':
  Return adjusted display for WindowManager.getDefaultDisplay()
2009-07-14 16:18:34 -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
a1a67238a0 am b3948bbd: Merge change 7133 into donut
Merge commit 'b3948bbd8dfba7fac64d2c06d871386c987692c2'

* commit 'b3948bbd8dfba7fac64d2c06d871386c987692c2':
  Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_FOREGROUND.
2009-07-14 16:06:08 -07:00
Karl Rosaen
1a58f6f5ff am 53d24af7: Respect onSearchRequested in Dialog and actually launch search. Also dismiss self.
Merge commit '53d24af774ad943ff26ef529c949f9c433806421'

* commit '53d24af774ad943ff26ef529c949f9c433806421':
  Respect onSearchRequested in Dialog and actually launch search.  Also dismiss self.
2009-07-14 16:03:39 -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
cd04877e8a am fa8904a6: Merge change 7012 into donut
Merge commit 'fa8904a683903524ed9749f296e80381e5820178'

* commit 'fa8904a683903524ed9749f296e80381e5820178':
  Fix couple of issues in DatePicker
2009-07-14 16:03:30 -07:00
Android (Google) Code Review
e7193a5dc5 am 00d3e361: Merge change 7153 into donut
Merge commit '00d3e361148133cea354d358757628b0acc01b75'

* commit '00d3e361148133cea354d358757628b0acc01b75':
  Restore PopupWindow's original behavior and add an API to control the soft input
2009-07-14 16:03:23 -07:00
Android (Google) Code Review
6a6f4c4809 Merge change 7157
* changes:
  Grant adb the BACKUP permission
2009-07-14 15:39:58 -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
8ccc6b7c1b am 30d86e51: Merge change 7124 into donut
Merge commit '30d86e5143d01815763f8c28b0fc72b0493ea9f8'

* commit '30d86e5143d01815763f8c28b0fc72b0493ea9f8':
  Fixes #1977685. Prevent crash when the soft keyboard is brought up.
2009-07-14 15:38:19 -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
0b1574e96e am 4caac2bb: Merge change 7140 into donut
Merge commit '4caac2bb4c8616edf8224408931ffc0e532537de'

* commit '4caac2bb4c8616edf8224408931ffc0e532537de':
  Add more logging to track down a monkey bug
2009-07-14 15:02:24 -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
ca04578033 am 83a066c6: Merge change 7135 into donut
Merge commit '83a066c6d8ed953c3f5a1a44316509c9a9b0c6c2'

* commit '83a066c6d8ed953c3f5a1a44316509c9a9b0c6c2':
  Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialog
2009-07-14 14:53:00 -07:00
Android (Google) Code Review
7eebf3603f Merge change 7147
* changes:
  this header file is not needed anymore
2009-07-14 14:51:42 -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
Mathias Agopian
8e5fb52a1d this header file is not needed anymore 2009-07-14 14:50:44 -07:00
Android (Google) Code Review
de33e72756 Merge change 7146
* changes:
  Fix CNAP-related NullPointerException
2009-07-14 14:48:04 -07:00