Mike Cleron
52f0a64952
Finish off java API to allow fading scrollbars
2009-09-28 18:31:09 -07:00
Jack Palevich
54f72d9df8
Don't ask for pbuffer support, because we don't use any pbuffers.
2009-09-28 18:28:07 -07:00
Jeff Sharkey
8f76734d1e
Fix docs breakage.
2009-09-28 18:22:46 -07:00
Jack Palevich
82c78b83e3
Print out EGL configuration info for the config we've chosen.
...
Don't ask for PBuffer support, since we don't actually use pbuffers,
and some drivers might not support them.
2009-09-28 18:22:01 -07:00
Jason Sams
5235cf3f41
Fix but processing raster state pragma.
...
rename stateFragmentStore to stateStore
2009-09-28 18:12:56 -07:00
Jeff Sharkey
ff18bbf835
Separate API for vCards through openAssetFileDescriptor().
...
Previously we overloaded Contacts.CONTENT_URI to return
vCard-formatted Contacts entries. To fix http://b/2138790
this is a separate API that returns a well-known MIME-type.
Also helps fix http://b/2078399 by adding OFFICE_LOCATION.
2009-09-28 17:44:53 -07:00
Dmitri Plotnikov
13a90abcae
Adding status update attribution to ContactHeaderWidget
...
Change-Id: I677f8a8d805c68d95ee56cd1119cc3e97c6ae073
2009-09-28 17:40:28 -07:00
Dianne Hackborn
afa78967b8
Hack to fix issue #2125365 : Sports Trivia compatability with Eclair
...
Adds a mechanism to tell Paint the scaling factor its target
canvas will have, for it to compute font metrics based on the
correct font size. Only TextView uses this, but that is enough
for the large majority of apps.
Change-Id: I6cacaa0dd26d40ee3ad959bed0028678d6e9016e
2009-09-28 17:33:54 -07:00
Android (Google) Code Review
6e98f7e3fb
Merge change Ie6a95736 into eclair
...
* changes:
Fix artifact in tab drawing.
2009-09-28 20:15:44 -04:00
Android (Google) Code Review
f36a2bb59b
Merge change Ibeb22f37 into eclair
...
* changes:
Call the proper variant of markAsContacted.
2009-09-28 20:09:57 -04:00
Android (Google) Code Review
1cff747617
Merge change Ie7d26695 into eclair
...
* changes:
Modify the "active chats" uri to not overlap with other uris.
2009-09-28 20:05:55 -04:00
Jeff Hamilton
56a108220f
Call the proper variant of markAsContacted.
...
Change-Id: Ibeb22f37bd079b1a965f5b350ac7ca6e77eac00f
2009-09-28 16:57:37 -07:00
Android (Google) Code Review
3f48d31b74
Merge change I228d52db into eclair
...
* changes:
Three changes.
2009-09-28 19:47:28 -04:00
Daisuke Miyakawa
f2e0d7bb78
Three changes.
...
- Add FOR_EXPORT_ONLY to Data column.
- Make VCardComposer use Contacts instead of RawContacts.
- Make VCardComposer honor FOR_CONTACT_ONLY regardless of
the intention of any caller, which makes composer unable to
compose any contact with "is_restricted" flag, which is unseen
from outside the contacts provider.
Internal Issue number: 2147248, 2143207
2009-09-28 16:44:13 -07:00
Android (Google) Code Review
ee25eb58aa
Merge change I669ce246 into eclair
...
* changes:
Print out all available EGL configurations.
2009-09-28 19:35:43 -04:00
Jack Palevich
669ce246a8
Print out all available EGL configurations.
2009-09-28 16:34:45 -07:00
Android (Google) Code Review
5d259d3bfd
Merge change Id29ec50d into eclair
...
* changes:
Do not crash appwdiget host when a pending intent send fails.
2009-09-28 19:25:53 -04:00
Romain Guy
995d8561a6
Do not crash appwdiget host when a pending intent send fails.
...
Change-Id: Id29ec50dcb4d51589b9732ace6d505fcea9cc787
2009-09-28 16:24:35 -07:00
Mike Lockwood
733fdf34b6
Disable keyguard while docked when the lock screen is insecure.
...
Change-Id: If6e11bb49a2cbbe904517e6037d1e8b99fe2717c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-28 19:21:07 -04:00
Android (Google) Code Review
c031981f23
Merge change I36ad03e1 into eclair
...
* changes:
Delegate exclude mimetypes to FasttrackBadgeWidget
2009-09-28 19:03:04 -04:00
Android (Google) Code Review
ebd45e5ca9
Merge change I55edce63 into eclair
...
* changes:
Fix issue #2149145 : Safe Mode does not work on Sholes device
2009-09-28 18:11:28 -04:00
Mark Wagner
e7d266957d
Modify the "active chats" uri to not overlap with other uris.
2009-09-28 15:10:57 -07:00
Tadashi G. Takaoka
36ad03e1b7
Delegate exclude mimetypes to FasttrackBadgeWidget
...
Internal Bug: 2138745
2009-09-28 14:58:49 -07:00
Mike Cleron
fe81d386a8
Remove obsolete links; start at a method to turn on fading scrollbars
2009-09-28 14:34:14 -07:00
Wu-cheng Li
fe1a86df8b
Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH.
2009-09-28 13:51:59 -07:00
Android (Google) Code Review
279ba94355
Merge change I7c7b1596 into eclair
...
* changes:
Fix a warning output.
2009-09-28 16:49:16 -04:00
Romain Guy
b4c547a56c
Fix possible NPE in AbsListView.positionSelector().
...
ListView was being reckless and calling the method with a null object in some
situations.
Change-Id: Ibb595a1ff6f916c699e4af55450966dd7fd8c156
2009-09-28 13:45:00 -07:00
Dianne Hackborn
6af0d50a8e
Fix issue #2149145 : Safe Mode does not work on Sholes device
...
The APIs for checking whether keys are held down now also look
at virtual keys.
However it turns out there is less than a second between the time we
start the input thread and check for safe mode, so there is not enough
time to actually open all of the devices and get the data from them
about the finger being down to determine if a virtual key is down.
So now you can also hold DPAD center, trackball center, or s to
enter safe mode. Also give some vibrator feedback.
Change-Id: I55edce63bc0c375813bd3751766b8070beeb0153
2009-09-28 13:40:45 -07:00
Evan Millar
26787ada59
Fix artifact in tab drawing.
...
The tab nine-patch assets were 2 pixes too tall. I trimmed them down.
Change-Id: Ie6a95736578c42997136eb9036b0f1d23cf2b6d7
2009-09-28 13:13:46 -07:00
Nick Pelly
aef439e6f8
Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
...
Change-Id: I564429d5c5b6a5372b6ff26a53b0d7e518b53631
2009-09-28 13:06:22 -07:00
Xavier Ducrohet
f18ccc13a6
Fix a warning output.
...
This was introduced by the dpi work.
Change-Id: I7c7b1596085f70532b8279139c287a2a58f57046
2009-09-28 12:59:33 -07:00
Android (Google) Code Review
2dfa6edcd0
Merge change Ida50e915 into eclair
...
* changes:
Pass limit=50 to all suggestion sources.
2009-09-28 15:47:56 -04:00
Bjorn Bringert
3fc7c67de1
Pass limit=50 to all suggestion sources.
...
Should mitigate http://b/issue?id=2149158
"Bad suggestions behavior within contacts app
search for 10k contact db"
Change-Id: Ida50e9157c3ce46fc7892ef09a67da9f4008e665
2009-09-28 20:32:13 +01:00
Android (Google) Code Review
9d686c9384
Merge change 27474 into eclair
...
* changes:
Don't crash search when getKeyDispatcherState() is null
2009-09-28 14:46:43 -04:00
Mike Cleron
3ecd58c650
Fix build
2009-09-28 11:44:36 -07:00
Android (Google) Code Review
14f65ff945
Merge change 27243 into eclair
...
* changes:
Add drop shadow to contact name in ContactHeaderWidget
2009-09-28 14:44:42 -04:00
Android (Google) Code Review
99638e7472
Merge change 27466 into eclair
...
* changes:
Turn on thubmnail capture unit test for media metadata retriever
2009-09-28 14:40:34 -04:00
Bjorn Bringert
5b6b41241d
Don't crash search when getKeyDispatcherState() is null
...
Fixes http://b/editIssue?id=2150672
Change-Id: I6fb87c1a59b4b3a945822932047a66c4116e6391
2009-09-28 19:37:29 +01:00
Android (Google) Code Review
fedb32696a
Merge change 27349 into eclair
...
* changes:
Fix 2143297: Fix transition from password -> visible password
2009-09-28 14:12:03 -04:00
Android (Google) Code Review
96e42b3a54
Merge change 27462 into eclair
...
* changes:
Add an API to request a system activity to turn on Bluetooth.
2009-09-28 14:09:47 -04:00
Amith Yamasani
a8c0edb8fb
Fix 2143297: Fix transition from password -> visible password
2009-09-28 11:08:57 -07:00
Nick Pelly
1acdcc1a50
Add an API to request a system activity to turn on Bluetooth.
...
Change-Id: I2fca33ad27017ea4e2ecba37854b749682d07672
2009-09-28 11:04:00 -07:00
James Dong
525ad18663
Turn on thubmnail capture unit test for media metadata retriever
2009-09-28 10:57:17 -07:00
Mike Cleron
f116bf8884
Fading scrollbars return. But you have to opt in.
2009-09-28 10:47:04 -07:00
Android (Google) Code Review
5d062bc3de
Merge change 27426 into eclair
...
* changes:
Handle the case where GoogleLocationSettingObserver::onChange is called after GoogleLocationSettingObserver::doNotObserve().
2009-09-28 13:33:01 -04:00
John Michelau
1336a56368
Fix EVDO SNR signal bar calculation
...
Bug: 2149249
Change-Id: I27009b083fab7a8cae7d3b74046f50235458dde0
2009-09-28 10:17:37 -07:00
Evan Millar
b71e554d7e
Add drop shadow to contact name in ContactHeaderWidget
...
Change-Id: Ieb6555bfca014b98567d1a981eaeb04e887e4dff
2009-09-28 10:10:33 -07:00
Grace Kloba
0d03b91407
Before we send VIEW_SIZE_CHANGED after first layout,
...
we should remove VIEW_SIZE_CHANGED in the queue if
there is any as we are going to send the message in
the front of the queue.
Fix http://b/issue?id=2133222
2009-09-28 10:10:15 -07:00
Android (Google) Code Review
fee73ee2d6
Merge change 27411 into eclair
...
* changes:
Cache inflated view to avoid inflation of layouts in preferences If layout id is specified for a Preference object, convertView is set to null in its adapter which results in inflation of Preference view in getView each time the Preference object is laid out on the screen. Just use an instance variable to cache the inflated view nulling it whenever the layout changes and use it in initing the convertView in getView.
2009-09-28 13:07:16 -04:00
Android (Google) Code Review
1cdb55aa97
Merge change 27457 into eclair
...
* changes:
Added code style fix that actually did not get submitted in 2nd patch of previous change.
2009-09-28 12:56:02 -04:00