Mike Lockwood
f6572e7ee4
Merge "GPS: Fix network type logic in requestRefLocation" into gingerbread
2010-10-22 08:02:09 -07:00
Kenny Root
8ad30b5b7e
Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
2010-10-22 07:55:44 -07:00
Mike Lockwood
edc0f3876c
GPS: Fix network type logic in requestRefLocation
...
Change-Id: I20ef81bcf029b289389dba57e6cf457fda5acbf4
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-10-22 09:16:17 -04:00
Hung-ying Tyan
1257d330dc
Merge "Clean up pending sessions on incoming call in SipService" into gingerbread
2010-10-21 23:08:59 -07:00
Jeff Hamilton
da83f513ca
Unhide some NFC APIs that are required for the Tag app.
...
Change-Id: Ic64e00476132dbf4644de5c465e06fe11a264508
2010-10-21 23:43:22 -05:00
Dianne Hackborn
de5ba5ef72
Update script for copying NDK headers/library.
...
Change-Id: Ia441ce37123d5b5cd343f2746671495705501fb5
2010-10-21 21:10:26 -07:00
Jeff Hamilton
389a440ad1
Backport ParcelFileDescriptor.createPipe() from master.
...
This allows content providers to expose arbitraty data
through the ContentResolver open* APIs.
Change-Id: I408a0b7cee9cdba5654a962098386c012d6b3549
2010-10-21 22:39:41 -05:00
James Dong
1bd8a8c8ac
Merge "Turn the media time adjustment in file writer back on" into gingerbread
2010-10-21 20:06:59 -07:00
Dianne Hackborn
fdbb2168f7
Merge "Adjust boundaries for screen sizes." into gingerbread
2010-10-21 19:21:28 -07:00
Dianne Hackborn
ba501785c7
Merge "Implement issue #3116702 : New manifest tags for supported screen sizes DO NOT MERGE" into gingerbread
2010-10-21 19:20:49 -07:00
Dianne Hackborn
bf5efba238
Merge "Fix issue #3117918 : No way to finish a native activity" into gingerbread
2010-10-21 19:09:44 -07:00
Dianne Hackborn
db28a94d49
Fix issue #3117918 : No way to finish a native activity
...
Change-Id: Ic53e712f7ab5412d72a31b96ecba252344b91644
2010-10-21 19:07:37 -07:00
James Dong
89a0104c7c
Turn the media time adjustment in file writer back on
...
o This was turned off to unblock the tests on some device
o The adjustment duration is increased to suppress fluctuations observed on some device
bug - 3058745
Change-Id: Iaeeb1c1c52783f5c679305645c995e57b4b2a573
2010-10-21 18:41:31 -07:00
Jeff Brown
6b3178a632
Merge "Fix a race condition in wallpaper move throttling." into gingerbread
2010-10-21 18:02:54 -07:00
Hung-ying Tyan
60c45d0269
Clean up pending sessions on incoming call in SipService
...
Bug: 3122186
Change-Id: I25c9aa19d138f6940a29025d54e7bc2ffb7daa29
2010-10-22 09:01:49 +08:00
Jeff Brown
840db1f678
Fix a race condition in wallpaper move throttling.
...
Bug: 3099316
Change-Id: Ia3221975b5be7fae8359d6ab531bbecd0e29aee9
2010-10-21 17:36:54 -07:00
Dianne Hackborn
e9dbf208e4
Merge "Fix issue #3117472 : Format storage dialog still broken" into gingerbread
2010-10-21 17:28:19 -07:00
Mathias Agopian
aa6df3669d
Merge "fix [3119687] [Maps][4.6.0] Force close in street view" into gingerbread
2010-10-21 16:43:00 -07:00
Dianne Hackborn
4f6ee254bc
Fix issue #3117472 : Format storage dialog still broken
...
Change-Id: I19b3a04e33785a56cb14457e4e3cd9232f585bb1
2010-10-21 16:39:53 -07:00
Mathias Agopian
0c63605535
Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread
2010-10-21 16:20:07 -07:00
Kenny Root
0332d1c5a5
Exit immediately on some linklib failures
...
If the library couldn't be printed to the string, installd should fail
early instead of trying to chmod() back to uninitialized stat struct.
Bug: 3121721
Change-Id: I8a3604954ae657a1e07c1ad8d5569aa80aff9e0a
2010-10-21 16:14:06 -07:00
Mathias Agopian
c4e84b8fbd
fix [3119687] [Maps][4.6.0] Force close in street view
...
The EGLConfig attributes MUST be sorted, because they're used in a binary search.
A recent change introduced a bug where 2 of the configs had improperly
sorted attributes.
Change-Id: I1ac53e4463d62f27125ca9f82ed946e6c98ddba0
2010-10-21 15:58:25 -07:00
Kenny Root
1d79a9d9f8
Use correct size of GAMEPAD_KEYCODES
...
Compute the actual number of indices in the GAMEPAD_KEYCODES instead of
the pure size in bytes.
Bug: 3121536
Change-Id: I71edbd8bf6eff2c8cc0ea5c6845362b3d1e06466
2010-10-21 15:46:03 -07:00
Dianne Hackborn
b51dc0fe2a
Adjust boundaries for screen sizes.
...
Part of issue #3116702 : New manifest tags for supported screen sizes
Kind-of.
If you turn your head side-ways.
Change-Id: I446f1e2eadba1ce284c93ff9fb0197bb0e6b0fca
2010-10-21 15:34:47 -07:00
Dianne Hackborn
a6d9c7c04c
Implement issue #3116702 : New manifest tags for supported screen sizes DO NOT MERGE
...
Change-Id: Iabf64d86c89d387ffbfbc39f950d308a73fe17eb
2010-10-21 15:32:06 -07:00
Kenny Root
0b22423878
Initialized check in ZipFileRO::findEntryByName
...
If a ZipFileRO object is uninitialized, the hash table will not have
been initialized. This condition wasn't checked in findEntryByName.
Bug: 3121109
Change-Id: Ib696e0e7e0cb4dd0fb2e456d6a847e5e8f4fe14e
2010-10-21 15:25:12 -07:00
Chia-chi Yeh
703aae06c0
Merge "RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples." into gingerbread
2010-10-21 12:53:37 -07:00
Chia-chi Yeh
8a68b52b98
RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples.
...
Rewrite using integer arithmetic to get full 32-bit precision instead
of 23-bit in single precision floating-points.
Bug: 3029745
Change-Id: If67dcc403923755f403d08bbafb41ebce26e4e8b
2010-10-22 03:47:02 +08:00
Scott Main
4b5da6829a
docs: fix a couple api links
...
Change-Id: If0e35011a28dc87324e2d53e856cfcdb35236061
2010-10-21 11:49:12 -07:00
Nick Kralevich
62d0970c82
Merge "allow dumpstate to work for non-root users." into gingerbread
2010-10-21 11:35:49 -07:00
John Huang
7dc08fb070
Merge "Fix connect duration for un-established SIP calls." into gingerbread
2010-10-21 10:46:17 -07:00
Nick Kralevich
77d87aa7ff
allow dumpstate to work for non-root users.
...
Change-Id: Iaad4a097f5e09914842955dafbc0a09cc7a1db48
2010-10-21 09:14:14 -07:00
Sylvain Fonteneau
a71354d766
Enable presence check at application level using
...
RawTagConnection.isConnected() method.
Also needs packages/apps/Nfc to be updated.
Change-Id: I726e88853e2c4b348f3b87b7574bc6eded7f5b7c
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-21 03:54:52 -07:00
Nick Pelly
7ea5c45e8d
NFC settings cleanup.
...
Remove NFC settings from Settings.System. The NFC Service tracks them
internally using SharedPreference.
Revert back to enable()/disable()/isEnabled() - Tag discovery is the
only functionality NFC service performs right now so we don't need to
break it up more explicitly yet. enable/disable is the global NFC
on/off and later we'll add enableDiscovery(), enableTagEmulation(),
enableSecureElement() etc as needed.
Change-Id: Id5b23e89d4a29511835f509962842452075e56cb
Signed-off-by: Nick Pelly <npelly@google.com>
2010-10-21 03:54:51 -07:00
Hung-ying Tyan
5d9e3bbb9d
Fix connect duration for un-established SIP calls.
...
Bug: 3118364
Change-Id: I931b675de04a3aac70b45d6bae27ab42a84f2d1e
2010-10-21 15:54:46 +08:00
James Dong
fa7a87fb4b
Merge "File writer size estimation improvement" into gingerbread
2010-10-20 20:07:57 -07:00
Mathias Agopian
2b2da52608
Merge "Add a test application to dump all the EGLConfig available" into gingerbread
2010-10-20 20:05:28 -07:00
Mathias Agopian
73655bd2d3
Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread
2010-10-20 20:04:52 -07:00
Mathias Agopian
583fefc8dc
Merge "Use the context_priority extension when present." into gingerbread
2010-10-20 20:04:46 -07:00
Mathias Agopian
a0795fc9bd
Merge "software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID" into gingerbread
2010-10-20 18:00:43 -07:00
Mathias Agopian
c9923876d4
software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID
...
Change-Id: I371bc0abfee6065247bc6f04b0e0451645eb2dbf
2010-10-20 17:21:43 -07:00
Dianne Hackborn
fb2cd0aa9d
Merge "Fix java doc on FLAG_EXTERNAL." into gingerbread
2010-10-20 17:12:27 -07:00
Mathias Agopian
cd1e02d460
Add a test application to dump all the EGLConfig available
...
Change-Id: Iddf27f2a9dd51733f6b90081a523ca37bfe310fa
2010-10-20 17:10:47 -07:00
Dianne Hackborn
eddfc04a08
Fix java doc on FLAG_EXTERNAL.
...
Change-Id: Ic533b3a6c3300a986dd8d0da04243d723cf393ef
2010-10-20 16:03:37 -07:00
Kenny Root
ddf8fe5056
Merge "Fix isUsbMassStorageConnected() will always return true" into gingerbread
2010-10-20 14:10:00 -07:00
Dianne Hackborn
e9e2340583
Merge "Fix issue #3113424 : Battery stats don't reset on Crespo" into gingerbread
2010-10-20 14:08:26 -07:00
Justin Ho
d5aaff548d
Merge "DO NOT MERGE - Updated media playback transport controls (b/3116268)" into gingerbread
2010-10-20 13:35:40 -07:00
Hung-ying Tyan
4056ab97be
Merge "Add permission requirements to SipAudioCall and SipManager javadoc." into gingerbread
2010-10-20 13:28:02 -07:00
Hung-ying Tyan
6037a056ea
Fix n-way conf call in SipPhone.
...
+ Avoid concurrent modification when forming >3-way conf call.
+ Revise SipConnection.separate() to put the newly separated call to foreground.
Bug: 3114987
Change-Id: If6204e7e3cc05f4a516c33657a368b53a0ad014d
2010-10-21 03:59:04 +08:00
Justin Ho
6312822111
DO NOT MERGE - Updated media playback transport controls (b/3116268)
...
Change-Id: Ic496308d4f72e9135e35a1b29bc20feb990c3507
2010-10-20 12:44:46 -07:00