Charles Chen
49a60157d1
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 18:32:07 -07:00
Android (Google) Code Review
3735df20ae
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
97a67cc281
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
9db0d36c61
Merge change 7600 into donut
...
* changes:
Update youtube bookmark
2009-07-16 17:51:01 -07:00
Android (Google) Code Review
a0eb87db12
Merge change 7619 into donut
...
* changes:
Fixes #1861763 . Prevents IllegalArgumentException in AbsListView on focus search.
2009-07-16 17:06:47 -07:00
Romain Guy
6bdbfcfa77
Fixes #1861763 . Prevents IllegalArgumentException in AbsListView on focus
...
search.
This change makes sure the focus search does not attempt to traverse views from
the recycler.
2009-07-16 17:05:36 -07:00
Wink Saville
abccd7eaa5
DO NOT MERGE. Implement IMSI function for CDMA phones
...
Includes support to get the MCC and MNC from system properties, since
they are known to be unreliable from the network.
This is known to conflict with master and will be
added by hand so as not to break the build.
2009-07-16 16:07:13 -07:00
Jean-Michel Trivi
8a1496855c
Delete leaked global ref in AudioTrack constructor.
2009-07-16 15:59:44 -07:00
Android (Google) Code Review
0a6a05cdb5
Merge change 7598 into donut
...
* changes:
DO NOT MERGE - Disable settings backup in Donut
2009-07-16 15:38:41 -07:00
Jim Miller
82887f079f
Update youtube bookmark
2009-07-16 15:33:10 -07:00
Christopher Tate
10c59a365a
DO NOT MERGE - Disable settings backup in Donut
2009-07-16 15:31:39 -07:00
Android (Google) Code Review
43463bfb69
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
Dianne Hackborn
fae76f5bde
Fix issue #1985502 : Sapphire (and any other device) reports that it has a hard keyboard
2009-07-16 15:15:30 -07:00
Android (Google) Code Review
9ce081aa24
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
eb09c6a07a
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
Karl Rosaen
8bf92e003d
Add ability to delay messages in Filter based on constraint. Use this to delay 500ms for delete keys in the search dialog.
...
Holding down delete is nice and zippy in the browser now :)
2009-07-16 14:14:08 -07:00
Android (Google) Code Review
58d19d1f63
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
Marco Nelissen
55973f1aad
Fix bug that would cause files with blank title tags to not be shown in the music app.
2009-07-16 14:12:11 -07:00
Dianne Hackborn
0816e0ee6e
Fix issue #1985606 (Boot crash when battery level of < 15% is reported) in Donut
...
Actually I don't think it is really an issue here, because the status bar doesn't
start itself up like this until after we have booted, but let's be safe.
And DO NOT MERGE since this code has changed in master.
2009-07-16 13:50:01 -07:00
Android (Google) Code Review
0bb0597a4b
Merge change 7556 into donut
...
* changes:
Temporarily suppress ServiceTest.
2009-07-16 13:46:57 -07:00
Dianne Hackborn
2d91af0608
Issue #1969025 : need api for launching intent as if it were coming from another component
...
And now there is.
2009-07-16 13:34:33 -07:00
Android (Google) Code Review
65d99c3cbf
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
2493097cb0
Merge change 7566 into donut
...
* changes:
Fix the style of preferences headers in the light theme.
2009-07-16 13:17:31 -07:00
Romain Guy
c444805f9b
Fix the style of preferences headers in the light theme.
2009-07-16 13:16:46 -07:00
Brett Chabot
44ce817e0b
Temporarily suppress ServiceTest.
...
ServiceTest appears to be causing the whole android unit_tests suite to fail in the
continuous system. Suppressing to stop the lab failure spam while continuing to investigate.
2009-07-16 12:20:53 -07:00
Android (Google) Code Review
3e1663a253
Merge change 7536 into donut
...
* changes:
fix FILE* version of ZipUtils::inflateToBuffer
2009-07-16 12:06:55 -07:00
San Mehat
d7c499513e
MountListener: When we connect to vold, explicitly mount external storage.
...
Vold no longer mounts storage automatically so it doesnt interfere with
the framework booting.
Signed-off-by: San Mehat <san@google.com>
2009-07-16 11:42:32 -07:00
Charles Chen
c231fd0fe7
Fixing a race condition that causes synthesis to not be aborted
...
even if stop is called.
2009-07-16 11:29:34 -07:00
Doug Zongker
d2792e3768
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
San Mehat
9b0a5e57db
sdutil: Up the mount/unmount wait times to account for disk check + reaper time
...
Signed-off-by: San Mehat <san@google.com>
2009-07-16 10:29:23 -07:00
Dirk Dougherty
4b508759dc
AI 150541: roll the docs forward to 1.5 r3
...
BUG=1790234
Automated import of CL 150541
2009-07-16 08:51:33 -07:00
Android (Google) Code Review
8e3c3f6461
Merge change 7514 into donut
...
* changes:
Only parse search suggestions that look like HTML
2009-07-16 06:32:52 -07:00
Bjorn Bringert
84ee74335f
Only parse search suggestions that look like HTML
...
HTML parsing of search suggestions is still a major
CPU hog in the search dialog. This change first
checks if the text contains any HTML markup
(by looking for < and &) before bothering to
treat it as HTML.
2009-07-16 14:31:00 +01:00
Android (Google) Code Review
5380aa2947
Merge change 7512 into donut
...
* changes:
Get rid of drawing hacks for search dialog suggestions
2009-07-16 06:08:59 -07:00
Bjorn Bringert
391eaa3ba8
Get rid of drawing hacks for search dialog suggestions
...
Before, SuggestionsAdapter parsed every HTML formatted
string three times, to support state-dependent colors
in <font> tags. Now that there is support in Html
for color resources (added in
https://android-git.corp.google.com/g/7441 ),
we can get rid of this code.
Also, SuggestionsAdapter had a special purpose view
for drawing background colors when suggestion items
were not selected or pressed. This change replaces that
code with a StateListDrawable of ColorDrawables.
Before this change, HTML parsing used ~17% (uncontrolled benchmark,
just did some random searching) of the system_process CPU.
This change should reduce that by 2/3, i.e. about ~11% total
system_process reduction.
2009-07-16 13:57:20 +01:00
Bjorn Bringert
ee716fa2b0
Make sure SearchDialog.mSearchable != null in key handlers
...
This change adds checking that the searchdialog is initialized
properly to a few key event listeners where it was missing
before.
Also makes sure that the search dialog is not shown if the
global search is requested but the global search provider
cannot be found.
Should fix http://b/issue?id=1982128
"Device rebooting after search results"
where SearchDialog.onKeyDown() threw an NPE
2009-07-16 09:15:37 +01:00
Android (Google) Code Review
c93af6dc5b
Merge change 7441 into donut
...
* changes:
Allow system colors in <font> tags
2009-07-16 00:06:23 -07:00
Android (Google) Code Review
0d039ba328
Merge change 7508 into donut
...
* changes:
keystore: Fix a compile warning.
2009-07-15 23:55:58 -07:00
Chia-chi Yeh
ef33cddcce
keystore: Fix a compile warning.
2009-07-16 14:45:11 +08:00
Android (Google) Code Review
8a733e8fa2
Merge change 7473 into donut
...
* changes:
Fixes #1844366 . Prevents window leak in Spinner.
2009-07-15 17:02:25 -07:00
Romain Guy
5275d69b04
Fixes #1844366 . Prevents window leak in Spinner.
2009-07-15 17:01:48 -07:00
Android (Google) Code Review
8e0fb366fc
Merge change 7359 into donut
...
* changes:
Minor tweak to CDMA_SUBSCRIPTION.
2009-07-15 16:58:11 -07:00
Scott Main
e518606504
AI 150538: add note that appwidget updates will wake the device and suggest an alarm
...
BUG=1962600
Automated import of CL 150538
2009-07-15 16:52:31 -07:00
jsh
ae49180f28
Minor tweak to CDMA_SUBSCRIPTION.
...
H_SID and H_NID are now comma separated lists, so update CdmaServiceTracker
accordingly. Note: For now, we still only store away the first of each.
Also remove H_SID and H_NID fetching from RuimRecords.java, since it is unused
(and unlikely to be used) in that class.
2009-07-15 16:41:11 -07:00
Dirk Dougherty
d88c36bb7b
AI 150536: Change the formatting of sdk redirect pages so that they are not language-specific.
...
BUG=1790234
Automated import of CL 150536
2009-07-15 16:37:23 -07:00
Scott Main
1e9129d01a
AI 150535: add the Videos page to the site
...
Automated import of CL 150535
2009-07-15 15:38:19 -07:00
Android (Google) Code Review
82b283a9bf
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
Mike LeBeau
260dfb5716
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:20:14 -07:00
Bjorn Bringert
9cab7f7684
Allow system colors in <font> tags
...
Fixes http://b/issue?id=1970693
2009-07-15 22:47:03 +01:00
Android (Google) Code Review
6ce4236d70
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