summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-161/+71
|\
| * new SensorServiceMathias Agopian2010-07-192-161/+71
* | am e8605af5: Merge "Avoid leaking file descriptors when returning drop box ev...Dan Egnor2010-07-211-32/+57
|\ \
| * \ Merge "Avoid leaking file descriptors when returning drop box events." into f...Dan Egnor2010-07-211-32/+57
| |\ \
| | * | Avoid leaking file descriptors when returning drop box events.Dan Egnor2010-07-211-32/+57
* | | | am dbac180d: Fix a merge problem with html mmsTom Taylor2010-07-212-3/+8
|\ \ \ \ | |/ / /
| * | | Fix a merge problem with html mmsTom Taylor2010-07-213-3/+9
| |/ /
* | | Merge "Only print out wake locks in the if the wakelock was held." into ginge...Jason Parks2010-07-201-7/+5
|\ \ \
| * | | Only print out wake locks in the if the wakelock was held.Jason Parks2010-07-201-7/+5
| | |/ | |/|
* | | am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ParcelFile...Dan Egnor2010-07-202-3/+21
|\ \ \ | | |/ | |/|
| * | Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor be...Dan Egnor2010-07-202-3/+21
| |\ \
| | * | COMMENT ONLY change to add some warnings about ParcelFileDescriptorDan Egnor2010-07-202-3/+21
* | | | resolved conflicts for merge of 9bc4039a to gingerbreadDan Egnor2010-07-201-147/+315
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "COMMENT-ONLY change to clarify Camera documentation." into froyoDan Egnor2010-07-191-140/+307
| |\ \ | | |/
| | * COMMENT-ONLY change to clarify Camera documentation.Dan Egnor2010-07-131-140/+307
* | | Merge "fix javadoc error which breaks SDK build in gingerbread" into gingerbreadVasu Nori2010-07-191-1/+1
|\ \ \
| * | | fix javadoc error which breaks SDK build in gingerbreadVasu Nori2010-07-191-1/+1
* | | | Merge "fixed parsing issue in BluetoothService so that it parses the UUID pro...Danica Chang2010-07-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fixed parsing issue in BluetoothService so that it parses the UUID property c...Danica Chang2010-07-191-1/+1
* | | | add video/audio chat-compatibility modes to ContactsContractVasu Nori2010-07-171-0/+49
|/ / /
* | | Fix bug with phantom input windows.Jeff Brown2010-07-163-17/+146
* | | Undo IMediaContainerService changesKenny Root2010-07-151-2/+0
* | | Merge "Implement native key pre-dispatching to IMEs." into gingerbreadDianne Hackborn2010-07-151-0/+33
|\ \ \
| * | | Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+33
* | | | Add API to call to vold for mounting OBBsKenny Root2010-07-157-6/+217
|/ / /
* | | Add support for new input sources.Jeff Brown2010-07-1511-195/+920
* | | StrictMode: avoid an allocation in common caseBrad Fitzpatrick2010-07-152-9/+31
* | | Merge "StrictMode: batch drop box writes for system apps" into gingerbreadBrad Fitzpatrick2010-07-151-1/+3
|\ \ \
| * | | StrictMode: batch drop box writes for system appsBrad Fitzpatrick2010-07-151-1/+3
* | | | Merge "StrictMode: gather and return violating stacks in Binder replies" into...Brad Fitzpatrick2010-07-155-46/+277
|\ \ \ \ | |/ / /
| * | | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-155-46/+277
* | | | Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-s...Brad Fitzpatrick2010-07-152-1/+75
|\ \ \ \ | |/ / /
| * | | More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-1/+75
* | | | Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-152-2/+5
|/ / /
* | | Merge "Interface support for custom HTTP headers in DL manager" into gingerbreadSteve Howard2010-07-152-2/+31
|\ \ \
| * | | Interface support for custom HTTP headers in DL managerSteve Howard2010-07-152-2/+31
* | | | am 38137d7a: Merge "docs: lots of additions to the resources docs new drawabl...Scott Main2010-07-151-1/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "docs: lots of additions to the resources docs new drawable resources a...Scott Main2010-07-151-1/+3
| |\ \ \
| | * | | docs: lots of additions to the resources docsScott Main2010-06-211-1/+3
* | | | | am 468c82e4: Merge "Skip hostname verification when using insecure factory" i...Andrew Stadler2010-07-141-6/+15
|\ \ \ \ \ | |/ / / /
| * | | | Skip hostname verification when using insecure factoryAndrew Stadler2010-07-121-6/+15
| | |_|/ | |/| |
| * | | Merge "Doc change: Add revision notes for Android 2.2_r2 development platform...Dirk Dougherty2010-07-071-6/+6
| |\ \ \
| | * | | Doc change: Add revision notes for Android 2.2_r2 development platform. Fix s...Dirk Dougherty2010-07-021-6/+6
| | |/ /
* | | | Merge "Argh oops I didn't mean to delete this." into gingerbreadDianne Hackborn2010-07-141-0/+3
|\ \ \ \
| * | | | Argh oops I didn't mean to delete this.Dianne Hackborn2010-07-141-0/+3
| | |_|/ | |/| |
* | | | Merge "Fix 2797185: Re-enable thumbnail generation in framework" into gingerb...Jim Miller2010-07-144-20/+92
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 2797185: Re-enable thumbnail generation in frameworkJim Miller2010-07-134-20/+92
* | | | Merge "Download manager support for file URIs + last modified time" into ging...Steve Howard2010-07-142-12/+20
|\ \ \ \
| * | | | Download manager support for file URIs + last modified timeSteve Howard2010-07-132-12/+20
* | | | | Fix docs build.Dianne Hackborn2010-07-131-1/+1