- 27 Oct, 2009 8 commits
-
-
Scott Main authored
Merge commit '08c57535' into eclair * commit '08c57535': docs: add 2.0 highlights doc and updated homepage
-
Dirk Dougherty authored
Merge commit 'a250f0c8' into eclair * commit 'a250f0c8': doc change: fix broken link at top of installing doc
-
Android (Google) Code Review authored
* changes: Fixed the H263 video duation which caused the incorrect video validation.
-
Yu Shan Emily Lau authored
-
Android (Google) Code Review authored
* changes: Run the metadataretriever at background priority. Bug 2187133.
-
Android (Google) Code Review authored
* changes: Disable flaky and failing tests.
-
Brett Chabot authored
Bugs 2118268, 2176089
-
Scott Main authored
-
- 26 Oct, 2009 8 commits
-
-
Dave Sparks authored
This change forces metadata retreiver threads to background priority. Uses an inner class to encapsulate the priority change so that it automatically restores priority when returning to the client.
-
Android (Google) Code Review authored
* changes: Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
-
Android (Google) Code Review authored
* changes: Add Authentication Type field to the APN settings.
-
Mike Lockwood authored
Fixes bug b/2198028 (testDirectionsFromScratchByTyping fails because of android.permission.ACCESS_WIFI_STATE) Change-Id: I44e95981d805189ed6d906d388c5189ee788802f Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Jaikumar Ganesh authored
Use auth type to setup data connection. This value defaults to -1 (unset) to maintain compatibility. When the value is -1, the auth type gets set to 0 (if no user is specified) or 3. Bug: 181700
-
Mike Lockwood authored
Change-Id: I42d2d1331c2a6234dfbdaa99f0cc8ab249f7ce22 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Andreas Huber authored
Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers." This reverts commit 7a03b074.
-
Eric Laurent authored
Bluetooth A2DP suspend-resume improvements. This change will reduce the occurence rate of A2DP sink suspend resume failures observed in issues 2184627, 2181005 and possibly 2189628. More robust suspend/resume logic. Use only the suspend request to audio hardware to avoid having two concurent suspend resume control paths.
-
- 25 Oct, 2009 1 commit
-
-
Mike Lockwood authored
This is deprecated and will be removed in the next release. Change-Id: I23c5e711fd8e6768da2f5190d1b6c9fa77de41a6 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 24 Oct, 2009 4 commits
-
-
Mike Lockwood authored
Change-Id: Ic652ac22ec3256d71d12504148927349dfbd3384 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Android (Google) Code Review authored
* changes: Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume.
-
Android (Google) Code Review authored
* changes: Patching in hidden API to allow app managed preview frame buffers.
-
Android (Google) Code Review authored
* changes: Add size checks for glBufferData and glBufferSubData
-
- 23 Oct, 2009 12 commits
-
-
Android (Google) Code Review authored
* changes: fix [2211532] improves sholes graphics performance
-
Mathias Agopian authored
Instead of using glTex{Sub}Image2D() to refresh the textures, we're using an EGLImageKHR object backed up by a gralloc buffer. The data is updated using memcpy(). This is faster than glTex{Sub}Image2D() because the texture is not swizzled. It also uses less memory because EGLImageKHW is not limited to power-of-two dimensions.
-
Tom Taylor authored
Add a method so the ContactInfoWidget will throw away the cached info it has on a contact (e.g. picture and uri). Change-Id: Ia8f376e356c6bcf246bbd72239c5ca2a3b7c9574
-
Eric Laurent authored
Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. Unlock mLock mutex when exiting upon wait stop timeout condition. Increase timeout delays to avoid timing out when A2DP exits standby.
-
Andrew Harp authored
Commit-Id: If3c30fc932697afa966cc97b17749e9996de92ee
-
Dianne Hackborn authored
Note: currently only implements an async version (no result), and not yet actually tested. Change-Id: Id47ed045a4b0eb309ea8c58daf41a0e03eff1d3a
-
Dirk Dougherty authored
Merge commit '61c29c29' into eclair * commit '61c29c29': doc change: incorporate comments on SDK docs and structure.
-
Dirk Dougherty authored
Bug: 2160782
-
Android (Google) Code Review authored
* changes: doc change: incorporate comments on SDK docs and structure.
-
Fred Quintana authored
Merge commit 'f4520f3e' into eclair * commit 'f4520f3e': update account manager javadoc
-
Android (Google) Code Review authored
* changes: update account manager javadoc
-
Dirk Dougherty authored
Bug: 2160782
-
- 22 Oct, 2009 7 commits
-
-
Fred Quintana authored
-
Android (Google) Code Review authored
* changes: Update the names of the widgets when the locale changes.
-
Android (Google) Code Review authored
* changes: Handle bad SIM message
-
Eric Fischer authored
Bug 1814373, Bug 2152730
-
Tom Taylor authored
When trying to view the saved sms messages on my SIM, I ran into a null ref. With this fix, we don't try and wrap a null message, but just skip it. This is part one of three fixes for BC-triaged bug 2205782. Change-Id: Ie7105dae7e3134b98681deabcc14f5db555902f3
-
Android (Google) Code Review authored
* changes: PowerManager: Don't poke user activity in setKeyboardVisibility unless the state actually changed.
-
Mike Lockwood authored
Fixes bug b/2158297 (lock screen should time out after 7 seconds) Change-Id: Ia3f7ef6464129ab78283923dbfd7f7472136e676 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-