Dianne Hackborn
a5ae50cd83
Merge "More native work." into gingerbread
2010-08-11 00:45:44 -07:00
Dianne Hackborn
08d5b8fad8
More native work.
...
Implement save/restore of state, and add native APIs for
configuration information.
Change-Id: I2a3ddc2ba605db58d7c8b2b31b9215fb323f90b5
2010-08-11 00:29:59 -07:00
Chung-yih Wang
2725a65512
Fix a bug in unregisterPhone().
...
Change-Id: Ifaef66d45043dc5376688a77f9d18124a9c29576
2010-08-11 14:22:34 +08:00
Svetoslav Ganov
0581d4a197
Adding a sample accessibility service -make
...
Change-Id: I5bdd57e022b9907f7745046d8818801dbc3929a8
2010-08-10 21:39:56 -07:00
Hung-ying Tyan
091c5238a0
Merge "SipAudioCall: perform local ops before network op in endCall()" into gingerbread
2010-08-10 20:48:18 -07:00
Chung-yih Wang
f57324cf4f
Add getSipUri() for identification.
...
Change-Id: Iabffd38ad554c34a34977c833e6699747cbf0f63
2010-08-11 11:13:49 +08:00
Yu Shan Emily Lau
fbb936bfab
Merge "Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application." into gingerbread
2010-08-10 20:06:39 -07:00
Yu Shan Emily Lau
fd4a7c83b2
Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application.
...
Change-Id: I51008ffdbe60e7e0b298091eb914b74f2d6731f8
2010-08-10 20:02:07 -07:00
James Dong
afe5305855
Handle large audio lost
...
Change-Id: I2687ad855aac758946954d0b3fe7aff9f7b5ae7c
2010-08-10 19:59:04 -07:00
Konstantin Lopyrev
91a7f5fef8
Making sure that the prefix is handled properly.
...
Change-Id: Ic50327b1ed4d6b54753b5b3887508a53cd7a3497
2010-08-10 18:54:54 -07:00
Adam Powell
224ab9a5c6
Merge "Fix public bug http://code.google.com/p/android/issues/detail?id=10067 " into gingerbread
2010-08-10 17:52:15 -07:00
Adam Powell
9bccdb7d5c
Fix public bug http://code.google.com/p/android/issues/detail?id=10067
...
Change-Id: I7b7a9a32e82fc7541beabe286b20b01f39406cc8
2010-08-10 17:50:11 -07:00
Konstantin Lopyrev
f39d5987b9
Merge "Categorizing exported view properties." into gingerbread
2010-08-10 17:48:27 -07:00
Konstantin Lopyrev
bea95162ca
Categorizing exported view properties.
...
Change-Id: I79c42019836973d80662c21d195d088ae01537a0
2010-08-10 17:45:03 -07:00
Jeff Brown
c3fc2d03d5
Fix safe mode and KeyEvent.getMaxKeyCode().
...
Bug: 2901731
Change-Id: I78617c1b9dee3790fc590e5af4b5083368873184
2010-08-10 16:28:03 -07:00
Jeff Brown
d98d0fc6e9
Merge "Optimize VelocityTracker to run in linear time." into gingerbread
2010-08-10 16:26:56 -07:00
Andreas Huber
1a140bf65c
Merge "Remove some obsolete code." into gingerbread
2010-08-10 14:09:39 -07:00
Mathias Agopian
603a34ee30
Merge "improve a bit the implementation of eglGetProcAddress" into gingerbread
2010-08-10 13:50:22 -07:00
Andreas Huber
6fa131105d
Remove some obsolete code.
...
Change-Id: Ic4d21afe3721173d48db44b8ee4f836deee017ad
2010-08-10 13:48:53 -07:00
James Dong
10ed3f7438
Merge "Add input buffer size check for software video encoders" into gingerbread
2010-08-10 13:27:09 -07:00
Andreas Huber
18f0174ff4
Merge "We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup." into gingerbread
2010-08-10 12:59:27 -07:00
Eric Fischer
605f402796
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-08-10 11:54:24 -07:00
Eric Rowe
edae848eb6
am 301c437b: Remove @LargeTest annotations
...
Merge commit '301c437b554e2152f3f6fffadc680f5cbf8e8231' into gingerbread
* commit '301c437b554e2152f3f6fffadc680f5cbf8e8231':
Remove @LargeTest annotations
2010-08-10 11:53:59 -07:00
Eric Fischer
06a43dcf48
Import revised translations. DO NOT MERGE
...
Change-Id: I24dd4ee2c61694e917db02c92396134df65c0218
2010-08-10 11:50:15 -07:00
Trevor Johns
ca56ffe9e8
Fix subscribe links for Developer Forums doc.
...
The email-based subscribe links for the Android Developer forums do
not work for two groups (android-discuss, android-beginners) due to
recent changes in those groups. These links need to be changed to
HTML-based subscribe links instead.
For consistency, other links are being changed to use the HTML-based
subscription mechanism as well.
Internal Bug: 2908002
Change-Id: I601b959935584270d6107c4600b28ac5f51359e1
2010-08-10 11:41:56 -07:00
Andreas Huber
235be391f3
Merge "Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs." into gingerbread
2010-08-10 11:39:38 -07:00
Andreas Huber
f88f84414a
We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup.
...
Change-Id: Idc3df74b42000f7a6aa3eae090718dc9d9c4186f
2010-08-10 11:38:18 -07:00
James Dong
e6daea5940
Add input buffer size check for software video encoders
...
Change-Id: I03953a1245060ed6656a965e1a8a61386126c441
2010-08-10 10:46:11 -07:00
James Dong
532d2ac5d5
Merge "Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer" into gingerbread
2010-08-10 10:41:29 -07:00
Brett Chabot
e967ee49b5
Merge "Fix gingerbread FrameworkCoreTests makefile." into gingerbread
2010-08-10 10:27:48 -07:00
James Dong
f3b7859fc9
Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer
...
o Assume there is only a single output buffer containing such information.
This simplifies the logic in MP4 file writer
o Output SPS and PPS in the very first buffer for software AVC encoder
This is to make AVC encoder work with the MP4 file writer
o Add timestamp value for codec config data
Change-Id: Iad27a04579e6028332429cd0bebd30976041e997
2010-08-10 10:20:15 -07:00
Andreas Huber
aa92ef7a56
Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs.
...
Change-Id: I51df3b8139b3009565b2271611050700a23cf1d7
2010-08-10 10:10:40 -07:00
Hung-ying Tyan
259b4c8602
Merge "SIP: clean up unused class and fields." into gingerbread
2010-08-09 22:30:58 -07:00
Hung-ying Tyan
ea4de5bd25
SipAudioCall: perform local ops before network op in endCall()
...
Change-Id: I1808f715d56c0979cea7741cb5bdb3831774d3ef
2010-08-10 13:23:12 +08:00
Hung-ying Tyan
8e63ddb4c7
SIP: clean up unused class and fields.
...
Change-Id: I79ed7fb324fea9a52946340055b5ea1d389a926a
2010-08-10 12:00:45 +08:00
Jeff Brown
88cf2fca38
Optimize VelocityTracker to run in linear time.
...
Uses a linked list for efficient pointer addition and removal.
When possible, makes use of the fact that pointer ids are usually in
sorted order to avoid quadratic time lookups when adding new data.
Fixed an incorrect assumption that the pointer count would always change
when old pointers were removed.
Also fixed a bug in InputQueue FinishedCallback recycling.
Change-Id: Ie048d3bb022d39cf4185e2fe43923a861d94c4f3
2010-08-09 18:50:35 -07:00
Brett Chabot
56718cb1cb
Fix gingerbread FrameworkCoreTests makefile.
...
android-common should be included as a static library.
Change-Id: I539962904c84ef30e6d7bd1b48d0bc07e0757d58
2010-08-09 18:49:54 -07:00
Mathias Agopian
8daae8f149
improve a bit the implementation of eglGetProcAddress
...
Change-Id: Ie07f33ae2162830df1e4f3d3b5e00fcfb8c350d6
2010-08-09 18:35:43 -07:00
Jaikumar Ganesh
745d1e9058
Merge "Update javadoc for the API and change return of getBondedDevices()." into gingerbread
2010-08-09 17:30:25 -07:00
Konstantin Lopyrev
6c6d57c6a0
Merge "Fix focus notification" into gingerbread
2010-08-09 17:03:10 -07:00
Konstantin Lopyrev
63cca69157
Merge "Make sure profiling is done only for views that are actually measured, laid out and drawn." into gingerbread
2010-08-09 17:02:39 -07:00
Jaikumar Ganesh
fec86f4aa2
Update javadoc for the API and change return of getBondedDevices().
...
getBondedDevices() *might* work if called before the Bluetooth
State intent is broadcasted. However, this can cause ANRs and problems.
This API was updated to return null, if called before the intent
is received. However, this might cause existing apps to crash. Return
an empty set instead.
Change-Id: Ibc484d3394aa0bbebd651221efde6a7015ce7110
2010-08-09 17:01:21 -07:00
Konstantin Lopyrev
5e7833a571
Fix focus notification
...
Change-Id: I51d73100695ceb70620754a1897ace681a26d839
2010-08-09 17:01:11 -07:00
Eric Rowe
301c437b55
Remove @LargeTest annotations
...
Change-Id: Ib7e6f6e8b6437db5ca2ad2bcb89f079a0cbf7453
2010-08-09 15:35:48 -07:00
Jean-Michel Trivi
66edf558a9
Merge "Fix bug 2684341 Don't steal the media button event from the phone app is the phone is ringing, even in silent mode." into gingerbread
2010-08-09 14:19:08 -07:00
Jaikumar Ganesh
cbaef51847
Merge "Check whether Bluetooth is enabled before making any API calls." into gingerbread
2010-08-09 13:50:28 -07:00
Jaikumar Ganesh
f5ff170be1
Check whether Bluetooth is enabled before making any API calls.
...
For example, Settings app makes calls to get Bonded Devices
before Bluetooth is on. This leads to ANRs and will
prevent autoconnection.
Change-Id: I56748a9bd1d603b5782c17775c6b20b831bf6572
2010-08-09 13:49:40 -07:00
James Dong
959909ef28
Merge "Support multiple PPS and SPS in avcC box" into gingerbread
2010-08-09 13:35:54 -07:00
James Dong
481e05ea0d
Support multiple PPS and SPS in avcC box
...
- Also
o do not use the hard-coded profile and levels.
Instead, we are using the profile and level found in the codec config data
o we are not supporting FRExt profile and levels for now, which requires
additional seq parameter set extension for instance.
Change-Id: If695b4c996d073d8e48aa45fdd7001e9f016f375
2010-08-09 12:04:30 -07:00
Jean-Michel Trivi
e73131a684
Fix bug 2684341 Don't steal the media button event from the phone
...
app is the phone is ringing, even in silent mode.
Use the PhoneStateListener to know whether the phone is ringing,
as the mode is not MODE_RINGTONE when ringing in silent mode.
Change-Id: Iede350cecde0b663d50f9b4a57f9a9ef08066c0d
2010-08-09 11:48:20 -07:00