summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | add comment to illuminate why we only dismiss the dialog when launching an ↵Karl Rosaen2009-07-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | intent for in app search
* | | | | | Merge change 7940 into donutAndroid (Google) Code Review2009-07-201-0/+4
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: whoops, still need to dismiss when launching an intent for in-app search
| * | | | | whoops, still need to dismiss when launching an intent for in-app searchKarl Rosaen2009-07-201-0/+4
| | | | | |
* | | | | | Merge change 7903 into donutAndroid (Google) Code Review2009-07-205-66/+79
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | * changes: Fix back key handling for search dialog.
| * | | | Fix back key handling for search dialog.Karl Rosaen2009-07-205-66/+79
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the search manager service handles hiding (not dismissing) and reshowing it when the user hits back after launching a result, search manager can't cache "mShowing". Also noticed a few other minor problems that was hosing the handling of pause / resume to reshow the dialog, like moving some logic to onHide instead of onDismiss.
* | | | Merge change 7889 into donutAndroid (Google) Code Review2009-07-201-5/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Ignore unneeded soft keyboard in ACTV height calc
| * | | Ignore unneeded soft keyboard in ACTV height calcBjorn Bringert2009-07-201-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, if dropDownAlwaysVisible was false, the soft keyboard height was always taken into account when calculating the available vertical space for the AutoCompleteTextView drop-down height. This meant that the drop-down would never pop over the soft keyboard when navigating in the drop-down list. This change makes the drop-down pop over the soft keyboard when the keyboard is not needed, regardless of the value of dropDownAlwaysVisible. Fixes http://b/issue?id=1978935
* | | | Merge change 7833 into donutAndroid (Google) Code Review2009-07-201-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)
| * | | Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)Charles Chen2009-07-181-1/+1
| | | |
* | | | Merge change 7857 into donutAndroid (Google) Code Review2009-07-191-5/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Remove exception throw when a view has a self dependency inside a RelativeLayout.
| * | | | Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RelativeLayout. There are unfortunately successful 3rd party apps declaring self dependencies. There's no reason to crash the app so just ignore this issue.
* | | | | * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-195-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, and this was not necessary. * Added compatibility related info to package dumpsys
* | | | | Merge change 7840 into donutAndroid (Google) Code Review2009-07-195-11/+103
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue where scaled bitmap sizes could be wrong.
| * | | | | Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-185-11/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bitmap functions to get the scaled width/height couldn't actually do the right thing because they didn't know the destination they would be drawing to. Now there are two forms of them, taking an explicit parameter specifying the destination.
* | | | | | Stop a daemon before starting itHung-ying Tyan2009-07-192-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | in case the daemon is not cleaned up in last session.
* | | | | | Merge change 7726 into donutAndroid (Google) Code Review2009-07-181-4/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: Fix issue 1985479 lots of backup NPEs.
| * | | | | Fix issue 1985479 lots of backup NPEs.Eric Laurent2009-07-171-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Check that stream type is not STREAM_BLUETOOTH_SCO before writting to settings.
* | | | | | Merge change 7829 into donutAndroid (Google) Code Review2009-07-171-18/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Making sure that there are no calls made to the native TTS layer if the utterance is in the process of being canceled.
| * | | | | | Making sure that there are no calls made to the native TTSCharles Chen2009-07-171-18/+24
| | |_|/ / / | |/| | | | | | | | | | | | | | | | layer if the utterance is in the process of being canceled.
* | | | | | Merge change 7819 into donutAndroid (Google) Code Review2009-07-171-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix NullPointer in VpnServiceBinder.checkStatus().
| * | | | | | Fix NullPointer in VpnServiceBinder.checkStatus().Hung-ying Tyan2009-07-181-3/+2
| | | | | | |
* | | | | | | Merge change 7811 into donutAndroid (Google) Code Review2009-07-172-32/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.
| * | | | | | Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.Jean-Michel Trivi2009-07-172-32/+0
| | | | | | |
* | | | | | | Merge change 7783 into donutAndroid (Google) Code Review2009-07-1720-66/+373
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | * changes: Add "nodpi" density, and expose a bunch of density-related APIs.
| * | | | | Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-1720-66/+373
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Also update the DpiTest app to use nodpi images, and try to have a mode where it turns off compatibility though it's not quite working.
* | | | | Merge change 7753 into donutAndroid (Google) Code Review2009-07-171-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add a delay before collecting memory information
| * | | | | Add a delay before collecting memory informationGuang Zhu2009-07-171-0/+4
| |/ / / / | | | | | | | | | | | | | | | Hopefully this gives enough time for more memory recycling. Because it is observed that several seconds after a suite is run, the memory usage could drop by 1-2M.
* | | | | Merge change 7720 into donutAndroid (Google) Code Review2009-07-171-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix global ref leak in android.media.AudioRecord. Delete global refs to the native AudioRecord pointer and the callback cookie (for native to Java calls) in the finalize() function and when an error occurs during the allocation of the native resources.
| * | | | | Fix global ref leak in android.media.AudioRecord. Delete global refsJean-Michel Trivi2009-07-171-1/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | to the native AudioRecord pointer and the callback cookie (for native to Java calls) in the finalize() function and when an error occurs during the allocation of the native resources.
* | | | | Merge change 6809 into donutAndroid (Google) Code Review2009-07-171-5/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Correctly deliver AppWidgetProvider.onDeleted() events.
| * | | | | Correctly deliver AppWidgetProvider.onDeleted() events.Jeff Sharkey2009-07-101-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the AppWidgetService sends APPWIDGET_DELETED broadcasts, it only sends a single APPWIDGET_ID extra. This change fixes the Provider to handle this extra correctly. Fixes http://b/issue?id=1800738
* | | | | | Merge change 7707 into donutAndroid (Google) Code Review2009-07-171-2/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: * scale surface view's canvas This will not affect GL/Video views as they're directly using surfce but not canvas.
| * | | | | * scale surface view's canvasMitsuru Oshima2009-07-171-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | This will not affect GL/Video views as they're directly using surfce but not canvas.
* | | | | | Merge change 7696 into donutAndroid (Google) Code Review2009-07-175-31/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: add hidden Options field for native allocations
| * | | | | | add hidden Options field for native allocationsMike Reed2009-07-175-31/+60
| | |_|_|/ / | |/| | | |
* | | | | | Merge change 7511 into donutAndroid (Google) Code Review2009-07-174-20/+256
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Support addPkcs12Keystore function in CertTool library.
| * | | | | | Support addPkcs12Keystore function in CertTool library.Chung-yih Wang2009-07-184-20/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function will be called from the credential storage for decoding the pkcs12 file and saving the certs/keys into mini-keystore.
* | | | | | | Merge change 7686 into donutAndroid (Google) Code Review2009-07-171-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | * changes: MediaScanner: Add check for null object in empty title handling code.
| * | | | | | MediaScanner: Add check for null object in empty title handling code.Mike Lockwood2009-07-171-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Merge change 7613 into donutAndroid (Google) Code Review2009-07-174-17/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. * preserve compatibility window flag when the app updates window's layout params. * Added assertion in DEFAULT_COMPATIBILITY_INFO object to prevent unintentional modification. * A few minor updates * log/dump message improvement * Removed unnecessary method in FadeInOutAnimator * Fixed 100 char issue in WindwoManagerServer.java
| * | | | | | * Use Fede In/Out animation if one of opening/closing apps is in ↵Mitsuru Oshima2009-07-174-17/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility mode. * preserve compatibility window flag when the app updates window's layout params. * Added assertion in DEFAULT_COMPATIBILITY_INFO object to prevent unintentional modification. * A few minor updates * log/dump message improvement * Removed unnecessary method in FadeInOutAnimator * Fixed 100 char issue in WindwoManagerServer.java
* | | | | | | Merge change 7688 into donutAndroid (Google) Code Review2009-07-172-17/+21
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | * changes: Copy cached drawables in search dialog.
| * | | | | | Copy cached drawables in search dialog.Bjorn Bringert2009-07-172-17/+21
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, Drawables for cached icons were reused. This is not good, since they can then share mutable state information. This change copies all Drawables when getting them from the cache, storing only the constant state in the cache. Hopefully fixes http://b/issue?id=1984813
* | | | | | Delete global ref to the weak reference to the SynthProxy in theJean-Michel Trivi2009-07-161-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | native_finalize function, that was created in native_setup to prevent leaking refs.
* | | | | Merge change 7645 into donutAndroid (Google) Code Review2009-07-162-3/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make the SearchDialog's AutoCompleteTextView dropdown respect the IME again when the user presses right or left from a query-jammed suggestion to continue editing. Previously we required the user to press on the text field again in order to get the IME to show.
| * | | | | Make the SearchDialog's AutoCompleteTextView dropdown respect theMike LeBeau2009-07-162-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IME again when the user presses right or left from a query-jammed suggestion to continue editing. Previously we required the user to press on the text field again in order to get the IME to show. We accomplish this by factoring out the code to 'ensureImeVisible' into a separate method and calling that from SearchDialog. Fixes http://b/1976338
* | | | | | Merge change 7498 into donutAndroid (Google) Code Review2009-07-162-2/+72
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding public intents for TTS to enable checking for TTS data, installing TTS data, and finding out when the TTS queue has finished processing.
| * | | | | | Adding public intents for TTS to enable checking for TTS data,Charles Chen2009-07-162-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installing TTS data, and finding out when the TTS queue has finished processing.
* | | | | | | Merge change 7492 into donutAndroid (Google) Code Review2009-07-161-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Delete leaked global ref in AudioTrack constructor.
| * | | | | | Delete leaked global ref in AudioTrack constructor.Jean-Michel Trivi2009-07-161-0/+8
| | | | | | |