39346 Commits

Author SHA1 Message Date
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
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
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
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
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
Vasu Nori
01a479ccc4 bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider
why is settingsprovider doing getReadbleDatabase() in onCreate() method?
it shoul do getWritableDatabse() so that sqlite's WAL
feature can be enabled on it.

Change-Id: I60e46ce240a6474bbb50ab26fb1d979242b0c9ad
2011-01-10 23:20:39 -08:00
Romain Guy
8c78c8f9fe am 91bfb813: Merge "Composite layers as regions." into honeycomb
* commit '91bfb813b657519b701059a9931ca5d2a407bb80':
  Composite layers as regions.
2011-01-10 22:27:16 -08:00
Romain Guy
91bfb813b6 Merge "Composite layers as regions." into honeycomb 2011-01-10 22:25:05 -08:00
Romain Guy
7230a74e9a Composite layers as regions.
This change detects what area of a layer was drawn into and generates a mesh
to match this area exactly. This can be used to avoid blending empty pixels
when the layer is composited.
This change also adds proper layers support to lines rendering and implements
layers composition in a more readable way.

Change-Id: I4a5588b98b19bd66891ebdc39631b193c5e31999
2011-01-10 22:26:16 -08:00
Xavier Ducrohet
eb87b3bb53 LayoutLib: fix some issue with resource resolution.
TypedArray.getResourceId() is not only about id/foo,
it can be any type of resources.

Change-Id: Ia5e147bc078bb349a3fa500a04c596ae44ea34ce
2011-01-10 21:51:55 -08:00
Jim Miller
d04980d6f4 Update AndroidClock font for LockScreen and tweak transparency.
Change-Id: I5e4e8cb67c0498105f3b3d87c68c44b85e5baf77
2011-01-10 21:18:26 -08:00
Romain Guy
a07105b7d2 Better logging of out of memory errors in OpenGLRenderer.
Change-Id: I6b72a084340d8d4b6e0b0a100ed4314d09d441ef
2011-01-10 21:14:18 -08:00
Romain Guy
87e55cdcf5 am 89254c98: Merge "Better logging of out of memory errors in OpenGLRenderer." into honeycomb
* commit '89254c984e8197c2d60ce6c1da3b11b8d445bf9f':
  Better logging of out of memory errors in OpenGLRenderer.
2011-01-10 21:13:24 -08:00
Romain Guy
89254c984e Merge "Better logging of out of memory errors in OpenGLRenderer." into honeycomb 2011-01-10 21:11:27 -08:00
Jim Miller
ffed6e345d am 19b78d94: Merge "Fix 3305645: Hide recents if there are no recent apps." into honeycomb
* commit '19b78d949cba4aaaf3f1812a823818db05501451':
  Fix 3305645: Hide recents if there are no recent apps.
2011-01-10 21:08:05 -08:00
Jim Miller
19b78d949c Merge "Fix 3305645: Hide recents if there are no recent apps." into honeycomb 2011-01-10 21:06:22 -08:00
Jim Miller
01f9944749 Fix 3305645: Hide recents if there are no recent apps.
Change-Id: I7a6131b22fd73cb8dae12b8bb80a5921414c1861
2011-01-10 21:02:25 -08:00
James Dong
545c22ffd2 Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp
bug - 3334999

Change-Id: I1c83080713696221048da9b1a9f8c2ee48849ade
2011-01-10 20:43:33 -08:00
Jeff Brown
57e120ccc4 am f527a1d9: Merge "Prevent events from getting backlogged." into honeycomb
* commit 'f527a1d936aea3d531ced39ccc714935a7d02c47':
  Prevent events from getting backlogged.
2011-01-10 20:19:23 -08:00
Jeff Brown
f527a1d936 Merge "Prevent events from getting backlogged." into honeycomb 2011-01-10 20:17:28 -08:00
Mike Lockwood
374816d47a am 3459e27e: un@hide android.os.Environment.isExternalStorageEmulated()
* commit '3459e27e5d2f92d2d5487c189c9386c031e79fc1':
  un@hide android.os.Environment.isExternalStorageEmulated()
2011-01-10 19:38:44 -08:00