summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update 5.xml with last minute changes.Dianne Hackborn2009-10-191-0/+1142
| | | | Change-Id: I520ca879d31cb4581556138a73b542c070de3c00
* am f3bc5349: docs: fix doc error in dialog example snippet (no not merge)Scott Main2009-10-160-0/+0
|\ | | | | | | | | | | | | Merge commit 'f3bc5349b20f642f798c2b96d7bf7c05c2af998f' into eclair * commit 'f3bc5349b20f642f798c2b96d7bf7c05c2af998f': docs: fix doc error in dialog example snippet (no not merge)
| * docs: fix doc error in dialog example snippet (no not merge)Scott Main2009-10-161-1/+1
| | | | | | | | bug: 2160782
* | Merge change I11ebbfd9 into eclairAndroid (Google) Code Review2009-10-161-10/+29
|\ \ | | | | | | | | | | | | * changes: A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image.
| * | A few more testcases for the vendor to reproduce issues with their decoder. ↵Andreas Huber2009-10-161-10/+29
| | | | | | | | | | | | Not part of the shipping image.
* | | Merge change Idcaa1ef8 into eclairAndroid (Google) Code Review2009-10-162-8/+12
|\ \ \ | | | | | | | | | | | | | | | | * changes: 1) Add 10 seconds wait time before collecting the end memory. 2) Modified the player stress test, shorten the plabyack time.
| * | | 1) Add 10 seconds wait time before collecting the end memory.Yu Shan Emily Lau2009-10-152-8/+12
| | | | | | | | | | | | | | | | 2) Modified the player stress test, shorten the plabyack time.
* | | | Merge change I7299c83b into eclairAndroid (Google) Code Review2009-10-161-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ordering bug with component coordinates when both texture and normals were used.
| * | | | Fix bug exposed by filmstrip. The updated and expanded SimpleMesh had an ↵Jason Sams2009-10-161-5/+5
| | | | | | | | | | | | | | | | | | | | ordering bug with component coordinates when both texture and normals were used.
* | | | | Merge change I6fc56997 into eclairAndroid (Google) Code Review2009-10-1613-565/+523
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix [2187212] add support for GLESv2 dispatch based on TLS
| * | | | | fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-1413-565/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a different function pointer table for ES 1.x and ES 2.x, we use a single one that is the union (sort|uniq) of both tables. Two instances of this table are initialized with pointers to GL ES 1.x and GL ES 2.x entry-points. When a context is created, we store its version number and when it is bound to a thread we set the approruiate table based on the stored version. This introduce no penalty while dispatching gl calls to the right API version. [Pending Dr No approval for MR1]
* | | | | | Merge change Ia8ac904d into eclairAndroid (Google) Code Review2009-10-162-6/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix [2182249] [MR1] valgrind error in surface flinger
| * | | | | | fix [2182249] [MR1] valgrind error in surface flingerMathias Agopian2009-10-152-6/+16
| | | | | | |
* | | | | | | Merge change Ic37381fb into eclairAndroid (Google) Code Review2009-10-161-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | * changes: docs: fix doc error in dialog example snippet
| * | | | | | docs: fix doc error in dialog example snippetScott Main2009-10-161-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | bug: 2160782
* | | | | | Merge change Ib897cff1 into eclairAndroid (Google) Code Review2009-10-161-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: do not merge Return valid package info for packages that have been uninstalled with an option to retain data and resources using the flag GET_UNINSTALLED_PACKAGES These packages do not have a package setting. just check the flag and return the required info from PackageParser.generatePackageInfo
| * | | | | do not mergeSuchi Amalapurapu2009-10-151-0/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Return valid package info for packages that have been uninstalled with an option to retain data and resources using the flag GET_UNINSTALLED_PACKAGES These packages do not have a package setting. just check the flag and return the required info from PackageParser.generatePackageInfo
* | | | | Merge change I9521cf8b into eclairAndroid (Google) Code Review2009-10-161-43/+95
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Register for light sensor events if non-hardware based auto-brightnees is enabled
| * | | | | Register for light sensor events if non-hardware based auto-brightnees is ↵Mike Lockwood2009-10-161-43/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled Change-Id: I9521cf8b315306bdafa70c1500f2e4af83d94ec3 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Merge change I01935be3 into eclairAndroid (Google) Code Review2009-10-164-40/+37
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: Remove PowerManager.setAutoBrightness()
| * | | | | Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-164-40/+37
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We will use the System.SCREEN_BRIGHTNESS_MODE Settings value instead. Add SCREEN_BRIGHTNESS_MODE_MANUAL and SCREEN_BRIGHTNESS_MODE_AUTOMATIC constants. Change-Id: I01935be3fcb48cf76392d2c594205cb47babc5b2 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | do not merge: fix copy/paste using trackball on passionCary Clark2009-10-161-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is alrady in mr2. It does not affect sholes -- this is a trackball only bug. The selection caret and arrow now take the scale factor and the height of the title bar into account when preparing the canvas for drawing. Clicking the trackball at the end of selecting text no longer sends a click event. Requires a companion fix in external/webkit Fixes http://b/issue?id=2187591
* | | | | Merge change I0e09e56f into eclairAndroid (Google) Code Review2009-10-162-30/+63
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Don't callback on NULL client. Bug 2180510.
| * | | | | Don't callback on NULL client. Bug 2180510.Dave Sparks2009-10-152-30/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't checking to see if there was a valid camera client when calling the notify callback function. Now we grab a strong pointer before the callback to guarantee that the client is not destroyed before we complete the callback. This change also fixes other places in the code where we weren't holding a local strong pointer.
* | | | | | Merge change I486fdb55 into eclairAndroid (Google) Code Review2009-10-151-11/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix bug 2183179 - Hitting the back key repeatedly makes the notification shade jump up and down
| * | | | | | Fix bug 2183179 - Hitting the back key repeatedly makes the notification ↵Joe Onorato2009-10-151-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shade jump up and down This thing needs to be rewritten. It's grown too complicated for what it's doing, and I don't like the physics anyway. Also, this leaves the bug where if you press back while it's animating down, the animation is ignored. However it no longer jumps down all the way, it just essentially ignores the back key. Also, this makes the collapse get executed on the back key up event, so it works with the swipe on the soft keys at the bottom of the screen.
* | | | | | | Merge change I741a6100 into eclairAndroid (Google) Code Review2009-10-152-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Fix bug where dirty messages for allocations attached to programVertex objects could be lost.
| * | | | | | Fix bug where dirty messages for allocations attached to programVertex ↵Jason Sams2009-10-152-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | objects could be lost.
* | | | | | Add separate configuration flag for hardware ALS support.Mike Lockwood2009-10-152-2/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new flag config_hardware_automatic_brightness_available indicates that the device has hardware support for automatic screen brightness management, while config_automatic_brightness_available now indicates that automatic brightness mode is available in general. If config_automatic_brightness_available is true but config_hardware_automatic_brightness_available is false, then automatic brightness mode support in PowerManager support will be used. Bug b/2015734 (Ambient light sensor support in power manager) Change-Id: I6cd888252043dd63df3c25a1d14c21a04a91ad28 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Remove hack in RS that called exit to WAR now fixed driver bugs. Make ↵Jason Sams2009-10-152-5/+20
| | | | | | | | | | | | | | | | | | | | gloabal init safe by locking around the critical code.
* | | | | Minor bug fixes and add glError check.Jason Sams2009-10-152-1/+7
| | | | |
* | | | | Add egl init start message to help debug driver init hangs.Jason Sams2009-10-151-0/+1
| | | | |
* | | | | Merge change I51d41230 into eclairAndroid (Google) Code Review2009-10-151-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make sure CF icon updates when using "all CF" MMI.
| * | | | | Make sure CF icon updates when using "all CF" MMI.jsh2009-10-141-1/+2
| | |/ / / | |/| | | | | | | | | | | | | Fixes b/2074739.
* | | | | Merge change I0d74deb6 into eclairAndroid (Google) Code Review2009-10-151-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * changes: Fix possible NPE in the code that restores widgets' state.
| * | | | Fix possible NPE in the code that restores widgets' state.Romain Guy2009-10-151-1/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Bug #2189714 Reviewed by: ryanpc Change-Id: I0d74deb6dc8e90e3b0eafd6b3c16b0c557c72873
* | | | Enable some tests that requires local http serverGuang Zhu2009-10-151-2/+1
|/ / /
* | | Merge change Ic9b31801 into eclairAndroid (Google) Code Review2009-10-149-142/+760
|\ \ \ | |/ / |/| | | | | | | | * changes: docs: setup new SDK documentation for 2.0 and change sdk build version to 2.0... move upgrading doc into a new guide for "updating" with the new manager tools and remove the previous updating doc from the dev guide. set up preliminary download page and guide for installing the full SDK. add the requirements doc in sdk/ for all general purposes. revise the download 'thank you' message.
| * | docs: setup new SDK documentation for 2.0 and change sdk build version to 2.0...Scott Main2009-10-149-142/+760
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move upgrading doc into a new guide for "updating" with the new manager tools and remove the previous updating doc from the dev guide. set up preliminary download page and guide for installing the full SDK. add the requirements doc in sdk/ for all general purposes. revise the download 'thank you' message. bug: 2160782
* | | Revert "Remove STOPSHIP comment."Nick Pelly2009-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3d0726b4d8a30e57852b70f1dcf4d8d20508cd1e Change-Id: Ie1ce5d09cc0b799ef0799f30eedc95f0ca5d3fad DrNo: jerrryw
* | | Merge change I2492bffe into eclairAndroid (Google) Code Review2009-10-141-2/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Remove STOPSHIP comment.
| * | | Remove STOPSHIP comment.Nick Pelly2009-10-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2492bffe57bded65fdbef5cf98e22cef3937e537 DrNo: eastham Bug: 2089423 Joke: Why don't anteaters get sick? Because they're full of anty-bodies!
* | | | Merge change If30c5e20 into eclairAndroid (Google) Code Review2009-10-144-28/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: SDK doc change per http://b/2158141 - adds new res wizard to L10N tutorial. Changed image links to use @docRoot.
| * | | | SDK doc change per http://b/2158141 - adds new res wizard to L10N tutorial.Katarina Stenstedt2009-10-124-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed image links to use @docRoot. Change-id: If30c5e20bbbb0dd4a6eb0563ede2767d110e1c2e Bug: 2158141
* | | | | Making new Contacts APIs visible in Eclair SDK - Part IIDmitri Plotnikov2009-10-142-1/+88
| |_|/ / |/| | | | | | | | | | | | | | | Bug: http://b/2186595 Change-Id: Id87533c25cceb0fe3b0845aed10912c937679f45
* | | | Merge change I4ef3e82f into eclairAndroid (Google) Code Review2009-10-1415-0/+92
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: 7 more ringtones. Now with more Dr. No!
| * | | | 7 more ringtones. Now with more Dr. No!Dave Sparks2009-10-1415-0/+92
| | | | |
* | | | | Merge change I875200fe into eclairAndroid (Google) Code Review2009-10-141-3/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * changes: Another fix for #2186897: Cannot unlock the device by swiping
| * | | | Another fix for #2186897: Cannot unlock the device by swipingDianne Hackborn2009-10-131-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was probably a side-effect of the divide by zero exception, but we'll be safe anyway. Change-Id: I875200febb9b3090d12f170066b2bea74c9f77f8
* | | | | Merge change Iac534225 into eclairAndroid (Google) Code Review2009-10-131-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Fix issue #2186709: Can't unlock the device for a while