Daniel Sandler
cb9d4d28be
Merge "Kill spurious animations when vetoing notifications." into honeycomb
2011-01-31 09:04:32 -08:00
Tadashi G. Takaoka
ed670b8b25
am 81f4b582: Merge "Fix hardware keyboard switch listener" into honeycomb
...
* commit '81f4b582d4f3547bcd432da6bcb21d4ef414723d':
Fix hardware keyboard switch listener
2011-01-31 08:49:30 -08:00
Tadashi G. Takaoka
81f4b582d4
Merge "Fix hardware keyboard switch listener" into honeycomb
2011-01-31 08:47:12 -08:00
Justin Ho
6871ede4be
Updated fallback sound for Honeycomb tablet
...
Change-Id: I01b27b5d095d7280ed1fc4662ce2c84f61e7b681
2011-01-31 08:45:55 -08:00
Leon Scroggins
5592f0b16e
am 22e883dd: For Textareas, do not use UI side layers.
...
* commit '22e883dd4a400122003506f47b228378000dd12f':
For Textareas, do not use UI side layers.
2011-01-31 08:24:31 -08:00
Tadashi G. Takaoka
1c9debfb18
Fix hardware keyboard switch listener
...
Bug: 3391067
Change-Id: I64ae55652afedee60a70bc140cfb328b04bc8c83
2011-02-01 01:08:19 +09:00
Leon Scroggins
22e883dd4a
For Textareas, do not use UI side layers.
...
Bug:3402831
Bug:3401242
Requires a change in external/webkit.
Change-Id: I391d9133b3953d213520cbba5ed49b11ebeaef2d
2011-01-31 11:05:53 -05:00
Gil Dobjanschi
1aa865aae0
am 2bb13573: Bug fix: 3405930 Crash editing overlay text
...
* commit '2bb13573d619e3371d06847d36db78a20b17dfab':
Bug fix: 3405930 Crash editing overlay text
2011-01-31 04:13:06 -08:00
Gil Dobjanschi
2bb13573d6
Bug fix: 3405930 Crash editing overlay text
...
Change-Id: Icd304ef8dde2b41812b14857dc3c112cc22d578e
2011-01-31 03:57:15 -08:00
Wink Saville
bac75416d1
am cde85d57: Merge "Add debug for tracking bug 3404006." into honeycomb
...
* commit 'cde85d573873adce9ebcf0d2c4c2c5c1b8d465cc':
Add debug for tracking bug 3404006.
2011-01-30 23:14:39 -08:00
Wink Saville
cde85d5738
Merge "Add debug for tracking bug 3404006." into honeycomb
2011-01-30 23:12:35 -08:00
Bart Sears
5a7737138e
am e3004e78: New DroidSansFallback font file from Ascender
...
* commit 'e3004e7867925e70bf4930384a265106f45f87d6':
New DroidSansFallback font file from Ascender
2011-01-30 20:08:13 -08:00
Bart Sears
e3004e7867
New DroidSansFallback font file from Ascender
...
Bug: 3315583
1) IPA (U+0250-U+02AF)
2) Currency symbols
3) U+02BB MODIFIER LETTER TURNED COMMA
4) Non-breaking hyphen ("\u2011")
5) Jamo U+11xx mappings
Change-Id: Ie4dfc7677d0f63c89ed0e1f6506cd513ae45ffa9
2011-01-30 19:59:02 -08:00
Daniel Sandler
2c83180e70
Kill spurious animations when vetoing notifications.
...
Bug: 3406032
Change-Id: I6da6ee064d309bc44f6304722c5f3f4e05aaf687
2011-01-30 21:26:24 -05:00
Gilles Debunne
0a4db3c527
Pixel were missing on the last line of text when using MaxLines.
...
Bug 3295544
Only the last line of text includes the bottomPadding (extra line
spacing below the characters' descent. When The text is clipped using
maxLines, the desired height correctly added this value, but getLineTop
and getLineDescent are also used when the layout is drawn.
The fix is to make the layout aware of its clipping so that these
values are correctly updated.
Change-Id: I703656cf45022d34a90f55f0ed8fc5e4b30f80b1
2011-01-30 18:23:13 -08:00
Dheeraj Sharma
60a3ead52e
am cd73d1ed: Merge "Fix for issue 3404671 Crash when exporting movie in JNI" into honeycomb
...
* commit 'cd73d1ed6d1149a2ae642e87ffe8d89100fbafec':
Fix for issue 3404671 Crash when exporting movie in JNI
2011-01-30 18:14:40 -08:00
Dheeraj Sharma
cd73d1ed6d
Merge "Fix for issue 3404671 Crash when exporting movie in JNI" into honeycomb
2011-01-30 18:12:25 -08:00
Dianne Hackborn
97510f6abd
am 260c3c77: Fix issue #3381489 : IllegalStateException: attempt to re-open...
...
* commit '260c3c77d9b340164e055f87002c64d78da6e836':
Fix issue #3381489 : IllegalStateException: attempt to re-open...
2011-01-30 18:05:08 -08:00
Dianne Hackborn
260c3c77d9
Fix issue #3381489 : IllegalStateException: attempt to re-open...
...
...an already-closed object: android.database.sqlite.SQLiteQuery
It turns out there is a state we are missing -- the loader is
still needed, but in the inactive list. In this case the loader
needs to continue holding on to its current data, and not deliver
any new data (which would result in it releasing its old data).
This introduces the new state to Loader, and uses it in
AsyncTaskLoader so all subclasses of that should get the new
correct behavior.
A further improvement would be to unregister CursorLoader's
content listener when going in to this state, but that can
wait for later.
Change-Id: I6d30173b94f8e30b5be31d018accd328cc3388ec
2011-01-30 17:58:49 -08:00
Joe Onorato
0bab356fd8
am fba54f62: Merge "I declare settings panel icon VICTORY!" into honeycomb
...
* commit 'fba54f620ff155ede6de7d73f1b6a0003839b1c4':
I declare settings panel icon VICTORY!
2011-01-30 17:58:47 -08:00
Joe Onorato
fba54f620f
Merge "I declare settings panel icon VICTORY!" into honeycomb
2011-01-30 17:56:25 -08:00
Joe Onorato
de7feddc87
I declare settings panel icon VICTORY!
...
Bug: 3396115
Change-Id: I72c46361506ec48bf3ebc9b84dbc476c301ce20c
2011-01-30 17:46:32 -08:00
John Reck
a4b2316416
am 13934c2d: Merge "Prevent SET_SCROLL_OFFSET spam from clogging tubes" into honeycomb
...
* commit '13934c2d71046cdd2e7ca33528b91cb83f82dc13':
Prevent SET_SCROLL_OFFSET spam from clogging tubes
2011-01-30 17:12:29 -08:00
John Reck
13934c2d71
Merge "Prevent SET_SCROLL_OFFSET spam from clogging tubes" into honeycomb
2011-01-30 16:55:23 -08:00
Dharmaray Kundargi
0cc515b4ad
Merge branch 'honeycomb-plus-aosp' of ssh://android-git:29418/platform/frameworks/base into honeycomb-plus-aosp
2011-01-30 16:35:08 -08:00
Dharmaray Kundargi
75aa290d5d
am ff843254: Merge "Merging the same files on top of tree." into honeycomb
...
* commit 'ff8432548eb96655190486ee0f0fa08de5451e66':
Merging the same files on top of tree.
2011-01-30 16:35:03 -08:00
Jean-Baptiste Queru
d1511205e8
am e97cc7d0: am 8a2f3ecc: am 25503f1c: Merge from gingerbread
...
* commit 'e97cc7d0b266ac0cbb1be7cf41ff8bb61067025e':
2011-01-30 16:34:56 -08:00
Jean-Baptiste Queru
ec2cd74ee3
am 1314bdb2: am e88fa50b: Merge from open-source gingerbread
...
* commit '1314bdb2b22ae3613c3e08ae278dbc70f90b965c':
fix failing thread object run
2011-01-30 16:32:44 -08:00
Dharmaray Kundargi
ff8432548e
Merge "Merging the same files on top of tree." into honeycomb
2011-01-30 16:32:07 -08:00
Jean-Baptiste Queru
e97cc7d0b2
am 8a2f3ecc: am 25503f1c: Merge from gingerbread
...
* commit '8a2f3ecc030512b6813ee2bb8c56b77280cad7c5':
2011-01-30 16:26:18 -08:00
John Reck
636ce004df
Prevent SET_SCROLL_OFFSET spam from clogging tubes
...
Bug: 3393571
Limit the event queue to a single pending SET_SCROLL_OFFSET. The
problem on slashdot.org was that the event thread was being flooded
with SET_SCROLL_OFFSET messages faster than it could process them,
causing the handler to get jammed up.
Change-Id: Ia4a90a030959d0b3769067791089cdb261ae403a
2011-01-30 16:23:09 -08:00
Jean-Baptiste Queru
1314bdb2b2
am e88fa50b: Merge from open-source gingerbread
...
* commit 'e88fa50be8d6709ef58b7aeb01c5efa059bcac2e':
fix failing thread object run
2011-01-30 16:19:59 -08:00
Dharmaray Kundargi
4e70320521
Merging the same files on top of tree.
...
Add support for .m4v Issue 3395600
Change-Id: Idca673859afb3398d4b91aba9c20c37396c4f757
2011-01-30 16:17:53 -08:00
Wink Saville
ea9af9e97b
Add debug for tracking bug 3404006.
...
We need some additional debugging to help diagnose the cause
of this bug. There is no logic changes just additional debugging.
Change-Id: Ifc5d1c82904042fa87fd3b5b1066f58b62e7359c
2011-01-30 16:16:20 -08:00
Adam Powell
853f284c0b
am c9cb3083: Merge "Fix bug 3405899 - android.view.WindowManager" into honeycomb
...
* commit 'c9cb30837116b138a91b251e5217a644231eebef':
Fix bug 3405899 - android.view.WindowManager$BadTokenException
2011-01-30 16:14:54 -08:00
Adam Powell
c9cb308371
Merge "Fix bug 3405899 - android.view.WindowManager$BadTokenException" into honeycomb
2011-01-30 16:12:56 -08:00
Dianne Hackborn
9e3754ff6d
am 54ad3611: Merge "Fix issue #3404571 : Commit final APIs" into honeycomb
...
* commit '54ad36119460b850641556a12b845eadc9875cb4':
Fix issue #3404571 : Commit final APIs
2011-01-30 16:11:36 -08:00
Jean-Baptiste Queru
8a2f3ecc03
am 25503f1c: Merge from gingerbread
...
* commit '25503f1c9f0b5f718052b71dc5b21d1c8576d015':
fix failing thread object run
2011-01-30 16:07:25 -08:00
Joe Onorato
75057b1507
am 4de68bae: Merge "Check for the STATUS_BAR permission for the system UI properties." into honeycomb
...
* commit '4de68baed4bf18b33dc38f89f25410d3d5edfecf':
Check for the STATUS_BAR permission for the system UI properties.
2011-01-30 16:03:59 -08:00
Dianne Hackborn
54ad361194
Merge "Fix issue #3404571 : Commit final APIs" into honeycomb
2011-01-30 16:01:36 -08:00
Joe Onorato
4de68baed4
Merge "Check for the STATUS_BAR permission for the system UI properties." into honeycomb
2011-01-30 16:00:52 -08:00
Jamie Gennis
ae2aa286af
Fix a multithreading bug in libagl's EGL.
...
The bug caused libagl to return 0 from eglGetError if an EGL error value
(including EGL_SUCCESS) was set on a different thread but not yet on the
current thread.
Bug: 3403756
Change-Id: Ifd965091d116745c2e22c121151ade9e78eb14c6
2011-01-30 15:59:36 -08:00
Gilles Debunne
80a3083fdd
am 236b9872: Merge "Auto-clearing setError popup" into honeycomb
...
* commit '236b9872140599d1856d48e53b8e109e506fd88f':
Auto-clearing setError popup
2011-01-30 15:53:03 -08:00
Gilles Debunne
236b987214
Merge "Auto-clearing setError popup" into honeycomb
2011-01-30 15:49:38 -08:00
Adam Powell
65a1de963a
Fix bug 3405899 - android.view.WindowManager$BadTokenException
...
Clear any pending runnables involved with TextViews when cursor
controllers are released
Change-Id: I96898fcc237f20d0b0f2351181244cb171fa2083
2011-01-30 15:47:29 -08:00
Joe Onorato
ac0ee89bd9
Check for the STATUS_BAR permission for the system UI properties.
...
If the app doesn't have that permission, just mask out the bits.
Also makes the systemUiVisibility field visible in hierarchyviewer.
Change-Id: Ic3d3a3aed96b5c6448832755b4b2e6175117e5be
2011-01-30 15:38:30 -08:00
Jean-Baptiste Queru
25503f1c9f
Merge from gingerbread
...
Change-Id: I017330e0232b317b8bb54e19ab05874b18c83246
2011-01-30 15:35:17 -08:00
Jean-Baptiste Queru
e88fa50be8
Merge from open-source gingerbread
...
Change-Id: I56f2ed37187796807fbf0de15274a85164f9432c
2011-01-30 15:30:03 -08:00
Dheeraj Sharma
471ebbca5f
am 45911e19: Merge "Fix for issue 3400229 Pan and Zoom effect is not accurate in JAVA and JNI" into honeycomb
...
* commit '45911e1969fd1843bac5806e06f351123b67f596':
Fix for issue 3400229 Pan and Zoom effect is not accurate in JAVA and JNI
2011-01-30 15:22:39 -08:00
Dheeraj Sharma
45911e1969
Merge "Fix for issue 3400229 Pan and Zoom effect is not accurate in JAVA and JNI" into honeycomb
2011-01-30 15:20:49 -08:00