Justin Ho
d8c82516dd
Merge "Moving tablet unlock screen assets to tablet-specific folders Refreshing visual style to match phone unlock assets Bug: 5231253"
2011-09-14 07:39:56 -07:00
Mike Lockwood
6b5a752130
Merge "Move Power Manager minimum screen brightness to a framework resource"
2011-09-14 07:12:46 -07:00
satok
f17db9f525
Call onFinishInputView in onDestroy
...
onFinishInputView is called in InputMethodService#hideWindow but not in onDestroy.
For closing IMS safely, onFinishInputView should be called in onDestroy.
Bug: 5265534
Bug: 4697071
Change-Id: I2947b62326e3e0644f1c079eafc839a9981e902b
2011-09-14 21:37:04 +09:00
Adam Powell
5c3a77c0ff
Un-force fading edges in ListPopupWindows.
...
Change-Id: Iefb1f64b1f8927fd3c29a8d448a1517afac1ffe1
2011-09-13 21:43:29 -07:00
Adam Powell
87105a3d48
Merge "Fix bug 5314559 - Slow menu scrolling in browser on some devices"
2011-09-13 21:13:15 -07:00
Jeff Sharkey
d18addb4e3
Remove deprecated TrafficStats API.
...
Bug: 5314214
Change-Id: If7dc3ef012a0e998e83ab4fef27ff19398d3e14c
2011-09-13 20:43:10 -07:00
Adam Powell
f4f520ae9f
Fix bug 5314559 - Slow menu scrolling in browser on some devices
...
nativeSetIsScrolling has other side effects. Just pause picture
updating when WebView loses focus.
Change-Id: I917851c806f35a91a12a25c7457712123669384f
2011-09-13 20:16:32 -07:00
satok
41ccb08f5a
Merge "Skip the exit animation when the IME is destroyed."
2011-09-13 19:11:05 -07:00
Adam Powell
cb18db8e7e
Merge "Fix bug 5312352 - ListView modal multi-select mode bugs"
2011-09-13 18:17:14 -07:00
Adam Powell
1e83b3e6ab
Fix bug 5312352 - ListView modal multi-select mode bugs
...
When the provided callback returned false for creating the mode, the
item was still getting checked and the bar was flickering. Don't do
that.
Change-Id: I384962742edeac0c43aec6f7898bd50dab064738
2011-09-13 18:13:31 -07:00
Kenny Root
c924fbd693
Merge "Add verifier device identity"
2011-09-13 17:51:08 -07:00
John Reck
d4fdc0f562
Merge "Prevent pause/resuming a destroyed WebViewCore"
2011-09-13 17:23:11 -07:00
Adam Powell
911d63d159
Merge "Fix bug 5309557 - Monkeys and SIGSEGV do not mix!"
2011-09-13 17:15:46 -07:00
John Reck
9d19923bb5
Merge "Make sure the finalizer destroy runs on the UI thread"
2011-09-13 16:55:27 -07:00
Adam Powell
cc2264fe47
Fix bug 5309557 - Monkeys and SIGSEGV do not mix!
...
Make sure that the native component of WebView has been initialized
before any native-level optimization involving window focus occurs.
Change-Id: I24ca5fe21657aeb1a1faf5bc36fba5ea11064f86
2011-09-13 16:11:29 -07:00
Irfan Sheriff
651cdfcbac
Unhide wifi p2p API
...
Bug: 5247957
Change-Id: Id93e30c0cb60f361ba13a840de8f843415777336
2011-09-13 16:04:00 -07:00
Kenny Root
0aaa0d9317
Add verifier device identity
...
This adds a special device identifier that is usable only for device
validation. The user will be presented with this number encoded in
easily-transcribable Base32 in the Developer options of Settings.
Change-Id: I4843f55ee90d689a51d0269b22454ca04c1be7ec
2011-09-13 16:02:43 -07:00
Adam Powell
e0946eb270
Merge "Fix bug 5307916 - legacy menu theming"
2011-09-13 16:02:38 -07:00
Fabrice Di Meglio
51f383d65f
Fix some TextLayoutCache issues
...
- wrong ContextCount was passed
- better logs
Change-Id: Ie78ba70f98f3cf017c168ab8848cc080fc175f31
2011-09-13 15:57:58 -07:00
Adam Powell
bc83503999
Fix bug 5307916 - legacy menu theming
...
Let list_menu_item_layout and legacy dialog themes tie into new list
item theming internals.
Change-Id: Ic9253a2217148df72bf22b725b32512673c3bb80
2011-09-13 15:53:16 -07:00
John Reck
2f4d30a2a6
Prevent pause/resuming a destroyed WebViewCore
...
Bug: 5246901
Change-Id: I697cd26b74ffb0584bb992d8caa6bae1e6eee0fd
2011-09-13 15:50:41 -07:00
Fabrice Di Meglio
d309a0434a
Merge "Fix bug #5282141 ScrollView overscroll should not generate invalidations when not needed (ANR textview redraws constantly when touched)"
2011-09-13 15:35:06 -07:00
Justin Ho
921ffae345
Moving tablet unlock screen assets to tablet-specific folders
...
Refreshing visual style to match phone unlock assets
Bug: 5231253
Change-Id: I638791154009f2cf99ddcc0c51c93768bf38b6d8
2011-09-13 14:51:39 -07:00
Justin Ho
8518d37b74
Merge "Updated default application launcher icon Bug: 5286988"
2011-09-13 14:50:02 -07:00
Justin Ho
d80b3a022c
Updated default application launcher icon
...
Bug: 5286988
Change-Id: If5d05f4a089a058551221986c9363eff80522768
2011-09-13 14:47:24 -07:00
Danielle Millett
73da5fe0fe
isPasswordEnabled and isPatternEnabled return true if used as backup method
...
When facelock is enabled, isPasswordEnabled or isPatternEnabled will return true depending
on which one is set as the backup method. This is a cleaner way to handle things, rather than
specific cases for facelock in all the methods that call these functions.
Change-Id: Iacb802b89626dfc13f2306de1a2e622ca9b69427
2011-09-13 17:38:27 -04:00
John Reck
b9376464ab
Make sure the finalizer destroy runs on the UI thread
...
Bug: 5208786
The finalizer runs on its own thread, but destroy must be called
on the UI thread
Change-Id: I01ddd675b8aea49aa4e212693551e808a83e45d5
2011-09-13 14:38:22 -07:00
Christopher Tate
ff87be5966
Merge "Fix bug 5297302 - Remember to release surface after starting drag"
2011-09-13 14:28:05 -07:00
Robert Greenwalt
2367e75bee
am 61db35da: am 2f835a61: Merge "Make copies of NetworkInfo to give out." into honeycomb-LTE
...
* commit '61db35da2b4501dde5646f86f21cf5054c41ea26':
Make copies of NetworkInfo to give out.
2011-09-13 14:25:27 -07:00
Fabrice Di Meglio
e9dbef85d3
Fix bug #5282141 ScrollView overscroll should not generate invalidations when not needed (ANR textview redraws constantly when touched)
...
- check if the overscroll range is not 0
- check if we are in the correct overscroll mode
- also udpate HorizontalScrollView the same way
Change-Id: I0bb37f9813a5871eb856914786db5c06de59e4d3
2011-09-13 13:47:20 -07:00
Adam Powell
ac126be503
Merge "Fix bug 5226097 - App compatibility issues around new ListView fixes"
2011-09-13 13:40:07 -07:00
Dianne Hackborn
b3db5b73a6
Merge "Fix issue #5309443 : Ninjump crashes on boot with..."
2011-09-13 13:38:17 -07:00
Adam Powell
247a0f0a16
Fix bug 5226097 - App compatibility issues around new ListView fixes
...
Only dispatch change events when headers/footers change if we have an
adapter.
Change-Id: Ic5d68ea214196771d76f6a88186aaf5f8ed4c4cf
2011-09-13 13:11:29 -07:00
Dianne Hackborn
180c48489f
Fix issue #5309443 : Ninjump crashes on boot with...
...
...java.lang.IllegalArgumentException: Window type can not be
changed after the window is added
Change-Id: I4e34622c99d721fa214fd534a9bbfc8006184770
2011-09-13 12:39:25 -07:00
Gilles Debunne
18b4311922
Merge "Bug 5281947: add to dictionnary option promoted in suggestions."
2011-09-13 12:38:03 -07:00
Mike Lockwood
eb6456b31e
Move Power Manager minimum screen brightness to a framework resource
...
Bug: 5279179
Change-Id: I445e78c774ad08be6582fa8870487a5210465a08
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-09-13 15:24:02 -04:00
Costin Manolache
5d42a7df1d
Merge "For consistency with getAuthToken, pass UID/PID for add account. Needed for customizing the add account flow"
2011-09-13 11:21:16 -07:00
Adam Powell
66d46f1db8
Merge "Fix bug 5296851 - Silly monkeys."
2011-09-12 19:19:33 -07:00
Adam Powell
b844011046
Fix bug 5296851 - Silly monkeys.
...
Change-Id: Idae81d426051c2e1b00a1d1b62b505effd0a2a68
2011-09-12 19:14:11 -07:00
Christopher Tate
8f73b5dfac
Fix bug 5297302 - Remember to release surface after starting drag
...
Forgetting to release it was "safe" in that GC would eventually
tidy it up anyway, but in the meantime it was possible for a user to
do lots of drag operations, racing ahead of the progress of the garbage
collector, and wind up with drags failing because we'd run out of
surface slots due to all the piled up stale drag shadows.
Change-Id: I7ac93b13cc9996dda04a404571fbc44cb4314694
2011-09-12 18:33:45 -07:00
Matthew Xie
1667446c90
Merge "Fix a compile error when debug is turned on"
2011-09-12 18:30:48 -07:00
Jeff Sharkey
883adec771
Merge "Handle data changed during FlingRunnable."
2011-09-12 18:28:15 -07:00
Matthew Xie
62f7c9737f
Fix a compile error when debug is turned on
...
logv uses a variable that is declared after its use
Change-Id: Id5c09698e4a0a91befa3ce2f60ce02ec28733889
2011-09-12 18:25:31 -07:00
Jeff Sharkey
7f2202b0bd
Handle data changed during FlingRunnable.
...
Bug: 5297171
Change-Id: I733ed978bb1d237c992f5d003b212baeac102a3d
2011-09-12 18:20:56 -07:00
Adam Powell
413ce9ddab
Merge "Pause WebKit drawing when WebView loses window focus."
2011-09-12 18:15:37 -07:00
Adam Powell
e00e8a7837
Pause WebKit drawing when WebView loses window focus.
...
This prevents animations and other live page content from consuming
too many resources while the user is interacting with a popup window.
Bug 5300522
Change-Id: I40fb6d16d56b540c431172052a1ae7fead7109be
2011-09-12 18:04:00 -07:00
Dianne Hackborn
f0ec2dd327
Merge "Fix problems where we were allocating TypedArray when not needed."
2011-09-12 17:52:54 -07:00
Svetoslav Ganov
8a6d732360
Merge "CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation."
2011-09-12 17:05:44 -07:00
Dianne Hackborn
ab0f485e64
Fix problems where we were allocating TypedArray when not needed.
...
Fixes up some recycling of TypedArray objects to reduce the
number we need to allocate during inflation etc.
Change-Id: I948dccc052997779001eaa99db2a710b04be01ae
2011-09-12 17:04:32 -07:00
Jaikumar Ganesh
cc0b8b2c47
Use an integer for the channel id.
...
Hashcode are not guranteed to be unique.
Change-Id: I905c4855785ac3da9fde8bb41e1a2678f1e9e5cc
2011-09-12 16:58:29 -07:00