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
Android (Google) Code Review
5ca7c23960
Merge change 8111 into donut
...
* changes:
Don't start search from a dialog if there is no activity associated with the search manager at that point.
2009-07-21 16:41:41 -07:00
Android (Google) Code Review
5cbbfbd3d8
Merge change 8106 into donut
...
* changes:
Add note to Intent.fillIn javadoc to describe component copying behavior.
2009-07-21 16:32:14 -07:00
Android (Google) Code Review
5ea5a26d5f
Merge change 8073 into donut
...
* changes:
Reset the speech synth singleton to null when the service is destroyed so it can be recreated when the service is initialized. In the interface with the native synthesizer library, close the lib in the finalizer, delete the global ref to the SynthProxy java object.
2009-07-21 14:44:18 -07:00
Android (Google) Code Review
b2c1be4569
Merge change 8061 into donut
...
* changes:
Throw a connecting exception when timed out.
2009-07-21 14:16:55 -07:00
Jean-Baptiste Queru
66001741ed
Merge snapshot variant of donut back into main tree
2009-07-21 11:55:23 -07:00
Android (Google) Code Review
5a932da6c9
Merge change 8036 into donut
...
* changes:
* Disable compatibility mode for all cases.
2009-07-21 11:37:27 -07:00
Jean-Baptiste Queru
4d3b5c1e36
donut snapshot
2009-07-21 11:16:54 -07:00
Android (Google) Code Review
5a5af8091e
Merge change 7854 into donut
...
* changes:
Issue #1884058 (Need to only record frequency and duration for selected Google apps)
2009-07-21 11:10:16 -07:00
Android (Google) Code Review
5eef59f831
Merge change 8026 into donut
...
* changes:
Make sure the speech synthesizer proxy is a singleton in the TTS service.
2009-07-21 10:20:48 -07:00
The Android Open Source Project
b0ada49877
Merge commit 'remotes/goog/donut' into donut-release
2009-07-21 08:34:59 -07:00
Android (Google) Code Review
0c0d2f04e3
Merge change 7970 into donut
...
* changes:
Define a broadcast intent for the web search provider changing. Unhide the broadcast intent for searchables changing.
2009-07-20 17:48:25 -07:00
Android (Google) Code Review
4ceaa5e5bc
Merge change 7961 into donut
...
* changes:
Bluetooth at command tracking.
2009-07-20 17:42:21 -07:00
Android (Google) Code Review
bdbedb40dc
Merge change 7934 into donut
...
* changes:
Unhide new SearchManager APIs for Donut.
2009-07-20 17:15:07 -07:00
Android (Google) Code Review
2eb56138a6
Merge change 7862 into donut
...
* changes:
* Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) * FullScreen mode was not hiding status bar for app in compatibility mode * fixed fillsScreenLw to take compatibility window into account * Fixed the logic in needsBackgroundFiller to be consistent with other places. * Fix NPE in WindowManagerService#applyAnimationLocked LayoutParam can be null.
2009-07-20 17:13:06 -07:00
Android (Google) Code Review
cabfe270b8
Merge change 7948 into donut
...
* changes:
Fix updates from read-only calendar.
2009-07-20 16:22:47 -07:00
Android (Google) Code Review
1e48de4580
Merge change 7933 into donut
...
* changes:
Prevent the setLanguage() method in TextToSpeech to change the language for all current TextToSpeech instances by only caching the language value so it is used with each subsequent utterance for this instance. Synchronize calls to the engine around a global mutex since the engine isn't thread-safe, except for the stop() call which is meant to interrupt the synthesis loop.
2009-07-20 16:19:52 -07:00
Android (Google) Code Review
41813b1bb9
Merge change 7959 into donut
...
* changes:
Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file.
2009-07-20 16:11:33 -07:00
Android (Google) Code Review
88de31f6d2
Merge change 7917 into donut
...
* changes:
Added the vpn unit test template.
2009-07-20 15:13:00 -07:00
Android (Google) Code Review
e0d815968a
Merge change 7941 into donut
...
* changes:
add comment to illuminate why we only dismiss the dialog when launching an intent for in app search
2009-07-20 14:35:10 -07:00
Android (Google) Code Review
07d7750337
Merge change 7940 into donut
...
* changes:
whoops, still need to dismiss when launching an intent for in-app search
2009-07-20 14:31:54 -07:00
Android (Google) Code Review
a337a30f73
Merge change 7903 into donut
...
* changes:
Fix back key handling for search dialog.
2009-07-20 14:14:27 -07:00
Android (Google) Code Review
bb3903675c
Merge change 7889 into donut
...
* changes:
Ignore unneeded soft keyboard in ACTV height calc
2009-07-20 13:28:10 -07:00