summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move OBB file reading to DefaultContainerServiceKenny Root2010-08-118-101/+561
* Fix npe in getCacheTotalSize.Patrick Scott2010-08-111-0/+3
* SIP: remove unused file.Hung-ying Tyan2010-08-112-750/+1
* Merge "More native work." into gingerbreadDianne Hackborn2010-08-1123-82/+995
|\
| * More native work.Dianne Hackborn2010-08-1123-82/+995
* | Fix a bug in unregisterPhone().Chung-yih Wang2010-08-111-1/+1
|/
* Merge "SipAudioCall: perform local ops before network op in endCall()" into g...Hung-ying Tyan2010-08-101-1/+4
|\
| * SipAudioCall: perform local ops before network op in endCall()Hung-ying Tyan2010-08-101-1/+4
* | Add getSipUri() for identification.Chung-yih Wang2010-08-111-0/+4
* | Merge "Add the a power test case which simply do the audio playback. The actu...Yu Shan Emily Lau2010-08-103-0/+136
|\ \
| * | Add the a power test case which simply do the audio playback. The actual powe...Yu Shan Emily Lau2010-08-103-0/+136
* | | Making sure that the prefix is handled properly.Konstantin Lopyrev2010-08-102-15/+15
* | | Merge "Fix public bug http://code.google.com/p/android/issues/detail?id=10067...Adam Powell2010-08-101-2/+2
|\ \ \
| * | | Fix public bug http://code.google.com/p/android/issues/detail?id=10067Adam Powell2010-08-101-2/+2
* | | | Merge "Categorizing exported view properties." into gingerbreadKonstantin Lopyrev2010-08-1012-87/+109
|\ \ \ \ | |/ / / |/| | |
| * | | Categorizing exported view properties.Konstantin Lopyrev2010-08-1012-87/+109
* | | | Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-103-1/+11
* | | | Merge "Optimize VelocityTracker to run in linear time." into gingerbreadJeff Brown2010-08-102-81/+157
|\ \ \ \ | |_|/ / |/| | |
| * | | Optimize VelocityTracker to run in linear time.Jeff Brown2010-08-092-81/+157
* | | | Merge "Remove some obsolete code." into gingerbreadAndreas Huber2010-08-101-12/+0
|\ \ \ \
| * | | | Remove some obsolete code.Andreas Huber2010-08-101-12/+0
* | | | | Merge "improve a bit the implementation of eglGetProcAddress" into gingerbreadMathias Agopian2010-08-101-86/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* | | | | Merge "Add input buffer size check for software video encoders" into gingerbreadJames Dong2010-08-102-0/+20
|\ \ \ \ \
| * | | | | Add input buffer size check for software video encodersJames Dong2010-08-102-0/+20
* | | | | | Merge "We're now going to ignore timestamps completely in gtalk video confere...Andreas Huber2010-08-107-39/+61
|\ \ \ \ \ \
| * | | | | | We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-107-39/+61
* | | | | | | Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer2010-08-107-20/+20
|\ \ \ \ \ \ \
| * | | | | | | Import revised translations. DO NOT MERGEEric Fischer2010-08-107-20/+20
| |/ / / / / /
* | | | | | | am 301c437b: Remove @LargeTest annotationsEric Rowe2010-08-101-8/+3
|\ \ \ \ \ \ \
| * | | | | | | Remove @LargeTest annotationsEric Rowe2010-08-091-8/+3
* | | | | | | | Merge "Many, many developers misread or don't read the http specs and termina...Andreas Huber2010-08-101-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Many, many developers misread or don't read the http specs and terminate line...Andreas Huber2010-08-101-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Only check the codec specific data when the output buffer contains kKe...James Dong2010-08-102-92/+28
|\ \ \ \ \ \ \
| * | | | | | | Only check the codec specific data when the output buffer contains kKeyIsCode...James Dong2010-08-102-92/+28
| |/ / / / / /
* | | | | | | Merge "Fix gingerbread FrameworkCoreTests makefile." into gingerbreadBrett Chabot2010-08-101-4/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix gingerbread FrameworkCoreTests makefile.Brett Chabot2010-08-091-4/+2
* | | | | | | Merge "SIP: clean up unused class and fields." into gingerbreadHung-ying Tyan2010-08-093-84/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | SIP: clean up unused class and fields.Hung-ying Tyan2010-08-103-84/+0
* | | | | | Merge "Update javadoc for the API and change return of getBondedDevices()." i...Jaikumar Ganesh2010-08-091-1/+31
|\ \ \ \ \ \
| * | | | | | Update javadoc for the API and change return of getBondedDevices().Jaikumar Ganesh2010-08-091-1/+31
* | | | | | | Merge "Fix focus notification" into gingerbreadKonstantin Lopyrev2010-08-091-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix focus notificationKonstantin Lopyrev2010-08-091-1/+1
* | | | | | | Merge "Make sure profiling is done only for views that are actually measured,...Konstantin Lopyrev2010-08-092-54/+68
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Make sure profiling is done only for views that are actually measured, laid o...Konstantin Lopyrev2010-08-062-54/+68
* | | | | | Merge "Fix bug 2684341 Don't steal the media button event from the phone app ...Jean-Michel Trivi2010-08-091-3/+19
|\ \ \ \ \ \
| * | | | | | Fix bug 2684341 Don't steal the media button event from the phoneJean-Michel Trivi2010-08-091-3/+19
| | |/ / / / | |/| | | |
* | | | | | Merge "Check whether Bluetooth is enabled before making any API calls." into ...Jaikumar Ganesh2010-08-091-0/+10
|\ \ \ \ \ \
| * | | | | | Check whether Bluetooth is enabled before making any API calls.Jaikumar Ganesh2010-08-091-0/+10
* | | | | | | Merge "Support multiple PPS and SPS in avcC box" into gingerbreadJames Dong2010-08-091-27/+236
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |