Android (Google) Code Review
2364ae3160
Merge change I1f30f3f1 into eclair
...
* changes:
Fix #2201615 : getCallingPackage returns calling process instead of calling package
2009-10-20 19:14:20 -04:00
Android (Google) Code Review
068fc95640
Merge change I14e833fa into eclair
...
* changes:
If we fail to persist the current settings and fall back to the back settings file when reading settings in PackageManager, we might rename the corrupted settings to backup(in case of power failure between the earlier write failure and file deletion) and end up loosing both files. So just clear up the corrupted current settings file if we have backup. The backup wouldn't exist if everything went well with persisting the earlier settings.
2009-10-20 18:51:06 -04:00
Android (Google) Code Review
7793548d0a
Merge change I37c4157d into eclair
...
* changes:
add "junk path" -k option to aapt (DO NOT MERGE)
2009-10-20 16:28:05 -04:00
Android (Google) Code Review
cbc92d7b91
Merge change Ie3ffb526 into eclair
...
* changes:
do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16.
2009-10-20 15:52:29 -04:00
Android (Google) Code Review
3d5b3c099f
Merge change I1932e8f8 into eclair
...
* changes:
Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.
2009-10-20 15:13:05 -04:00
Android (Google) Code Review
82bd3ac45c
Merge change I1864d098 into eclair
...
* changes:
Improve wallpaper offset handling.
2009-10-20 14:27:55 -04:00
Android (Google) Code Review
1d4d11e4f3
Merge change Ib5736616 into eclair
...
* changes:
Fix issue #2191572 : Difficulties drawing window shade
2009-10-20 14:22:37 -04:00
Android (Google) Code Review
a532cc803d
Merge change I61741f5a into eclair
...
* changes:
Fix high density bug 2179543: use 'dip' instead of 'px'
2009-10-20 13:10:42 -04:00
Android (Google) Code Review
8e306feafa
Merge change I4219797a into eclair
...
* changes:
Log exception if we hit an error parsing an incoming SMS message.
2009-10-19 19:38:56 -04:00
Mathias Agopian
673d2dbaae
Use the TLS register if HAVE_ARM_TLS_REGISTER is defined
...
this will be needed for SMP, but would improve dispatching GL calls a bit
on armv6 and above.
2009-10-19 16:13:46 -07:00
Android (Google) Code Review
898300890d
Merge change I0953c1d5 into eclair
...
* changes:
fix [2153873] EGL-1.4 software implementation misses surface attributes
2009-10-19 18:27:47 -04:00
Dianne Hackborn
89c515fa58
am ae26b8b6: Update 5.xml with last minute changes.
...
Merge commit 'ae26b8b6f40ad037927bf02ffd47953001c2cb3b' into eclair
* commit 'ae26b8b6f40ad037927bf02ffd47953001c2cb3b':
Update 5.xml with last minute changes.
2009-10-19 15:04:14 -07:00
Mathias Agopian
0985f6a4ea
fix [2153873] EGL-1.4 software implementation misses surface attributes
2009-10-19 14:46:27 -07:00
Android (Google) Code Review
e614aeaf32
Merge change Ide4c8cbc into eclair
...
* changes:
fix [2151588] glTexSubImage2D() allows pixel format conversion
2009-10-19 17:31:52 -04:00
Android (Google) Code Review
5694da94a7
Merge change I88d11cfb into eclair
...
* changes:
one step towards fixing [2071412] work around mdp 32-bits fade limitation
2009-10-19 17:31:35 -04:00
Mathias Agopian
d13e46158a
fix [2151588] glTexSubImage2D() allows pixel format conversion
2009-10-19 14:23:02 -07:00
Mathias Agopian
6dbedd7519
one step towards fixing [2071412] work around mdp 32-bits fade limitation
...
simplify the GL_MODULATE case and allow blending disabled with RGBA texture
2009-10-16 18:24:12 -07:00
Scott Main
7846561bd6
am f3bc5349: docs: fix doc error in dialog example snippet (no not merge)
...
Merge commit 'f3bc5349b20f642f798c2b96d7bf7c05c2af998f' into eclair
* commit 'f3bc5349b20f642f798c2b96d7bf7c05c2af998f':
docs: fix doc error in dialog example snippet (no not merge)
2009-10-16 17:52:15 -07:00
Android (Google) Code Review
8fe00cfcee
Merge change I11ebbfd9 into eclair
...
* changes:
A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image.
2009-10-16 18:13:19 -04:00
Android (Google) Code Review
997d737bbb
Merge change Idcaa1ef8 into eclair
...
* changes:
1) Add 10 seconds wait time before collecting the end memory. 2) Modified the player stress test, shorten the plabyack time.
2009-10-16 18:06:43 -04:00
Android (Google) Code Review
7ee5449954
Merge change I7299c83b into eclair
...
* 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.
2009-10-16 17:56:29 -04:00
Android (Google) Code Review
031a1dc6d8
Merge change I6fc56997 into eclair
...
* changes:
fix [2187212] add support for GLESv2 dispatch based on TLS
2009-10-16 17:26:55 -04:00
Android (Google) Code Review
76f95d0caf
Merge change Ia8ac904d into eclair
...
* changes:
fix [2182249] [MR1] valgrind error in surface flinger
2009-10-16 17:26:15 -04:00
Android (Google) Code Review
8a601f3795
Merge change Ic37381fb into eclair
...
* changes:
docs: fix doc error in dialog example snippet
2009-10-16 17:23:11 -04:00
Android (Google) Code Review
e48d115ba2
Merge change Ib897cff1 into eclair
...
* 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
2009-10-16 15:36:40 -04:00
Android (Google) Code Review
dfaab0d35b
Merge change I9521cf8b into eclair
...
* changes:
Register for light sensor events if non-hardware based auto-brightnees is enabled
2009-10-16 12:29:39 -04:00
Android (Google) Code Review
cc6581660f
Merge change I01935be3 into eclair
...
* changes:
Remove PowerManager.setAutoBrightness()
2009-10-16 12:29:15 -04:00
Android (Google) Code Review
3f205ecfac
Merge change I0e09e56f into eclair
...
* changes:
Don't callback on NULL client. Bug 2180510.
2009-10-16 01:19:10 -04:00
Android (Google) Code Review
2c037df204
Merge change I486fdb55 into eclair
...
* changes:
Fix bug 2183179 - Hitting the back key repeatedly makes the notification shade jump up and down
2009-10-15 23:32:39 -04:00
Android (Google) Code Review
bff2e7d7f7
Merge change I741a6100 into eclair
...
* changes:
Fix bug where dirty messages for allocations attached to programVertex objects could be lost.
2009-10-15 21:47:03 -04:00
Mathias Agopian
38a7fa2ae3
fix [2182249] [MR1] valgrind error in surface flinger
2009-10-15 18:08:15 -07:00
Android (Google) Code Review
cc4366deb8
Merge change I51d41230 into eclair
...
* changes:
Make sure CF icon updates when using "all CF" MMI.
2009-10-15 18:49:44 -04:00
Android (Google) Code Review
156a67e55e
Merge change I0d74deb6 into eclair
...
* changes:
Fix possible NPE in the code that restores widgets' state.
2009-10-15 18:33:12 -04:00
Dave Sparks
393eb7967f
Don't callback on NULL client. Bug 2180510.
...
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.
2009-10-15 15:18:08 -07:00
Android (Google) Code Review
39c999a537
Merge change Ic9b31801 into eclair
...
* 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.
2009-10-14 20:52:50 -04:00
Android (Google) Code Review
f7f46955f7
Merge change I2492bffe into eclair
...
* changes:
Remove STOPSHIP comment.
2009-10-14 14:55:44 -04:00
Android (Google) Code Review
bf89a25446
Merge change If30c5e20 into eclair
...
* changes:
SDK doc change per http://b/2158141 - adds new res wizard to L10N tutorial. Changed image links to use @docRoot.
2009-10-14 12:52:00 -04:00
Mathias Agopian
618fa10949
fix [2187212] add support for GLESv2 dispatch based on TLS
...
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]
2009-10-14 02:06:37 -07:00
Android (Google) Code Review
90e1850c05
Merge change I4ef3e82f into eclair
...
* changes:
7 more ringtones. Now with more Dr. No!
2009-10-14 03:13:12 -04:00
Android (Google) Code Review
d6e991e167
Merge change I875200fe into eclair
...
* changes:
Another fix for #2186897 : Cannot unlock the device by swiping
2009-10-14 01:51:00 -04:00
Android (Google) Code Review
f1e8da6637
Merge change Iac534225 into eclair
...
* changes:
Fix issue #2186709 : Can't unlock the device for a while
2009-10-13 23:13:37 -04:00
Android (Google) Code Review
7f2eeca5ba
Merge change I61c08260 into eclair
...
* changes:
Futher reduce the logging of EriManager.
2009-10-13 17:07:10 -04:00
Android (Google) Code Review
8ace1a7d11
Merge change I1369e9ab into eclair
...
* changes:
Work on issue #2144454 : Inconsistent swipes...
2009-10-13 14:45:56 -04:00
Android (Google) Code Review
676a3f3ca4
Merge change If1acb2dd into eclair
...
* changes:
Add a little logging to diagnose wifi cycle bug
2009-10-13 12:45:30 -04:00
Android (Google) Code Review
f4fc80918c
Merge change I9f93ce61 into eclair
...
* changes:
Throttle camera preview frames to the app. Bug 2180302.
2009-10-13 06:02:59 -04:00
Android (Google) Code Review
295b1d2c74
Merge change I124356f6 into eclair
...
* changes:
Continue caching "POST" result so that we won't get the resubmission warning when back to Google search result.
2009-10-12 21:30:04 -04:00
Android (Google) Code Review
90ba1f8aed
Merge change I71f48a21 into eclair
...
* changes:
Reduce the amount of EriManager Logging.
2009-10-12 15:25:51 -04:00
Android (Google) Code Review
c811a2e0c9
Merge change I6261ab54 into eclair
...
* changes:
Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"
2009-10-12 15:01:43 -04:00
Android (Google) Code Review
beb1f98afb
Merge change Iad66a274 into eclair
...
* changes:
Fix race condition in WindowManagerService.disableKeyguard()
2009-10-12 14:14:44 -04:00
Android (Google) Code Review
b511d372c6
Merge change I305c181c into eclair
...
* changes:
Delay 500ms between each registering each SDP record using sdptool.
2009-10-12 14:05:44 -04:00