Adam Powell
185097f56c
Merge "Fix bug 3210201 - Popup window wrong size/position when IME hidden"
2010-12-14 14:51:13 -08:00
Adam Powell
a754fd500c
Merge "Updated spinner assets from UX"
2010-12-14 14:50:09 -08:00
Xavier Ducrohet
d9c64369cf
LayoutLib: Fix gradient rendering.
...
- fully support canvas transform
- fully support shader local transform
- fix repeat/mirror issue in the negative values.
Change-Id: Ib2aa7ade1c2702da4364cbda9a5a3ae72c1d3174
2010-12-14 14:49:55 -08:00
Robert Greenwalt
04808c2940
Fix some IpV4-only code.
...
InterfaceConfiguration changed to use InetAddress and stop with the string->int->string
conversions.
bug:2542681
Change-Id: I11c4954547333c43bb840fa0469ddde57b0d043b
2010-12-14 14:41:26 -08:00
Robert Greenwalt
7c25cd15bb
Merge "DHCP core classes, defining data, behavior, and state transitions for the DHCP protocol. The DHCP client and DHCP server classes are not included in this commit: still working out some integration issues with ethernet & wifi services"
2010-12-14 14:40:49 -08:00
Jason Sams
fc29088e58
Merge "Add support for non-malloc backed textures."
2010-12-14 14:32:36 -08:00
Xavier Ducrohet
dcc995c72f
Merge "LayoutLib: Misc fix to rendering."
2010-12-14 14:32:09 -08:00
Mike Lockwood
3be80f2e6c
Merge "MTP: Make recursive delete more efficient"
2010-12-14 14:20:35 -08:00
Dianne Hackborn
4cbd6417c0
am 042042b8: am 2bd83c00: Merge "Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"" into gingerbread
...
* commit '042042b809e3a0ff6cea915ccc7b176948833be9':
Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"
2010-12-14 14:18:33 -08:00
Mike Lockwood
55f808cff9
MTP: Make recursive delete more efficient
...
Change-Id: Iec9df8ac910f5257236b59c95b0ee3d7d05f367c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-14 14:16:44 -08:00
Dianne Hackborn
042042b809
am 2bd83c00: Merge "Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"" into gingerbread
...
* commit '2bd83c00a0c72d3f6bd929c4df5fe83ee31b4704':
Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"
2010-12-14 14:15:16 -08:00
Dianne Hackborn
2bd83c00a0
Merge "Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"" into gingerbread
2010-12-14 14:12:37 -08:00
Louis Huemiller
676d1a4b36
Merge "HWC Stres Test Enhancments"
2010-12-14 14:08:09 -08:00
Jeff Brown
99d01f23ef
Merge "Expose split touch API on PopupWindow."
2010-12-14 14:04:59 -08:00
Jesse Wilson
b0ceba1736
Merge "Move HashMapTest from frameworks/base to libcore (second half)"
2010-12-14 14:02:55 -08:00
Jeff Brown
2e976df644
Expose split touch API on PopupWindow.
...
Already exposed the new window flags and layout parameters,
just forgot to make this API visible at the same time.
Bug: 3049580
Change-Id: If8dc3568eb2806fa21881c31b9f879d6045ca890
2010-12-14 13:56:58 -08:00
Eric Fischer
7b3bfca259
Import revised translations.
...
Change-Id: Iff90bc663027dc8e7189d5dc229f5f9ddee31f12
2010-12-14 13:52:32 -08:00
Jesse Wilson
437afa8c4a
Move HashMapTest from frameworks/base to libcore (second half)
...
Change-Id: I178e376ab12d82e23a8b0ddd267a6c150c9bbddf
http://b/3073226
2010-12-14 13:49:36 -08:00
Adam Powell
069053d074
Updated spinner assets from UX
...
Change-Id: Ied9f7f3996fb7420978762228bef3f9a8dbef8c8
2010-12-14 13:48:56 -08:00
Romain Guy
fa7952dbb8
Colors are in the [0..1] range, not [0..255]
...
This fixes rendering in YouTube and other applications.
Change-Id: Ib5f3df632cde97374113ed42f895f136b2796373
2010-12-14 13:45:54 -08:00
Romain Guy
89f4ec6a83
Merge "Colors are in the [0..1] range, not [0..255]"
2010-12-14 13:45:07 -08:00
Gilles Debunne
ebd747ffad
Merge "Heterogeneous comment for convertView in getView documentation"
2010-12-14 13:32:23 -08:00
Jeff Brown
d10bfe185c
Improve documentation on Vibrator.vibrate.
...
Bug: 3135537
Change-Id: I961e32990d754dc6b5f86ffea8515685f8ade40f
2010-12-14 13:23:10 -08:00
James Dong
6f7d56cf9f
Merge "Fix an issue where a fixed number of bits per sample is used for seek position calculation."
2010-12-14 12:28:31 -08:00
Jeff Brown
cb171fabcd
Merge "Update shortcuts."
2010-12-14 12:12:07 -08:00
Xavier Ducrohet
d28378c903
Merge "LayoutLib: Use the new ninepatch API to suppor density."
2010-12-14 12:03:21 -08:00
Xavier Ducrohet
f1416e4dff
LayoutLib: Misc fix to rendering.
...
Change-Id: Ia73fab1be3c01e6ce5791973e636e45a0f75ceb6
2010-12-14 12:00:14 -08:00
Gilles Debunne
e7018262d1
Merge "Removed no longer used longPressCallback in TextView"
2010-12-14 11:59:01 -08:00
Gilles Debunne
31d4894653
Removed no longer used longPressCallback in TextView
...
Change-Id: Iadac5579764ef14c2ec7a677c686a396cedc31fa
2010-12-14 11:53:52 -08:00
Romain Guy
b36ba1d6d7
Merge "OpenGLRenderer would not render colors < ALPHA_THRESHOLD Bug #3282805 "
2010-12-14 11:52:02 -08:00
Adam Powell
aa0b92ce2b
Fix bug 3210201 - Popup window wrong size/position when IME hidden
...
Fixes a case where ViewRoot does not recompute its size properly.
This caused various offsets to get out of sync and the window would
draw improperly.
Change-Id: Id0abb37bbf27b60de2dca4077c21040ec84ef163
2010-12-14 11:48:45 -08:00
Gilles Debunne
e1aaf9d76e
Heterogeneous comment for convertView in getView documentation
...
Change-Id: I28d6b93600d840e9b3e8bf74d0f14d93c4be4fd9
2010-12-14 11:48:15 -08:00
Alon Albert
300ed2cda6
Merge "Do not increase backoff before it expires"
2010-12-14 11:32:45 -08:00
Shih-wei Liao
ec6947bbba
Merge "1. Add Context to a RenderScript or RenderScriptGL instance. This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. 2. Plumbing, testing. 3. Added getApplicationContext in RenderScript.java."
2010-12-14 11:32:43 -08:00
Dan Morrill
00db2213bf
am 0ccc8b73: am 5441a9ff: Merge "GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen)." into gingerbread
...
* commit '0ccc8b7345eac0b507c221be47e55926cbda8957':
GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen).
2010-12-14 11:31:29 -08:00
Dianne Hackborn
b2caa06c2e
Work on issue #3255640 : Need to bump GB to API 10 version name "2.4"
...
New API definition for API level 10.
Change-Id: I1d78374ca5a17d568dc6f6b1ae8fb456f4d4aa88
2010-12-14 11:29:01 -08:00
Dan Morrill
0ccc8b7345
am 5441a9ff: Merge "GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen)." into gingerbread
...
* commit '5441a9ff2128cf2c5088974c74b79d2d1734f755':
GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen).
2010-12-14 11:28:50 -08:00
Dianne Hackborn
bfddc0fe77
Work around issue #3241701 : crash in ActivityThread.handleWindowVisibility
...
Change-Id: I9d5df3605f3d216e651e0a294409f82dea3968ad
2010-12-14 11:28:01 -08:00
Dan Morrill
5441a9ff21
Merge "GL texture filtering changed from AND to OR, so rename tag name to match. (<uses-foo> == AND, <supports-foo> == OR, e.g. uses-feature vs. supports-screen)." into gingerbread
2010-12-14 11:27:20 -08:00
Shih-wei Liao
6b32fab1db
1. Add Context to a RenderScript or RenderScriptGL instance.
...
This is to allow RenderScript to better interact with the Android environment.
E.g., per-app cache.
2. Plumbing, testing.
3. Added getApplicationContext in RenderScript.java.
Change-Id: I85edeebe38825e20b2e86f4f4815689dfc332ef9
2010-12-14 11:17:20 -08:00
Romain Guy
5536841e54
OpenGLRenderer would not render colors < ALPHA_THRESHOLD
...
Bug #3282805
This bug was introduced with a previous refactoring. This also fixes
issues with setting the alpha when drawing bitmaps.
Change-Id: Id47641d26a4536c7e540041f92243bf6db9fc96d
2010-12-14 10:59:41 -08:00
Gilles Debunne
2bc248b698
Off by one index error in word selection
...
Change-Id: Ia6b14b22cc5cf65a235bcdf7cbec48bd76f74460
2010-12-14 10:39:32 -08:00
Christopher Tate
89f8d63a99
Merge "Time out orphaned / unresponsive restore sessions"
2010-12-14 10:32:05 -08:00
Louis Huemiller
051d166523
HWC Stres Test Enhancments
...
+ YV12 width/height divisable by 2
+ Row width determined by getStride()
+ Misc comment and whitespace fixes
+ printf changed to testPrintI
Change-Id: I27551141bafbfb258eb1b6b7f63c5295b1f9501a
2010-12-14 10:31:57 -08:00
Christopher Tate
001667313f
Merge "Don't restore wildly wrong sized wallpapers"
2010-12-14 10:31:56 -08:00
Gilles Debunne
a3ae4a0656
Make TextView respect the maxLines attribute.
...
Bug 3186626
Restore some of the changes introduced in CL 78854.
Also added a few comments to the documentation.
Change-Id: I775be85c33ebe4a2384a40b21eec57f34fddcd33
2010-12-14 10:28:35 -08:00
Costin Manolache
03955450e4
am 7afa1613: am a848d344: Merge "Fix bug in permission grant system." into gingerbread
...
* commit '7afa161368308e78bb4a66b4fd32558dfd556776':
Fix bug in permission grant system.
2010-12-14 10:20:41 -08:00
Costin Manolache
7afa161368
am a848d344: Merge "Fix bug in permission grant system." into gingerbread
...
* commit 'a848d3445090e114cbfe61f1c7449122a665fba6':
Fix bug in permission grant system.
2010-12-14 10:14:10 -08:00
Andreas Huber
1f356b9569
Merge "Properly signal the condition if we run out of input data."
2010-12-14 10:11:28 -08:00
Andreas Huber
69d23b2fc8
Merge "Support malformed ID3 V2.4 tags written by early versions of iTunes."
2010-12-14 10:11:11 -08:00