summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge change 24391 into eclairAndroid (Google) Code Review2009-09-091-10/+17
|\
| * RIO-7461: Update media scanner to scan AAC files.James Stokebrand2009-09-091-10/+17
* | Merge change 24395 into eclairAndroid (Google) Code Review2009-09-091-43/+43
|\ \
| * | Make NumberPicker subclassableTom Taylor2009-09-091-43/+43
* | | Merge change 24426 into eclairAndroid (Google) Code Review2009-09-091-1/+0
|\ \ \
| * | | keystore: remove "#include <openssl/engine.h>".Chia-chi Yeh2009-09-101-1/+0
| |/ /
* | | Avoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScal...Grace Kloba2009-09-091-1/+12
* | | Merge change 24398 into eclairAndroid (Google) Code Review2009-09-091-2/+5
|\ \ \
| * | | Adjust the WebTextView's text size according to density.Leon Scroggins2009-09-091-2/+5
* | | | Merge change 24413 into eclairAndroid (Google) Code Review2009-09-099-1065/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the FallRS demo, now promoted as a wallpaper.Romain Guy2009-09-099-1065/+0
* | | | Merge change 24274 into eclairAndroid (Google) Code Review2009-09-0910-102/+91
|\ \ \ \
| * | | | API_CHANGENick Pelly2009-09-0910-102/+91
* | | | | Merge change 24202 into eclairAndroid (Google) Code Review2009-09-0910-141/+510
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | API_CHANGENick Pelly2009-09-0910-141/+510
* | | | Calculate proper output buffer size for some more 16-bit RGB color spaces.Andreas Huber2009-09-091-0/+9
* | | | Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-097-3/+303
* | | | Merge change 24179 into eclairAndroid (Google) Code Review2009-09-093-2/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Support encoding amr-wb content in stagefright.Andreas Huber2009-09-083-2/+40
* | | | Merge change 24376 into eclairAndroid (Google) Code Review2009-09-092-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Query for all properties if a property change is received and cache is empty.Jaikumar Ganesh2009-09-082-0/+9
* | | | Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavas...Andrei Popescu2009-09-091-2/+0
| |_|/ |/| |
* | | Merge change 24288 into eclairAndroid (Google) Code Review2009-09-091-1/+2
|\ \ \
| * | | Do not cache POST response as Cache is indexed with url.Grace Kloba2009-09-081-1/+2
* | | | Fix sim-eng build.Andy McFadden2009-09-091-0/+4
* | | | Merge change 24335 into eclairAndroid (Google) Code Review2009-09-092-2/+10
|\ \ \ \
| * | | | use broadcast() instead of signal() when signaling the condition-variable Thr...Mathias Agopian2009-09-092-2/+10
* | | | | Merge change 24334 into eclairAndroid (Google) Code Review2009-09-092-33/+29
|\ \ \ \ \ | |/ / / /
| * | | | fix [2037525] Fail to start camera after adb sync new CameraMathias Agopian2009-09-092-33/+29
* | | | | Merge change 24333 into eclairAndroid (Google) Code Review2009-09-092-19/+21
|\ \ \ \ \ | |/ / / /
| * | | | rename Mutexes to make the code easier to followMathias Agopian2009-09-082-19/+21
* | | | | Merge change 24117 into eclairAndroid (Google) Code Review2009-09-096-92/+100
|\ \ \ \ \
| * | | | | Replace the delimiter whitespace with '\0'.Chung-yih Wang2009-09-096-92/+100
* | | | | | Merge change 24114 into eclairAndroid (Google) Code Review2009-09-086-66/+120
|\ \ \ \ \ \
| * | | | | | Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-086-66/+120
| | |/ / / / | |/| | | |
* | | | | | Merge change 24318 into eclairAndroid (Google) Code Review2009-09-081-12/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Avoid CDMA messages with IDs of zero.Tammo Spalink2009-09-091-12/+11
* | | | | | Merge change 24316 into eclairAndroid (Google) Code Review2009-09-081-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo: IMMEDITATE -> IMMEDIATEOmari Stephens2009-09-081-1/+1
| | |/ / / | |/| | |
* | | | | Merge change 23414 into eclairAndroid (Google) Code Review2009-09-081-68/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix broken GSM SMS unit test, and general cleanup.Tammo Spalink2009-09-071-68/+32
* | | | | modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/Medi...Yu Shan Emily Lau2009-09-081-2/+2
* | | | | Merge change 24012 into eclairAndroid (Google) Code Review2009-09-087-6/+284
|\ \ \ \ \
| * | | | | add a transaction monitorFred Quintana2009-09-087-6/+284
* | | | | | Merge change 24220 into eclairAndroid (Google) Code Review2009-09-08181-13642/+14657
|\ \ \ \ \ \
| * | | | | | Import revised translations. DO NOT MERGEEric Fischer2009-09-08181-13642/+14657
| |/ / / / /
* | | | | | Merge change 23924 into eclairAndroid (Google) Code Review2009-09-085-0/+265
|\ \ \ \ \ \
| * | | | | | new file: LowStorageTest/Android.mkYu Shan Emily Lau2009-09-085-0/+265
* | | | | | | Merge change 24194 into eclairAndroid (Google) Code Review2009-09-0819-29/+68
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make the hardkeyboard long press dialog look the same as that of soft keyboard.Amith Yamasani2009-09-0819-29/+68