Mathias Agopian
2ad8ec50a5
fix [2071412] work around mdp 32-bits fade limitation
...
in the case where we fade a 32-bits surface (ie: GL_MODULATE w/ a,a,a,a + blending),
we first make a copy of the background into a RGB buffer, then we blend the 32-bits
surface as usual (without the alpha component), and finally blend the copy of
the background on top with 1-a. This uses a lot of bandwidth, but no CPU time.
2009-10-28 14:49:44 -07:00
Android (Google) Code Review
d5493f3f5e
Merge change I8e7f5f07 into eclair
...
* changes:
DO NOT MERGE: Fix loss of focus after wakeup into incall screen
2009-10-28 15:09:29 -04:00
Scott Main
bc0bd61b6c
am d14f1bd7: Merge change Iacb6e122 into eclair-sdk
...
Merge commit 'd14f1bd7e4ba28489bdc472aa736aee5a587cb98' into eclair
* commit 'd14f1bd7e4ba28489bdc472aa736aee5a587cb98':
docs: add 2.0 video to developer site feature videos
2009-10-28 11:40:09 -07:00
Dirk Dougherty
ad94e2edf2
am 5a4d6696: Merge change Ib80db923 into eclair-sdk
...
Merge commit '5a4d66965d3c5061d47201fcaa62c90d126e7187' into eclair
* commit '5a4d66965d3c5061d47201fcaa62c90d126e7187':
doc change: some fixes for online sdk docs. update "testing" section of screens support doc.
2009-10-28 11:39:55 -07:00
Android (Google) Code Review
47c62b2af3
Merge change Iacb6e122 into eclair-sdk
...
* changes:
docs: add 2.0 video to developer site feature videos
2009-10-28 14:27:48 -04:00
Android (Google) Code Review
7db59d5fd3
Merge change Id4d04def into eclair
...
* changes:
Fix a race that kept the locale picker from working under heavy CPU load.
2009-10-28 13:18:39 -04:00
Android (Google) Code Review
d1282db952
Merge change Ib80db923 into eclair-sdk
...
* changes:
doc change: some fixes for online sdk docs. update "testing" section of screens support doc.
2009-10-28 11:56:04 -04:00
Android (Google) Code Review
6fd43c9fc2
Merge change I4e83a76a into eclair
...
* changes:
Fix bug 2201417. Whenever the System setting that indicates whether the notifcation stream uses the ring volume changes, the table of stream volume aliases in AudioService is updated. But the name of the alias stored in VolumeStreamState.mVolumeIndexSettingName was not updated whenever the NOTIFICATIONS_USE_RING_VOLUME setting was updated. This caused the wrong volume setting to be persisted. This change ensures the setting name is updated whenever the volume alias is, and persists the notification volume change right away (instead of after a delay), so that registered observers are notified right away. The notification seekbar in the sound settings is an example of such an observer.
2009-10-28 11:47:54 -04:00
Android (Google) Code Review
33aed667c2
Merge change I081f08c1 into eclair
...
* changes:
A better solution for ignoring user activity while the screen is animating off.
2009-10-28 08:46:06 -04:00
Mathias Agopian
32216166f1
added GL test for textured lines
2009-10-28 02:09:21 -07:00
Android (Google) Code Review
1150a2f40b
Merge change I8d2de438 into eclair
...
* changes:
fix [2143798] Need to figure out how to do video
2009-10-28 02:42:12 -04:00
Android (Google) Code Review
8091a718eb
Merge change I95529db1 into eclair
...
* changes:
Add Free Flight ringtone to source tree.
2009-10-27 20:36:13 -04:00
Scott Main
13826b69d9
am 675eb31d: Merge change I1a010c12 into eclair-sdk
...
Merge commit '675eb31d8d3f349de3d4f8db11631aee0118d85d' into eclair
* commit '675eb31d8d3f349de3d4f8db11631aee0118d85d':
docs: fix broken link for download page.
2009-10-27 17:27:13 -07:00
Android (Google) Code Review
dbeaf149e1
Merge change I1a010c12 into eclair-sdk
...
* changes:
docs: fix broken link for download page.
2009-10-27 20:16:58 -04:00
Android (Google) Code Review
3c717728be
Merge change Idb328ab7 into eclair
...
* changes:
Explicitly specify that online-sdk depends on framework-res.
2009-10-27 19:02:47 -04:00
Android (Google) Code Review
c042568836
Merge change I2e90d640 into eclair
...
* changes:
Remove the activity restart between urls.
2009-10-27 18:44:56 -04:00
Android (Google) Code Review
1f9ea034ae
Merge change I7136220b into eclair
...
* changes:
Fix egl cleanup code on context teardown.
2009-10-27 18:37:48 -04:00
Android (Google) Code Review
f62114d917
Merge change I9c242127 into eclair
...
* changes:
PowerManagerService: Animate LCD backlight changes due to autobrightness support.
2009-10-27 16:43:28 -04:00
Android (Google) Code Review
b6d7e7378a
Merge change I8cc42c52 into eclair
...
* changes:
Add some logging to detect if AsyncPlayer is lagging. Bug 2201082.
2009-10-27 16:34:37 -04:00
Mathias Agopian
54ba51dff2
fix [2143798] Need to figure out how to do video
...
Use EGLImageKHR instead of copybit directly.
We now have the basis to use streaming YUV textures (well, in fact
we already are). When/if we use the GPU instead of the MDP we'll
need to make sure it supports the appropriate YUV format.
Also make sure we compile if EGL_ANDROID_image_native_buffer is not supported
2009-10-27 13:13:29 -07:00
Android (Google) Code Review
84a3f66ba8
Merge change I882d2eb8 into eclair
...
* changes:
do not merge
2009-10-27 15:50:10 -04:00
Android (Google) Code Review
ebefe431b8
Merge change Idb13ed9a into eclair
...
* changes:
Add SDK version for MR1.
2009-10-27 15:47:57 -04:00
Android (Google) Code Review
36bc94173c
Merge change I11c3cdc7 into eclair
...
* changes:
Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
2009-10-27 13:02:43 -04:00
Android (Google) Code Review
b6733cb599
Merge change Ib0d3d9d0 into eclair
...
* changes:
PowerManagerService: Clear Binder calling identity around calls to Sensor Manager.
2009-10-27 08:01:38 -04:00
Dirk Dougherty
1f317d7bea
am 946f9d1e: Merge change I020b31e1 into eclair-sdk
...
Merge commit '946f9d1edc25346f42e30e94e1553bcadea2acf5' into eclair
* commit '946f9d1edc25346f42e30e94e1553bcadea2acf5':
doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.
2009-10-26 18:31:20 -07:00
Scott Main
4e69f3e14c
am 08c57535: docs: add 2.0 highlights doc and updated homepage
...
Merge commit '08c57535d180469bf902e75fc90c9f87c5ceb9a7' into eclair
* commit '08c57535d180469bf902e75fc90c9f87c5ceb9a7':
docs: add 2.0 highlights doc and updated homepage
2009-10-26 18:31:04 -07:00
Dirk Dougherty
e6bdaa7ad9
am a250f0c8: doc change: fix broken link at top of installing doc
...
Merge commit 'a250f0c808ff01f7a5c9fe393ef2bdf4266a7d9f' into eclair
* commit 'a250f0c808ff01f7a5c9fe393ef2bdf4266a7d9f':
doc change: fix broken link at top of installing doc
2009-10-26 18:30:30 -07:00
Android (Google) Code Review
7da9abd326
Merge change I020b31e1 into eclair-sdk
...
* changes:
doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.
2009-10-26 21:24:44 -04:00
Android (Google) Code Review
b922a57fa4
Merge change I96458368 into eclair
...
* changes:
Fixed the H263 video duation which caused the incorrect video validation.
2009-10-26 21:10:48 -04:00
Android (Google) Code Review
acc3a9b43e
Merge change I7c0d20a7 into eclair
...
* changes:
Run the metadataretriever at background priority. Bug 2187133.
2009-10-26 21:00:46 -04:00
Android (Google) Code Review
b97c23139e
Merge change I5535bbdf into eclair
...
* changes:
Disable flaky and failing tests.
2009-10-26 20:59:29 -04:00
Android (Google) Code Review
5dc142c8ce
Merge change I6e50a8c6 into eclair
...
* changes:
Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers."
2009-10-26 18:41:19 -04:00
Android (Google) Code Review
857851f55b
Merge change I2811f162 into eclair
...
* changes:
Add Authentication Type field to the APN settings.
2009-10-26 18:14:15 -04:00
Android (Google) Code Review
730ab0bc3b
Merge change Icf10db28 into eclair
...
* changes:
Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume.
2009-10-24 04:32:28 -04:00
Android (Google) Code Review
0483686638
Merge change If3c30fc9 into eclair
...
* changes:
Patching in hidden API to allow app managed preview frame buffers.
2009-10-23 22:08:30 -04:00
Android (Google) Code Review
fd7e82bf23
Merge change Ic620a52b into eclair
...
* changes:
Add size checks for glBufferData and glBufferSubData
2009-10-23 20:30:33 -04:00
Android (Google) Code Review
b15705988b
Merge change I56c3504f into eclair
...
* changes:
fix [2211532] improves sholes graphics performance
2009-10-23 19:02:12 -04:00
Mathias Agopian
57720c384a
fix [2211532] improves sholes graphics performance
...
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.
2009-10-23 15:37:28 -07:00
Dirk Dougherty
9521fc0f17
am 61c29c29: Merge change Ieeb0b251 into eclair-sdk
...
Merge commit '61c29c293adf0ea4e28eefafbd1be948eb2d85c8' into eclair
* commit '61c29c293adf0ea4e28eefafbd1be948eb2d85c8':
doc change: incorporate comments on SDK docs and structure.
2009-10-22 18:02:54 -07:00
Android (Google) Code Review
e46a8427dd
Merge change Ieeb0b251 into eclair-sdk
...
* changes:
doc change: incorporate comments on SDK docs and structure.
2009-10-22 20:53:38 -04:00
Fred Quintana
c5e481aa75
am f4520f3e: Merge change I9161f53d into eclair-sdk
...
Merge commit 'f4520f3e03e120ed109a579c1936994b142523c3' into eclair
* commit 'f4520f3e03e120ed109a579c1936994b142523c3':
update account manager javadoc
2009-10-22 17:53:28 -07:00
Android (Google) Code Review
a3c57dd19d
Merge change I9161f53d into eclair-sdk
...
* changes:
update account manager javadoc
2009-10-22 20:44:12 -04:00
Android (Google) Code Review
86bac64f29
Merge change I63c2d9ed into eclair
...
* changes:
Update the names of the widgets when the locale changes.
2009-10-22 18:38:29 -04:00
Android (Google) Code Review
34a7ab856f
Merge change Ie7105dae into eclair
...
* changes:
Handle bad SIM message
2009-10-22 18:37:51 -04:00
Android (Google) Code Review
37acab06d7
Merge change Ia3f7ef64 into eclair
...
* changes:
PowerManager: Don't poke user activity in setKeyboardVisibility unless the state actually changed.
2009-10-22 16:24:05 -04:00
Dirk Dougherty
34cd567e40
am ee58d1bf: doc change: Add docs for SDK. Support new modular structure. In Android.mk, change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent.
...
Merge commit 'ee58d1bf9c54eaed623c4419e1d9db269a9c4137' into eclair
* commit 'ee58d1bf9c54eaed623c4419e1d9db269a9c4137':
doc change: Add docs for SDK. Support new modular structure. In Android.mk, change @since level identifier to 5.xml, expose adt downloadable vars. Fix links that pointed to @sdkCurrent.
2009-10-22 11:22:12 -07:00
Dirk Dougherty
186d2c5c11
am 6797b9fa: doc change: add diff report 4 -> 5
...
Merge commit '6797b9fa06b4c86b92da117a7f84277f7a380820' into eclair
* commit '6797b9fa06b4c86b92da117a7f84277f7a380820':
doc change: add diff report 4 -> 5
2009-10-22 11:21:47 -07:00
Dirk Dougherty
3bb609c7e6
am 439bf97c: doc change: edits to the screens support doc.
...
Merge commit '439bf97ca5adb3e33eaf15faf25034b012a7d9d0' into eclair
* commit '439bf97ca5adb3e33eaf15faf25034b012a7d9d0':
doc change: edits to the screens support doc.
2009-10-22 11:21:23 -07:00
Dirk Dougherty
3b9a16f8dc
am f4b5540b: doc change only: add screens support doc
...
Merge commit 'f4b5540b35a37ae5b999a50c2195bb43eb125f3c' into eclair
* commit 'f4b5540b35a37ae5b999a50c2195bb43eb125f3c':
doc change only: add screens support doc
2009-10-22 11:21:12 -07:00
Scott Main
ca5aa0d8b0
am f90178d0: docs only. fix some typos.
...
Merge commit 'f90178d08d3a6cdb500a6f4d1069c38036b3db69' into eclair
* commit 'f90178d08d3a6cdb500a6f4d1069c38036b3db69':
docs only.
2009-10-22 11:20:55 -07:00