summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Set intent_component of in-app shortcuts to app itselfBjorn Bringert2009-09-211-1/+1
* Merge change 26104 into eclairAndroid (Google) Code Review2009-09-202-4/+2
|\
| * Unhide themes TextAppearance.SearchResult.Title and TextAppearance.SearchResu...Mike LeBeau2009-09-202-4/+2
* | Merge change 26061 into eclairAndroid (Google) Code Review2009-09-201-6/+5
|\ \ | |/ |/|
| * Send the UUID intent even if apps have not requested for it.Jaikumar Ganesh2009-09-201-6/+5
* | Merge change 26050 into eclairAndroid (Google) Code Review2009-09-205-18/+113
|\ \
| * | Track CPU speed stepping to get more accurate CPU cost per app.Amith Yamasani2009-09-205-18/+113
* | | Unhide Camera lock and unlock API.Wu-cheng Li2009-09-212-19/+19
| |/ |/|
* | Maintain pending outgoing bonding address.Jaikumar Ganesh2009-09-202-4/+27
|/
* Merge change 26034 into eclairAndroid (Google) Code Review2009-09-201-15/+27
|\
| * Clean up spin animation in rotary selector, and be even more generous for tri...Karl Rosaen2009-09-201-15/+27
* | Merge change 26004 into eclairAndroid (Google) Code Review2009-09-201-5/+16
|\ \
| * | Fix issue #1862317: Browser does not appear to honor anchors (#es) in linksDianne Hackborn2009-09-201-5/+16
* | | Merge change 25746 into eclairAndroid (Google) Code Review2009-09-201-1/+12
|\ \ \
| * | | Fix 2092386: Support yuyv for camera preview format.Chih-Chung Chang2009-09-211-1/+12
| |/ /
* | | Merge change 25976 into eclairAndroid (Google) Code Review2009-09-201-2/+2
|\ \ \
| * | | Fix adapter name change problem.Jaikumar Ganesh2009-09-201-2/+2
* | | | Merge change 25970 into eclairAndroid (Google) Code Review2009-09-201-20/+11
|\ \ \ \ | |/ / /
| * | | Make removeBond() call async.Jaikumar Ganesh2009-09-201-20/+11
| |/ /
* | | Merge change 25992 into eclairAndroid (Google) Code Review2009-09-202-3/+27
|\ \ \
| * | | Add an 'init everything' operation to the first backup passChristopher Tate2009-09-202-3/+27
| |/ /
* | | Merge change 25885 into eclairAndroid (Google) Code Review2009-09-201-0/+1
|\ \ \ | |/ / |/| |
| * | handle calendars with an access level of "root"Debajit Ghosh2009-09-181-0/+1
* | | Merge change 25853 into eclairAndroid (Google) Code Review2009-09-202-11/+0
|\ \ \ | |_|/ |/| |
| * | Don't back up / restore certain sync-related settingsChristopher Tate2009-09-182-11/+0
* | | Merge change 25959 into eclairAndroid (Google) Code Review2009-09-206-37/+47
|\ \ \
| * | | Add better transition to rotary lock widget when triggering: spin around inst...Karl Rosaen2009-09-206-37/+47
* | | | Merge change 25894 into eclairAndroid (Google) Code Review2009-09-201-15/+5
|\ \ \ \
| * | | | Adding CONTENT_TYPE to CommonDataKinds.EmailDmitri Plotnikov2009-09-181-15/+5
* | | | | Add resources to allow forcing accelerometer based orientation management whe...Mike Lockwood2009-09-201-0/+6
* | | | | Add config_use_strict_phone_number_comparation, which will be used by interna...Daisuke Miyakawa2009-09-191-1/+3
* | | | | Merge change 25931 into eclairAndroid (Google) Code Review2009-09-193-16/+97
|\ \ \ \ \
| * | | | | Add better APIs for the battery status, and other cleanup.Dianne Hackborn2009-09-193-16/+97
* | | | | | Merge change 25929 into eclairAndroid (Google) Code Review2009-09-193-2/+91
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add API to send an ordered sticky broadcast.Dianne Hackborn2009-09-193-2/+91
* | | | | | Merge change 25779 into eclairAndroid (Google) Code Review2009-09-196-0/+257
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add new API for fetching UUIDs using SDP.Jaikumar Ganesh2009-09-196-0/+257
* | | | | | Merge change 25911 into eclairAndroid (Google) Code Review2009-09-192-2/+4
|\ \ \ \ \ \
| * | | | | | Unhide attributes textAppearanceSearchResultSubtitle andMike LeBeau2009-09-192-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge change 25831 into eclairAndroid (Google) Code Review2009-09-191-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | When double tap zoom out to overview mode, force reveal the fullGrace Kloba2009-09-181-0/+2
* | | | | | Merge change 25874 into eclairAndroid (Google) Code Review2009-09-181-16/+23
|\ \ \ \ \ \
| * | | | | | ContactsContract: Adding joined columns to the CommonDataKind class definitions.Dmitri Plotnikov2009-09-181-16/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge change 25873 into eclairAndroid (Google) Code Review2009-09-184-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix transformation on windows.Dianne Hackborn2009-09-184-4/+4
* | | | | | Merge change 25847 into eclairAndroid (Google) Code Review2009-09-181-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix http://b/issue?id=2099487Evan Millar2009-09-181-2/+6
* | | | | | ContactsContract: Adding joined columns to the Data class definition.Dmitri Plotnikov2009-09-181-1/+2
| |_|_|/ / |/| | | |
* | | | | Revert "ContactsContract: Adding joined columns to the Data class definition."Dmitri Plotnikov2009-09-182-4/+3
* | | | | Merge change 25800 into eclairAndroid (Google) Code Review2009-09-182-3/+4
|\ \ \ \ \