Android (Google) Code Review
6c632d03a6
Merge change 8553 into donut
...
* changes:
Merge doc changes from cupcake at commit '373271b94cbe01c337b4952d0d5764e200c69f48'
2009-07-24 20:43:20 -07:00
Android (Google) Code Review
a11bbbf7c6
Merge change 8565 into donut
...
* changes:
Fixing bug 2003639 - this is a fix to prevent the AccessibilityManagerService from crashing if it gets an invalid accessibility event.
2009-07-24 17:09:33 -07:00
Dirk Dougherty
2f90d862fa
Merge doc change from cupcake: commit 'a8d035ccf319e1aed685a1e1509681350f737fd1' into manualmerge
2009-07-24 15:35:09 -07:00
Dirk Dougherty
9c440c9c88
Empty merge from cupcake: commit '77bab58fd1c21b0e3035dee411b4a938e6a824ce' into manualmerge
2009-07-24 14:42:23 -07:00
Dirk Dougherty
cdc2bde433
Empty merge from cupcake: commit '7cecaed3192a6503df0ddf4d81b3b620b7cd9635' into manualmerge
2009-07-24 14:41:39 -07:00
Dirk Dougherty
7eaf100963
Empty merge from cupcake: commit '414f62c0cb7eceeb1cd24bf9e570688a00683f9c' into manualmerge
2009-07-24 14:40:03 -07:00
Dirk Dougherty
e0968994f9
Merge doc changes from cupcake: commit '5ae517d9659e96e9525406ffbce18dcacc3294bc' into manualmerge
2009-07-24 14:39:03 -07:00
Dirk Dougherty
5ae3bf0e11
Empty merge from cupcake: commit 'ff339f0b966c5ca62867689a13ea713e6cb62a15'
2009-07-24 12:57:01 -07:00
Dirk Dougherty
bb7dc6c202
Empty merge from cupcake: commit '79188bb2c9bac9fef1bc86b7f9f54324471ee53e'
2009-07-24 12:55:55 -07:00
Dirk Dougherty
e9c6f7c317
Merge doc change from cupcake: commit '2c44586d118208bdddfc727165ebf235fe7c0051'
2009-07-24 12:54:42 -07:00
Dirk Dougherty
3dfdfa5442
Empty merge from cupcake: commit '2e7e15f2da527f762f6eb56b974e758d83f12660'
2009-07-24 12:53:09 -07:00
Dirk Dougherty
3dc4583344
Empty merge from cupcake: commit '5a3a63f8b450a1902dd26809f18e35ef30befff3'
2009-07-24 12:52:02 -07:00
Dirk Dougherty
ed6c685db5
Empty merge from cupcake: commit 'b69bed1947d4c8835b861f7b68be756b6a8e80d3'
2009-07-24 12:50:16 -07:00
Dirk Dougherty
191040c277
Merge doc changes from cupcake at commit '373271b94cbe01c337b4952d0d5764e200c69f48'
2009-07-24 12:26:22 -07:00
Android (Google) Code Review
bc2d9c9fbc
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
d1a00af955
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
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
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
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
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
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
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
1974706e0f
Merge change 8228 into donut
...
* changes:
Remove background padding workaround from SuggestionsAdapter
2009-07-22 13:31:20 -07:00
Android (Google) Code Review
059a08db4b
Merge change 8227 into donut
...
* changes:
Handle null in MatrixCursor.get*()
2009-07-22 13:27:26 -07:00
Android (Google) Code Review
16c0b91616
Merge change 8220 into donut
...
* changes:
Fix issue 1996218: Disable use of shared memory buffer by SoundPool.
2009-07-22 13:17:46 -07:00
Jean-Baptiste Queru
ed532f7faf
Reconcile donut-release history into donut
2009-07-22 13:15:43 -07:00
Android (Google) Code Review
fd65709373
Merge change 8222 into donut
...
* changes:
Add a public API that reports the supported OpenGLES API level.
2009-07-22 13:03:49 -07:00
Android (Google) Code Review
8586931391
Merge change 8186 into donut
...
* changes:
Move global search intent launching to search dialog
2009-07-22 12:14:58 -07:00
Android (Google) Code Review
c7440d5d28
Merge change 8218 into donut
...
* changes:
DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect).
2009-07-22 11:49:20 -07:00
Android (Google) Code Review
c3a2c4bd22
Merge change 8213 into donut
...
* changes:
Resetting the setLanguage() call to its intended behavior after change 8089 which works around the bug where a language cannot be set if the default language (which is loaded upon initialization) isn't eng-USA.
2009-07-22 11:48:11 -07:00
Android (Google) Code Review
18ad8b1531
Merge change 8216 into donut
...
* changes:
Fixes #1994125 . Ensures AbsListView's filter window is always dismissed.
2009-07-22 11:30:23 -07:00
Android (Google) Code Review
1fc66e2fb5
Merge change 8210 into donut
...
* changes:
Always call ensureImeVisible when the text field is clicked. We want this regardless of whether dropDownAlwaysVisible is true or not, as long as the popup is showing and is potentially obscuring the IME.
2009-07-22 11:22:07 -07:00
Android (Google) Code Review
6d52a2cd9c
Merge change 8209 into donut
...
* changes:
Work around StateListDrawable padding in search suggestions
2009-07-22 11:19:18 -07:00
Android (Google) Code Review
eaa89c20b7
Merge change 8172 into donut
...
* changes:
Add the phase2 field for EAP WiFi configuration.
2009-07-22 10:23:40 -07:00
Android (Google) Code Review
b5360d4c00
Merge change 8201 into donut
...
* changes:
Proactively set mVisible attribute in startSearch and stopSearch (not just in message handler).
2009-07-22 10:23:16 -07:00
Android (Google) Code Review
8728348231
Merge change 8131 into donut
...
* changes:
Fix android.core.FileTest#testFile: add sdcard write permission to test.
2009-07-22 10:03:56 -07:00
The Android Open Source Project
bc43162323
Merge commit 'remotes/goog/donut' into donut-release
2009-07-22 08:35:54 -07:00
Android (Google) Code Review
8db10c8781
Merge change 8179 into donut
...
* changes:
Fix SQL generated by updateWithOnConflict()
2009-07-22 05:02:53 -07:00
Android (Google) Code Review
4f6bc87c15
Merge change 8082 into donut
...
* changes:
Cleanup the old keystore APIs.
2009-07-22 00:57:48 -07:00
Android (Google) Code Review
7a0847196c
Merge change 8126 into donut
...
* changes:
First pass at reworking screen density/size APIs.
2009-07-21 19:01:28 -07:00
Dianne Hackborn
60cde60e89
First pass at reworking screen density/size APIs.
...
This changes the names of the directories in aapt, to what you see
in the list of DpiTest resources. Also adds a new "long" configuration
for wide screens, which the platform sets appropriate, and introduces
a new kind of resizeability for not large but significantly larger
than normal screens which may have compatibility issues.
2009-07-21 18:28:42 -07:00
Android (Google) Code Review
7efbd89b50
Merge change 8130 into donut
...
* changes:
Increase the volume of the AudioTrack instance used for the speech synthesis.
2009-07-21 18:17:42 -07:00
Android (Google) Code Review
0e09083649
Merge change 8098 into donut
...
* changes:
cast is floor. Use round instead. This fixes a few layout issues (that was due to smaller widnow size)
2009-07-21 17:39:05 -07:00
Android (Google) Code Review
ffa013c512
Merge change 8121 into donut
...
* changes:
Fixes #1818201 . Do not attempt to display the popup until after the first layout.
2009-07-21 17:06:04 -07:00