summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 2578813 Delay pausing music and routing audio for car docksJean-Michel Trivi2010-04-131-6/+0
* SDK: more backup/restore documentation workChristopher Tate2010-04-128-77/+248
* API CHANGE: remove obsolete constants and hide some methodsChristopher Tate2010-04-121-3/+1
* Add a bulk request method for bookmark icons.Patrick Scott2010-04-122-27/+79
* Do not check mWebTextView's focus state to determine editing mode.Leon Scroggins2010-04-121-2/+1
* Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.Wu-cheng Li2010-04-101-3/+18
* Fix issue #2581524: Car home icon should always go to car homeDianne Hackborn2010-04-092-8/+17
* Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-092-15/+7
* Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." i...Jesse Wilson2010-04-094-230/+24
|\
| * Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-094-230/+24
* | Merge "Make ThrottleService notice policy changes." into froyoRobert Greenwalt2010-04-091-2/+10
|\ \ | |/ |/|
| * Make ThrottleService notice policy changes.Robert Greenwalt2010-04-091-2/+10
* | Merge "Do not create intents for application/xhtml+xml" into froyoKristian Monsen2010-04-091-1/+2
|\ \
| * | Do not create intents for application/xhtml+xmlKristian Monsen2010-04-091-1/+2
* | | Set mHeldMotionless to a new MOTIONLESS_IGNORE stateGrace Kloba2010-04-091-3/+8
| |/ |/|
* | Save/restore the picture in a background thread.Patrick Scott2010-04-091-55/+76
* | Merge "Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission." into froyoJeff Brown2010-04-081-6/+2
|\ \
| * | Remove @link to hidden ACCESS_CACHE_FILESYSTEM permission.Jeff Brown2010-04-081-6/+2
* | | Throttling framework addinsIrfan Sheriff2010-04-084-0/+39
|/ /
* | Merge "Change TrafficStats to a new JNI implementation." into froyoDan Egnor2010-04-081-155/+15
|\ \
| * | Change TrafficStats to a new JNI implementation.Dan Egnor2010-04-071-155/+15
* | | Merge "Missed these ones in the previous rename." into froyoDan Egnor2010-04-081-2/+2
|\ \ \
| * | | Missed these ones in the previous rename.Brad Fitzpatrick2010-04-081-2/+2
* | | | Merge "For performance reason, we choose to block the picture update during d...Grace Kloba2010-04-081-0/+14
|\ \ \ \
| * | | | For performance reason, we choose to block the pictureGrace Kloba2010-04-071-0/+14
* | | | | Rename logtag for clarity.Brad Fitzpatrick2010-04-081-3/+3
| |/ / / |/| | |
* | | | Merge "Add service to monitor/control the flow of data." into froyoRobert Greenwalt2010-04-084-2/+280
|\ \ \ \
| * | | | Add service to monitor/control the flow of data.Robert Greenwalt2010-04-084-2/+280
| | |_|/ | |/| |
* | | | Merge "Don't allow connection to profiles in TURNING_OFF state." into froyoJaikumar Ganesh2010-04-081-0/+2
|\ \ \ \
| * | | | Don't allow connection to profiles in TURNING_OFF state.Jaikumar Ganesh2010-04-071-0/+2
* | | | | Avoid calling proxy.playbackEnded() again in onCustomViewHidden().Andrei Popescu2010-04-081-2/+3
| |/ / / |/| | |
* | | | Update API and javadoc according to API review.Wu-cheng Li2010-04-081-77/+139
* | | | Merge "Fix 2579461 Move install location values to secure settings. Diable at...Suchi Amalapurapu2010-04-072-15/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix 2579461Suchi Amalapurapu2010-04-072-15/+18
* | | | Fix issue #2578244: playing audio file downloaded by the browser...Dianne Hackborn2010-04-071-2/+4
* | | | Merge "Revert "Use the content width to calculate the zoom overview"" into froyoGrace Kloba2010-04-072-12/+17
|\ \ \ \
| * | | | Revert "Use the content width to calculate the zoom overview"Grace Kloba2010-04-072-12/+17
* | | | | Merge "Fix issue #2549955: Moving the application fails -Activity Manager Cra...Dianne Hackborn2010-04-071-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix issue #2549955: Moving the application fails -Activity Manager Crash on l...Dianne Hackborn2010-04-071-2/+3
| |/ / /
* | | | Merge "Cherry-pick https://android-git.corp.google.com/g/#change,38305" into ...Grace Kloba2010-04-071-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cherry-pick https://android-git.corp.google.com/g/#change,38305Mike Reed2010-04-071-3/+3
* | | | Merge "NetworkManagementService: Remove 'maxkbs' parameter from throttle API"...San Mehat2010-04-071-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | NetworkManagementService: Remove 'maxkbs' parameter from throttle APISan Mehat2010-04-071-1/+1
* | | | Merge "Per requested by API council, rename MediaScannerConneciton.ScanResult...Ray Chen2010-04-071-2/+1
|\ \ \ \
| * | | | Per requested by API council, rename MediaScannerConneciton.ScanResultListene...Ray Chen2010-04-071-2/+1
* | | | | Maybe fix issue #2568615: System server crashed in SyncStorageEngineDianne Hackborn2010-04-071-2/+2
| |/ / / |/| | |
* | | | Search for focusable views only after layout has happened when the window is ...Romain Guy2010-04-071-6/+14
|/ / /
* | | Merge "Show the microphone when the search box is opened from browser" into f...Leon Scroggins2010-04-071-3/+12
|\ \ \
| * | | Show the microphone when the search box is opened from browserLeon Scroggins2010-04-071-3/+12
* | | | Merge "Fix bug 2574860 - fix AbsListView.trackMotionScroll edge detection" in...Adam Powell2010-04-071-2/+2
|\ \ \ \ | |/ / / |/| | |