summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't drop video frames but to release them.James Dong2010-12-061-1/+4
| | | | | | bug - 3259009 Change-Id: Ib7634f10a7fe7b7ce7014b79b07957d194bae1a7
* am 0484a673: am daef0a04: Merge "[3229973, 3247470, ...] set ↵Mathias Agopian2010-12-061-8/+25
|\ | | | | | | | | | | | | EGLNativeWindowSurface\'s format in EGL" into gingerbread * commit '0484a673c5839d2be9e615e52c6a45febdf1127b': [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGL
| * am daef0a04: Merge "[3229973, 3247470, ...] set EGLNativeWindowSurface\'s ↵Mathias Agopian2010-12-061-8/+25
| |\ | | | | | | | | | | | | | | | | | | format in EGL" into gingerbread * commit 'daef0a040de7a9825bdbcba7b2eae66195e3a95f': [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGL
| | * Merge "[3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGL" ↵Mathias Agopian2010-12-061-8/+25
| | |\ | | | | | | | | | | | | into gingerbread
| | | * [3229973, 3247470, ...] set EGLNativeWindowSurface's format in EGLMathias Agopian2010-12-031-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (there are multiple bugs this should fix) we now use the EGL_NATIVE_VISUAL_ID of a config to set the ANativeWindow's format from eglCreateWindowSurface(), this guarantees that the surface's format will match whatever EGLConfig the user chose. this should fix all current and future config/surface format mismatch and allow users to easily select 32-bits surfaces. Change-Id: I3835d0eb70c75eeecded3c3509a0a8207554c98b
* | | | Merge "Correctly render text when coordinates are not integers. Bug #3225632"Romain Guy2010-12-064-27/+98
|\ \ \ \
| * | | | Correctly render text when coordinates are not integers.Romain Guy2010-12-064-27/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #3225632 Change-Id: If09759e6e95eb2885362ab3ba088cf5aae64c7bf
* | | | | Merge "Log the exception cause for better problem analysis"James Dong2010-12-061-1/+1
|\ \ \ \ \
| * | | | | Log the exception cause for better problem analysisJames Dong2010-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia1f81adb6fc3be87098c9399509b68d5daf7f2da
* | | | | | am ea294903: am eba947a3: Merge "Remove ACTION_TAG_DISCOVERED from protected ↵Nick Pelly2010-12-061-1/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | broadcast list." into gingerbread * commit 'ea294903ca4c298c44b50b473b9b10ae2b77c9e3': Remove ACTION_TAG_DISCOVERED from protected broadcast list.
| * | | | | am eba947a3: Merge "Remove ACTION_TAG_DISCOVERED from protected broadcast ↵Nick Pelly2010-12-061-1/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | list." into gingerbread * commit 'eba947a32a0233b3a2b384c580ab47bc7f27bb4d': Remove ACTION_TAG_DISCOVERED from protected broadcast list.
| | * | | | Merge "Remove ACTION_TAG_DISCOVERED from protected broadcast list." into ↵Nick Pelly2010-12-061-1/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | gingerbread
| | | * | | | Remove ACTION_TAG_DISCOVERED from protected broadcast list.Nick Pelly2010-12-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACTION_TAG_DISCOVERED is a start activity intent, not a broadcast intent, so its presence in this list is redundant. Change-Id: I05419ec9c4471b7b11c9ae50a02e5ac3d9e572d2
* | | | | | | Merge "Make webview edges behave the same way abslistview overscroll edges do."Mindy Pereira2010-12-062-9/+12
|\ \ \ \ \ \ \
| * | | | | | | Make webview edges behave the same way abslistview overscroll edges do.Mindy Pereira2010-12-062-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The assets are not scaled to start before the left or after the right edge of the view. For the top edge, start the canvas for rendering the glow after the title bar (if it is visible) or most of the glow gets cut off. Change-Id: Ia1a513fda4d1106d671919bb289aa83f8800c2c2
* | | | | | | | Merge "Clean up button bar styles"Adam Powell2010-12-0612-369/+200
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up button bar stylesAdam Powell2010-12-0612-369/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I65b6600f72b92db024f83b63d3ea91abc1cbb96c
* | | | | | | | | Merge "Propagate the concept of "packed opcode" values."Dan Bornstein2010-12-061-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Propagate the concept of "packed opcode" values.Dan Bornstein2010-12-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dalvik now exposes a distinction between "packed" and regular opcode values. The packed values are more densely defined in the range 0-0x1ff, whereas the regular values are sparsely defined across the range 0-0xffff. The only current use for packed values at this level is in opcode usage reporting, but their use may expand over time. Change-Id: Ie783b90cb2dcb9df8f3eb19a7c708a53906fdbe4
* | | | | | | | | | Merge "cherry pick from gingerbread: ↵Scott Main2010-12-06246-0/+59146
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I14e59a2281fac9a437ebf52df4c846e7a1e9cc4a Do not merge: Doc change: API diff report for gingerbread."
| * | | | | | | | | | cherry pick from gingerbread: I14e59a2281fac9a437ebf52df4c846e7a1e9cc4aDirk Dougherty2010-12-06246-0/+59146
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not merge: Doc change: API diff report for gingerbread. Change-Id: Ib6d916f76614ddcb80760fb89f6bb3d7d66344b8
* | | | | | | | | | Merge "cherry pick from gingerbread: ↵Scott Main2010-12-0614-29/+1422
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | I08a2f67d324484ed05b956c540facd69f9028563 Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform."
| * | | | | | | | | cherry pick from gingerbread: I08a2f67d324484ed05b956c540facd69f9028563Dirk Dougherty2010-12-0614-29/+1422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform. Change-Id: Iac08560728b3c6783ee6fcbd31ec6aca58b156d3
* | | | | | | | | | Merge "Make Proxy change broadcast sticky"Robert Greenwalt2010-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make Proxy change broadcast stickyRobert Greenwalt2010-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it easier for apps who care. Includes the current values. Change-Id: I5f1d3589a036ebc9910281f97d4780ecda2829f2
* | | | | | | | | | | am 23b791cd: am d57fbe88: Fixed a race condition where some recording frames ↵James Dong2010-12-060-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | may not be released * commit '23b791cd0f725d188b84dabfd9eeab4e3775b869': Fixed a race condition where some recording frames may not be released
| * | | | | | | | | | am d57fbe88: Fixed a race condition where some recording frames may not be ↵James Dong2010-12-061-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | released * commit 'd57fbe887fabd027e644caeaa2139c863143a786': Fixed a race condition where some recording frames may not be released
| | * | | | | | | | | Fixed a race condition where some recording frames may not be releasedJames Dong2010-12-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug - 3258924 Change-Id: I4f30d04a713676f5da40e6a7dd861510cc041f9b
* | | | | | | | | | | am 465e88eb: am 1ee2394e: am 1d67fa5b: Merge "Changing connect and response ↵Jean-Baptiste Queru2010-12-061-4/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | / / / / / / | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | timeout." * commit '465e88eb008408d4e655ca7bdd9c2b3ac305e54b': Changing connect and response timeout.
| * | | | | | | | | am 1ee2394e: am 1d67fa5b: Merge "Changing connect and response timeout."Jean-Baptiste Queru2010-12-061-4/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1ee2394edd4b90111f8174862c7c0f435e1a3634': Changing connect and response timeout.
| | * \ \ \ \ \ \ \ \ am 1d67fa5b: Merge "Changing connect and response timeout."Jean-Baptiste Queru2010-12-061-4/+7
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1d67fa5b110a1df21e408d450394fb62d5dc9a1e': Changing connect and response timeout.
| | | * \ \ \ \ \ \ \ \ Merge "Changing connect and response timeout."Jean-Baptiste Queru2010-12-061-4/+7
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Changing connect and response timeout.Henrik Baard2010-12-061-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In bad network conditions and where switches often occur between 2G and 3G the timeout of 20s is too short. Setting this timeout to 60 seconds will improve functionality in bad conditions while it will not affect functionality in good networks. This change also aligns the timeouts with the timeouts used by the Browser (Connection.java). Change-Id: I0fbe3cbfe734f8d55a41bfa5d8ab6b332a19f912
* | | | | | | | | | | | | Merge "Tracking dalvik.bytecode.* API changes"Brian Carlstrom2010-12-061-21/+460
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Tracking dalvik.bytecode.* API changesBrian Carlstrom2010-12-061-21/+460
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id27a57cbc760bd56a8b49f287bab1f8eee20f2c4
* | | | | | | | | | | | | Merge "Test that we use proxies specified by system properties."Jesse Wilson2010-12-062-142/+266
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Test that we use proxies specified by system properties.Jesse Wilson2010-12-062-142/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tests that we use the properties and also that the precedence prefers client and request properties. Change-Id: I480dacaf373e3ddd7642d3c918fa50695b36cdba http://b/3254717
* | | | | | | | | | | | | | Merge "make sure that pending operation reconstituted from disk always have ↵Fred Quintana2010-12-061-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | an extras bundle"
| * | | | | | | | | | | | | make sure that pending operation reconstituted from diskFred Quintana2010-12-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always have an extras bundle Bug:3226463 Change-Id: I16db632e0be1e75a77853394f716d4c47c08359e
* | | | | | | | | | | | | | Merge "Merge from gingerbread-plus-aosp"Jean-Baptiste Queru2010-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from gingerbread-plus-aospJean-Baptiste Queru2010-12-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I154071687cdd51c28bb377ea3f1e818e96909b56
| | * | | | | | | | | | | | | am 005dd44b: am 864b1e00: Merge "NumberPicker: Set formatter local value to US."Jean-Baptiste Queru2010-12-061-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '005dd44b756ccd5812ac55f07f93e3e16ce2be0b': NumberPicker: Set formatter local value to US.
| | | * | | | | | | | | | | | am 864b1e00: Merge "NumberPicker: Set formatter local value to US."Jean-Baptiste Queru2010-12-061-1/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '864b1e007dc741ec10c23cabc0271f97a5b8c598': NumberPicker: Set formatter local value to US.
| | | | * | | | | | | | | | | Merge "NumberPicker: Set formatter local value to US."Jean-Baptiste Queru2010-12-061-1/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | | NumberPicker: Set formatter local value to US.Chen Libao2010-12-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the Arabic language formatter would make number "1,2,3" to Arabic language word means one,two,three, NumberPicker won't like to show any thing other than numbers, add local settings to US, make the number 1,2,3 Change-Id: If2d161ac4133f6c9c6e1ec284d6d2fbf01855fa0
* | | | | | | | | | | | | | | Merge "Add inPreferQualityOverSpeed into BitmapFactory.Options."Wei-Ta Chen2010-12-064-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add inPreferQualityOverSpeed into BitmapFactory.Options.Wei-Ta Chen2010-12-064-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new field allows a developer to use a more accurate by slightly slower IDCT method in JPEG decode. This in turns improves the quality of the reconstructed image. The field by default is not set and thus does not affect existing applications. Bug: 3238925 Change-Id: I93d55b7226e47a43e639325cd1a677694d6f2ee4
* | | | | | | | | | | | | | | Merge "Merge from gingerbread-plus-aosp"Jean-Baptiste Queru2010-12-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from gingerbread-plus-aospJean-Baptiste Queru2010-12-061-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0f4726870be5791e62f98fb45afd82b20f8ffba0
| | * | | | | | | | | | | | | | am c1576ad6: Update the docs to clarify the ordering constraints.Jeff Hamilton2010-12-051-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c1576ad627d3d2b2d3c0764c605ebbf3ddc24401': Update the docs to clarify the ordering constraints.