Android (Google) Code Review
991e986bed
am 5380aa29: Merge change 7512 into donut
...
Merge commit '5380aa29470274de5b3e445d577ef0834cfacb71'
* commit '5380aa29470274de5b3e445d577ef0834cfacb71':
Get rid of drawing hacks for search dialog suggestions
2009-07-16 17:53:53 -07:00
Bjorn Bringert
8145c35fdb
am ee716fa2: Make sure SearchDialog.mSearchable != null in key handlers
...
Merge commit 'ee716fa2b03666622a73f8cc54dae4afd091353d'
* commit 'ee716fa2b03666622a73f8cc54dae4afd091353d':
Make sure SearchDialog.mSearchable != null in key handlers
2009-07-16 17:53:48 -07:00
Android (Google) Code Review
cad18157e7
am c93af6dc: Merge change 7441 into donut
...
Merge commit 'c93af6dc5bc78f02d4ee549890da12dc669fc2fe'
* commit 'c93af6dc5bc78f02d4ee549890da12dc669fc2fe':
Allow system colors in <font> tags
2009-07-16 17:53:44 -07:00
Android (Google) Code Review
dc6399bcdf
am 0d039ba3: Merge change 7508 into donut
...
Merge commit '0d039ba328a59fc81280fbecf68aad2d2cba7234'
* commit '0d039ba328a59fc81280fbecf68aad2d2cba7234':
keystore: Fix a compile warning.
2009-07-16 17:53:40 -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
6deb7d47cc
Merge change 7633
...
* changes:
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
2009-07-16 17:49:05 -07:00
Jason Sams
764205c194
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
2009-07-16 17:47:40 -07:00
Robert Greenwalt
86e9e55c54
Whitespace cleanup prior to real work.
2009-07-16 17:31:20 -07:00
Marco Nelissen
3a3ba05782
Another fix for building libstagefright for the simulator, plus whitespace adjustments.
2009-07-16 17:25:13 -07:00
Marco Nelissen
7013c8bb9e
Fixes to make libstagefright build for the simulator.
2009-07-16 17:10:51 -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
Wink Saville
142eefc67b
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.
2009-07-16 15:48:34 -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
Android (Google) Code Review
a4170099b1
Merge change 7587
...
* changes:
Fixes merge conflict.
2009-07-16 15:17:55 -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
a2b0d2e422
Merge change 7590
...
* changes:
Update rollo and renderscript to the new ACC compiler interface.
2009-07-16 15:09:38 -07:00
Jason Sams
54440a01a9
Update rollo and renderscript to the new ACC compiler interface.
2009-07-16 15:08:06 -07:00
Jean-Baptiste Queru
6a294263f7
Merge commit 'goog/readonly-korg-master' into merge_korg_master
...
* commit 'goog/readonly-korg-master':
Fixed Android issue #400 , where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses.
Bug Fixed for libagl.
2009-07-16 14:54:11 -07:00
Romain Guy
e9dcb803a0
Fixes merge conflict.
2009-07-16 14:46:55 -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
Benny Wong
6d2090e214
Hardware overlay support
...
Enable hardware overlay support for camera and video playback use cases
2009-07-16 14:31:20 -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
Jean-Baptiste Queru
4a967dabc3
merge-ignore changes that were already in or that are not relevant
...
Merge commit '7ecccee0d0c32ee472c9a74f4ccb8b152b074402' into HEAD
2009-07-16 13:47:28 -07:00
Android (Google) Code Review
0bb0597a4b
Merge change 7556 into donut
...
* changes:
Temporarily suppress ServiceTest.
2009-07-16 13:46:57 -07:00
Android (Google) Code Review
a72e12844e
Merge change 7567
...
* changes:
Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOT
2009-07-16 13:45:46 -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
Christopher Tate
93dc9fe961
Send all battery broadcasts with REGISTERED_ONLY_BEFORE_BOOT
...
The "low" and "okay" broadcasts were not being sent with this flag, so that if
the device had booted in a low battery state, the battery service would crash
due to an illegal-state exception.
This fixes bug b/1985606
2009-07-16 13:28:23 -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
Android (Google) Code Review
7bdc99032f
Merge change 7491
...
* changes:
Update rollo with new interactivity model.
2009-07-16 12:58:54 -07:00
Jason Sams
c75a257c02
Update rollo with new interactivity model.
2009-07-16 12:55:18 -07:00
Android (Google) Code Review
46ba4bf25e
Merge change 7534
...
* changes:
Show the password in browser password fields.
2009-07-16 12:33:32 -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
Leon Scroggins
0857767516
Show the password in browser password fields.
...
Fix for http://b/issue?id=1979719 : cannot see password in browser
textfield. Show the system's password transformation in a password
field, which can be set to show the text partially or completely,
rather than webkit's version, which never shows the text.
2009-07-16 15:03:27 -04:00
Android (Google) Code Review
52e4ad89ad
Merge change 7399
...
* changes:
Partial implementation of the parsing of Parcel into Metadata.
2009-07-16 11:55:45 -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