summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added overscroll headers and footers to ListView.Adam Powell2010-03-103-13/+149
* Applications should -not- be able to set preferred activities.Dianne Hackborn2010-03-102-1/+12
* Fix small typo in javadoc: "deleting" -> "updating"Omari Stephens2010-03-101-1/+1
* Merge "Don't break lines in the middle of a smiley or other graphic replaceme...Eric Fischer2010-03-101-13/+13
|\
| * Don't break lines in the middle of a smiley or other graphic replacement.Eric Fischer2010-03-101-13/+13
* | Merge "Fixing bug 2411394 - Monkey crash due to incorrect test service manifest"Amith Yamasani2010-03-101-4/+1
|\ \
| * | Fixing bug 2411394 - Monkey crash due to incorrect test service manifestSvetoslav Ganov2010-03-101-4/+1
* | | Merge "Make HiPri work when already connected."Robert Greenwalt2010-03-101-1/+1
|\ \ \
| * | | Make HiPri work when already connected.Robert Greenwalt2010-03-101-1/+1
* | | | Further improvements to window management!Dianne Hackborn2010-03-102-5/+15
* | | | Merge "Noticed comment field when splitting guests wasn't being cleared."Erik2010-03-101-1/+1
|\ \ \ \
| * | | | Noticed comment field when splitting guests wasn't being cleared.Erik2010-02-241-1/+1
* | | | | Merge "use ifContentScrolls in the windowshade"Joe Onorato2010-03-101-0/+1
|\ \ \ \ \
| * | | | | use ifContentScrolls in the windowshadeJoe Onorato2010-03-101-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Dont include code size for apps on sdcard. Use constants defined in Pa...Suchi Amalapurapu2010-03-101-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-0/+4
* | | | | Merge "check if the binding to the authenticator has been disconnected during...Fred Quintana2010-03-101-1/+13
|\ \ \ \ \
| * | | | | check if the binding to the authenticator has been disconnectedFred Quintana2010-03-101-1/+13
* | | | | | Merge "make the syncmanager keep track if whether a service has been unbound ...Fred Quintana2010-03-101-12/+50
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | make the syncmanager keep track if whether a service has been unboundFred Quintana2010-03-101-12/+50
| |/ / / /
* | | | | Merge "Fixing bug 2502522 - Accessibility events contain text of invisible v...Amith Yamasani2010-03-101-0/+4
|\ \ \ \ \
| * | | | | Fixing bug 2502522 - Accessibility events contain text of invisible viewsSvetoslav Ganov2010-03-101-0/+4
| | |_|_|/ | |/| | |
* | | | | Fix the build.Romain Guy2010-03-101-4/+0
* | | | | Merge "Fix: Polished icons for car mode notification"Dianne Hackborn2010-03-102-0/+0
|\ \ \ \ \
| * | | | | Fix: Polished icons for car mode notificationTobias Haamel2010-03-102-0/+0
| |/ / / /
* | | | | Merge "Add VIBRATE_IN_SILENT to the settings database & backup."Daniel Sandler2010-03-101-0/+1
|\ \ \ \ \
| * | | | | Add VIBRATE_IN_SILENT to the settings database & backup.Daniel Sandler2010-03-101-0/+1
* | | | | | Merge "Added ViewConfiguration.getScaledPagingTouchSlop()"Adam Powell2010-03-101-0/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Added ViewConfiguration.getScaledPagingTouchSlop()Adam Powell2010-03-101-0/+17
* | | | | | pin our visible content bounds to the bounds of the doc itself, to account fo...Mike Reed2010-03-101-4/+5
|/ / / / /
* | | | | force purgeability for assetsMike Reed2010-03-101-4/+8
* | | | | Merge "When context is voice, show the microphone."Leon Scroggins2010-03-102-1/+13
|\ \ \ \ \
| * | | | | When context is voice, show the microphone.Leon Scroggins2010-03-102-1/+13
| |/ / / /
* | | | | Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...Suchi Amalapurapu2010-03-102-2/+2
|/ / / /
* | | | Merge "YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults()."Chia-chi Yeh2010-03-101-5/+2
|\ \ \ \
| * | | | YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults().Chia-chi Yeh2010-03-101-5/+2
| |/ / /
* | | | If the new text and old text are "", return from onTextChanged.Leon Scroggins2010-03-101-5/+11
* | | | Don't cut the url on a redirectKristian Monsen2010-03-101-4/+3
|/ / /
* | | Helper for combining multiple selection/selectionArgs.Jeff Sharkey2010-03-091-0/+121
* | | Add ability for some manifest attributes to reference resources.Dianne Hackborn2010-03-092-77/+127
* | | Merge "Add an API to set the link timeout."Jaikumar Ganesh2010-03-093-0/+34
|\ \ \
| * | | Add an API to set the link timeout.Jaikumar Ganesh2010-03-093-0/+34
* | | | Merge "Speed up ContentProvider.query() in simple case by ~30%"Brad Fitzpatrick2010-03-095-32/+101
|\ \ \ \
| * | | | Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-095-32/+101
* | | | | Merge "Fix ListView filter popups when window focus changes"Adam Powell2010-03-091-2/+1
|\ \ \ \ \
| * | | | | Fix ListView filter popups when window focus changesAdam Powell2010-03-091-2/+1
* | | | | | Merge "Add new shutdown observer for MountService. Use new observer before re...Mike Lockwood2010-03-094-34/+113
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-094-34/+113
* | | | | | Merge "Add an api to set WebView over scroll background."Grace Kloba2010-03-092-4/+25
|\ \ \ \ \ \
| * | | | | | Add an api to set WebView over scroll background.Grace Kloba2010-03-092-4/+25