summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Include install location preference when installing packages.Suchi Amalapurapu2010-02-124-121/+38
* Fixing the bug where mic button is not shownValentin Kravtsov2010-02-121-1/+1
* Move the animations in the UI threadNicolas Roard2010-02-121-58/+10
* Add APIs for mapping between new and current package names.Dianne Hackborn2010-02-113-0/+38
* Merge "Fix 2438785: Add missing key code to landscape keyboard and fix log sp...Jim Miller2010-02-113-7/+6
|\
| * Fix 2438785: Add missing key code to landscape keyboard and fix log spew.Jim Miller2010-02-113-7/+6
* | Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-112-7/+7
* | Merge "Hiding the new TextToSpeech Intent extras for voice data check to fix ...Charles Chen2010-02-111-0/+3
|\ \
| * | Hiding the new TextToSpeech Intent extras for voice data checkCharles Chen2010-02-111-0/+3
* | | Merge "Measure walltime in ContentResolver and SQLiteDatabase operations logg...Brad Fitzpatrick2010-02-112-19/+20
|\ \ \ | |/ / |/| |
| * | Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-112-19/+20
* | | Fix build.Raphael2010-02-111-2/+2
* | | Merge "Adding Intent extra strings to TextToSpeech.Engine for doing voice dat...Charles Chen2010-02-111-0/+22
|\ \ \
| * | | Adding Intent extra strings to TextToSpeech.Engine for doingCharles Chen2010-02-111-0/+22
* | | | Merge "Improve a comment in RecognitionService."Mike LeBeau2010-02-111-2/+2
|\ \ \ \
| * | | | Improve a comment in RecognitionService.Mike LeBeau2010-02-111-2/+2
* | | | | Merge "Use the new RecognitionService.SERVICE_INTERFACE instead of Recognizer...Mike LeBeau2010-02-111-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Use the new RecognitionService.SERVICE_INTERFACE instead ofMike LeBeau2010-02-111-1/+1
* | | | Get rid of the limit-unlock policy control.Dianne Hackborn2010-02-113-23/+7
* | | | Merge "Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionSe...Mike LeBeau2010-02-112-3/+23
|\ \ \ \ | |/ / /
| * | | Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService,Mike LeBeau2010-02-112-3/+23
| | |/ | |/|
* | | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-115-5/+7
|/ /
* | Introduce special UI modes for night and car usage.Tobias Haamel2010-02-119-7/+134
* | Merge "Add new setting for the ComponentName of the service to be used for vo...Mike LeBeau2010-02-112-2/+25
|\ \
| * | Add new setting for the ComponentName of the service to be usedMike LeBeau2010-02-112-2/+25
* | | Merge "resolved conflicts for merge of 61bb25f2 to master"Eric Laurent2010-02-111-4/+0
|\ \ \
| * \ \ resolved conflicts for merge of 61bb25f2 to masterEric Laurent2010-02-111-4/+0
| |\ \ \
| | * \ \ am c1eba82b: Merge "Fix issue: 2413494: Add TTY support." into eclairEric Laurent2010-02-111-4/+0
| | |\ \ \
| | | * \ \ Merge "Fix issue: 2413494: Add TTY support." into eclairEric Laurent2010-02-111-4/+0
| | | |\ \ \
| | | | * | | Fix issue: 2413494: Add TTY support.Eric Laurent2010-02-101-4/+0
| | * | | | | am a1ab9766: Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-3/+21
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-3/+21
| | | |\ \ \ \
| | | | * | | | DO NOT MERGEGrace Kloba2010-02-101-3/+21
| | | | |/ / /
| | * | | | | am 926780b0: Merge "DO NOT MERGE" into eclairBart Sears2010-02-101-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | DO NOT MERGEGrace Kloba2010-02-091-1/+1
| | | |/ / /
* | | | | | New implementation of <original-package> tag.Dianne Hackborn2010-02-111-23/+104
* | | | | | Merge "MountService: Fix some mountset bugs and tighten up some return values"San Mehat2010-02-111-2/+9
|\ \ \ \ \ \
| * | | | | | MountService: Fix some mountset bugs and tighten up some return valuesSan Mehat2010-02-111-2/+9
* | | | | | | Eliminate dependencies on Checkin, replacing checkin events with EventLogDan Egnor2010-02-115-18/+21
| |/ / / / / |/| | | | |
* | | | | | Remove in-app to global search toggle. Bug: 2436539Amith Yamasani2010-02-111-24/+0
|/ / / / /
* | | | | Add content provider for browser geolocation permissionsBjorn Bringert2010-02-115-212/+66
| |_|_|/ |/| | |
* | | | Revise ThumbnailUtils API.Ray Chen2010-02-111-4/+4
| |_|/ |/| |
* | | Merge "Fix 2373088: Cleanup and minor fixes to PasswordKeyboard*."Jim Miller2010-02-1012-388/+180
|\ \ \
| * | | Fix 2373088: Cleanup and minor fixes to PasswordKeyboard*.Jim Miller2010-02-1012-388/+180
* | | | Support per-application switch to execute the VM in safe mode.Ben Cheng2010-02-106-9/+37
* | | | API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session cac...Dan Egnor2010-02-103-179/+181
|/ / /
* | | Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGSBjorn Bringert2010-02-101-2/+0
* | | Use resource ID for searchable descriptionBjorn Bringert2010-02-101-10/+10
* | | Merge "fix an NPE in SyncManager's dump where it can get a null AuthorityInfo...Fred Quintana2010-02-102-3/+5
|\ \ \
| * | | fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; inste...Fred Quintana2010-02-102-3/+5