summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 081a136d to eclairJean-Baptiste Queru2009-08-214-144/+59
|\
| * Remove third party support for Quick Search Box (aka global search).Anonymous Coward2009-08-214-144/+59
* | Merge change 22302 into eclairAndroid (Google) Code Review2009-08-211-0/+2
|\ \
| * | Set BondState to Canceled when user cancels pairing.Jaikumar Ganesh2009-08-211-0/+2
* | | Infrastructure for supporting wallpaper previews.Dianne Hackborn2009-08-206-18/+90
* | | Merge change 22178 into eclairAndroid (Google) Code Review2009-08-207-17/+79
|\ \ \
| * | | - add a reset to EntityIterator to allow it to go back to the beginningFred Quintana2009-08-207-17/+79
| |/ /
* | | am e97c2006: Updated Browser and MCS to use shared default trust manager inst...Bob Lee2009-08-202-60/+8
|\ \ \ | | |/ | |/|
| * | Updated Browser and MCS to use shared default trust manager instead of initia...Bob Lee2009-08-202-60/+8
| * | Import revised translations. DO NOT MERGEEric Fischer2009-08-209-36/+18
| * | Import revised translations. DO NOT MERGEEric Fischer2009-08-181-1/+1
| * | Make ZoomButtonsController public.Jack Palevich2009-08-171-1/+0
* | | Merge change 22086 into eclairAndroid (Google) Code Review2009-08-207-15/+45
|\ \ \
| * | | Tweak the ContactsHeaderWidget to match the newest specs.Evan Millar2009-08-207-15/+45
* | | | Merge change 22154 into eclairAndroid (Google) Code Review2009-08-202-6/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix fastscroll overlay size on WVGA by using dip.Amith Yamasani2009-08-202-6/+14
* | | | Merge change 22008 into eclairAndroid (Google) Code Review2009-08-201-0/+6
|\ \ \ \
| * | | | When bringing up the media controller view, focus the play/pause button.Marco Nelissen2009-08-191-0/+6
* | | | | add a supportsUploading flag in the SyncAdapter description and honor it in t...Fred Quintana2009-08-206-27/+90
* | | | | Merge change 22105 into eclairAndroid (Google) Code Review2009-08-201-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add calendar sliding windows setting.Ken Shirriff2009-08-201-0/+7
* | | | | Merge change 22082 into eclairAndroid (Google) Code Review2009-08-201-4/+12
|\ \ \ \ \
| * | | | | Address b/2064664 by setting mThumbOffset to half the width of the thumb by d...Daniel Sandler2009-08-201-4/+12
* | | | | | Merge change 22089 into eclairAndroid (Google) Code Review2009-08-201-6/+11
|\ \ \ \ \ \
| * | | | | | The MetaData API is optional and getMetadata may return null if unsupported.Andreas Huber2009-08-201-6/+11
| |/ / / / /
* | | | | | The API for phone lookup has changed - updating Contact Header accordingly.Dmitri Plotnikov2009-08-201-1/+1
|/ / / / /
* | | | | Protecting access to the new Contacts API with a try/catch block.Dmitri Plotnikov2009-08-201-12/+22
* | | | | Merge change 22049 into eclairAndroid (Google) Code Review2009-08-191-8/+16
|\ \ \ \ \
| * | | | | Fix various issues found when testing Mms.Robert Greenwalt2009-08-191-8/+16
* | | | | | Merge change 22045 into eclairAndroid (Google) Code Review2009-08-191-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix bug 2045914: When pressing 2 keys, sometimes the second key gets stuck.Amith Yamasani2009-08-191-7/+7
* | | | | | Merge change 22054 into eclairAndroid (Google) Code Review2009-08-195-49/+112
|\ \ \ \ \ \
| * | | | | | Add Bluetooth device picker supportYue Lixin2009-08-195-49/+112
* | | | | | | Merge change 21931 into eclairAndroid (Google) Code Review2009-08-195-85/+217
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | API CHANGENick Pelly2009-08-195-85/+217
| |/ / / / /
* | | | | | Merge change 22001 into eclairAndroid (Google) Code Review2009-08-191-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix Wifi+Cell on boot after wifi in use.Robert Greenwalt2009-08-191-0/+6
* | | | | | Merge change 22030 into eclairAndroid (Google) Code Review2009-08-191-2/+3
|\ \ \ \ \ \
| * | | | | | Potential fix for NPE at startExtractingText.Amith Yamasani2009-08-191-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge change 22003 into eclairAndroid (Google) Code Review2009-08-198-4/+184
|\ \ \ \ \ \
| * | | | | | Add wallpaper transition animations.Dianne Hackborn2009-08-198-4/+184
| | |/ / / / | |/| | | |
* | | | | | Merge change 22011 into eclairAndroid (Google) Code Review2009-08-191-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-2/+3
* | | | | | Converting CallerInfo to new Contacts API.Dmitri Plotnikov2009-08-192-64/+119
* | | | | | Fix for bug206007, power dialog change "Why?" to "Battery use"Roy West2009-08-191-1/+1
* | | | | | Remove SOURCE_VISIBLE flag that is otherwise unused.Jeff Sharkey2009-08-191-8/+0
* | | | | | Merge change 21888 into eclairAndroid (Google) Code Review2009-08-192-10/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Do not enable the rew/pause/ffwd buttons when the media being played does notMarco Nelissen2009-08-192-10/+61
* | | | | Merge change 21862 into eclairAndroid (Google) Code Review2009-08-191-10/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix issue #2010965: Increase process size on WVGA devicesDianne Hackborn2009-08-191-10/+5