Xavier Ducrohet
c88ba95921
Merge "Make some methods/fields package private so that layoutlib can access them."
2011-08-11 18:20:09 -07:00
Romain Guy
03f156e96f
Merge "Remove unnecessary private API"
2011-08-11 17:51:23 -07:00
Romain Guy
9d865512f1
Remove unnecessary private API
...
Change-Id: I2ecb367528ec0691c07153a3d163b82a6ca33fdf
2011-08-11 17:37:02 -07:00
Gilles Debunne
a0d3860881
Merge "Added support for colored / thick underlined text."
2011-08-11 14:50:00 -07:00
Gilles Debunne
dd8f5ed79c
Added support for colored / thick underlined text.
...
Change-Id: Ib0e259dd20546855899bf091f694e41e7051fecb
2011-08-11 13:31:00 -07:00
Xavier Ducrohet
7f9f99ea11
Make some methods/fields package private so that layoutlib can access them.
...
Change-Id: I4aeadfbaf8a4f6a459fa19937c21ac23d9e5fb64
2011-08-11 12:57:51 -07:00
Debashish Chatterjee
9092b6d522
Merge "Added FETCH_VOICEMAIL intent definition in VoicemailContract."
2011-08-11 12:19:01 -07:00
Chet Haase
f43f4e1a4e
Merge "Fix behavior of custom animations for LayoutTransition."
2011-08-11 12:16:41 -07:00
Romain Guy
7277f3b9b2
Merge "Document threading limitations on various View methods Bug #5150923 "
2011-08-11 11:44:11 -07:00
Matthew Xie
24c2d6bc82
Merge "Revert "Implement switchConnectable with Powered property setting instead of scan modes""
2011-08-11 11:42:09 -07:00
Dianne Hackborn
8a5c6617d5
Merge "Fix issue #5016544 : IME keyboard hides folder rename text field."
2011-08-11 11:38:32 -07:00
Dianne Hackborn
e09cd7914c
Merge "New broadcast telling when an app is fully removed."
2011-08-11 11:35:07 -07:00
Romain Guy
e63a4f35c9
Document threading limitations on various View methods
...
Bug #5150923
Change-Id: I765d8e4d63a1fee7a12b9c2992bec67b4b6d1131
2011-08-11 11:33:31 -07:00
Chet Haase
e115ffeb3a
Fix behavior of custom animations for LayoutTransition.
...
Previously, setting custom animations on a LayoutTransition would cause
those animations to be run not only for changing views in the container, but
for the parent hierarchy of those views as well. This can lead to unexpected
behavior, as seen in the ApiDemos LayoutAnimations and LayoutAnimationsHideShow.
This change changes the behavior so that the parent hierarchy is animated by
the default animations (which change the bounds and scrollX/Y fields) instead
of custom animations.
Change-Id: I9a04d97fabbc34dc0d5809eb3fd8ac08e0801d7c
2011-08-11 11:32:43 -07:00
Ben Murdoch
27dca78ec1
Merge "Allow fractional and signed input for number fields."
2011-08-11 10:29:56 -07:00
Debashish Chatterjee
267a2ec040
Added FETCH_VOICEMAIL intent definition in VoicemailContract.
...
Content provider does not directly use this intent. But it is fired by
the contacts app to request the voicemail source to fetch voicemail
audio of a single voicemail message.
The constant needs to live in the contracts file to serve as a common
definition between contacts and voicemail source apps.
Bug: 5114261
Change-Id: Ibf7b2a4c871d3561d2ca50d03f8182352fadd3ab
2011-08-11 18:07:25 +01:00
Ben Murdoch
3882486dcd
Allow fractional and signed input for number fields.
...
Bug: 5150575
Change-Id: I36f8dd59f630d77ea3f4ef6271f4cbaaaa3df0ad
2011-08-11 11:08:38 +01:00
Matthew Xie
10fc9bc55e
Revert "Implement switchConnectable with Powered property setting instead of scan modes"
...
This reverts commit c5708036b4
2011-08-10 19:04:00 -07:00
Chia-chi Yeh
ac0a0d06c2
Merge "Unhide APIs for user space VPN."
2011-08-10 17:42:45 -07:00
Bjorn Bringert
733f6eb185
Merge "Add PendingIntent extra for WEB_SEARCH intents"
2011-08-10 17:39:08 -07:00
Dianne Hackborn
f9abb40590
New broadcast telling when an app is fully removed.
...
Change-Id: Ia516d826f302a01881fa92d9ffdc0adfbf669a4b
2011-08-10 17:15:17 -07:00
Amith Yamasani
467da68064
Merge "Pass in the title of the preference as a title for the ringtone picker dialog."
2011-08-10 17:12:05 -07:00
Amith Yamasani
023f8e00fd
Pass in the title of the preference as a title for the ringtone picker dialog.
...
Bug: 5135537
Change-Id: I988c4c6b800466a5f28e41b452a91a5424c7d58b
2011-08-10 16:25:31 -07:00
Bjorn Bringert
4519ff6aa3
Add PendingIntent extra for WEB_SEARCH intents
...
This allos apps (e.g. browsers) that launch web searches
to control how the search results page is opened. For example,
the Android Browser will use this to make sure that searches
typed in the browser address bar open in the Andorid Browser,
and not somewhere else.
Bug: 4988580
Change-Id: I4665c9812ca8d704adbaea22a3812188bb48d1d2
2011-08-10 16:20:25 -07:00
Amith Yamasani
5585c08cd3
Merge "Accessibility and silent mode changes to Volume Panel."
2011-08-10 16:17:03 -07:00
Amith Yamasani
9b8e848570
Accessibility and silent mode changes to Volume Panel.
...
Volume icons don't say "tap to toggle.." anymore.
Only silentable streams have touchable volume icons.
Bug: 4982424
Bug: 5128528
Change-Id: Iafc0f4b309af390a356d71c382f1200663c5a6e4
2011-08-10 15:55:36 -07:00
Irfan Sheriff
7244c977ec
Ensure interface down before wpa_supplicant start
...
Now that the driver is built into the kernel, a runtime crash
followed by a driver unload and reload does not reset the interface.
Ensure interface is down before bringing up supplicant
Bug: 5032635
Change-Id: Ib8f3d47617e587139a8a91a82146ee3a2f329700
2011-08-10 15:49:25 -07:00
Kenny Root
260e9105d7
Merge "Manifest digest stored during package scanning"
2011-08-10 15:39:41 -07:00
Gilles Debunne
03f9c572cd
Merge "SuggestionEnabled flag enforced in ActionPopup"
2011-08-10 15:17:40 -07:00
Kenny Root
bcc954d772
Manifest digest stored during package scanning
...
This allows things that scanned an APK to pass a hash of the manifest to
others that would then be able to compare it.
Change-Id: I465f5edf3acab2a952c3d321c8df2247ffe012ea
2011-08-10 14:54:21 -07:00
Kenny Root
4a51773e4a
Merge "Eliminate warnings from PackageParser"
2011-08-10 14:28:13 -07:00
Gilles Debunne
072b50c667
SuggestionEnabled flag enforced in ActionPopup
...
Also removed the Nothing to paste string (and its references)
Change-Id: Iaed952075e9e72dcb962ca52341615bc57cb4047
2011-08-10 14:13:17 -07:00
Dianne Hackborn
fd545de7cd
Merge "New extended Intent protcols for installing/uninstalling apps."
2011-08-10 12:34:21 -07:00
Dianne Hackborn
271c2fe0eb
New extended Intent protcols for installing/uninstalling apps.
...
Change-Id: I13be1cc58c91f51d521a1f0f734d2b2db7b2980b
2011-08-10 12:22:11 -07:00
Irfan Sheriff
cb30b22ff5
Add firmware reload support for P2P
...
Refactor firmware reload call to support various modes - AP, STA & P2P
Bug: 5002384
Change-Id: I10d20fe5a7842437cf80861bc8a834990db87db5
2011-08-10 10:18:59 -07:00
Wu-cheng Li
aba367eea4
Merge "Unhide camera face detection API."
2011-08-10 02:55:29 -07:00
Nick Pelly
7ad291a5e7
Merge "Add NFC to airplane mode"
2011-08-09 22:27:22 -07:00
Romain Guy
37cc31c604
Merge "Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed."
2011-08-09 20:23:22 -07:00
Daniel Sandler
ffad0cf83d
Merge "Fix obviously broken DateTimeView.onAttachedToWindow()."
2011-08-09 19:35:57 -07:00
Irfan Sheriff
f70430d6dc
Merge "DnsPinger -- log setup problems"
2011-08-09 19:28:26 -07:00
Grace Kloba
402f055303
Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.
...
If returns true, the SurfaceTexture will be released by TextureView.
If returns false, the client needs to release the SurfaceTexture.
Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c
2011-08-09 18:47:17 -07:00
Fabrice Di Meglio
3aa7bf7330
Merge "Fix bug #5017432 NPE when mixing different spans with different font sizes"
2011-08-09 18:35:20 -07:00
Fabrice Di Meglio
b8503eb8ac
Fix bug #5017432 NPE when mixing different spans with different font sizes
...
- fixed typo
Change-Id: I282f8bf2a72117709666e1ffc9ec8e8b5583d321
2011-08-09 18:18:27 -07:00
Wu-cheng Li
c0c683b334
Unhide camera face detection API.
...
bug:4460717
Change-Id: I8d72b0ada370acd6267c47deb654bb4bf1cfb538
2011-08-10 08:45:26 +08:00
Jaikumar Ganesh
d2344ce087
Merge "Check for BT state when sending Bond State Change intent."
2011-08-09 17:33:18 -07:00
Jaikumar Ganesh
bc85a087c9
Check for BT state when sending Bond State Change intent.
...
When users use application specific Bluetooth state changes,
and the bond state changes, we crash.
We need to recheck Bluetooth state in all functions and scenarios
and even maintain a per application pid Bluetooth state, but this fix
is quick fix for a problem.
Change-Id: I905dfb53965907ccb27757ff6ed1816536277f14
2011-08-09 17:18:29 -07:00
Kenny Root
d2d2925ff7
Eliminate warnings from PackageParser
...
Change-Id: I1e07029261df59907115fd1f54da3e9b3fbfa240
2011-08-09 17:01:35 -07:00
Adam Powell
74df8e3492
Merge "Flingable switches"
2011-08-09 16:38:21 -07:00
Amith Yamasani
dd93a7923c
Merge "Added methods to change text entry mode in SearchView."
2011-08-09 16:37:53 -07:00
Adam Powell
01d11edc1e
Flingable switches
...
Change-Id: I640656358cf28569242d900d41493a69845f7305
2011-08-09 16:32:12 -07:00