Xavier Ducrohet
2d83400e59
Merge "LayoutLib: Improve error reporting." into honeycomb
2011-01-11 13:31:19 -08:00
Xavier Ducrohet
9137e54bd4
Merge "LayoutLib: fix XmlUtils.convertValueToInt" into honeycomb
2011-01-11 13:31:05 -08:00
Xavier Ducrohet
a224038d1d
am b2893591: Merge "LayoutLib: only support animator-type animations." into honeycomb
...
* commit 'b289359170bc957aad14d65f725e9b6ef18a42f4':
LayoutLib: only support animator-type animations.
2011-01-11 13:24:52 -08:00
Xavier Ducrohet
b289359170
Merge "LayoutLib: only support animator-type animations." into honeycomb
2011-01-11 13:22:19 -08:00
Xavier Ducrohet
6c740cf71e
LayoutLib: Improve error reporting.
...
Change-Id: I37cad7e2efb959202960c57b271c55c759867139
2011-01-11 13:21:57 -08:00
Chet Haase
0eef63d8c8
am d8650114: All animator resources moved to res/animator
...
* commit 'd865011473aae8dcddc4a8a1350c46d6aed4079a':
All animator resources moved to res/animator
2011-01-11 13:18:47 -08:00
Andreas Huber
6fe6b4c6f3
Properly parse Matroska lacing flags and extract all frames contained in a block.
...
Change-Id: I1aca46b2e28b9cad88bf4a296f675e81e66ee095
related-to-bug: 3331623
2011-01-11 13:05:36 -08:00
Chet Haase
d865011473
All animator resources moved to res/animator
...
Change-Id: I9342ff21e9a15ba29da946e091343a6f8223c181
2011-01-11 12:50:24 -08:00
Leon Scroggins
4709b69bb1
am 9fafe4e0: Merge "Find when pressing enter. Call onClickListener in TextView." into honeycomb
...
* commit '9fafe4e0ebab270591a505f1f07fd2e5489a16f7':
Find when pressing enter. Call onClickListener in TextView.
2011-01-11 12:43:20 -08:00
Leon Scroggins
9fafe4e0eb
Merge "Find when pressing enter. Call onClickListener in TextView." into honeycomb
2011-01-11 12:41:52 -08:00
Daniel Sandler
9fdb4d22dc
am 033376f6: Merge "Simplify panel animations with an eye to performance." into honeycomb
...
* commit '033376f6f0cb65f4cf5862c92ca0bf8ad5895566':
Simplify panel animations with an eye to performance.
2011-01-11 12:31:28 -08:00
Kenny Root
1c2587071d
am 2275cd48: Merge "Copy user info from PackageSetting as well" into honeycomb
...
* commit '2275cd48a23d042d3196ccddbc83afa1630d0a41':
Copy user info from PackageSetting as well
2011-01-11 12:31:25 -08:00
James Dong
cb903eb776
am 53006903: Merge "Fix uninitialized rect structure for retrieving rect cropping information from decoder" into honeycomb
...
* commit '530069031e177c53b1cc3d3e1bdbd44b8aaa0857':
Fix uninitialized rect structure for retrieving rect cropping information from decoder
2011-01-11 12:31:17 -08:00
Shimeng (Simon) Wang
3ba9717e3c
am c1960a60: Merge "Change function parameter from int to float." into honeycomb
...
* commit 'c1960a602037fc4a421e56794bbc581e650b3bcb':
Change function parameter from int to float.
2011-01-11 12:30:35 -08:00
Xavier Ducrohet
069a9434a8
am 7dae72a6: Merge "LayoutLib: fix some issue with resource resolution." into honeycomb
...
* commit '7dae72a62778f817c174a75b6a355484bbd28344':
LayoutLib: fix some issue with resource resolution.
2011-01-11 12:30:22 -08:00
Vasu Nori
3b0afcaacf
am d126d724: Merge "bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider" into honeycomb
...
* commit 'd126d724f1bcf528775dd14896aa8641cc3b6b97':
bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider
2011-01-11 12:30:13 -08:00
Kenny Root
4aab4bc2a3
am 91c459ec: Copy user info from PackageSetting as well
...
* commit '91c459ec7dba6d56816ff5cbd92c627e0f718915':
Copy user info from PackageSetting as well
2011-01-11 12:27:42 -08:00
Justin Ho
8ba3b77169
Updated Help icon
...
Change-Id: Ifa6598ec8cb89c5533b76c85b1c164b30e8eb6ff
2011-01-11 12:19:53 -08:00
Leon Scroggins
7014b12873
Find when pressing enter. Call onClickListener in TextView.
...
Bug:3313519
In Find ActionMode, Enter should call find on page (rather than
advancing focus to the WebView).
In TextView, pass and Enter key down to super, so that the
pressed state can get called properly, and the
onClickListener will fire.
Change-Id: Ia875fa6b5cf02565a0d066a009e68ce97718b032
2011-01-11 15:17:34 -05:00
Xavier Ducrohet
0de1607093
LayoutLib: fix XmlUtils.convertValueToInt
...
It looks like the device implementation of Integer.parseInt
is able to handle converting hexa value > 80000000 while the
desktop VM cannot.
This patch provide a fix for this.
While implementing it and running the TestDegates test I realized
that some delegate methods for Region were mising, so this adds them
too.
Change-Id: Ifee1efd47c8c52adc2f4658ec4fc8bd55adb84b4
2011-01-11 12:15:15 -08:00
Irfan Sheriff
6bb7652b47
Fix network availability reporting
...
Report wifi is available as long as it is kept on
Change-Id: I5be9461106ef4968cbc423f90e0ff168e089791f
2011-01-11 12:11:36 -08:00
Joe Onorato
2c1a63fe99
Update AppWidgetHostActivity to work again.
...
Change-Id: I301b59ef49423d45b052edb350856421c7844fba
2011-01-11 11:57:52 -08:00
Daniel Sandler
033376f6f0
Merge "Simplify panel animations with an eye to performance." into honeycomb
2011-01-11 11:51:59 -08:00
Daniel Sandler
7d9ea8ccc8
Simplify panel animations with an eye to performance.
...
Things are faster, but we're not buttery-smooth yet.
Bug: 3322970
Change-Id: Ib63bdc2e807b039197a12d3ed3935653e6237ae0
2011-01-11 14:47:26 -05:00
Kenny Root
2275cd48a2
Merge "Copy user info from PackageSetting as well" into honeycomb
2011-01-11 11:46:19 -08:00
Huahui Wu
acd944cce2
b/3331379 reduce ping-to-zoom jitter.
...
Change-Id: I522c86661777e670776b9fb448dc3333cef8b77b
2011-01-11 11:32:34 -08:00
James Dong
530069031e
Merge "Fix uninitialized rect structure for retrieving rect cropping information from decoder" into honeycomb
2011-01-11 11:23:47 -08:00
Kenny Root
97ef63ba1e
Copy user info from PackageSetting as well
...
In order not to clobber the internal system's settings, we duplicate it
before putting it back into mPackages, but the PackageSetting has a
couple extra pieces of information that weren't being copied.
Bug: 3339279
Change-Id: Ic9b64117f287d53f2c0cebb924c775405690938e
2011-01-11 11:15:35 -08:00
Gilles Debunne
923505803a
New QuickContactBadge holo style.
...
The background is removed. A blue triangle is displayed on the lower right corner.
Now theme dependant.
Change-Id: I984ac5185039569bd378af9f15b59d11fd1b5c8f
2011-01-11 11:12:51 -08:00
Kenny Root
91c459ec7d
Copy user info from PackageSetting as well
...
In order not to clobber the internal system's settings, we duplicate it
before putting it back into mPackages, but the PackageSetting has a
couple extra pieces of information that weren't being copied.
Bug: 3339279
Change-Id: I047087ac3477c7b2d5ce23e5e0a5e8c094bd0d3f
2011-01-11 11:04:54 -08:00
Shimeng (Simon) Wang
c1960a6020
Merge "Change function parameter from int to float." into honeycomb
2011-01-11 10:54:43 -08:00
Xavier Ducrohet
b3830b8978
LayoutLib: only support animator-type animations.
...
Change-Id: Ia3609fc5d11555190bc323d61a3577144a4692fd
2011-01-11 10:54:12 -08:00
Shimeng (Simon) Wang
5d8e7a444c
Change function parameter from int to float.
...
This change has a corresponding change in external/webkit:
https://android-git.corp.google.com/g/#change,88118
issue: 3225233
Change-Id: Icff31ef5c440cb02671ed363f57a0a5549cb32ef
2011-01-11 10:52:44 -08:00
Xavier Ducrohet
7dae72a627
Merge "LayoutLib: fix some issue with resource resolution." into honeycomb
2011-01-11 10:42:37 -08:00
Vasu Nori
d126d724f1
Merge "bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider" into honeycomb
2011-01-11 10:37:22 -08:00
Robert Greenwalt
24bc5331cd
am cef29578: Merge "Change local names for greater clarity." into honeycomb
...
* commit 'cef295780ade72a26201c0c92ed2b64fde03a261':
Change local names for greater clarity.
2011-01-11 10:18:05 -08:00
Robert Greenwalt
cef295780a
Merge "Change local names for greater clarity." into honeycomb
2011-01-11 10:15:21 -08:00
Robert Greenwalt
1b744ca49c
Change local names for greater clarity.
...
Change-Id: I806284317c0c756260080b6c006b4c338b9cbc6d
2011-01-11 10:08:31 -08:00
Svetoslav Ganov
4bcfdef3d6
am 52b13678: Merge "IOBE while diabling accessibility with some enabled accessibility services." into honeycomb
...
* commit '52b136783cf7b538aae290b6dc609849f3ad695f':
IOBE while diabling accessibility with some enabled accessibility services.
2011-01-11 10:03:17 -08:00
Svetoslav Ganov
52b136783c
Merge "IOBE while diabling accessibility with some enabled accessibility services." into honeycomb
2011-01-11 10:01:00 -08:00
Shimeng (Simon) Wang
fa1f3de00f
am eafbce55: Ignore overflow:hidden in overview mode.
...
* commit 'eafbce55714dbd1f89fe8c131d9c2adcbbc9383e':
Ignore overflow:hidden in overview mode.
2011-01-11 09:59:17 -08:00
Shimeng (Simon) Wang
eafbce5571
Ignore overflow:hidden in overview mode.
...
The feature was enabled to prevent flash sites from flickering due to
viewport height change when the site is scrolled.
Now fixed viewport height is in honeycomb, this flickering shall be
a non-issue. So to support better scrolling of overflow:hidden sites
and better consistency, overflow:hidden in overview mode is ignored
as well.
Tested on flash site http://home.disney.go.com/mwc.index to make sure
no flickering happens. More testing shall be done once good flash
player is there.
issue: 3330038
Change-Id: Ia3f61ce49cfb970d26976d4e876c337d210a9df2
2011-01-11 09:56:35 -08:00
Andreas Huber
549f12ad04
DO NOT MERGE: Fix parsing of ntp= PLAY response.
...
related-to-bug: 3340186
Squashed commit of the following:
commit b61c36b7228aec9f5360883b1e1c1e0530488974
Author: Andreas Huber <andih@google.com>
Date: Wed Oct 27 13:59:59 2010 -0700
Better support for MP4A-LATM RTP disassembly. This used to fail if mNumSubFrames > 1 and the sub frames did not align with RTP packet boundaries.
commit b10f322c07e5bebcaf032e8624cb4a5d733dfc15
Author: Andreas Huber <andih@google.com>
Date: Mon Oct 25 09:40:52 2010 -0700
We don't have access to the md5 implementation on the simulator, let's disable digest authentication in rtsp for simulator targets.
commit 0aa83cf9e4637adf9501708fcdf7d0d6d4dc4fe1
Author: Andreas Huber <andih@google.com>
Date: Wed Oct 20 15:00:34 2010 -0700
Support for BASIC and DIGEST authentication schemes in RTSP. Support for malformed packet descriptions that end lines in LF only, instead of CRLF.
related-to-bug: 3084183
Change-Id: I6e512cb73cc8d5624a83f7154aa5699f7fef7534
2011-01-11 09:53:30 -08:00
Leon Scroggins
99263fecdc
am d5208cf4: Merge "Enable write ahead logging on databases used by WebView." into honeycomb
...
* commit 'd5208cf42c0f9b281505cb465b4de4e8179a6f9f':
Enable write ahead logging on databases used by WebView.
2011-01-11 09:26:57 -08:00
Leon Scroggins
d5208cf42c
Merge "Enable write ahead logging on databases used by WebView." into honeycomb
2011-01-11 09:24:39 -08:00
James Dong
b447763d6e
am f2e48873: Merge "Don\'t release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp" into honeycomb
...
* commit 'f2e48873ae905221b02ab42433f8cee0fc004ed1':
Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp
2011-01-11 08:57:42 -08:00
James Dong
f2e48873ae
Merge "Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp" into honeycomb
2011-01-11 08:56:02 -08:00
Chet Haase
44efd13afc
am 53ee3316: Rename RGBEvaluator to ArgbEvaluator
...
* commit '53ee3316bcb3590ff156b3fd7108903c0817c35d':
Rename RGBEvaluator to ArgbEvaluator
2011-01-11 07:05:37 -08:00
Chet Haase
53ee3316bc
Rename RGBEvaluator to ArgbEvaluator
...
Change-Id: Iee74b475960d623fa757349e4053bd7c58cf5734
2011-01-11 06:46:44 -08:00
Chung-yih Wang
eb74d1aab5
am 65ba2c42: Merge "Add auth. username in SipProfile." into gingerbread
...
* commit '65ba2c421c19fde04e6b294087a5a9c507964575':
Add auth. username in SipProfile.
2011-01-11 02:15:29 -08:00