Adam Cohen
9f97174b9b
am c446ae83: Merge "Removing deprecated widget api method." into honeycomb
...
* commit 'c446ae83e08fb451589dbacba9aa3f89d0d6acb0':
Removing deprecated widget api method.
2011-01-19 11:49:44 -08:00
Adam Cohen
c446ae83e0
Merge "Removing deprecated widget api method." into honeycomb
2011-01-19 11:47:56 -08:00
Winson Chung
0fd9be2118
Removing deprecated widget api method.
...
Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77
2011-01-19 11:44:25 -08:00
Romain Guy
4ca3ee261d
am c7816cd6: Merge "Don\'t let toasts "leak" Context instances." into honeycomb
...
* commit 'c7816cd6a1441cd46af57224c616c2d56ced5105':
Don't let toasts "leak" Context instances.
2011-01-19 11:36:10 -08:00
Romain Guy
c7816cd6a1
Merge "Don't let toasts "leak" Context instances." into honeycomb
2011-01-19 11:33:43 -08:00
Dianne Hackborn
92ce4f6afc
am 7666ebd9: Merge "Bee seeing you..." into honeycomb
...
* commit '7666ebd9f29df718f57354e0317db2ccbe6369b0':
Bee seeing you...
2011-01-19 11:18:12 -08:00
Dianne Hackborn
7666ebd9f2
Merge "Bee seeing you..." into honeycomb
2011-01-19 11:16:38 -08:00
Romain Guy
c4d09f2b69
Don't let toasts "leak" Context instances.
...
Change-Id: I05a936579e60360cdb3453ad5cbcead8ca03191a
2011-01-19 10:55:19 -08:00
Mike Lockwood
da3bb70a1f
am 54973710: Merge "Environment.isExternalStorageRemovable() is false if external storage is emulated" into honeycomb
...
* commit '54973710d769e4722dc21778f8fcb7b08d2872dd':
Environment.isExternalStorageRemovable() is false if external storage is emulated
2011-01-19 10:42:31 -08:00
Mike Lockwood
54973710d7
Merge "Environment.isExternalStorageRemovable() is false if external storage is emulated" into honeycomb
2011-01-19 10:40:56 -08:00
Leon Scroggins
60964579fe
am b90bd293: Merge "Only scroll on screen when necessary." into honeycomb
...
* commit 'b90bd293c2a8f2bb68f5cbd63966ea1739814e7d':
Only scroll on screen when necessary.
2011-01-19 10:25:52 -08:00
Mike Lockwood
70ee3ca616
Environment.isExternalStorageRemovable() is false if external storage is emulated
...
Change-Id: Ib1afe83e4295d8304b65e822edd0dfa1591a5be7
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-19 10:19:12 -08:00
Leon Scroggins
3be1ffab08
Only scroll on screen when necessary.
...
Bug:3367446
bringPointIntoView was called by TextView in onPreDraw. This was
passing a message to the webcore thread to change the scroll
position. This is unnecessary, because typically the scroll
position will be changed by webkit when keys are pressed. The
one situation where this helped was when the user taps on a
textfield, which brings up the IME, which may cover it. A better
solution is to tell webkit to scroll it on screen once the
screen size changes. I have a CL in external/webkit to do that:
https://android-git.corp.google.com/g/#change,91095
Change-Id: I6e06ad59e1a1c99365bb5be635a43d1b88658c0d
2011-01-19 13:18:59 -05:00
Jean-Michel Trivi
3ebe75cc51
am 928e48f2: Merge "Fix bug 2084122: enable application control over text synth volume" into honeycomb
...
* commit '928e48f2bae9816fb5b3f1444f8ca9a4de15d8c3':
Fix bug 2084122: enable application control over text synth volume
2011-01-19 09:14:57 -08:00
Jean-Michel Trivi
928e48f2ba
Merge "Fix bug 2084122: enable application control over text synth volume" into honeycomb
2011-01-19 09:13:04 -08:00
Kristian Monsen
710d5f4591
am c40fc871: Need to sync the cache settings to native side
...
* commit 'c40fc87147baffa2a71d66550a0f99ca2524f4b9':
Need to sync the cache settings to native side
2011-01-19 08:08:08 -08:00
Kristian Monsen
c40fc87147
Need to sync the cache settings to native side
...
Fix for cts tests
Change-Id: I554f1240c16b2c2e68810e54d0ff99d13288a6a8
2011-01-19 15:44:04 +00:00
Ben Murdoch
f80526d772
am 6e710b4f: Merge "Maintain the seek position in HTML5 video" into honeycomb
...
* commit '6e710b4feb634f9e39c11ca1433d947bc1baab80':
Maintain the seek position in HTML5 video
2011-01-19 07:38:24 -08:00
Ben Murdoch
6e710b4feb
Merge "Maintain the seek position in HTML5 video" into honeycomb
2011-01-19 07:34:49 -08:00
Leon Scroggins
5d3175e704
am 40777239: Make WebView inactive when title bar takes focus.
...
* commit '407772390f4a1b4e1196820ea22b9327eea54019':
Make WebView inactive when title bar takes focus.
2011-01-19 06:44:10 -08:00
Leon Scroggins
407772390f
Make WebView inactive when title bar takes focus.
...
Bug:3296938
Change-Id: I656e8582044acf3b0e9b417f41337833fe72c181
2011-01-19 09:41:06 -05:00
Ben Murdoch
ff19d19e01
Maintain the seek position in HTML5 video
...
Receive the current seek position from native when we start
playing a video. That way is we are returning from pause we correctly
continue where we left off.
Requires and external/webkit change.
(I6001f45a362f491e9040c8b52260d0a08fb8504f)
Bug:3303721
Change-Id: I6b92289d4ef36bba1e0429327917533a4101655d
2011-01-19 11:48:15 +00:00
Winson Chung
adce48ccba
am 7f447de2: Merge "Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets." into honeycomb
...
* commit '7f447de2f511ec8ee35af8abf0ca3c46ffa68289':
Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets.
2011-01-19 01:00:36 -08:00
Winson Chung
32cf193412
Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets.
...
Change-Id: Iee53d4930dc4007df4298a282cdd5101876215a1
2011-01-19 00:52:34 -08:00
Winson Chung
caedec768b
am aac19783: Merge "Refactoring app widgets to address security/performance issues." into honeycomb
...
* commit 'aac197833f3b2deddc6b3da5c144be36721d9547':
Refactoring app widgets to address security/performance issues.
2011-01-18 23:05:38 -08:00
Winson Chung
81f39eb6e7
Refactoring app widgets to address security/performance issues.
...
- Moving the service binding to AppWidgetService to prevent arbitrary apps from binding to widget services
- Requiring RemoteViewsServices to require android.permission.BIND_REMOTEVIEWS permission
Change-Id: Id135bafba998299eb278067712b8a5d8487cfd04
2011-01-18 22:57:09 -08:00
Jim Miller
60ad6f0ac0
am 3355e18f: Merge "Fix 3356338: Add recovery text to AccountUnlockScreen" into honeycomb
...
* commit '3355e18f68c5a8fce62e783fe370afaf0899d655':
Fix 3356338: Add recovery text to AccountUnlockScreen
2011-01-18 21:17:04 -08:00
Jim Miller
3355e18f68
Merge "Fix 3356338: Add recovery text to AccountUnlockScreen" into honeycomb
2011-01-18 21:14:38 -08:00
Adam Powell
dd4760a2cd
am d63d3358: Merge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb
...
* commit 'd63d33581051fdffd16789551852368d21b89fe1':
Fix bug 3362258 - Fastscroll is out of sync with the list
2011-01-18 20:46:26 -08:00
Adam Powell
d63d335810
Merge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb
2011-01-18 20:44:44 -08:00
Adam Powell
b1f498afc3
Fix bug 3362258 - Fastscroll is out of sync with the list
...
Change-Id: I13282bfed355f5794041e83818ee2e9e97c1b318
2011-01-18 20:44:01 -08:00
Romain Guy
612ed43bc8
am 3cd030a4: Merge "Don\'t pass a null View to OnListItemClickListener. Bug #3365153 " into honeycomb
...
* commit '3cd030a4fe229155b252cee003c78e2467ff4d82':
Don't pass a null View to OnListItemClickListener. Bug #3365153
2011-01-18 20:29:30 -08:00
Romain Guy
3cd030a4fe
Merge "Don't pass a null View to OnListItemClickListener. Bug #3365153 " into honeycomb
2011-01-18 20:27:22 -08:00
Romain Guy
7890fe2da4
Don't pass a null View to OnListItemClickListener.
...
Bug #3365153
Change-Id: I1328a554408bf16ec592ae1a747e57a5fb9305e3
2011-01-18 20:24:18 -08:00
Dianne Hackborn
3023afefd4
Bee seeing you...
...
Change-Id: I023425e1752b91fed36e6b005b7b03816f779d9c
2011-01-18 22:56:42 -05:00
Eric Rowe
85d5b532dd
am f38bddbe: DO NOT MERGE Add connect HID/NAP BT stress test
...
* commit 'f38bddbeb42988c7960e20585aeee9ae64f4b985':
DO NOT MERGE Add connect HID/NAP BT stress test
2011-01-18 19:08:42 -08:00
Eric Rowe
993add8297
am a0d4d80f: DO NOT MERGE Cleaned up BT test utils
...
* commit 'a0d4d80fd2feaa04cb5f5242acd159cd783b25d4':
DO NOT MERGE Cleaned up BT test utils
2011-01-18 19:06:34 -08:00
Romain Guy
3e4f4b8857
am 064f6ad3: Merge "Recreate the EGL surface when ViewRoot\'s surface changes. Bug #3306150 " into honeycomb
...
* commit '064f6ad3928c51996359694c00a580115b2dabfc':
Recreate the EGL surface when ViewRoot's surface changes. Bug #3306150
2011-01-18 18:41:29 -08:00
Adam Powell
6cd8a98d6e
am 92375756: Merge "Fix bug 3362979 - Holo light overflow button has stale focused state" into honeycomb
...
* commit '923757567ec834c0a1e2c68f4951990046e6e3c1':
Fix bug 3362979 - Holo light overflow button has stale focused state
2011-01-18 18:40:51 -08:00
Dianne Hackborn
a4605b72c2
am e6413270: Merge "Just a little \'ol activity manager permission change." into honeycomb
...
* commit 'e64132705279fea1769af3e5ef5c7384a2fef5d4':
Just a little 'ol activity manager permission change.
2011-01-18 18:40:29 -08:00
Dianne Hackborn
fe86e9793c
am 661b6cfb: Merge "Okay, new plan for dialogs." into honeycomb
...
* commit '661b6cfb2bcecdd335540db7059e5d8e22c2e79a':
Okay, new plan for dialogs.
2011-01-18 18:40:22 -08:00
Adam Powell
eb7a7a044a
am 6cfc7a0a: Merge "Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing" into honeycomb
...
* commit '6cfc7a0acb0d3b202ae1dbee88e7e8bdfaee5590':
Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing
2011-01-18 18:39:10 -08:00
Christopher Tate
31cd02ade3
am 17ed60c3: API CHANGE: add a no-View ctor for DragShadowBuilder
...
* commit '17ed60c3d2e480ab9788b445958a22b9ae7b6e96':
API CHANGE: add a no-View ctor for DragShadowBuilder
2011-01-18 18:36:06 -08:00
Romain Guy
069f9b6352
am 745a5292: Merge "Smoother pinch-zoom in Browser." into honeycomb
...
* commit '745a529249c346656a404e38333f6d0ce6503fd7':
Smoother pinch-zoom in Browser.
2011-01-18 18:35:50 -08:00
John Reck
733e2047e7
am c098c1d3: Merge "Create db path if it doesn\'t exit" into honeycomb
...
* commit 'c098c1d348a183635561c504ccd67a9014a45475':
Create db path if it doesn't exit
2011-01-18 18:35:35 -08:00
Eric Rowe
f38bddbeb4
DO NOT MERGE Add connect HID/NAP BT stress test
...
Change-Id: I1d8cd5cb45583d1c4c5e94e72abbd8a9f04f53cf
2011-01-18 18:33:29 -08:00
Eric Rowe
a0d4d80fd2
DO NOT MERGE Cleaned up BT test utils
...
Change-Id: I905a468a04b5730258a9e6525165e4c4013d30c8
2011-01-18 18:33:29 -08:00
Romain Guy
2a83f001fd
Recreate the EGL surface when ViewRoot's surface changes.
...
Bug #3306150
Change-Id: Ifbf0ab9deca7a34eff7d844ea7276d12d7284788
2011-01-18 18:28:21 -08:00
Romain Guy
064f6ad392
Merge "Recreate the EGL surface when ViewRoot's surface changes. Bug #3306150 " into honeycomb
2011-01-18 18:26:22 -08:00
Adam Powell
923757567e
Merge "Fix bug 3362979 - Holo light overflow button has stale focused state" into honeycomb
2011-01-18 18:03:23 -08:00