Commit Graph

1165 Commits

Author SHA1 Message Date
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
Android (Google) Code Review
d233d8b8c9 Merge change 7833 into donut
* changes:
  Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)
2009-07-20 09:51:21 -07:00
Android (Google) Code Review
02cd147cd1 Merge change 7857 into donut
* changes:
  Remove exception throw when a view has a self dependency inside a RelativeLayout.
2009-07-19 19:50:33 -07:00
Android (Google) Code Review
6a8e1a2065 Merge change 7840 into donut
* changes:
  Fix issue where scaled bitmap sizes could be wrong.
2009-07-19 15:29:09 -07:00
Android (Google) Code Review
160d787c29 Merge change 7726 into donut
* changes:
  Fix issue 1985479	lots of backup NPEs.
2009-07-18 02:12:02 -07:00
Android (Google) Code Review
cee3f0f02a Merge change 7829 into donut
* changes:
  Making sure that there are no calls made to the native TTS layer if the utterance is in the process of being canceled.
2009-07-17 21:39:26 -07:00
Android (Google) Code Review
9f90fbd2ed Merge change 7819 into donut
* changes:
  Fix NullPointer in VpnServiceBinder.checkStatus().
2009-07-17 20:09:43 -07:00
Android (Google) Code Review
d352a7a950 Merge change 7811 into donut
* changes:
  Remove obsolete playBuffer() method from the text-to-speech SynthProxy class.
2009-07-17 18:33:25 -07:00
Android (Google) Code Review
64feb0889a Merge change 7783 into donut
* changes:
  Add "nodpi" density, and expose a bunch of density-related APIs.
2009-07-17 17:50:41 -07:00
Dianne Hackborn
b3e8103538 Add "nodpi" density, and expose a bunch of density-related APIs.
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.
2009-07-17 16:59:08 -07:00
Android (Google) Code Review
4a4436477e Merge change 7753 into donut
* changes:
  Add a delay before collecting memory information
2009-07-17 14:43:01 -07:00
Android (Google) Code Review
aac774e83f Merge change 7720 into donut
* 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.
2009-07-17 14:39:52 -07:00
Android (Google) Code Review
063efebd16 Merge change 6809 into donut
* changes:
  Correctly deliver AppWidgetProvider.onDeleted() events.
2009-07-17 14:27:23 -07:00
Android (Google) Code Review
b33cca2e97 Merge change 7707 into donut
* changes:
  * scale surface view's canvas   This will not affect GL/Video views as they're directly using surfce but not canvas.
2009-07-17 11:50:51 -07:00
Android (Google) Code Review
a596331bd3 Merge change 7696 into donut
* changes:
  add hidden Options field for native allocations
2009-07-17 11:04:06 -07:00
Android (Google) Code Review
824567bc9e Merge change 7511 into donut
* changes:
  Support addPkcs12Keystore function in CertTool library.
2009-07-17 10:20:43 -07:00
Android (Google) Code Review
c217814f91 Merge change 7686 into donut
* changes:
  MediaScanner: Add check for null object in empty title handling code.
2009-07-17 10:14:32 -07:00
Android (Google) Code Review
49a21d8fe2 Merge change 7613 into donut
* 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
2009-07-17 09:54:53 -07:00
Android (Google) Code Review
faee8c0770 Merge change 7688 into donut
* changes:
  Copy cached drawables in search dialog.
2009-07-17 09:27:13 -07:00
Android (Google) Code Review
2554b48635 Merge change 7645 into donut
* 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.
2009-07-16 19:54:19 -07:00
Android (Google) Code Review
8723df325e Merge change 7498 into donut
* 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.
2009-07-16 19:54:02 -07:00
Android (Google) Code Review
d15d115e6f Merge change 7492 into donut
* changes:
  Delete leaked global ref in AudioTrack constructor.
2009-07-16 18:34:15 -07:00
Android (Google) Code Review
a9bd829a9d Merge change 7545 into donut
* changes:
  MountListener: When we connect to vold, explicitly mount external storage. Vold no longer mounts storage automatically so it doesnt interfere with the framework booting.
2009-07-16 18:10:48 -07:00
Android (Google) Code Review
af99f836ac Merge change 7544 into donut
* changes:
  sdutil: Up the mount/unmount wait times to account for disk check + reaper time
2009-07-16 18:10:24 -07:00
Android (Google) Code Review
14b6dc025c Merge change 7600 into donut
* changes:
  Update youtube bookmark
2009-07-16 17:51:01 -07:00
Android (Google) Code Review
df38faa9a1 Merge change 7619 into donut
* changes:
  Fixes #1861763. Prevents IllegalArgumentException in AbsListView on focus search.
2009-07-16 17:06:47 -07:00
Android (Google) Code Review
a931c141eb Merge change 7598 into donut
* changes:
  DO NOT MERGE - Disable settings backup in Donut
2009-07-16 15:38:41 -07:00
Android (Google) Code Review
b6b5fd0769 Merge change 7572 into donut
* changes:
  Fix issue #1985606 (Boot crash when battery level of < 15% is reported) in Donut
2009-07-16 15:18:38 -07:00
Android (Google) Code Review
e9fd333a79 Merge change 7551 into donut
* changes:
  Add ability to delay messages in Filter based on constraint.  Use this to delay 500ms for delete keys in the search dialog.
2009-07-16 14:41:10 -07:00
Android (Google) Code Review
24471165ed Merge change 7568 into donut
* changes:
  Issue #1969025: need api for launching intent as if it were coming from another component
2009-07-16 14:31:52 -07:00
Android (Google) Code Review
986e35410c Merge change 7581 into donut
* changes:
  Fix bug that would cause files with blank title tags to not be shown in the music app.
2009-07-16 14:12:55 -07:00
Android (Google) Code Review
bab51567e1 Merge change 7556 into donut
* changes:
  Temporarily suppress ServiceTest.
2009-07-16 13:46:57 -07:00
Android (Google) Code Review
6fd0019bd2 Merge change 7537 into donut
* changes:
  Fixing a race condition that causes synthesis to not be aborted even if stop is called.
2009-07-16 13:28:04 -07:00
Android (Google) Code Review
e85b0108fa Merge change 7566 into donut
* changes:
  Fix the style of preferences headers in the light theme.
2009-07-16 13:17:31 -07:00
Android (Google) Code Review
0ff870e5df Merge change 7536 into donut
* changes:
  fix FILE* version of ZipUtils::inflateToBuffer
2009-07-16 12:06:55 -07:00
Doug Zongker
0de50495d6 fix FILE* version of ZipUtils::inflateToBuffer
This can't have ever worked; a successful fread() was returning 1
instead of getSize.
2009-07-16 11:27:13 -07:00
Android (Google) Code Review
52284ae6f7 Merge change 7514 into donut
* changes:
  Only parse search suggestions that look like HTML
2009-07-16 06:32:52 -07:00
Android (Google) Code Review
610614fbfd Merge change 7512 into donut
* changes:
  Get rid of drawing hacks for search dialog suggestions
2009-07-16 06:08:59 -07:00
Android (Google) Code Review
f744f97e8b Merge change 7441 into donut
* changes:
  Allow system colors in <font> tags
2009-07-16 00:06:23 -07:00
Android (Google) Code Review
274bd90210 Merge change 7508 into donut
* changes:
  keystore: Fix a compile warning.
2009-07-15 23:55:58 -07:00
Chia-chi Yeh
23c7adc5e9 keystore: Fix a compile warning. 2009-07-16 14:45:11 +08:00
Android (Google) Code Review
53212b87a4 Merge change 7473 into donut
* changes:
  Fixes #1844366. Prevents window leak in Spinner.
2009-07-15 17:02:25 -07:00
Android (Google) Code Review
2e769a11a6 Merge change 7359 into donut
* changes:
  Minor tweak to CDMA_SUBSCRIPTION.
2009-07-15 16:58:11 -07:00
Android (Google) Code Review
d7e9b85380 Merge change 7451 into donut
* changes:
  Include 'calling_package' extra for uses of in-app voice search so that the server can tailor recognition to an individual app.
2009-07-15 15:33:46 -07:00
Android (Google) Code Review
5de268901a Merge change 7401 into donut
* changes:
  Adding missing addEarcon method. Not having this was a bug as this method is needed to add earcons; otherwise, there is nothing for playEarcon to play.
2009-07-15 13:38:34 -07:00
Android (Google) Code Review
a483918a95 Merge change 7402 into donut
* changes:
  Added fade-in out animation for compatible apps  (This CL only add this when the app on the top is in compatibility mode for now. I need some help to do the same   when the closing app is in compatibility mode) Refactored DimAnimator
2009-07-15 13:32:07 -07:00