Commit Graph

3238 Commits

Author SHA1 Message Date
Mitsuru Oshima
0093960371 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
0b75ad7ca4 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
Android (Google) Code Review
5c003903ff Merge change 8444
* changes:
  Fix #1977876 : Key preview in WVGA broken.
2009-07-23 21:13:59 -07:00
Chung-yih Wang
11e9f3dd26 Add memcpy and strcpy boundary check. 2009-07-24 11:24:31 +08:00
Android (Google) Code Review
174d638c96 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
Android (Google) Code Review
d8c95810e0 Merge change 8302
* changes:
  add account manager permission checking
2009-07-23 17:17:03 -07:00
Android (Google) Code Review
2276ddbc80 Merge change 8426
* changes:
  Fix bug# 1997056
2009-07-23 17:01:57 -07:00
Android (Google) Code Review
439fd1b665 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
3e89f28a56 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
Android (Google) Code Review
764ad97658 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
67483289b4 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
97b33dd248 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
23b9451674 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
13d5595a80 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
c446113ebe 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
Android (Google) Code Review
6e611d3837 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
8fe2659113 Merge change 8412
* changes:
  Revert "Have the notification service only have notifications diabled"
2009-07-23 15:30:05 -07:00
Android (Google) Code Review
a4627ded4d 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
08adfc5ed5 Merge change 8279
* changes:
  Move the java and jni renderscript files to the proper location.
2009-07-23 15:25:13 -07:00
Android (Google) Code Review
65b04464cd Merge change 8399
* changes:
  BackupAgent-related lifecycle APIs need to be oneway
2009-07-23 14:51:01 -07:00
Android (Google) Code Review
df2625e0e5 Merge change 8387
* changes:
  Fix issue 1999585: audioflinger crash.
2009-07-23 13:55:30 -07:00
Eric Laurent
fd558a97ed Fix issue 1999585: audioflinger crash.
We were looping on the number of playback threads when dumping record threads.
2009-07-23 13:53:19 -07:00
Android (Google) Code Review
9afb96e689 Merge change 8380
* changes:
  Improvements to dragging on the WebTextView.
2009-07-23 13:52:32 -07:00
Android (Google) Code Review
1edcb09170 Merge change 8383
* changes:
  Fix the sim build.
2009-07-23 13:49:41 -07:00
Android (Google) Code Review
d94cdcf3c3 Merge change 8323 into donut
* changes:
  * a best effort fix for apps that uses get/set Matrix API on canvas.   - scale the matrix   - but don't scale if the matrix *looks* like obtained from the canvas itself. (typically to set it back to original matrix)
2009-07-23 13:33:07 -07:00
Android (Google) Code Review
6755f1edef am de08cdc0: Merge change 8262 into donut
Merge commit 'de08cdc0a56ab8d48a226dadef02740520c274b7'

* commit 'de08cdc0a56ab8d48a226dadef02740520c274b7':
  Implement the device ConfigurationInfo.reqGlEsVersion field.
2009-07-23 13:29:35 -07:00
Eric Laurent
9395d9be9c Fix the sim build. 2009-07-23 13:17:39 -07:00
Android (Google) Code Review
03b6a7053b Merge change 8360 into donut
* changes:
  Remove failing test AutoCompleteTextViewCallbacks.testPopupNoSelection from medium continuus suite.
2009-07-23 11:12:19 -07:00
Android (Google) Code Review
1873e677fe Merge change 8263 into donut
* changes:
  Make the date formats as close as possible to what the translators wanted.
2009-07-23 11:10:00 -07:00
Android (Google) Code Review
1487da17f0 Merge change 8291 into donut
* changes:
  Add gservices flag for configuring the URL vending redirects to when TOS is inaccessible due to no/bad network.
2009-07-23 10:33:30 -07:00
Android (Google) Code Review
b253b42978 Merge change 8199
* changes:
  Prevent a drag from both scrolling the page and changing the selection.
2009-07-23 10:19:27 -07:00
Android (Google) Code Review
515ae88628 Merge change 7735
* changes:
  Fix issue 1795088       Improve audio routing code
2009-07-23 09:48:57 -07:00
Android (Google) Code Review
f4c57b8afc Merge change 8189
* changes:
  Enforce app cache maximum size
2009-07-23 09:44:23 -07:00
Android (Google) Code Review
84a6c141cb Merge change 8338 into donut
* changes:
  Have the notification service only have notifications diabled until setup wizard has been run.
2009-07-23 09:41:08 -07:00
Android (Google) Code Review
4f0b5765d7 Merge change 8336 into donut
* changes:
  Remove the silent ringtone. I didn't realize that the ringtone picker already has an option to show a "Silent" item at the top, and having a separate silent ringtone conflicts with that in apps that choose to show it.
2009-07-23 09:17:47 -07:00
Eric Laurent
9d91ad5d99 Fix issue 1795088 Improve audio routing code
Initial commit for review.
Integrated comments after patch set 1 review.
Fixed lockup in AudioFlinger::ThreadBase::exit()
Fixed lockup when playing tone with AudioPlocyService startTone()
2009-07-23 06:03:39 -07:00
Android (Google) Code Review
eba4009d89 Merge change 8109
* changes:
  Add a flag to set whether the overlay has been initialized.  Commit needs to be called at least once on each overlay, and it appears that sometimes this doesn't happen because the visibility never changes.  With this change the overlay parameter and position will be committed when either the visibility of the window changes, or on the first call to visibility resolved, if it hasn't already been done.
2009-07-22 18:28:01 -07:00
Android (Google) Code Review
6bb388e543 Merge change 8242
* changes:
  Make intent broadcasts in "am" synchronous (they wait until exit). Clean up error handling and reporting in "am". Make the usage message for "am" more informative.
2009-07-22 17:35:18 -07:00
Android (Google) Code Review
04f12264cb am 280436ac: Merge change 8261 into donut
Merge commit '280436accc45c1883766a98499148439fa044531'

* commit '280436accc45c1883766a98499148439fa044531':
  Remove recently-added android.opengl.Version API
2009-07-22 17:34:28 -07:00
Mike LeBeau
937de8ea40 Merge commit '4182e684' into manualmerge
Conflicts:
	core/java/android/widget/AutoCompleteTextView.java
2009-07-22 17:31:09 -07:00
Rebecca Schultz Zavin
1000170033 Add a flag to set whether the overlay has been initialized. Commit needs to be called at least once on each overlay, and it appears that sometimes this
doesn't happen because the visibility never changes.  With this change
the overlay parameter and position will be committed when either the visibility
of the window changes, or on the first call to visibility resolved, if it
hasn't already been done.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
2009-07-22 17:17:46 -07:00
Android (Google) Code Review
a220c2e51b Merge change 8262 into donut
* changes:
  Implement the device ConfigurationInfo.reqGlEsVersion field.
2009-07-22 16:47:18 -07:00
Android (Google) Code Review
0e22aed41c Merge change 8261 into donut
* changes:
  Remove recently-added android.opengl.Version API
2009-07-22 16:13:45 -07:00
Android (Google) Code Review
38bd78fb68 Merge change 8255 into donut
* changes:
  Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView for use by SearchDialog. SearchDialog wants to be able to say a dropdown should not always be visible but still let it ignore outside touch when it does show.
2009-07-22 16:13:40 -07:00
Xavier Ducrohet
486cd172a7 am eba337ad: Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge.
Merge commit 'eba337ad09ba93b31f4e9ec8f99be3ae2811bf89'

* commit 'eba337ad09ba93b31f4e9ec8f99be3ae2811bf89':
  Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge.
2009-07-22 16:09:13 -07:00
Android (Google) Code Review
71bb96efec Merge change 8134
* changes:
  Adding contact group NOTES and SYSTEM_ID
2009-07-22 15:27:57 -07:00
Android (Google) Code Review
0d20465a0c Merge change 7954
* changes:
  Added native metadata support.
2009-07-22 15:26:02 -07:00
Android (Google) Code Review
a6de672a15 am 98a44df4: Merge change 8235 into donut
Merge commit '98a44df4b4cc8cd28276ad888a7e17f81353ae44'

* commit '98a44df4b4cc8cd28276ad888a7e17f81353ae44':
  * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent
2009-07-22 15:09:23 -07:00
Android (Google) Code Review
1b5570fca6 Merge change 8235 into donut
* changes:
  * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent * Don't scale back the event if the canvas is used in SurfaceView.
2009-07-22 14:42:08 -07:00
Android (Google) Code Review
b690dfa4bb am 0b1a255f: Merge change 8228 into donut
Merge commit '0b1a255f736851342016e657ba6ccf096a9497ea'

* commit '0b1a255f736851342016e657ba6ccf096a9497ea':
  Remove background padding workaround from SuggestionsAdapter
2009-07-22 13:32:58 -07:00