Gilles Debunne
1dd7e534e7
Bug 5384535: Underline for typo even if there are no suggestions
...
Change-Id: I63f78227a3a80c5fdb97b1d5d8d6c595a70e1990
2011-09-29 10:59:59 -07:00
Gilles Debunne
404c8e5764
Merge "Bug 5278473 & 5278471: delete option in suggestion popup menu"
2011-09-29 10:21:18 -07:00
Gilles Debunne
f4314dffbd
Merge "Too many SpellCheckSpans are created."
2011-09-29 10:20:46 -07:00
Justin Ho
b9c13d091e
Merge "Re-adding missing lockscreen drawable"
2011-09-29 08:58:50 -07:00
Justin Ho
aebd1e0823
Re-adding missing lockscreen drawable
...
Change-Id: I895b36b77ea35ffacdfe4a2b9b4c58de9bd01472
2011-09-29 08:53:45 -07:00
Chet Haase
253f694981
Merge "Fixed ProgressBar logic for AnimationDrawables"
2011-09-29 07:47:16 -07:00
Steve Block
29af074436
Merge "Fix HTML5Audio to call WebView.isPrivateBrowsingEnabled() on the UI thread"
2011-09-29 04:09:45 -07:00
Luca Zanolin
83e8ced91a
Merge "Change the width of the suggestion item to match the one of the suggestion pop-up"
2011-09-29 01:09:47 -07:00
Adam Powell
636da63854
Merge "Fix bug 5385274 - tabs in browser can't be scrolled"
2011-09-28 23:51:50 -07:00
Adam Powell
f6a6c97062
Fix bug 5385274 - tabs in browser can't be scrolled
...
Fix a regression related to optimizing invalidation in scrolling
views.
Change-Id: I6a39075dc830d78436a274935a904a32084defac
2011-09-28 23:48:10 -07:00
Adam Powell
8f84765385
Merge "Fix bug 5386915 - Action mode is intercepting touches it shouldn't be"
2011-09-28 22:47:08 -07:00
Chih-Chung Chang
bdb38c14b9
Merge "Fix 5389072: NPE in MediaController.updateFloatingWindowLayout()."
2011-09-28 22:14:06 -07:00
Adam Powell
e0b6cd14ac
Fix bug 5386915 - Action mode is intercepting touches it shouldn't be
...
Standalone action mode windows should not be touch modal.
Change-Id: Ia3bab69b3ac344837093a17c4b58451bcc3471bf
2011-09-28 22:06:39 -07:00
Chih-Chung Chang
02dd17da36
Fix 5389072: NPE in MediaController.updateFloatingWindowLayout().
...
There was another constructor which we didn't add the call to
initialize the layout.
Change-Id: I1519c9afd7d6333736fe19d256f55a2f4cdc60c3
2011-09-29 12:49:04 +08:00
Scott Main
43e7972f41
Merge "docs: add some more info to Time javadocs"
2011-09-28 21:48:41 -07:00
Scott Main
31e04656e7
docs: add some more info to Time javadocs
...
Change-Id: I3c5ca668acda734f8a0da0ffbbc1bfa77ed72c2a
2011-09-28 21:36:51 -07:00
Svetoslav Ganov
a53d19dc6d
Merge "Revamping of the NumberPicker widget for improved usablility."
2011-09-28 19:43:55 -07:00
Adam Powell
2fcbbd0363
Fully qualify javadoc links and make the tools happy
...
Change-Id: I2ad839be71b550a2bcfb90f67627afdd10d3ae14
2011-09-28 18:56:43 -07:00
Romain Guy
f678dd56a7
Merge "Don't build display lists for views with a layer."
2011-09-28 18:27:13 -07:00
Chet Haase
a79803c092
Fixed ProgressBar logic for AnimationDrawables
...
There are problems in ICS using custom ProgressBar indeterminate drawables when
those drawables are AnimationDrawables. Code that determines appropriate aspect-ratio
sizing should not kick in for this case; the animation drawables know what size
they should be.
Change-Id: I7c35e0dc0f2719f698551f197c688e6156a3f5bd
2011-09-28 17:51:53 -07:00
Svetoslav Ganov
b80a3fcad1
Revamping of the NumberPicker widget for improved usablility.
...
1. Now if the widget is not interacted with shows a smaller selector
wheel with the increment and decrement arrows at the top and bottom
respectively.
2. Tapping an arrow button now animates the widget to the new value. i.e.
rotates the selector whell to the next value.
3. Fixed a bug that double tapping on the input shows the IME but then
after pressing an arrow button the IME is not hidden.
4. Fixed a bug that was exposed via late changes in the framework or the
graphics and was manifested of the selector wheel not having fading
edges.
bug:5251980
bug:5383502
Change-Id: I4a089dc69b07a3b28a514017cddf786cb9f4af16
2011-09-28 16:58:05 -07:00
Romain Guy
2a9fa89643
Don't build display lists for views with a layer.
...
This could cause the draw() code of views to be invoked too often
or worse, called with the wrong canvas. For instance, a view backed
by a software layer could get its draw() method called to record a
display list. Using a software layer is the recommended way to use
drawing operations not supported in hardware. Since we would
sometimes call the draw() method with the hardware backend anyway,
the app could crash by executing an unsupported operation.
Change-Id: Ib5f9a3a4c6f3efff5e0162ecd73d2dffe06e30a6
2011-09-28 16:50:02 -07:00
Justin Ho
eec55f0f9f
Merge "Updated lockscreen assets Bug: 5380966"
2011-09-28 16:33:20 -07:00
Justin Ho
940a725424
Updated lockscreen assets
...
Bug: 5380966
Change-Id: I5a74e33a75abfbc921f1fd37f1423f5449fbec03
2011-09-28 16:31:06 -07:00
Adam Powell
8917838b53
Merge "Fix bug 5386180 - Wire up action bar home/up for dialogs"
2011-09-28 16:02:13 -07:00
Adam Powell
915ce0d917
Fix bug 5386180 - Wire up action bar home/up for dialogs
...
Action bars in dialogs are largely an undocumented "feature" but they
do work - with the exception of this since it previously relied on the
host being an Activity. Make it work.
Change-Id: I52ae24c3bfdd9766e4c0f035183e7f148a4e0162
2011-09-28 15:53:55 -07:00
Justin Ho
68e07840c0
am 3b5a379d: Merge "Updated overflow menu icon Bug: 5388009" into ics-factoryrom
...
* commit '3b5a379dda952faa6266c8fa794c6f0d3a192c13':
Updated overflow menu icon Bug: 5388009
2011-09-28 15:25:48 -07:00
Justin Ho
3b5a379dda
Merge "Updated overflow menu icon Bug: 5388009" into ics-factoryrom
2011-09-28 15:23:57 -07:00
Justin Ho
5132fa6933
Merge "Downscaling circular assets with bilinear to fix jagged edges"
2011-09-28 15:08:24 -07:00
Justin Ho
55cea04465
Updated overflow menu icon
...
Bug: 5388009
Change-Id: I667d6ecf0e897c073c669b2b88ffe06a71ca704d
2011-09-28 14:55:01 -07:00
Michael Chan
d4ad7b4984
Merge "Changed translation for the day of the week zh-rTW"
2011-09-28 14:44:39 -07:00
Michael Chan
cbd7ec7aeb
Changed translation for the day of the week zh-rTW
...
Specifically replace 周 with 週
BUG: 5383038
Change-Id: If3589d0390f04d391487f545b79d4d7bfd567e97
2011-09-28 14:31:54 -07:00
Fred Quintana
40047fa14d
am 272101b3: Merge "Fix a bug in the account chooser where relaunching an in-progress flow results in a blank screen." into ics-factoryrom
...
* commit '272101b308c7eb0a4639bed0106830a8d6b0f2a1':
Fix a bug in the account chooser where relaunching an in-progress flow results in a blank screen.
2011-09-28 11:47:46 -07:00
Fred Quintana
272101b308
Merge "Fix a bug in the account chooser where relaunching an in-progress flow results in a blank screen." into ics-factoryrom
2011-09-28 11:45:52 -07:00
John Reck
55b039f1b7
Merge "Support for correctly scaling text selection handles"
2011-09-28 11:11:57 -07:00
Steve Block
0a20d6a4c3
Merge "Always call WebView.onPageStarted(), regardless of whether a WebViewClient has been set"
2011-09-28 10:11:55 -07:00
Steve Block
85aa944888
Fix HTML5Audio to call WebView.isPrivateBrowsingEnabled() on the UI thread
...
Bug: 5384494
Change-Id: I2587cf0e898f67becb9dbc2067fb1b0a6a37e124
2011-09-28 14:39:41 +01:00
Brian Colonna
9a3d51ed10
Merge "Added landscape views for Face Unlock"
2011-09-28 06:13:53 -07:00
Brian Colonna
0c66f05267
Merge "Fix 5323545 - FaceLock no longer appears when taking a call"
2011-09-28 06:13:44 -07:00
Chih-Chung Chang
d83baa4ef3
Merge "Fix 5158468: Update floating window size when the anchor view size changes."
2011-09-28 04:48:06 -07:00
Chih-Chung Chang
85d4ea6fe4
Fix 5158468: Update floating window size when the anchor view size changes.
...
Originally when surfaceChanged() happens, we remove the old window and
create a new window. This causes flickering. Now we just update the window
layout according to the size of the anchor view.
Change-Id: Id741dac07872e473f2c9829b626c5c9568e7e22d
2011-09-28 18:00:29 +08:00
Steve Block
aae19fb90c
Merge "Hook up WebView.clearSslPreferences() for the Chromium HTTP stack"
2011-09-28 02:45:28 -07:00
Steve Block
a0d767c822
Always call WebView.onPageStarted(), regardless of whether a WebViewClient has been set
...
This makes sure that the page's SSL certificate is cleared when the page load
starts.
Follows on from https://android-git.corp.google.com/g/#/c/138147 .
Bug: 5287216
Change-Id: I40f74a72dc495c48d7167b7b70a845a8481feb85
2011-09-28 10:44:11 +01:00
Kristian Monsen
d9151bf1cc
Hook up WebView.clearSslPreferences() for the Chromium HTTP stack
...
Note that this is an incomplete fix, as we do not clear the responses for
connections currently in use, as they maintain their own cache. See
http:/b/5324235.
Bug: 5287216
Change-Id: I18f6638efeff0bee1e7ffed606be1444d683bebd
2011-09-28 10:44:11 +01:00
Luca Zanolin
58707d6212
Change the width of the suggestion item to match the one of the suggestion pop-up
...
Bug: 5267313
Change-Id: Ic7151398872459459f2537322961092d3ccffd1c
2011-09-28 09:27:49 +01:00
Mathew Inwood
d0e8fb431a
Merge "Document thrown IllegalArgumentException."
2011-09-28 01:20:04 -07:00
John Reck
1cfe8ddf62
Support for correctly scaling text selection handles
...
Bug: 5367280
Change-Id: If32fdc9cd82d1a66bc96446a123c44d9edd9d340
2011-09-27 20:14:39 -07:00
Fabrice Di Meglio
8f0bb4bc17
Merge "Fix bug # 5376028 Arabic text is kinda broken - disappearing glyphs"
2011-09-27 18:45:57 -07:00
Gilles Debunne
a6c673bd6f
Bug 5278473 & 5278471: delete option in suggestion popup menu
...
Also added + and x icons on that line.
Change-Id: I508ae48f83eb7a831f24bb4f81933d9e698abde6
2011-09-27 18:24:17 -07:00
Romain Guy
816b776be1
Merge "Add a bit more doc to TextureView"
2011-09-27 17:45:46 -07:00