Amith Yamasani
baf6dbfa93
Dismiss the volume overlay dialog when user touches above the dialog as well.
...
Bug: 5165168
Change-Id: Ib343c3b88371cb93f8241b1085d1a2f36a77b1ac
2011-08-18 17:40:29 -07:00
Chris Craik
da2f8df48b
Merge "Removed setExtendedTileBounds"
2011-08-18 10:56:40 -07:00
Jeff Sharkey
11a8c027e4
Merge "Preferences padding and scrollbars to match spec."
2011-08-18 10:52:03 -07:00
Chris Craik
cb41847901
Removed setExtendedTileBounds
...
bug:5178457
for real this time
Change-Id: I4f40206d66feb8ddf6fd844e9fe5cce2096317bc
2011-08-18 10:24:16 -07:00
JP Abgrall
0197d825f1
Merge "core/java NetworkManagement: Don't untag sockets willy-nilly"
2011-08-18 09:58:32 -07:00
Wu-cheng Li
fde00591c6
Merge "Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE."
2011-08-17 22:24:53 -07:00
Romain Guy
7fa6e42483
Merge "Invoke requestLayout() when drawables have different sizes. Bug #5142668 "
2011-08-17 20:06:14 -07:00
Romain Guy
9e648c44de
Invoke requestLayout() when drawables have different sizes.
...
Bug #5142668
Change-Id: I0d3ae27984e69394e64b8aa0623bc3d6b22bc629
2011-08-17 20:05:38 -07:00
Dianne Hackborn
c7e6c47952
Merge "Fix issue #5163456 : logspam/tight loop in BatteryStatsImpl"
2011-08-17 19:18:50 -07:00
Dianne Hackborn
e8c88e6f76
Fix issue #5163456 : logspam/tight loop in BatteryStatsImpl
...
No longer use the old history code.
Change-Id: I878ffe16e0014453c46db6a4f7228a81468d8cb9
2011-08-17 19:09:23 -07:00
Chet Haase
4abe2ac244
Merge "Fix potential null deref in ViewGroup when running transition"
2011-08-17 18:38:46 -07:00
Chet Haase
a8a44c68ee
Merge "Fix NumberPicker text positioning."
2011-08-17 18:35:07 -07:00
Chet Haase
1abf7fa1d1
Fix potential null deref in ViewGroup when running transition
...
Change-Id: I9075c4a05e19122592145468e220afa43faee540
2011-08-17 18:31:56 -07:00
Chet Haase
eeafd4296b
Fix NumberPicker text positioning.
...
NumberPicker was making incorrect assumptions about how text was
positioned and centered inside of its controls. This fix changes
the logic of how the scroll wheel draws its text items based on where
the text is positioned inside the EditText that displays the text
by default. This should ensure that the text of the scroll wheel
exactly overlays the text in the EditText view.
Change-Id: I4a7694931f19042bd4142232612490c2ab912d11
2011-08-17 18:26:56 -07:00
Jeff Sharkey
1666dc6041
Merge "Combine list of CharSequence with delimeter."
2011-08-17 18:12:07 -07:00
Adam Powell
2efd89f755
Merge "Fix bug 5179524 - ActionBar custom view inflation doesn't catch layout_gravity"
2011-08-17 17:38:24 -07:00
Adam Powell
aad47fd78a
Fix bug 5179524 - ActionBar custom view inflation doesn't catch layout_gravity
...
Change-Id: Ice5fd9da268cff64fc14acca384b249c252db5c9
2011-08-17 17:33:48 -07:00
Fabrice Di Meglio
3de510313a
Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used"
2011-08-17 17:30:46 -07:00
Amith Yamasani
cb87968865
Merge "Don't force measurement when SearchView is in iconified mode."
2011-08-17 17:28:58 -07:00
Fabrice Di Meglio
4b60c30838
Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used
...
- use the real TextDirectionHeuristics constants
- make more formal that LayoutDirection should be resolved BEFORE TextDirection
- reset TextDirection if LayoutDirection is recomputed
- remove non used TextDirectionHeuristic.isRtl(CharSequence...)
Change-Id: I1d53a7e3ee324cfd27785bb4d715d93de8d9ff4d
2011-08-17 17:15:12 -07:00
Amith Yamasani
a95e488bdc
Don't force measurement when SearchView is in iconified mode.
...
Bug: 5178204
Update the focused state drawables when focus changes. Blue
underlines were not showing up consistently.
Bug: 5174426
Also use the correct style for the search icon so that it matches
other actionbar actions.
Change-Id: I8beed4cf435b074280a5dd79f7a4da4a39152b71
2011-08-17 16:43:55 -07:00
Jeff Sharkey
ce4a193ea8
Preferences padding and scrollbars to match spec.
...
Adjust preferences ListView to use direct padding instead of applying
to outer parent. Also display scrollbars outsideOverlay on small
screens.
Change-Id: I750c53d2452d8842d487a091075c32f009f2c2fc
2011-08-17 16:31:24 -07:00
Daniel Sandler
351eb33d84
Merge "Allow views to setSystemUiVisibility() with the same value and have it work."
2011-08-17 16:21:38 -07:00
Jeff Sharkey
fa4d7754ed
Combine list of CharSequence with delimeter.
...
Change-Id: I7d86b89a84f6d91e5441c8af63310b37f16974fc
2011-08-17 15:49:30 -07:00
Adam Powell
453091b2fd
Merge "Fix bug 5168889 - action bar not respecting return codes of onCreate/Prepare menu"
2011-08-17 14:44:51 -07:00
Gilles Debunne
45add1abe3
Merge "Fix bit comparison for checking the variant of the input type."
2011-08-17 14:03:56 -07:00
Adam Powell
f35d049b99
Fix bug 5168889 - action bar not respecting return codes of onCreate/Prepare menu
...
Change-Id: If28630cb21e74bde7a2474ce060078ea30170b9d
2011-08-17 13:57:52 -07:00
JP Abgrall
36bd9844f8
core/java NetworkManagement: Don't untag sockets willy-nilly
...
Tagging is conditional on having some useful info to tag.
But untagging had not such restriction leading to unnecessary kernel
calls that just fail with EINVAL.
b/5165619
Change-Id: Idd4b1dc45db04429f85e3ba37656640a8d33046a
2011-08-17 12:06:56 -07:00
Adam Cohen
842d9de74f
Merge "Getting rid of the (hidden) oldName parameter for widgets"
2011-08-17 11:39:32 -07:00
Adam Cohen
bac26a1205
Getting rid of the (hidden) oldName parameter for widgets
...
Change-Id: I191cf64ed045fd7cb53e106f337cbeab5a914336
2011-08-17 11:37:58 -07:00
Daniel Sandler
fad9555217
Allow views to setSystemUiVisibility() with the same value and have it work.
...
This will save apps the trouble of having to first remove
the lights-out or hide-navigation flags before reapplying
them (in situations where the system UI has decided to
override those flags).
Bug: 5052456
Change-Id: I31f6ca9105379ae5f0216ebe3c39fc8d5d935f92
2011-08-17 14:29:10 -04:00
Luca Zanolin
15b8016434
Fix bit comparison for checking the variant of the input type.
...
Change-Id: I0c74af09e29e39fbd092c10b107ea7aa3273a680
2011-08-17 18:47:27 +01:00
Alon Albert
14ee9a117e
Merge "Check for periodic sync that is in the future Bug: 5164762 Change-Id: If578737bcfc4f83756f75c516657afdfc601caf1"
2011-08-17 10:34:35 -07:00
Wu-cheng Li
b9ac75d3df
Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE.
...
The API is still hidden.
bug:5086125
Change-Id: I69268a95ad6aae249771d3a8dfb423ffe2d87081
2011-08-18 00:15:40 +08:00
Svetoslav Ganov
d859c45927
Merge "Breaks the build"
2011-08-17 05:27:07 -07:00
Svetoslav Ganov
709349396b
Breaks the build
...
Revert "Adding accessibility support to the PIN lock screen."
This reverts commit 0d67c8900276494cd38539bce40342e11ed83508
2011-08-17 05:16:17 -07:00
Svetoslav Ganov
309b18e791
Merge "Adding accessibility support to the PIN lock screen."
2011-08-17 04:31:37 -07:00
Kristian Monsen
deed89a8d5
Merge "Fix for bug 3429537 Google voice (web version) does not play messages on HC"
2011-08-17 02:41:39 -07:00
Ben Murdoch
f1142b051b
Merge "No need to pass an AssetManager to native when creating a WebView"
2011-08-17 02:28:52 -07:00
Alon Albert
cc6edf378e
Check for periodic sync that is in the future
...
Bug: 5164762
Change-Id: If578737bcfc4f83756f75c516657afdfc601caf1
2011-08-16 16:58:20 -07:00
Adam Powell
751b85e8c3
Merge "Fix bug 5048082 - Conversation doesn't scroll after you send a message"
2011-08-16 16:46:48 -07:00
Adam Powell
ee78b173aa
Fix bug 5048082 - Conversation doesn't scroll after you send a message
...
Fix TRANSCRIPT_MODE_NORMAL to work properly when multiple data set change
events happen before a relayout.
Change-Id: If866f7c649c1119d088020f1231b916047402b8c
2011-08-16 16:39:59 -07:00
Adam Powell
81de845622
Merge "Fix bug 5165771 - Gmail: crash on launch from notifier"
2011-08-16 15:24:51 -07:00
Huahui Wu
3a81ac4a21
Merge "b/5080166 Enalbe multi-touch on external touch escreen."
2011-08-16 15:09:08 -07:00
Adam Powell
3bb421d5b8
Fix bug 5165771 - Gmail: crash on launch from notifier
...
Change-Id: Iec9c189bd3fa5e62bc8eb520ca2a1dd4db106036
2011-08-16 15:05:09 -07:00
repo sync
4a56c437b6
Merge "P2p enhancements"
2011-08-16 14:50:56 -07:00
Romain Guy
4f536b3ba8
Merge "Prevent NPE in HardwareRenderer Bug #5169815 "
2011-08-16 14:30:50 -07:00
Romain Guy
86e3e22ba8
Prevent NPE in HardwareRenderer
...
Bug #5169815
Change-Id: I168b61f3a6cea679e455cf28282b69bb7f3072e5
2011-08-16 14:30:08 -07:00
Fred Quintana
f01e16a0ff
Merge "add the Identity contacts mimetype Bug: 5061729"
2011-08-16 14:19:59 -07:00
Fred Quintana
4923f1d0d9
add the Identity contacts mimetype
...
Bug: 5061729
Change-Id: Icdc0dd50666463f73b5b05ae1459ae34150153cc
2011-08-16 14:12:17 -07:00