summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge change I0953c1d5 into eclairAndroid (Google) Code Review2009-10-191-5/+18
|\ | | | | | | | | * changes: fix [2153873] EGL-1.4 software implementation misses surface attributes
| * fix [2153873] EGL-1.4 software implementation misses surface attributesMathias Agopian2009-10-191-5/+18
| |
* | am ae26b8b6: Update 5.xml with last minute changes.Dianne Hackborn2009-10-190-0/+0
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'ae26b8b6f40ad037927bf02ffd47953001c2cb3b' into eclair * commit 'ae26b8b6f40ad037927bf02ffd47953001c2cb3b': Update 5.xml with last minute changes.
* \ \ Merge change Ide4c8cbc into eclairAndroid (Google) Code Review2009-10-191-0/+5
|\ \ \ | | |/ | |/| | | | | | | * changes: fix [2151588] glTexSubImage2D() allows pixel format conversion
| * | fix [2151588] glTexSubImage2D() allows pixel format conversionMathias Agopian2009-10-191-0/+5
| | |
* | | Merge change I88d11cfb into eclairAndroid (Google) Code Review2009-10-191-41/+44
|\ \ \ | | | | | | | | | | | | | | | | * changes: one step towards fixing [2071412] work around mdp 32-bits fade limitation
| * | | one step towards fixing [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-161-41/+44
| |/ / | | | | | | | | | simplify the GL_MODULATE case and allow blending disabled with RGBA texture
* | | 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)
* | | Merge change I11ebbfd9 into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image.
* \ \ \ Merge change Idcaa1ef8 into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: 1) Add 10 seconds wait time before collecting the end memory. 2) Modified the player stress test, shorten the plabyack time.
* \ \ \ \ Merge change I7299c83b into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * 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.
* | | | | 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-160-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | |_|_|_|/ / |/| | | | | * changes: docs: fix doc error in dialog example snippet
* | | | | | Merge change Ib897cff1 into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | * 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
* | | | | Merge change I9521cf8b into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Register for light sensor events if non-hardware based auto-brightnees is enabled
* | | | | Merge change I01935be3 into eclairAndroid (Google) Code Review2009-10-160-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Remove PowerManager.setAutoBrightness()
* | | | | 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-150-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * changes: Fix bug 2183179 - Hitting the back key repeatedly makes the notification shade jump up and down
* | | | | Merge change I741a6100 into eclairAndroid (Google) Code Review2009-10-150-0/+0
|/ / / / | | | | | | | | | | | | | | | | * changes: Fix bug where dirty messages for allocations attached to programVertex objects could be lost.
* | | | Merge change I51d41230 into eclairAndroid (Google) Code Review2009-10-150-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * changes: Make sure CF icon updates when using "all CF" MMI.
* | | | Merge change I0d74deb6 into eclairAndroid (Google) Code Review2009-10-150-0/+0
| |/ / |/| | | | | | | | | | | * changes: Fix possible NPE in the code that restores widgets' state.
* | | Merge change Ic9b31801 into eclairAndroid (Google) Code Review2009-10-140-0/+0
|\ \ \ | |/ / |/| | | | | | | | * 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.
* | | Merge change I2492bffe into eclairAndroid (Google) Code Review2009-10-140-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Remove STOPSHIP comment.
* \ \ \ Merge change If30c5e20 into eclairAndroid (Google) Code Review2009-10-140-0/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: SDK doc change per http://b/2158141 - adds new res wizard to L10N tutorial. Changed image links to use @docRoot.
* | | | Merge change I4ef3e82f into eclairAndroid (Google) Code Review2009-10-140-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: 7 more ringtones. Now with more Dr. No!
* \ \ \ \ Merge change I875200fe into eclairAndroid (Google) Code Review2009-10-140-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * changes: Another fix for #2186897: Cannot unlock the device by swiping
* | | | | Merge change Iac534225 into eclairAndroid (Google) Code Review2009-10-130-0/+0
|/ / / / | | | | | | | | | | | | | | | | * changes: Fix issue #2186709: Can't unlock the device for a while
* | | | Merge change I61c08260 into eclairAndroid (Google) Code Review2009-10-130-0/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Futher reduce the logging of EriManager.
* | | | Merge change I1369e9ab into eclairAndroid (Google) Code Review2009-10-130-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Work on issue #2144454: Inconsistent swipes...
* \ \ \ \ Merge change If1acb2dd into eclairAndroid (Google) Code Review2009-10-130-0/+0
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | * changes: Add a little logging to diagnose wifi cycle bug
* | | | Merge change I9f93ce61 into eclairAndroid (Google) Code Review2009-10-130-0/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * changes: Throttle camera preview frames to the app. Bug 2180302.
* | | | Merge change I124356f6 into eclairAndroid (Google) Code Review2009-10-120-0/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: Continue caching "POST" result so that we won't get the resubmission warning when back to Google search result.
* | | | Merge change I71f48a21 into eclairAndroid (Google) Code Review2009-10-120-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * changes: Reduce the amount of EriManager Logging.
* | | | Merge change I6261ab54 into eclairAndroid (Google) Code Review2009-10-121-4/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"
| * | | | Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"Dima Zavin2009-10-091-4/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit ed5ecdba36648973be3033a045e2ece8bf039e4a.
* | | | | Merge change Iad66a274 into eclairAndroid (Google) Code Review2009-10-120-0/+0
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | * changes: Fix race condition in WindowManagerService.disableKeyguard()
* | | | Merge change I305c181c into eclairAndroid (Google) Code Review2009-10-120-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: Delay 500ms between each registering each SDP record using sdptool.
* | | | Merge change I067d55ea into eclairAndroid (Google) Code Review2009-10-120-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * changes: Fix issue #2179931: Power key to wake up frequently ignored when in dock app
* | | Merge change I66693ea2 into eclairAndroid (Google) Code Review2009-10-100-0/+0
|\ \ \ | |/ / |/| | | | | | | | * changes: fix sync exponential backoff for expedited syncs
* | | Merge change I5e482bbc into eclairAndroid (Google) Code Review2009-10-090-0/+0
| | | | | | | | | | | | | | | * changes: Add new RenderScript sample: ImageProcessing.
* | | Merge change Iee649a81 into eclairAndroid (Google) Code Review2009-10-080-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add LAST_KMSG_KB variable, used to tune the size of /proc/last_kmsg uploads. See bug 2177046.
* \ \ \ Merge change I9485aec1 into eclairAndroid (Google) Code Review2009-10-080-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen
* | | | Merge change I490e01ba into eclairAndroid (Google) Code Review2009-10-080-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2174566: HOT STABILITY: NPE in activity manager
* | | | | Merge change I88c6e267 into eclairAndroid (Google) Code Review2009-10-080-0/+0
| |/ / / |/| | | | | | | | | | | | | | | * changes: Fix issue #2175693: Add vmallocinfo to dumpstate
* | | | Merge change Ib96df854 into eclairAndroid (Google) Code Review2009-10-081-3/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: add a way to easily catch and log GL errors (compile time flag)
| * | | | add a way to easily catch and log GL errors (compile time flag)Mathias Agopian2009-10-081-3/+21
| | | | |